Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Selecting Data Augmentations #1

Open
jonwomack opened this issue Oct 7, 2022 · 0 comments
Open

Selecting Data Augmentations #1

jonwomack opened this issue Oct 7, 2022 · 0 comments

Comments

@jonwomack
Copy link
Collaborator

I don't see any transformations/augmentations listed in the CDFM paper, however ZooplanktoNet achieves higher classification with performance with the following augmentations:

• rotation: random with angle from 0◦ to 360◦ with 90◦
increments
• translation: random with shift −40 or 40 piexls in
horizontal and vertical direction
• rescaling: random with scale factor between 1/1.2 and
1.2
• shearing: random with angle between −20◦ and 20◦
• flipping: random in horizontal direction or vertical direction

We could cover all of these except flipping with torchvision.transforms.RandomAffine.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant