-
Notifications
You must be signed in to change notification settings - Fork 94
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
lcnn.box.BoxKeyError error while training #15
Comments
Do you properly specify the config file? |
i use default original config checked out from github config/wireframe.yaml |
Does |
yes of course:)
|
Do you have |
If that still does not work, you may want to debug the script by printing |
It was not installed but after installation result is the same, ok ill try to debug |
Then you are likely not following the installation instruction exactly with |
well i reacreated my environment, but it is still the same, here is C and M values: C: M: so line when code throws error is PS i don't know can it be the cause - i'm trying this on windows environment. |
Could you add |
id is the same at beginning but then i get them printed again before exception:
|
From your log, it seems that there are multiple id: We never test our algorithm on Windows. You remind me that python on Windows has a different implementation of multiprocess that does not inherit parent's variable: https://rhodesmill.org/brandon/2010/python-multiprocessing-linux-windows/. Could you change |
Yes that was the problem. Thank You! |
Hi, i try to train this model how described in manual, but i am getting error
cnn.box.BoxKeyError: "'Box' object has no attribute 'image'"\n'
i use the pre-processed dataset wireframe.tar.xz from google drive. Any hints how ti fix this? Thanks
The text was updated successfully, but these errors were encountered: