From 7867da47cfc03c427d622a35df7188b1863e8ce8 Mon Sep 17 00:00:00 2001 From: "Alessandro de Oliveira Faria (A.K.A. CABELO)" Date: Mon, 17 Apr 2023 02:55:56 -0300 Subject: [PATCH] ADD weights yolov4-tiny in models.yml --- samples/dnn/models.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/samples/dnn/models.yml b/samples/dnn/models.yml index f6e9f0e41f..e645279605 100644 --- a/samples/dnn/models.yml +++ b/samples/dnn/models.yml @@ -35,6 +35,20 @@ yolo: classes: "object_detection_classes_yolov4.txt" sample: "object_detection" +yolov4-tiny: + load_info: + url: "https://github.com/AlexeyAB/darknet/releases/download/darknet_yolo_v4_pre/yolov4-tiny.weights" + sha1: "451caaab22fb9831aa1a5ee9b5ba74a35ffa5dcb" + model: "yolov4-tiny.weights" + config: "yolov4-tiny.cfg" + mean: [0, 0, 0] + scale: 0.00392 + width: 416 + height: 416 + rgb: true + classes: "object_detection_classes_yolov4.txt" + sample: "object_detection" + tiny-yolo-voc: load_info: url: "https://pjreddie.com/media/files/yolov2-tiny-voc.weights"