diff --git a/samples/dnn/models.yml b/samples/dnn/models.yml index b14dae327c..15ab9d0f3a 100644 --- a/samples/dnn/models.yml +++ b/samples/dnn/models.yml @@ -76,6 +76,20 @@ yolov8m: background_label_id: 0 sample: "yolo_detector" +yolov8l: + load_info: + url: "https://github.com/CVHub520/X-AnyLabeling/releases/download/v0.1.0/yolov8l.onnx" + sha1: "462df53ca3a85d110bf6be7fc2e2bb1277124395" + model: "yolov8l.onnx" + mean: 0.0 + scale: 0.00392 + width: 640 + height: 640 + rgb: true + classes: "object_detection_classes_yolo.txt" + background_label_id: 0 + sample: "yolo_detector" + # 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, YOLOv3, YOLOv4 and TinyYolov4