FastMaskRCNN icon indicating copy to clipboard operation
FastMaskRCNN copied to clipboard

windows support

Open jeansely opened this issue 8 years ago • 2 comments

Hello, this code can not compile in windows , please rebuild for windows.or introduce a the same code link for download and convert coco in windows and tensorflow also "cpu" support this error occur when run "python setup.py build_ext --inplace" in command line

running install running build running build_py package init file 'pycocotools_init_.py' not found (or not a regular file) package init file 'pycocotools_init_.py' not found (or not a regular file) running build_ext building '_mask' extension C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\BIN\x86_amd64\cl.exe /c / nologo /Ox /W3 /GL /DNDEBUG /MD "-IC:\Program Files\python3.5\python-3.5.3.amd64 \lib\site-packages\numpy\core\include" -I./common "-IC:\Program Files\python3.5
python-3.5.3.amd64\include" "-IC:\Program Files\python3.5\python-3.5.3.amd64\inc lude" "-IC:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE" "-IC:\P rogram Files (x86)\Microsoft Visual Studio 14.0\VC\ATLMFC\INCLUDE" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.10240.0\ucrt" "-IC:\Program Files (x86 )\Windows Kits\NETFXSDK\4.6.1\include\um" "-IC:\Program Files (x86)\Windows Kits \8.1\include\shared" "-IC:\Program Files (x86)\Windows Kits\8.1\include\um" "- IC:\Program Files (x86)\Windows Kits\8.1\include\winrt" /Tc_mask.c /Fobuild\tem p.win-amd64-3.5\Release_mask.obj -Wno-cpp -Wno-unused-function -std=c99 cl : Command line error D8021 : invalid numeric argument '/Wno-cpp' error: command 'C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\BIN\ x86_amd64\cl.exe' failed with exit status 2

jeansely avatar Jul 19 '17 06:07 jeansely

Please move under Linux... just kidding! Seriously, if you really want to consider using this quickly, probably worth considering ubuntu or similar on an external drive.

Tetsujinfr avatar Jul 23 '17 16:07 Tetsujinfr

Any Windows fix for this ? :)

ya2 avatar Aug 08 '17 18:08 ya2