dvlab-research / SA-AutoAug

Scale-aware Automatic Augmentation for Object Detection (CVPR 2021)
Other
196 stars 22 forks source link

Regarding the geometric bbox augmentation. #7

Closed gkagkos closed 2 years ago

gkagkos commented 2 years ago

Hi, @yukang2017

On this line of code you set the translation value to (0,0) even if you apply the translate augmentation.

That being said translate[0] + translate[1] != 0 will never be True.

Is this the expected behaviour?

yukang2017 commented 2 years ago

Hi gkagkos,

Thanks for the remind. I previously wrote this line for debug and forget to remove it. I have fixed it.