finger-monkey / Data-Augmentation

Code for paper : An Effective Data Augmentation for Person Re-identification. By providing this code, you can simply verify the validity of the method proposed in the paper.
59 stars 9 forks source link

Augmentation Order #8

Closed danielsyahputra closed 1 year ago

danielsyahputra commented 1 year ago

Hi @finger-monkey

Is there any constraint related to the LGT method's augmentation order? Like should we use it before or after normalization?

finger-monkey commented 8 months ago

To implement this, simply use it in the preprocessing stage of the image before normalization. I apologize for the delayed response; I've been out of research for quite some time.

danielsyahputra commented 8 months ago

Thanks for your feedback. Noted for my next experiment.