SOTA Re-identification Methods and Toolbox
 
 
 
 
 
Go to file
liaoxingyu 69e4ba901e update acknowledgement in deploy 2020-06-02 18:12:57 +08:00
configs Add vehicle configs 2020-05-29 16:06:04 +08:00
datasets docs: update README 2020-05-12 23:00:15 +08:00
demo add pytorch to caffe converting 2020-06-02 18:11:02 +08:00
fastreid add circle & arcface layer info 2020-05-31 15:50:56 +08:00
projects Update README.md 2020-06-01 10:42:33 +08:00
tests update version0.2 code 2020-03-25 10:58:26 +08:00
tools update acknowledgement in deploy 2020-06-02 18:12:57 +08:00
.gitignore Change architecture: 2020-02-18 21:01:23 +08:00
GETTING_STARTED.md update readme and instruction 2020-05-28 20:01:20 +08:00
INSTALL.md update readme and install 2020-06-02 10:19:20 +08:00
LICENSE update LICENSE 2020-05-29 13:02:55 +08:00
MODEL_ZOO.md Update vehicle MODEL_ZOO.md 2020-05-29 18:51:02 +08:00
README.md add pytorch to caffe converting 2020-06-02 18:11:02 +08:00

README.md

FastReID

FastReID is a research platform that implements state-of-the-art re-identification algorithms. It is a groud-up rewrite of the previous verson, reid strong baseline.

What's New

  • Remove ignite(a high-level library) dependency and powered by PyTorch.
  • Includes more features such as circle loss, abundant visualization methods and evaluation metrics, SoTA results on conventional, cross-domain, partial and vehicle re-id, testing on multi-datasets simultaneously, etc.
  • Can be used as a library to support different projects on top of it. We'll open source more research projects in this way.
  • It trains much faster.

We write a chinese blog about this toolbox in zhihu.

Installation

See INSTALL.md.

Quick Start

The designed architecture follows this guide PyTorch-Project-Template, you can check each folder's purpose by yourself.

See GETTING_STARTED.md.

Learn more at out documentation. And see projects/ for some projects that are build on top of fastreid.

Model Zoo and Baselines

We provide a large set of baseline results and trained models available for download in the Fastreid Model Zoo.

Deployment

We provide some examples and scripts to convert fastreid model to Caffe, ONNX and TensorRT format in Fastreid deploy.

License

Fastreid is released under the Apache 2.0 license.

Citing Fastreid

If you use Fastreid in your research or wish to refer to the baseline results published in the Model Zoo, please use the following BibTeX entry.