FastMaskRCNN icon indicating copy to clipboard operation
FastMaskRCNN copied to clipboard

Can this implementation run on Windows?

Open kalipoka opened this issue 7 years ago • 6 comments

How can I run the makefile with Windows?

Or linux only?

kalipoka avatar Aug 02 '17 16:08 kalipoka

You can. But you need a lot of modifications of the code. And, I have successfully run the GPU mode in windows.

chenzhuo1005 avatar Aug 02 '17 19:08 chenzhuo1005

Could you kindly share your modified code that runs for you on windows?

kalipoka avatar Aug 02 '17 20:08 kalipoka

@chen1005 I also curious about that! Could you share your modified code? At first, I can do 'make' on cmd with installing Gnuwin32. but i stopped with 'make' command with error [building '_mask' extension].

powermew avatar Aug 23 '17 11:08 powermew

@chen1005 could you please show your modified code that runs for you on windows? thanks very much.

ChenLi2013 avatar Dec 26 '17 03:12 ChenLi2013

Maybe you can see the modified code for windows in https://github.com/ScNico/FastMaskRCNN.

ScNico avatar Jan 19 '18 07:01 ScNico

@ScNico Thanks for the link. Will it work on windows without GPU?

vps62 avatar Jan 21 '18 15:01 vps62