fast-reid/README.md

29 lines
1.6 KiB
Markdown
Raw Normal View History

# FastReID
2020-02-10 07:38:56 +08:00
2020-05-28 20:01:20 +08:00
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](https://github.com/michuanhaohao/reid-strong-baseline).
2020-02-10 07:38:56 +08:00
2020-05-28 20:01:20 +08:00
## What's New
2020-05-28 20:01:20 +08:00
- Remove [ignite](https://github.com/pytorch/ignite)(a high-level library) dependency and powered by [PyTorch](https://pytorch.org/).
- 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](https://github.com/JDAI-CV/fast-reid/tree/master/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
2020-02-10 07:38:56 +08:00
2020-05-28 20:01:20 +08:00
See [INSTALL.md](https://github.com/JDAI-CV/fast-reid/blob/master/INSTALL.md).
2020-05-28 20:01:20 +08:00
## Quick Start
The designed architecture follows this guide [PyTorch-Project-Template](https://github.com/L1aoXingyu/PyTorch-Project-Template), you can check each folder's purpose by yourself.
2020-05-28 20:01:20 +08:00
See [GETTING_STARTED.md](https://github.com/JDAI-CV/fast-reid/blob/master/GETTING_STARTED.md).
2020-05-28 20:01:20 +08:00
Learn more at out [documentation](). And see [projects/](https://github.com/JDAI-CV/fast-reid/tree/master/projects) for some projects that are build on top of fastreid.
2020-02-10 07:38:56 +08:00
## Model Zoo and Baselines
2020-03-31 14:37:24 +08:00
2020-05-12 23:00:15 +08:00
We provide a large set of baseline results and trained models available for download in the [Fastreid Model Zoo](https://github.com/JDAI-CV/fast-reid/blob/master/MODEL_ZOO.md).