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

GGT #9

Closed gxxdd closed 8 months ago

gxxdd commented 8 months ago

May I ask where the code for GGT is

finger-monkey commented 8 months ago

Hi, you can use PyTorch's transforms.Grayscale() function to convert an image to a global grayscale image. This allows for more flexible application of the proposed methods.