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

training data augmentations #132

Open
AndreiZn opened this issue Aug 22, 2022 · 0 comments
Open

training data augmentations #132

AndreiZn opened this issue Aug 22, 2022 · 0 comments

Comments

@AndreiZn
Copy link

Thank you for your work! It seems that data augmentations play a significant role in achieving low EPE on validation datasets. Could you please give more details regarding the data augmentations used to train PWC-Net on FlyingChairs? Specifically, I'm interested in the following:

  1. Do you apply all augmentations to all training examples or you apply each augmentation with some probability?
  2. Do you use the augmentations in specific order or shuffle them each time? For instance, the order of scaling and translation augmentations is important, as it changes the flow in different ranges (larger range if translation is applied first).
  3. The paper states "we apply the same strong geometric transformation to both images of a pair, but additionally a smaller relative transformation between the two images." What augmentations are used for a "smaller relative transformation"? Only the geometric ones or the color augmentations as well?
  4. Is there a point to apply the same translation to both images if all it effectively does is cropping the images?
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