2020-05-29 11:19:22 +08:00
Here are a few projects that are built on fastreid.
They are examples of how to use fastrei as a library, to make your projects more maintainable.
# Projects by JDAI
Note that these are research projects, and therefore may not have the same level of support or stability of fastreid.
- [Deep Spatial Feature Reconstruction for Partial Person Re-identification ](https://github.com/JDAI-CV/fast-reid/tree/master/projects/PartialReID )
2020-09-25 11:33:16 +08:00
- [Black Re-ID: A Head-shoulder Descriptor for the Challenging Problem of Person Re-Identification ](https://github.com/JDAI-CV/fast-reid/tree/master/projects/HAA )
2021-01-18 11:36:38 +08:00
- [Image Classification ](https://github.com/JDAI-CV/fast-reid/tree/master/projects/FastCls )
- [Face Recognition ](https://github.com/JDAI-CV/fast-reid/tree/master/projects/FastFace )
- [Image Retrieval ](https://github.com/JDAI-CV/fast-reid/tree/master/projects/FastRetri )
- [Attribute Recognition ](https://github.com/JDAI-CV/fast-reid/tree/master/projects/FastAttr )
- [Hyper-Parameters Optimization ](https://github.com/JDAI-CV/fast-reid/tree/master/projects/FastTune )
- [Overhaul Distillation ](https://github.com/JDAI-CV/fast-reid/tree/master/projects/FastDistill )
2021-09-08 23:10:47 +08:00
- Semi-Supervised Domain Generalizable Person Re-Identification. [code ](https://github.com/xiaomingzhid/sskd ) and [paper ](https://arxiv.org/pdf/2108.05045.pdf )
2020-05-29 11:19:22 +08:00
# External Projects
External projects in the community that use fastreid:
2024-07-15 13:08:56 +08:00
- [FastReID of Interpreter Project (ICCV 2021) ](https://github.com/SheldongChen/AMD.github.io )
2021-10-29 11:46:12 +08:00
2020-12-07 14:19:20 +08:00
# Competitions
2021-09-08 21:11:32 +08:00
- NAIC20 reid track [1-st solution ](https://github.com/JDAI-CV/fast-reid/tree/master/projects/NAIC20 )