Skip to content

Commit

Permalink
Extra preprocessed input (Fixed issues) ultralytics#20
Browse files Browse the repository at this point in the history
  • Loading branch information
manole-alexandru committed Apr 25, 2023
1 parent 3384090 commit 37a5080
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions models/yolov5m.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

# Parameters
nc: 80 # number of classes
ch: 4
depth_multiple: 0.67 # model depth multiple
width_multiple: 0.75 # layer channel multiple
anchors:
Expand Down
2 changes: 1 addition & 1 deletion train.py
Original file line number Diff line number Diff line change
Expand Up @@ -553,7 +553,7 @@ def parse_opt(known=False):


def main(opt, callbacks=Callbacks()):
print('\n---------- VERSION:', '#0019', '----------\n')
print('\n---------- VERSION:', '#0020', '----------\n')
# Checks
if RANK in {-1, 0}:
print_args(vars(opt))
Expand Down

0 comments on commit 37a5080

Please sign in to comment.