NUM_WORKERS param #5
Unanswered
shokhova-eve
asked this question in
Q&A
Replies: 1 comment
-
I think its the issue with the dataset path |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Good day!
I'm working on the project that draws heatmaps on the website screenshots using patterns of scanning pages and partial detecting WebUI elements by computer vision, so obviously I quickly found your work and that repo. I'm trying to start it on your set of data. I downloaded all packages on Python 3.7 and I'm trying to start application on Windows with
python main.py -cvf -1
In constants.py I added
DATA_DIR = "C://Users/Lenovo/Downloads/cova-data"
Error I'm getting is
If I try to set NUM_WORKERS by commandline arg like this
python main.py -cvf -1 -nw 3
it doesn't help.
Could you, please, help me to understand what can cause this issue?
Thank you a lot.
Beta Was this translation helpful? Give feedback.
All reactions