yun-liu / RCF

Richer Convolutional Features for Edge Detection
Other
753 stars 259 forks source link

train.sh #11

Open exampen opened 6 years ago

exampen commented 6 years ago

I ran the rcf on ubuntu+python2.7.12. When I ran 'cd $ROOT_DIR/examples/rcf/./train.sh', I got an error like this, what should I do?

aceliu@ubuntu:~/rcf/examples/rcf$ ./train.sh ++ date +%Y-%m-%d_%H-%M-%S

yun-liu commented 6 years ago

Maybe you compile Caffe using the CPU_ONLY option as 1 in Makefile.config. The compilation of RCF is the same as the original Caffe, so please refer to the project page of Caffe for some help. For your question, I find some issues related to it on the project page of Caffe, such as https://github.com/BVLC/caffe/issues/1799, https://github.com/BVLC/caffe/issues/2241, https://github.com/rbgirshick/py-faster-rcnn/issues/564 and etc.

exampen commented 6 years ago

Thank you very much for your reply ! It's a good suggestion for me and I will try it, thanks again !

yun-liu commented 6 years ago

You are welcome!