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).
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.
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 useaugment_eth_ucy_social(train_batches, train_scenes, train_masks, train_images)
, I can't find the corresponding variables, liketrain_masks
. I wonder when and how you call the functionaugment_eth_ucy_social()
or you just useaugment_data()
(the same as other datasets).Thanks!