SegNet-Tutorial icon indicating copy to clipboard operation
SegNet-Tutorial copied to clipboard

What must the caffe-root

Open angy50 opened this issue 7 years ago • 1 comments

Hi What must the caffe-root =' ' in the file test_segmentation_camvid.py? Is it the caffe installation path or the caffe folder of downloaded segnet code? I am asking this because if I mentioned the segnet/caffe path of downloaded code then it is giving error ImportError: No module named _caffe

angy50 avatar Sep 25 '16 15:09 angy50

It wants to find ~/caffe-segnet/python so point it at the.. I guess main caffe-segnet folder. You can skip this by adding ~/caffe-segnet/python to your python path.

nathanin avatar Nov 19 '16 00:11 nathanin