Research (연구 관련)
install pycocotools
홍돌
2020. 4. 10. 13:44
just follow this
https://github.com/matterport/Mask_RCNN/issues/6#issuecomment-341623963
ImportError: No module named 'pycocotools' · Issue #6 · matterport/Mask_RCNN
Thanks a lot I am having the following error "ImportError: No module named 'pycocotools'" Can you please advice me how to install it as I could not find it on pip or conda? I trie...
github.com
최근에 로컬에 install 하려니까 잘안되서
pip install "git+https://github.com/philferriere/cocoapi.git#egg=pycocotools&subdirectory=PythonAPI" 하니까 잘됐다..