diff --git a/samples/dnn/models.yml b/samples/dnn/models.yml index d2d4fa661c..b14dae327c 100644 --- a/samples/dnn/models.yml +++ b/samples/dnn/models.yml @@ -62,7 +62,19 @@ yolov8n: background_label_id: 0 sample: "yolo_detector" - +yolov8m: + load_info: + url: "https://github.com/CVHub520/X-AnyLabeling/releases/download/v0.1.0/yolov8m.onnx" + sha1: "656ffeb4f3b067bc30df956728b5f9c61a4cb090" + model: "yolov8m.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/)