ijkguo / mx-rcnn

Parallel Faster R-CNN implementation with MXNet.
Other
671 stars 290 forks source link

Not an issue - It works Windows and Python3 #77

Closed LouiseAbela closed 6 years ago

LouiseAbela commented 7 years ago

MX-RCNN works with with Windows 10 and Python3 (3.6). But for now I tried it only with pre-trained models for now and on CPU.

Some changes I done to make it work were:

I think I changed some more minor things, but forgot what these were.

MonsterPeng commented 6 years ago

can you give more details about how to deploy this on Windows

LouiseAbela commented 6 years ago

What kind of details?

ijkguo commented 6 years ago

Recently cython packages removed completely and python 3 support added. So no additional configuration anymore.