VisualComputingInstitute / triplet-reid

Code for reproducing the results of our "In Defense of the Triplet Loss for Person Re-Identification" paper.
https://arxiv.org/abs/1703.07737
MIT License
764 stars 216 forks source link

How to do inference on single image/query? #90

Open WuZhuoran opened 4 years ago

WuZhuoran commented 4 years ago

Thanks for your work!

Given with a pre-trained model, how to perform single inference on image?

Thanks,