Skip to content

Commit

Permalink
mean std addition
Browse files Browse the repository at this point in the history
  • Loading branch information
Mehrdad committed Dec 14, 2023
1 parent 56019d4 commit 4939863
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ultralytics/cfg/default.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,8 @@ fliplr: 0.5 # (float) image flip left-right (probability)
mosaic: 1.0 # (float) image mosaic (probability)
mixup: 0.0 # (float) image mixup (probability)
copy_paste: 0.0 # (float) segment copy-paste (probability)
mean: [0, 0, 0]
std: [1, 1, 1]

# Custom config.yaml ---------------------------------------------------------------------------------------------------
cfg: # (str, optional) for overriding defaults.yaml
Expand Down

0 comments on commit 4939863

Please sign in to comment.