FastMaskRCNN icon indicating copy to clipboard operation
FastMaskRCNN copied to clipboard

Is it possible to run on a CPU?

Open jasonwei20 opened this issue 8 years ago • 2 comments

Has anyone has been able to get the code up and running on a CPU with no CUDA?

jasonwei20 avatar Sep 28 '17 22:09 jasonwei20

It can not run on computers without CUDA, unless you modified the code

python setup.py build_ext --inplace Traceback (most recent call last): File "setup.py", line 55, in CUDA = locate_cuda() File "setup.py", line 43, in locate_cuda raise EnvironmentError('The nvcc binary could not be ' OSError: The nvcc binary could not be located in your $PATH. Either add it to your path, or set $CUDAHOME Makefile:2: recipe for target 'all' failed make: *** [all] Error 1

successren avatar Nov 15 '17 02:11 successren

refer to #62

WKChung1028 avatar Nov 24 '17 08:11 WKChung1028