All Projects → developfeng → GaitRecognition

developfeng / GaitRecognition

Licence: other
Gait demo for tutorial of ICPR 2016

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to GaitRecognition

STEP
Spatial Temporal Graph Convolutional Networks for Emotion Perception from Gaits
Stars: ✭ 39 (-36.07%)
Mutual labels:  gait, gait-recognition
TraND
This is the code for the paper "Jinkai Zheng, Xinchen Liu, Chenggang Yan, Jiyong Zhang, Wu Liu, Xiaoping Zhang and Tao Mei: TraND: Transferable Neighborhood Discovery for Unsupervised Cross-domain Gait Recognition. ISCAS 2021" (Best Paper Award - Honorable Mention)
Stars: ✭ 32 (-47.54%)
Mutual labels:  gait, gait-recognition
GaitAnalysisToolKit
Tools for the Cleveland State Human Motion and Control Lab
Stars: ✭ 85 (+39.34%)
Mutual labels:  gait
GaitGraph
Official repository for "GaitGraph: Graph Convolutional Network for Skeleton-Based Gait Recognition" (ICIP'21)
Stars: ✭ 68 (+11.48%)
Mutual labels:  gait-recognition
pytorch-GaitGAN
GaitGAN: Invariant Gait Feature Extraction Using Generative Adversarial Networks
Stars: ✭ 45 (-26.23%)
Mutual labels:  gait
Gait-Recognition-Using-Smartphones
Deep Learning-Based Gait Recognition Using Smartphones in the Wild
Stars: ✭ 77 (+26.23%)
Mutual labels:  gait-recognition
Cross-View-Gait-Based-Human-Identification-with-Deep-CNNs
Code for 2016 TPAMI(IEEE TRANSACTIONS ON PATTERN ANALYSIS AND MACHINE INTELLIGENCE) A Comprehensive Study on Cross-View Gait Based Human Identification with Deep CNNs
Stars: ✭ 21 (-65.57%)
Mutual labels:  gait
Person reid baseline pytorch
Pytorch ReID: A tiny, friendly, strong pytorch implement of object re-identification baseline. Tutorial 👉https://github.com/layumi/Person_reID_baseline_pytorch/tree/master/tutorial
Stars: ✭ 2,963 (+4757.38%)
Mutual labels:  gait-recognition


img

i. Overview ii. Copying iii. Use

i. OVERVIEW

This gait recognition demo needs clean background, e.g. a white wall. As this demo only takes GEI as its feature, so it can only recognize persons with same views. For example, people walk with the same angle for both registration and recognition.

This code is one part of the Tutorial of ICPR 2016.

ii. COPYING

We share this code only for research use. We neither warrant correctness nor take any responsibility for the consequences of using this code. If you find any problem or inappropriate content in this code, feel free to contact us.

iii. USE

This code should work on Windows or Linux, with Python and OpenCV. We highly recommend you install Anaconda (python 2.7) and OpenCV2.4:

  1. You should install the python libraries (including PyQt4, numpy, PIL)and OpenCV.
  2. Type 'python GaitDemoV1.py' in the command line. Then press 'Enter' button to start this demo.
  3. Firstly, you need to type your name in the 'Name' box and click the 'Register' button to record the human GEI into the database. Then the human can walk in front of the camera. After several frames, you need to click the 'Save' button to save.
  4. Now, you can click the 'Recognize' button to have a test.
  5. Sometime, you need to click 'UpdataBk' button to refresh the background.
  6. The GEIs will be saved in './gei/'.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].