-
Notifications
You must be signed in to change notification settings - Fork 231
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
ModuleNotFoundError: No module named 'coco' #10
Comments
I believe coco is optional but make sure to have visual c++ build tools installed and make sure pycocotools is installed as shown in the videos. Also, make sure to put the visualize_cv.py file in the top level mask RCNN directory |
Hello @vismayaps , did you figure this out? @markjay4k Great series btw 👍 Edit: I solved this by adding the path to the
|
Did anyone have an solution, please? |
Hey @YongLAGCC , did you try mine and it did not work? |
Hello @arialblack14 , |
Hey @pekezu, looking at my repo it's in Here is the whole file.
|
Hi,
I am having trouble in running the code 'visualize_cv.py", its giving "No module named 'coco'" error every time. coco tools are properly installed and the "demo.ipynb" is working all fine. I need to run Mask-RCNN on videos and web cams.
Any help would be appreciated !!
Thanks.
The text was updated successfully, but these errors were encountered: