YuwenXiong / py-R-FCN

R-FCN with joint training and python support
MIT License
1.05k stars 471 forks source link

Added a note for CPU-only users to the README.md. #77

Closed eakbas closed 7 years ago

eakbas commented 7 years ago

People spend their time (e.g. compiling caffe) to make this code work in CPU-only mode. However, they get a "Segmentation fault (core dumped)" error without any further explanation. Due to an issue (https://github.com/Orpine/py-R-FCN/issues/28), CPU-only mode is currently not available.