rshrc / gait-recognition

Distance Recognition of a Human Being with Deep CNN's
58 stars 26 forks source link

Using OpenCV to detect human objects and then applying gait recognition #1

Open rshrc opened 6 years ago

rshrc commented 6 years ago

Using the Neural Network as an Engine after detection of a walking human being, and there after using gait to recognize the identity of the person.

On executing detect_and_recognize.py it should access the default camera API and start looking for the object and then use the gait recognition model weights to recognize the person.

rshrc commented 6 years ago

Started Working on the opencv branch https://github.com/ITCoders/Human-detection-and-Tracking Will be using this code, to do the same, only the pre trained model files will be replaced with ours.

zouliang1014 commented 5 years ago

Where is detect_and_recognization.py?The file was not found

xjohnxjohn commented 5 years ago

@zouliang1014 you found that file ready?