rbgirshick / py-faster-rcnn

Faster R-CNN (Python implementation) -- see https://github.com/ShaoqingRen/faster_rcnn for the official MATLAB version
Other
8.13k stars 4.11k forks source link

how to install py-faster-rcnn on windows #205

Open MrGF opened 8 years ago

MrGF commented 8 years ago

Hi, I'm trying to compile py-faster-rcnn(downloaded from here: https://github.com/rbgirshick/py-faster-rcnn) on windows. When I run "python .\lib\setup.py build_ext --inplace", I got this error: AttributeError: MSVCCompiler instance has no attribute 'compiler_so'.

Anyone knows how to solve this problem? I wonder if there are someone who successfully run this code on Windows. Can you share your exprience with me? Thanks a lot!

yijunCai commented 8 years ago

I have the same problem with you.Have you got any solution?

abhigarg commented 8 years ago

May be this has some solution to this issue: [https://github.com/peterwittek/somoclu/blob/master/src/Python/setup.py]

jcarletgo commented 8 years ago

Duplicate of Issue #11 , but abhigargs link is helpful

Ravisik commented 7 years ago

I found this and it seems to work: https://github.com/MrGF/py-faster-rcnn-windows/

Martin-Poellot commented 7 years ago

I found this and it seems to work: https://github.com/MrGF/py-faster-rcnn-windows/

i tried this implementation, accompanied with a whole lot of downloading Visual Studio, cmake and other stuff and am currently stuck importing caffe.

The documentation is really sparse, could you maybe tell me a bit more precisely, HOW you got it to work?

whria78 commented 6 years ago

Hello, I have a difficulty in compiling py-faster-rcnn on windows OS.

Is there anybody who can release prebuilt binaries as like caffe-windows ?

Thank you in advance.