Skip to content

Commit

Permalink
add default input_channel values to configs
Browse files Browse the repository at this point in the history
  • Loading branch information
jere357 committed Nov 15, 2023
1 parent e29b190 commit 0acac83
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions models/yolov5l.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# YOLOv5 πŸš€ by Ultralytics, AGPL-3.0 license

# Parameters
input_channels: 3 # number of input channels, RGB is 3
nc: 80 # number of classes
depth_multiple: 1.0 # model depth multiple
width_multiple: 1.0 # layer channel multiple
Expand Down
1 change: 1 addition & 0 deletions models/yolov5m.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# YOLOv5 πŸš€ by Ultralytics, AGPL-3.0 license

# Parameters
input_channels: 3 # number of input channels, RGB is 3
nc: 80 # number of classes
depth_multiple: 0.67 # model depth multiple
width_multiple: 0.75 # layer channel multiple
Expand Down
1 change: 1 addition & 0 deletions models/yolov5n.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# YOLOv5 πŸš€ by Ultralytics, AGPL-3.0 license

# Parameters
input_channels: 3 # number of input channels, RGB is 3
nc: 80 # number of classes
depth_multiple: 0.33 # model depth multiple
width_multiple: 0.25 # layer channel multiple
Expand Down
1 change: 1 addition & 0 deletions models/yolov5s.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# YOLOv5 πŸš€ by Ultralytics, AGPL-3.0 license

# Parameters
input_channels: 3 # number of input channels, RGB is 3
nc: 80 # number of classes
depth_multiple: 0.33 # model depth multiple
width_multiple: 0.50 # layer channel multiple
Expand Down

0 comments on commit 0acac83

Please sign in to comment.