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

Question regarding "fastReID + RGT&RGPR(ours) 86.2 65.9" #4

Closed nixingyang closed 3 years ago

nixingyang commented 3 years ago

Thanks for publishing the source code. I am conducting experiments using your method, and I have a question regarding "fastReID + RGT&RGPR(ours) 86.2 65.9" in Table 2: Are you using the following sequential pipeline for data augmentation: 1, Add random erasing with probability 0.5. 2, Add RGT with probability 0.05. 3, Add RGPR with probability 0.4. All the best.

finger-monkey commented 3 years ago

Thanks for publishing the source code. I am conducting experiments using your method, and I have a question regarding "fastReID + RGT&RGPR(ours) 86.2 65.9" in Table 2: Are you using the following sequential pipeline for data augmentation: 1, Add random erasing with probability 0.5. 2, Add RGT with probability 0.05. 3, Add RGPR with probability 0.4. All the best.

hi, the “autoAug” of FastReid should be turned off first. The rest, such as random erasing, can be used together。

AlphaPlusTT commented 3 years ago

@nixingyang hi, i wonder where is the RGT you mentioned in your question? I can only find RGPR in this project now

nixingyang commented 3 years ago

@AlphaPlusTT Hi, you can use ToGray.