Hi
I was poking around the code for image augmentation and this part caught my eyes. max_drift_x and max_drift_y seem to address the issue of pushing the bbox to the -x and -y territories. But how about the other directions? Shouldn't dx be in the form of
Hi I was poking around the code for image augmentation and this part caught my eyes.
max_drift_x
andmax_drift_y
seem to address the issue of pushing the bbox to the -x and -y territories. But how about the other directions? Shouldn'tdx
be in the form of