-
Notifications
You must be signed in to change notification settings - Fork 2k
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
coco issue #238
Comments
|
Thanks. I had tried to do it on windows. I'll give up ^^; |
Ah I see. You can try to use PascalVOC instead, or make your own CSV dataset (or install a real OS ;p). I'll close this issue then. |
Ok, I checked PascalVOC runned on my pc. Thanks. |
hi @bughunter99 You can replace extra_compile_args=['-Wno-cpp', '-Wno-unused-function', '-std=c99'] with extra_compile_args={'gcc': ['/Qstd=c99']} in ./libs/datasets/pycocotools/setup.py. maybe help |
To anyone else that stumbles on this, by installing Visual Studio 2017 with C++ support and then following Chunde's suggestion I was able to get the cocoapi to install properly on Windows 10. Thanks for the suggestion Chunde! |
Hi,
I tried to run the code on my pc that has python 3.6.
But because of below issue, it couldn't run.
from pycocotools.coco import COCO
ModuleNotFoundError: No module named 'pycocotools'
And I found it is impossible to use pycoco on python 3.x in below.
http://coco.lri.fr/COCOdoc/installation.html
Is retinanet only possible to run on python 2.x?
Thanks.
The text was updated successfully, but these errors were encountered: