Merge pull request #18184 from cabelo:yolov4-in-model

ADD yolov4 in models.yml
pull/18207/head
Alessandro de Oliveira Faria (A.K.A.CABELO) 4 years ago committed by GitHub
parent 01324b02e7
commit a86e036594
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      samples/dnn/models.yml

@ -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"

Loading…
Cancel
Save