##### 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");