Skip to content

Commit a86e036

Browse files
authored
Merge pull request opencv#18184 from cabelo:yolov4-in-model
ADD yolov4 in models.yml
1 parent 01324b0 commit a86e036

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

samples/dnn/models.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,9 @@ opencv_fd:
1515
rgb: false
1616
sample: "object_detection"
1717

18+
# YOLO4 object detection family from Darknet (https://github.com/AlexeyAB/darknet)
1819
# YOLO object detection family from Darknet (https://pjreddie.com/darknet/yolo/)
19-
# Might be used for all YOLOv2, TinyYolov2 and YOLOv3
20+
# Might be used for all YOLOv2, TinyYolov2, YOLOv3, YOLOv4 and TinyYolov4
2021
yolo:
2122
model: "yolov3.weights"
2223
config: "yolov3.cfg"

0 commit comments

Comments
 (0)