ijkguo / mx-rcnn

Parallel Faster R-CNN implementation with MXNet.
Other
669 stars 292 forks source link

for_windows #56

Closed li-haoran closed 7 years ago

li-haoran commented 7 years ago

Thanks to the MrGF give a setup.py for nums and pycocotools for windows

ijkguo commented 7 years ago

I think the lines added in gpu_nms.cu come from cythoning gpu_nms.pyx with cython 0.24. Will it compile with other versions of cython? Is it possible to generate gpu_nms.cpp with cython and compile it with gpu_nms.cu?

li-haoran commented 7 years ago

@precedenceguo i compile whith cython 0.25.2. it's fine. and in windows. the average speed is about 2.5 image/second with VGG16. but it's faster than before.