huanghoujing / AlignedReID-Re-Production-Pytorch

Reproduce AlignedReID: Surpassing Human-Level Performance in Person Re-Identification, using Pytorch.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

how to test ?

chj1933 opened this issue · comments

@huanghoujing Hello, I use the train_ml.py to train, when training is over , please tell me how to test and how to save model as model.pth.tar? Thank you!

The training script will perform testing at the end of training. You can also test the model by running the training script again with an additional argument --only_test true, but keeping the exp_dir argument the same as in training.