Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New model.yaml activation: field #9371

Merged
merged 10 commits into from
Sep 15, 2022
Prev Previous commit
Next Next commit
l to m models
  • Loading branch information
glenn-jocher committed Sep 14, 2022
commit 58c1f5822e6f0e22a0294f7e9ae927178fc10012
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

# Parameters
nc: 80 # number of classes
depth_multiple: 1.0 # model depth multiple
width_multiple: 1.0 # layer channel multiple
depth_multiple: 0.67 # model depth multiple
width_multiple: 0.75 # layer channel multiple
anchors:
- [10,13, 16,30, 33,23] # P3/8
- [30,61, 62,45, 59,119] # P4/16
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

# Parameters
nc: 80 # number of classes
depth_multiple: 1.0 # model depth multiple
width_multiple: 1.0 # layer channel multiple
depth_multiple: 0.67 # model depth multiple
width_multiple: 0.75 # layer channel multiple
anchors:
- [10,13, 16,30, 33,23] # P3/8
- [30,61, 62,45, 59,119] # P4/16
Expand Down
4 changes: 2 additions & 2 deletions models/yolov5l-Mish.yaml β†’ models/yolov5m-Mish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

# Parameters
nc: 80 # number of classes
depth_multiple: 1.0 # model depth multiple
width_multiple: 1.0 # layer channel multiple
depth_multiple: 0.67 # model depth multiple
width_multiple: 0.75 # layer channel multiple
anchors:
- [10,13, 16,30, 33,23] # P3/8
- [30,61, 62,45, 59,119] # P4/16
Expand Down
4 changes: 2 additions & 2 deletions models/yolov5l-ReLU.yaml β†’ models/yolov5m-ReLU.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

# Parameters
nc: 80 # number of classes
depth_multiple: 1.0 # model depth multiple
width_multiple: 1.0 # layer channel multiple
depth_multiple: 0.67 # model depth multiple
width_multiple: 0.75 # layer channel multiple
anchors:
- [10,13, 16,30, 33,23] # P3/8
- [30,61, 62,45, 59,119] # P4/16
Expand Down
4 changes: 2 additions & 2 deletions models/yolov5l-SiLU.yaml β†’ models/yolov5m-SiLU.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

# Parameters
nc: 80 # number of classes
depth_multiple: 1.0 # model depth multiple
width_multiple: 1.0 # layer channel multiple
depth_multiple: 0.67 # model depth multiple
width_multiple: 0.75 # layer channel multiple
anchors:
- [10,13, 16,30, 33,23] # P3/8
- [30,61, 62,45, 59,119] # P4/16
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

# Parameters
nc: 80 # number of classes
depth_multiple: 1.0 # model depth multiple
width_multiple: 1.0 # layer channel multiple
depth_multiple: 0.67 # model depth multiple
width_multiple: 0.75 # layer channel multiple
anchors:
- [10,13, 16,30, 33,23] # P3/8
- [30,61, 62,45, 59,119] # P4/16
Expand Down
4 changes: 2 additions & 2 deletions models/yolov5l-Tanh.yaml β†’ models/yolov5m-Tanh.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

# Parameters
nc: 80 # number of classes
depth_multiple: 1.0 # model depth multiple
width_multiple: 1.0 # layer channel multiple
depth_multiple: 0.67 # model depth multiple
width_multiple: 0.75 # layer channel multiple
anchors:
- [10,13, 16,30, 33,23] # P3/8
- [30,61, 62,45, 59,119] # P4/16
Expand Down