-
Notifications
You must be signed in to change notification settings - Fork 45.8k
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
Problem with newest version #4810
Comments
Running it from the research dir fixed that issue for me. |
I was able to install pycocotools with and make the necessary changes to run in python3. pycocotools was fine for python3 for me when installed and I used 2to3 on |
@jch1 - more py2/3 compatibility questions. |
as a quick fix, i did what @skagraDragneel suggested. Others having the same problem would find it a good temporary fix. Thanks everyone! |
commant line 26 'from object_detection import eval_util' in model_lib.py if you do not need eval operations |
Closing this issue since workaround has been provided. Feel free to reopen if the issue still persists. Thanks! |
I am omitting the obligatory format because this has nothing to do with them.
I am working with the newest version, where train.py is no longer used
The thing is, when i tried to run the training with model_main.py, with this exact command:
it gave me errors because apparently, i need to install pycocotools and the code was meant for python 2
Is it possible to decouple pycocotools from the training code, and update the code to be suitable for both python 2 and 3 ?
Thank you.
The text was updated successfully, but these errors were encountered: