Update YOLOv9 YAMLs (#13756)
Signed-off-by: Glenn Jocher <glenn.jocher@ultralytics.com>
This commit is contained in:
parent
8ea945cc8e
commit
677b749d95
7 changed files with 23 additions and 23 deletions
|
|
@ -1,11 +1,11 @@
|
|||
# Ultralytics YOLO 🚀, AGPL-3.0 license
|
||||
# YOLOv9t
|
||||
# YOLOv9m object detection model. For Usage examples see https://docs.ultralytics.com/models/yolov9
|
||||
# 603 layers, 20216160 parameters, 77.9 GFLOPs
|
||||
|
||||
# parameters
|
||||
# Parameters
|
||||
nc: 80 # number of classes
|
||||
|
||||
# gelan backbone
|
||||
# GELAN backbone
|
||||
backbone:
|
||||
- [-1, 1, Conv, [32, 3, 2]] # 0-P1/2
|
||||
- [-1, 1, Conv, [64, 3, 2]] # 1-P2/4
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue