Torchreid v0.7.5
Major updates:
- Added person reranking, which can be activated with
rerank=True
inengine.run()
. It only works in the evaluation mode, i.e.test_only=True
. - Added
normalize_feature
toengine.run()
to allow the feature vectors to be normalized with L2 norm before calculating feature distance.