ucbdrive / hd3

Code for Hierarchical Discrete Distribution Decomposition for Match Density Estimation (CVPR 2019)
BSD 3-Clause "New" or "Revised" License
204 stars 31 forks source link

types of data augmenation #9

Closed jsczzzk closed 5 years ago

jsczzzk commented 5 years ago

Thank you for your outstanding work! I have some problems about data augmentation. I found that the model only uses scale,crop,HorizontalFlip and VerticalFlip to enchance the input data when you pretrain the model on chairs,not following the types of data augmentation in original Flownet and only add RandomPhotometric augmentations for fine-tuning of MPI-Sintel. Will this implements lead to the overfit on MPI-Sintel test set? Will your results become better on MPI-Sintel test set if adopt data augmentations of Flownet?

yzcjtr commented 5 years ago

Hi @ZhongkaiZhou, thanks for your acknowledgment. We didn't notice the gain brought about by color augmentation on FlyingChairs before so we discarded it at last. It's hard to strictly follow the original practice of FlowNet in data augmentation for we adopt a distinctively different architecture here. It might help to try different augmentations but we didn't have time for that. Welcome to share your findings here.

jsczzzk commented 5 years ago

Thank you for your patient explation.