MIL.pytorch
MIL.pytorch copied to clipboard
ImportError: No module named coco_voc
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?
Maybe you should import "coco_voc.py"
hello, i have the same problem. Did you @tamkaho @gujiuxiang solve it ? looking for your reply
Here is my solution:
- delete ''coco_voc.py'' in this repo.
- copy ''coco_voc.py'' (in https://github.com/s-gupta/visual-concepts) into this repo.
- Install coco-api in this repo.
- copy folder ''pycocotools'' to ./
- rename ''pycocotools'' to ''pycoco''
Thank you @Cranooooooo, it works.