AlexeyAB / darknet

YOLOv4 / Scaled-YOLOv4 / YOLO - Neural Networks for Object Detection (Windows and Linux version of Darknet )
http://pjreddie.com/darknet/
Other
21.75k stars 7.96k forks source link

Which models are supported in opencv? #4619

Closed zhaochunguang1993 closed 4 years ago

zhaochunguang1993 commented 4 years ago

Many new cfg files have been updated recently in this repository. Can you tell me whether opencv supports them or not? If yes, how to implements it with opencv ? Is it same with using yolov3 ? For example, csresnext50-panet-spp.cfg, yolov3-tiny-prn.cfg, enet-coco.cfg (EfficientNetB0-Yolov3) and so on. I need your opinion. Thanks.

AlexeyAB commented 4 years ago

Only yolov3-tiny-prn.cfg is supported by OpenCV-dnn currently.

zhaochunguang1993 commented 4 years ago

which opencv version ? I tried yolov3-tiny-prn in 3.4.5, but failed.

AlexeyAB commented 4 years ago

OpenCV 4.2.0 https://opencv.org/releases/

zhaochunguang1993 commented 4 years ago

ok, thanks. have u any plan to integrate new models in opencv ?

AlexeyAB commented 4 years ago

Yes, but first I plan to add even newer models.

zhaochunguang1993 commented 4 years ago

Thanks for your helpness.