This repository contains the code and model for our CVPR 2022, ACM MM 2022, and ACM MM 2023 papers. The Gait3D-Benchmark project is now maintained By Jinkai Zheng and Xinchen Liu. Thanks to all of our co-authors for their help, as well as the great repository that we list in the Acknowledgement.
Gait3D (SMPLGait) |
MTSGait |
Gait3D-Parsing (ParsingGait) |
---|---|---|
Gait Recognition in the Wild with Dense 3D Representations and A Benchmark (CVPR 2022) | Gait Recognition in the Wild with Multi-hop Temporal Switch (ACM MM 2022) | Parsing is All You Need for Accurate Gait Recognition in the Wild (ACM MM 2023) |
[Project Page] [Paper] | [Paper] | [Project Page] [Paper] |
Results and models are available in the model zoo.
The requirement and installation procedure can be found here.
Please download the Gait3D dataset by signing this agreement.
Please download the Gait3D-Parsing dataset by signing this agreement.
We ask for your information only to make sure the dataset is used for non-commercial purposes. We will not give it to any third party or publish it publicly anywhere.
The data pretreatment can be found here.
Run the following command:
sh train.sh
Run the following command:
sh test.sh
Please cite this paper in your publications if it helps your research:
@inproceedings{zheng2022gait3d,
title={Gait Recognition in the Wild with Dense 3D Representations and A Benchmark},
author={Jinkai Zheng, Xinchen Liu, Wu Liu, Lingxiao He, Chenggang Yan, Tao Mei},
booktitle={IEEE Conference on Computer Vision and Pattern Recognition (CVPR)},
year={2022}
}
@inproceedings{zheng2022mtsgait,
title={Gait Recognition in the Wild with Multi-hop Temporal Switch},
author={Jinkai Zheng, Xinchen Liu, Xiaoyan Gu, Yaoqi Sun, Chuang Gan, Jiyong Zhang, Wu Liu, Chenggang Yan},
booktitle={ACM International Conference on Multimedia (ACM MM)},
year={2022}
}
@inproceedings{zheng2023parsinggait,
title={Parsing is All You Need for Accurate Gait Recognition in the Wild},
author={Jinkai Zheng, Xinchen Liu, Shuai Wang, Lihao Wang, Chenggang Yan, Wu Liu},
booktitle={ACM International Conference on Multimedia (ACM MM)},
year={2023}
}
Here are some great resources we benefit from: