fast-reid/README.md

33 lines
1.8 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/).
2020-05-29 11:19:22 +08:00
- 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.
2020-05-28 20:01:20 +08:00
- 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.
2020-05-31 23:32:49 +08:00
We write a chinese blog about this toolbox in [zhihu](https://zhuanlan.zhihu.com/p/144944220)
2020-05-28 20:01:20 +08:00
## 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).
2020-05-29 10:33:21 +08:00
## License
2020-05-29 11:19:22 +08:00
Fastreid is released under the [Apache 2.0 license](https://github.com/JDAI-CV/fast-reid/blob/master/LICENSE).