mjq11302010044 / RRPN

Arbitrary-Oriented Scene Text Detection via Rotation Proposals (TMM 2018)
Other
436 stars 141 forks source link

How to run with CPU? #36

Open abelsaug opened 6 years ago

abelsaug commented 6 years ago

I tried running with CPU but I'm getting this error when I try to build the Cython modules: EnvironmentError: The nvcc binary could not be located in your $PATH. Either add it to your path, or set $CUDAHOME

mjq11302010044 commented 6 years ago

RRoI pooling is not implemented in CPU mode, thus it cannot work on CPU mode

Mypathissional commented 6 years ago

So, it can't be even tested in CPU?

mjq11302010044 commented 6 years ago

@Mypathissional yep