Merge pull request #18184 from cabelo:yolov4-in-model
authorAlessandro de Oliveira Faria (A.K.A.CABELO) <cabelo@opensuse.org>
Wed, 26 Aug 2020 22:30:12 +0000 (19:30 -0300)
committerGitHub <noreply@github.com>
Wed, 26 Aug 2020 22:30:12 +0000 (22:30 +0000)
ADD yolov4 in models.yml

samples/dnn/models.yml

index d177a09..7a0bfaf 100644 (file)
@@ -15,8 +15,9 @@ opencv_fd:
   rgb: false
   sample: "object_detection"
 
+# YOLO4 object detection family from Darknet (https://github.com/AlexeyAB/darknet)
 # YOLO object detection family from Darknet (https://pjreddie.com/darknet/yolo/)
-# Might be used for all YOLOv2, TinyYolov2 and YOLOv3
+# Might be used for all YOLOv2, TinyYolov2, YOLOv3, YOLOv4 and TinyYolov4
 yolo:
   model: "yolov3.weights"
   config: "yolov3.cfg"