Skip to content

Commit

Permalink
Revert rnd shadow p from test
Browse files Browse the repository at this point in the history
  • Loading branch information
felixdittrich92 committed Dec 20, 2024
1 parent 38d5ebe commit 637ac0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion references/detection/train_pytorch.py
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ def main(args):
T.RandomApply(T.GaussianBlur(sigma=(0.5, 1.5)), 0.2),
]),
Compose([
T.RandomApply(T.RandomShadow(), 1.0),
T.RandomApply(T.RandomShadow(), 0.3),
T.RandomApply(T.GaussianNoise(), 0.1),
T.RandomApply(T.GaussianBlur(sigma=(0.5, 1.5)), 0.3),
RandomGrayscale(p=0.15),
Expand Down

0 comments on commit 637ac0c

Please sign in to comment.