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

YNet: Data augmentation for training on ETH/UCY Dataset #42

Open
jun-long-li opened this issue Mar 15, 2022 · 1 comment
Open

YNet: Data augmentation for training on ETH/UCY Dataset #42

jun-long-li opened this issue Mar 15, 2022 · 1 comment

Comments

@jun-long-li
Copy link

Hi, I've read #29 and #35, but I'm still confused about the data augmentation for ETH/UCY dataset.
The original code uses the function augment_data(train_data, image_path, image_file, seg_mask), but when I try to use augment_eth_ucy_social(train_batches, train_scenes, train_masks, train_images), I can't find the corresponding variables, like train_masks.
I wonder when and how you call the function augment_eth_ucy_social() or you just use augment_data() (the same as other datasets).

Thanks!

@ArcaneEmergence
Copy link
Collaborator

For the reported results, we only used augment_data.
We did not use augment_eth_ucy_social, it was an experimental version that didn't do what we expected.

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

2 participants