mirror of
https://github.com/opencv/opencv.git
synced 2025-06-09 18:43:05 +08:00
ADD weights yolov4 in models.yml
This commit is contained in:
parent
448e3a7e58
commit
2e40b7f113
@ -1,8 +1,8 @@
|
|||||||
person
|
person
|
||||||
bicycle
|
bicycle
|
||||||
car
|
car
|
||||||
motorcycle
|
motorbike
|
||||||
airplane
|
aeroplane
|
||||||
bus
|
bus
|
||||||
train
|
train
|
||||||
truck
|
truck
|
||||||
@ -55,12 +55,12 @@ pizza
|
|||||||
donut
|
donut
|
||||||
cake
|
cake
|
||||||
chair
|
chair
|
||||||
couch
|
sofa
|
||||||
pottedplant
|
pottedplant
|
||||||
bed
|
bed
|
||||||
diningtable
|
diningtable
|
||||||
toilet
|
toilet
|
||||||
tv
|
tvmonitor
|
||||||
laptop
|
laptop
|
||||||
mouse
|
mouse
|
||||||
remote
|
remote
|
@ -23,16 +23,16 @@ opencv_fd:
|
|||||||
# Might be used for all YOLOv2, TinyYolov2, YOLOv3, YOLOv4 and TinyYolov4
|
# Might be used for all YOLOv2, TinyYolov2, YOLOv3, YOLOv4 and TinyYolov4
|
||||||
yolo:
|
yolo:
|
||||||
load_info:
|
load_info:
|
||||||
url: "https://pjreddie.com/media/files/yolov3.weights"
|
url: "https://github.com/AlexeyAB/darknet/releases/download/darknet_yolo_v3_optimal/yolov4.weights"
|
||||||
sha1: "520878f12e97cf820529daea502acca380f1cb8e"
|
sha1: "0143deb6c46fcc7f74dd35bf3c14edc3784e99ee"
|
||||||
model: "yolov3.weights"
|
model: "yolov4.weights"
|
||||||
config: "yolov3.cfg"
|
config: "yolov4.cfg"
|
||||||
mean: [0, 0, 0]
|
mean: [0, 0, 0]
|
||||||
scale: 0.00392
|
scale: 0.00392
|
||||||
width: 416
|
width: 416
|
||||||
height: 416
|
height: 416
|
||||||
rgb: true
|
rgb: true
|
||||||
classes: "object_detection_classes_yolov3.txt"
|
classes: "object_detection_classes_yolov4.txt"
|
||||||
sample: "object_detection"
|
sample: "object_detection"
|
||||||
|
|
||||||
tiny-yolo-voc:
|
tiny-yolo-voc:
|
||||||
|
Loading…
Reference in New Issue
Block a user