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

added script test_segmentation.cpp to use SegNet with C++ #79

Closed TimoSaemann closed 7 years ago

TimoSaemann commented 7 years ago

Hi Alex,

As discussed, I've added the script to test SegNet in C ++. Actually it can be used with any semantic segmentation model. It just depends on the arguments.

Cheers, Timo

alexgkendall commented 7 years ago

Great!

jqtao-wh commented 6 years ago

hi @TimoSaemann , is the source code 'test_segmentation.cpp' only worked/compiled successfully on caffe-segnet-cudnn5 but not on alexgkendall/caffe-segnet ? I tried, but got some error like "error: no matching function for call to ‘caffe::Net::Forward()’"