DNN with tiny yolo 3 [closed]
.
##### System information (version)
- OpenCV => 3.4.1
- Operating System / Platform => Windows 10 64 Bit
- Compiler => Visual Studio 2015
##### 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");