alexgkendall / SegNet-Tutorial

Files for a tutorial to train SegNet for road scenes using the CamVid dataset
http://mi.eng.cam.ac.uk/projects/segnet/tutorial.html
847 stars 517 forks source link

What must the caffe-root #65

Open angy50 opened 7 years ago

angy50 commented 7 years ago

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

nathanin commented 7 years ago

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.