Skip to content

Commit

Permalink
Add rhode island augmentation config
Browse files Browse the repository at this point in the history
  • Loading branch information
cgerum committed Dec 11, 2023
1 parent f0d7dec commit 1678c2e
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions experiments/rhode_island/augmentation/ri_augment.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
batch_augment:
pipeline: null
transforms:
RandomVerticalFlip:
p: 0.5
RandomHorizontalFlip:
p: 0.5
RandomAffine:
degrees: [-90, 90]
translate: [0.1, 0.1]
scale: [0.9, 1.1]
shear: [-5, 5]
p: 0.5
RandomCrop:
size: [320,320]
padding: 64
RandomErasing:
p: 0.5
#scale: [0.!, 0.3]
#value: [0.4914, 0.4822, 0.4465]

0 comments on commit 1678c2e

Please sign in to comment.