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

LUT file? #96

Closed sigmoidx closed 7 years ago

sigmoidx commented 7 years ago

Hello?

In the c++ example, I found classifier.Predict(img, LUT_file); and wonder if I need it to run the c++ example. And how can I get it?

Thanks,