yun-liu / RCF

Richer Convolutional Features for Edge Detection
Other
758 stars 260 forks source link

How can I test the model #72

Closed G-YY closed 5 years ago

G-YY commented 5 years ago

hello ,now I have trained on my own dataset,how can I use the .caffemodel and how can I run RCF-singlescale.ipynb to test my model? Thank you very much.

yun-liu commented 5 years ago

RCF-singlescale.ipynb is iPython code. You can also copy the code out into a .py script.

G-YY commented 5 years ago

谢谢老师,但是我运行ipynb文件出现以下问题,我改了关键字将false改为了False,运行无误,但是没有任何输出,无法得到测试结果,请问老师该如何解决呢? /home/.../rcf/examples/rcf/RCF-singlescale.ipynb in () 5 "execution_count": 1, 6 "metadata": { ----> 7 "collapsed": false 8 }, 9 "outputs": [], NameError: name 'false' is not defined

yun-liu commented 5 years ago

ipython需要用ipython notebook运行,你可以百度下教程

G-YY commented 5 years ago

谢谢老师,问题已经解决!