Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

dnn darknet cifar classifier

OpenCV => 3.4.5 Operating System / Platform => Windows 7/10 64 Bit Compiler => Visual Studio 2015 Languege C++ I trained a cifar_small cfg for car color classifier. It performs well using yolo_cpp_dll but the results are corrupted using opencv 345 and 346. Any Idea? Maybe I do not prepare well the data by cv::dnn::blobFromImage(img, 1.0 / 255.F, cv::Size(112, 112), cv::Scalar(127.5, 127.5, 127.5), true, false, CV_32F); Thanks

dnn darknet cifar classifier

OpenCV => 3.4.5 Operating System / Platform => Windows 7/10 64 Bit Compiler => Visual Studio 2015 Languege C++ I trained a cifar_small cfg for car color classifier. It performs well using yolo_cpp_dll but the results are corrupted using opencv 345 and 346. Any Idea? Maybe I do not prepare well the data by cv::dnn::blobFromImage(img, 1.0 / 255.F, cv::Size(112, 112), cv::Scalar(127.5, 127.5, 127.5), true, false, CV_32F); Thanks