Caffe_MultiLabel_Classification
Caffe_MultiLabel_Classification copied to clipboard
This is a instance of multilabel classification in caffe. Thanks to the tools of multi-label data conversion tool in https://github.com/HolidayXue/CodeSnap by HolidayXue.
Could you do us non chinese people and upload your samples somewhere else where we can download it ?
Hello, could you specify why you use labels2.txt ?
examples/cpp_classification/classification_multilabel.cpp:113:3: warning: 'auto' changes meaning in C++11; please remove it [-Wc++0x-compat] auto output = Predict(img); ^ examples/cpp_classification/classification_multilabel.cpp:113:8: error: 'output' does not name a type auto output = Predict(img); ^ examples/cpp_classification/classification_multilabel.cpp:116:35:...
Download convert_multilabel.cpp and replace convert_imageset.cpp, then recompile caffe. It fails. It ends with "exited with exit code 2". I beg your answer. Thank you very much! @ChenJoya
refer this #https://github.com/HolidayXue/CodeSnap/issues/2