Skip to content

Commit

Permalink
Bugfix: Update RGB model configurations' std from miscopied mean to i…
Browse files Browse the repository at this point in the history
…magenet std
  • Loading branch information
willprice committed Dec 15, 2020
1 parent 5a50dfc commit d58e695
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion configs/trn_rgb.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ data:
input_size: 224
scale_size: 256
mean: [0.485, 0.456, 0.406]
std: [0.485, 0.456, 0.406]
std: [0.229, 0.224, 0.225]
train_augmentation:
multiscale_crop_scales: [1, 0.875, 0.75, 0.66]
test_augmentation:
Expand Down
2 changes: 1 addition & 1 deletion configs/tsm_rgb.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ data:
input_size: 224
scale_size: 256
mean: [0.485, 0.456, 0.406]
std: [0.485, 0.456, 0.406]
std: [0.229, 0.224, 0.225]
train_augmentation:
multiscale_crop_scales: [1, 0.875, 0.75, 0.66]
test_augmentation:
Expand Down
2 changes: 1 addition & 1 deletion configs/tsn_rgb.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ data:
input_size: 224
scale_size: 256
mean: [0.485, 0.456, 0.406]
std: [0.485, 0.456, 0.406]
std: [0.229, 0.224, 0.225]
train_augmentation:
multiscale_crop_scales: [1, 0.875, 0.75, 0.66]
test_augmentation:
Expand Down

0 comments on commit d58e695

Please sign in to comment.