Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

DNN with tiny yolo 3

##### System information (version)

Detailed description

I am using tiny yolo 2 trained for car detection successfully. I trained tiny yolo 3 for car detection and use it successfully using darknet platform (https://github.com/tianhai123/yolov3) I fail to load the model by Opencv 3.4.1.

Steps to reproduce

The model can be downloaded from: https://www.dropbox.com/l/scl/AAB-zz8T38zrfbLqQhX3vS1_Xx6z6whL3KA The line I run and get exception: cv::dnn::readNetFromDarknet("DetectorCar\CarDetect.cfg", "DetectorCar\CarDetect.model");

click to hide/show revision 2
None

updated 2019-04-03 10:01:26 -0600

berak gravatar image

DNN with tiny yolo 3

.

 ##### System information (version)

- OpenCV => 3.4.1 - Operating System / Platform => Windows 10 64 Bit - Compiler => Visual Studio 2015
##### Detailed description

description I am using tiny yolo 2 trained for car detection successfully. I trained tiny yolo 3 for car detection and use it successfully using darknet platform (https://github.com/tianhai123/yolov3) I fail to load the model by Opencv 3.4.1.

##### Steps to reproduce

reproduce The model can be downloaded from: https://www.dropbox.com/l/scl/AAB-zz8T38zrfbLqQhX3vS1_Xx6z6whL3KA The line I run and get exception: cv::dnn::readNetFromDarknet("DetectorCar\CarDetect.cfg", "DetectorCar\CarDetect.model");

cv::dnn::readNetFromDarknet("DetectorCar\\CarDetect.cfg", "DetectorCar\\CarDetect.model");