FastMaskRCNN
FastMaskRCNN copied to clipboard
Is it possible to run on a CPU?
Has anyone has been able to get the code up and running on a CPU with no CUDA?
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
refer to #62