๐ฃ๐ฃ๐ฃ SUSTech1K relseased, pls checking the tutorial. ๐ฃ๐ฃ๐ฃ
๐๐๐ 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.
What's New
- [July 2023] CCPG is supported in datasets/CCPG.
- [July 2023] SUSTech1K is released and supported in datasets/SUSTech1K.
- [May 2023] A real gait recognition system All-in-One-Gait provided by Dongyang Jin is avaliable.
- [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.
Our Publications
- [CVPR 2023] LidarGait: Benchmarking 3D Gait Recognition with Point Clouds, Paper, Dataset and Code.
- [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.
A Real Gait Recognition System: All-in-One-Gait
The workflow of All-in-One-Gait involves the processes of pedestrian tracking, segmentation and recognition. See here for details.
Highlighted features
- Mutiple Dataset supported: CASIA-B, OUMVLP, SUSTech1K, HID, GREW, Gait3D, CCPG, 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.
Getting Started
Please see 0.get_started.md. We also provide the following tutorials for your reference:
Model Zoo
Results and models are available in the model zoo.
Authors:
Open Gait Team (OGT)
- Chao Fan (ๆจ่ถ ), [email protected]
- Chuanfu Shen (ๆฒๅท็ฆ), [email protected]
- Junhao Liang (ๆขๅณป่ฑช), [email protected]
Acknowledgement
- GLN: Saihui Hou (ไพฏ่ต่พ)
- GaitGL: Beibei Lin (ๆ่ด่ด)
- GREW: GREW TEAM
Citation
@InProceedings{Fan_2023_CVPR,
author = {Fan, Chao and Liang, Junhao and Shen, Chuanfu and Hou, Saihui and Huang, Yongzhen and Yu, Shiqi},
title = {OpenGait: Revisiting Gait Recognition Towards Better Practicality},
booktitle = {Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR)},
month = {June},
year = {2023},
pages = {9707-9716}
}
Note: This code is only used for academic purposes, people cannot use this code for anything that might be considered commercial use.