Skip to content
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

Cant run model_main.py successfully because I cannot resolve issues with cocoapi installation - workarounds? #107

Open
petertennis opened this issue Jul 27, 2018 · 1 comment

Comments

@petertennis
Copy link

Although the official tensorflow page seems to say that use of pycocotools/cocoapi is optional, model_main.py won't run without it.

I have been beating my head against a wall trying to install pycocotools - the fixes below haven't worked for me:
cocodataset/cocoapi#59
cocodataset/cocoapi#185

Is there a way to get training running and understand the outputs without the coco tools stuff ( obviously some functionality will be missing but I don't fully understand what that will be).

Any thoughts appreciated. Feel like hard work to get this stuff running on Windows.

( I am running Python 3.6 on Windows 10 on Azure Data Science Virtual Machine )

@JSKim0212
Copy link

Hi, I had same issue but fixed it. Refer this https://github.com/philferriere/cocoapi
Also, you need to check some changes on the setup.py and coco.py

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants