We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In line 126 of utils.py, when trying to load coco_valid1_eval.pkl, it returns an error message
"ImportError: No module named coco_voc"
What version of pickle have you got?
The text was updated successfully, but these errors were encountered:
Maybe you should import "coco_voc.py"
Sorry, something went wrong.
hello, i have the same problem. Did you @tamkaho @gujiuxiang solve it ? looking for your reply
Here is my solution:
Thank you @Cranooooooo, it works.
No branches or pull requests
In line 126 of utils.py, when trying to load coco_valid1_eval.pkl, it returns an error message
"ImportError: No module named coco_voc"
What version of pickle have you got?
The text was updated successfully, but these errors were encountered: