FastMaskRCNN
FastMaskRCNN copied to clipboard
Can this implementation run on Windows?
How can I run the makefile with Windows?
Or linux only?
You can. But you need a lot of modifications of the code. And, I have successfully run the GPU mode in windows.
Could you kindly share your modified code that runs for you on windows?
@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].
@chen1005 could you please show your modified code that runs for you on windows? thanks very much.
Maybe you can see the modified code for windows in https://github.com/ScNico/FastMaskRCNN.
@ScNico Thanks for the link. Will it work on windows without GPU?