Ask Your Question
0

DNN with tiny yolo 3 [closed]

asked 2019-04-03 09:54:38 -0600

Shay Weissman gravatar image

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

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");
edit retag flag offensive reopen merge delete

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 2019-04-04 03:33:52 -0600

dkurt gravatar image

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

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2019-04-03 09:54:38 -0600

Seen: 300 times

Last updated: Apr 04 '19