Deep Person Reid Versions Save

Torchreid: Deep learning person re-identification in PyTorch.

v1.0.6

4 years ago
  • Removed unused imports/variables.
  • Fixed minor bugs.

Basically a more stable version.

v1.0.5

4 years ago

Added new dataset, models and tools.

v1.0.0

4 years ago

Major updates:

  • Significant changes to "scripts/main.py", where most arguments in argparse are replaced with config.
  • Add config files which contain predefined training params to configs/.
  • In data manager and engine, use_cpu is changed to use_gpu.
  • In data manager, batch_size is changed to batch_size_train and batch_size_test.
  • Tensorboard is available.

v0.9.1

4 years ago

Main update:

  • Plot ranks in a single figure (currently support image-reid)
  • Visualize activation maps to understand where CNNs focus on to extract features for reid.

v0.8.1

4 years ago

Bug fix: resize image to the target size in the training transformation function

v0.8.0

4 years ago
  • Add OSNet code and models

v0.7.8

4 years ago
  • Model zoo is back.
  • Some minor updates.

v0.7.7

4 years ago

Major updates:

  • Added compute_model_complexity().
  • Added shufflenetv2.

v0.7.5

5 years ago

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.

v0.7.4

5 years ago