ijkguo / mx-rcnn

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

CPU only mode fail to install cython extension #68

Closed younseunghyun closed 7 years ago

younseunghyun commented 7 years ago

It seems that to install cython extension, CUDA or NVCC is needed to install.

And also, demo.py use cython extension.

There is no way to install all packages of mx-rcnn for cpu only user ?

ijkguo commented 7 years ago

You can see that this is possible in setup.py. I will put it in my list.

ijkguo commented 7 years ago

fixed now