It is a question about image flipping in image data augmentation.
The question is about the founction named sample_augmentation in 'mmdet3d/datasets/pipelines/loading.py'
I found that adding 180 to rot rather than flipping the image vertically when the vflip is set to True.
Is there any considerations to do that?
It is a question about image flipping in image data augmentation. The question is about the founction named sample_augmentation in 'mmdet3d/datasets/pipelines/loading.py' I found that adding 180 to rot rather than flipping the image vertically when the vflip is set to True. Is there any considerations to do that?
Looking forward to your reply