ijkguo / mx-rcnn

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

Do I need to compile rcnn/cython package? #91

Closed WalterMa closed 6 years ago

WalterMa commented 6 years ago

ReadMe file doesn;t mention anything about is it need to compile rcnn/cython package. But in rcnn/processing/bbox_transform.py file, it: from ..cython.bbox import bbox_overlaps_cython

Do I need to compile rcnn/cython package before train network?

WalterMa commented 6 years ago

OK... I find it was built when invoke make. While in windows, the cython build failed. Does the repo support windows?

ijkguo commented 6 years ago

For now there is a windows branch.

WalterMa commented 6 years ago

Thanks, it's really helpful. I will close this issue.