SOTA Re-identification Methods and Toolbox
 
 
 
 
 
Go to file
liaoxingyu 28b6dd2a94 add license in readme 2020-05-29 10:33:21 +08:00
configs fix: modify open_layers in BoT config file 2020-05-19 14:46:35 +08:00
datasets docs: update README 2020-05-12 23:00:15 +08:00
demo update visulize logger 2020-05-27 22:53:27 +08:00
fastreid refactor code 2020-05-28 13:49:39 +08:00
projects update partialreid code 2020-05-28 11:14:13 +08:00
tests update version0.2 code 2020-03-25 10:58:26 +08:00
tools fix: add a simple way to reset data prefetcher when resume training 2020-05-09 11:58:27 +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 instruction 2020-05-28 20:01:20 +08:00
LICENSE add license 2020-05-29 10:26:14 +08:00
MODEL_ZOO.md update model config url 2020-05-29 10:10:43 +08:00
README.md add license in readme 2020-05-29 10:33:21 +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, visualizing ranklist and label, SoTA results on intra-domain, cross-domain and partial reid, testing on multi-datasets at the same time, 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.

See our zhihu blog to learn more about fastreid.

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.

License

Fastreid is released under the Apache 2.0 license.