Ask Your Question
0

DNN with tiny yolo 3 [closed]

asked Apr 3 '19

Shay Weissman gravatar image

updated Apr 3 '19

berak gravatar image

.

 ##### 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");
Preview: (hide)

Closed for the following reason duplicate question by Shay Weissman
close date 2019-04-11 01:35:41.759071

1 answer

Sort by » oldest newest most voted
1

answered Apr 4 '19

dkurt gravatar image

YOLOv3 supports starts from OpenCV 3.4.2: https://github.com/opencv/opencv/wiki...

Preview: (hide)

Question Tools

1 follower

Stats

Asked: Apr 3 '19

Seen: 324 times

Last updated: Apr 04 '19