Does 'RandomFlip3D' flip images? #2309
Answered
by
Tai-Wang
anhquan3012
asked this question in
General
-
I am trying to implement a multimodal detector on mmdet3d. Does setting 'RandomFlip3D' in the pipeline flips the images also? Or it just flips the point cloud? Also, does the flip works with multi-view images (i.e. will left image become right image and vice versa)? |
Beta Was this translation helpful? Give feedback.
Answered by
Tai-Wang
Mar 2, 2023
Replies: 1 comment
-
RandomFlip3D would flip the image following the typical way in 2D but not swap the left and right images. The flip of the 2D image is conducted by inheriting the 2D transform RandomFlip. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
Tai-Wang
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
RandomFlip3D would flip the image following the typical way in 2D but not swap the left and right images. The flip of the 2D image is conducted by inheriting the 2D transform RandomFlip.