Skip to content

Commit

Permalink
greatly reduce the augmentations for the training
Browse files Browse the repository at this point in the history
  • Loading branch information
GreenWizard2015 committed Jun 23, 2024
1 parent 078d4aa commit 28745d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/train.py
Original file line number Diff line number Diff line change
Expand Up @@ -225,8 +225,8 @@ def main(args):
timesteps=timesteps,
stepsSampling='uniform',
# no augmentations by default
pointsNoise=0.02, pointsDropout=0.1,
eyesDropout=0.1, eyesAdditiveNoise=0.01, brightnessFactor=5.0, lightBlobFactor=5.0,
pointsNoise=0.01, pointsDropout=0.0,
eyesDropout=0.1, eyesAdditiveNoise=0.01, brightnessFactor=1.5, lightBlobFactor=1.5,
),
)
)
Expand Down

0 comments on commit 28745d4

Please sign in to comment.