Skip to content

CheriCoder/Stride_Sentinel

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Stride Sentinel MK-I: Gait Recognition Demo

Libraries to be Downloaded

To run this project, you need the following Python libraries:

  • OpenCV (pip install opencv-python
  • Pillow (PIL) (pip install Pillow)
  • PyQt5 (pip install PyQt5)
  • Numpy (pip install numpy)
  • os
  • sys
  • PySide6 (pip install PySide6)

Implementation

Use the application interface to register and recognize individuals based on their gait patterns.

  • Register: Click to initiate the registration process for a new individual and write the name of the individual.
  • Save: Click to start saving the Gait Energy Image for the current individual.
  • Recognize: Click to begin the recognition process to identify registered individuals.
  • Update BG: Click to update the background frame for motion detection.

Note

  • Create a folder named "gei" in the working directory for storing the "Gait Energy Images."
  • Save the xml file with ".ui" extension is the working directory.
  • Ensure that the file name is accurately specified in the src.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 100.0%