Evaluate trained CLIP-ReID models
masterTo test a trained model (e.g., a ViT-based model for MSMT17), use the test_clipreid.py script and provide the path to your trained checkpoint using the TEST.WEIGHT flag.
CUDA_VISIBLE_DEVICES=0 python test_clipreid.py --config_file configs/person/vit_clipreid.yml TEST.WEIGHT 'your_trained_checkpoints_path/ViT-B-16_60.pth'