Skip to content

Commit

Permalink
Reduce the depth of aumix process (#2038)
Browse files Browse the repository at this point in the history
Enable light augmix
  • Loading branch information
sungmanc authored Apr 20, 2023
1 parent 3a7e9f6 commit ad0c960
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
__train_pipeline = [
dict(type="Resize", size=__resize_target_size),
dict(type="RandomFlip", flip_prob=0.5, direction="horizontal"),
dict(type="AugMixAugment", config_str="augmix-m5-w3"),
dict(type="AugMixAugment", config_str="augmix-m5-w3-d1"),
dict(type="RandomRotate", p=0.35, angle=(-10, 10)),
dict(type="PILImageToNDArray", keys=["img"]),
dict(type="Normalize", **__img_norm_cfg),
Expand Down

0 comments on commit ad0c960

Please sign in to comment.