Skip to content

Torchreid v0.7.5

Compare
Choose a tag to compare
@KaiyangZhou KaiyangZhou released this 09 May 22:53
· 280 commits to master since this release

Major updates:

  • Added person reranking, which can be activated with rerank=True in engine.run(). It only works in the evaluation mode, i.e. test_only=True.
  • Added normalize_feature to engine.run() to allow the feature vectors to be normalized with L2 norm before calculating feature distance.