Skip to content

A flexible and extensible framework for gait recognition. You can focus on designing your own models and comparing with state-of-the-arts easily with the help of OpenGait.

Notifications You must be signed in to change notification settings

cocoJennie/GR_ARCH

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

logo

nmbgcl

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

Our Publications

  • [CVPR 2023] LidarGait: Benchmarking 3D Gait Recognition with Point Clouds, Paper, Dataset and Code(Coming Soon).
  • [CVPR 2023] OpenGait: Revisiting Gait Recognition Toward Better Practicality, Paper, Code.
  • [ECCV 2022] GaitEdge: Beyond Plain End-to-end Gait Recognition for Better Practicality, Paper, Code.

Highlighted features

  • Mutiple Dataset supported: OpenGait supports four popular gait datasets: CASIA-B, OUMVLP, HID, and GREW.
  • 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 and logging 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)

Acknowledgement

Citation

@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.

About

A flexible and extensible framework for gait recognition. You can focus on designing your own models and comparing with state-of-the-arts easily with the help of OpenGait.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 98.1%
  • Shell 1.9%