Analysis updated 2026-07-07 · repo last pushed 2024-07-25
Test how accurately a computer vision system identifies people by their walk in real-world video footage.
Evaluate gait recognition algorithms under varying conditions like different clothing or carrying bags.
Benchmark a security or surveillance system's ability to recognize individuals from walking patterns.
| zihaomu/resgait | aim-uofa/reasonmatch | arpecop/kokobook | |
|---|---|---|---|
| Stars | 12 | 12 | 12 |
| Language | Python | Python | Python |
| Last pushed | 2024-07-25 | — | — |
| Maintenance | Stale | — | — |
| Setup difficulty | hard | hard | hard |
| Complexity | 4/5 | 5/5 | 3/5 |
| Audience | researcher | researcher | general |
Figures from each repo's GitHub metadata at analysis time.
Requires downloading an external real-world walking dataset and manually organizing extensive data labels before running experiments.
ReSGait is a research project focused on recognizing people by how they walk. The repository provides the code and instructions to run benchmark experiments on a dataset of real-world walking videos, so researchers can test how well computer vision systems identify individuals based on their gait. The repository walks you through downloading the dataset, organizing the data labels, and running the experiments. You adjust a configuration file with your training parameters, run a training script, and then run a testing script to evaluate the results. The experiments are based on existing open-source code, including a method called GaitSet. Researchers working on biometric identification would use this to evaluate gait recognition algorithms in real-world scenes. For example, a team developing security or surveillance technology could test whether their system can correctly identify a person walking through a camera's view, accounting for real-world variables like different clothing, carrying bags, or phone use. The README doesn't go into much detail about the dataset itself beyond noting that it includes real-scene walking footage with labels for clothing, activity, gender, carrying items, walking route, subject identity, and date. Notably, the benchmark based on GaitSet is listed as not yet finished, so part of the project's experiments appear to still be in progress.
ReSGait is a research project for recognizing people by how they walk. It provides code and instructions to run benchmark experiments on real-world walking video datasets, helping researchers test gait recognition accuracy under varying conditions.
Mainly Python. The stack also includes Python, GaitSet.
Stale — no commits in 1-2 years (last push 2024-07-25).
No license information is provided, so you would need to contact the repository owner before using or modifying the code.
Setup difficulty is rated hard, with roughly 1h+ to a first successful run.
Mainly researcher.
This repo across BitVibe Labs
Verify against the repo before relying on details.