Hi folks, I am training model for PersonReid task. Following is my training setup.
- Backbone - ViT s16
- Loss function - Triplet Loss with hard mining from OpenMetric learning. Margin used is 0.5. Also tried ArcFace loss. Additionally using CrossEntropyLoss for identities classification.
- Dataset - Custom dataset with almost 1500 identities.
- Start LR - 3e-4. Using CosineAnnealing LR scheduler with multi gpu training setup.
Following are graphs with ArcFace loss.
Any suggestions/feedback for improving model metrics would be highly appreciated. Thanks