🎉🎉🎉 OpenGait has been accpected by CVPR2023 as a highlight paper! 🎉🎉🎉
OpenGait is a flexible and extensible gait recognition project provided by the Shiqi Yu Group and supported in part by WATRIX.AI.
- [Apr 2023] CASIA-E is supported by OpenGait.
- [Feb 2023] HID 2023 competition is open, welcome to participate. Additionally, tutorial for the competition has been updated in datasets/HID/.
- [Dec 2022] Dataset Gait3D is supported in datasets/Gait3D.
- [Mar 2022] Dataset GREW is supported in datasets/GREW.
- [CVPR 2023] LidarGait: Benchmarking 3D Gait Recognition with Point Clouds, Paper, Dataset and Code(Coming Soon).
- [CVPR 2023 Highlight] OpenGait: Revisiting Gait Recognition Toward Better Practicality, Paper, Code.
- [ECCV 2022] GaitEdge: Beyond Plain End-to-end Gait Recognition for Better Practicality, Paper, Code.
- Mutiple Dataset supported: CASIA-B, OUMVLP, HID, GREW, Gait3D, and CASIA-E.
- Multiple Models Support: We reproduced several SOTA methods, and reached the same or even the better performance.
- DDP Support: The officially recommended
Distributed Data Parallel (DDP)
mode is used during both the training and testing phases. - AMP Support: The
Auto Mixed Precision (AMP)
option is available. - Nice log: We use
tensorboard
andlogging
to log everything, which looks pretty.
Please see 0.get_started.md. We also provide the following tutorials for your reference:
Results and models are available in the model zoo.
Open Gait Team (OGT)
- Chao Fan (樊超), [email protected]
- Chuanfu Shen (沈川福), [email protected]
- Junhao Liang (梁峻豪), [email protected]
- GLN: Saihui Hou (侯赛辉)
- GaitGL: Beibei Lin (林贝贝)
- GREW: GREW TEAM
@misc{fan2022opengait,
title={OpenGait: Revisiting Gait Recognition Toward Better Practicality},
author={Chao Fan and Junhao Liang and Chuanfu Shen and Saihui Hou and Yongzhen Huang and Shiqi Yu},
year={2022},
eprint={2211.06597},
archivePrefix={arXiv},
primaryClass={cs.CV}
}
Note: This code is only used for academic purposes, people cannot use this code for anything that might be considered commercial use.