xingyizhou / GTR

Global Tracking Transformers, CVPR 2022
374 stars 57 forks source link

EfficientDetResizeCrop #24

Open isyangshu opened 2 years ago

isyangshu commented 2 years ago

Hello, I want to understand some operations in 'custom_augmentation_impl.py'. Specifically, in line 56, the smallest scale-factor is chosen, which does not seem to match 'Scale the shorter edge to the given size'. I'm wondering if it's an issue with my understanding, and what exactly would be the impact.