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.
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.
May I ask where the code for GGT is