Cross-Modal-Re-ID-baseline
Cross-Modal-Re-ID-baseline copied to clipboard
Don‘t converge on RegDB
Thanks for the source code, it helped me a lot. But when I train on RegDB dataset, the model does not converge. I used the following statement:
python train_ext.py --dataset regdb --lr 0.1 --method adp --augc 1 --rande 0.5 --alpha 1 --square 1 --gamma 1 --gpu 0
please tell me what should I do
I also have the same problem. Have you been able to solve it yet?