I refer to my solution.
Good luck!
Error:
ModuleNotFoundError: No module named 'pycocotools’
Solution :
git clone https://github.com/cocodataset/cocoapi.git
cd cocoapi/PythonAPI
make
cp -r pycocotools <path_to_object_detection_api>/models/research/
No comments:
Post a Comment