YangChangHee / ICCV2023_SEFD_RELEASE

44 stars 1 forks source link

what does augmentation_together function do? #11

Closed ocissor closed 3 months ago

ocissor commented 6 months ago

Hi, there is a function in common/utils/preprocessing.py named augmentation_together. I am struggling to understand what this function does. Would you be kind enough to explain it?

Thank you

YangChangHee commented 5 months ago

"The code named 'augmentation_together' in the file 'common/utils/preprocessing.py' was created to make the preprocessed image(e.g. SMPL Edge, EPS, ...), input image, and augmentation the same. This was written because augmentation is carried out randomly in a training situation."

ocissor commented 3 months ago

Thank you!