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

File path in Tutorial No Longer Exists #163

Closed dancassin closed 3 years ago

dancassin commented 3 years ago

When following the link in the README: http://mi.eng.cam.ac.uk/projects/segnet/tutorial.html

It advises to initialize training with the following command: ./SegNet/caffe-segnet/build/tools/caffe train -gpu 0 -solver /SegNet/Models/segnet_solver.prototxt # This will begin training SegNet on GPU 0

The problem is that the folder "build" is no longer in the caffe-segnet repo.

dancassin commented 3 years ago

Realized my mistake