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

Classification in C++ #28

Closed uschmelmer closed 8 years ago

uschmelmer commented 8 years ago

Hi, i am looking for a C++ example to classifiy an OpenCV mat (like the webcam demo) Could you describe or document the corresponding C++ caffe calls? Thank you and best Regards, Udo

rshanor commented 8 years ago

I am trying to figure this out as well right now? Have you had any luck?

hazirbas commented 8 years ago

You can find examples in the following links:

https://github.com/BVLC/caffe/blob/master/examples/cpp_classification/classification.cpp https://gist.github.com/onauparc/dd80907401b26b602885

montekristo1946 commented 8 years ago

You happen to assemble a working example?

TimoSaemann commented 7 years ago

You might find the script "test_segmentation.cpp" in the script folder helpful. https://github.com/alexgkendall/SegNet-Tutorial/blob/master/Scripts/test_segmentation.cpp