An open API service indexing awesome lists of open source software.

https://github.com/rshrc/gait-recognition

Distance Recognition of a Human Being with Deep CNN's
https://github.com/rshrc/gait-recognition

cnn deep-learning gait image-processing imageio keras neural-network numpy pandas python3 tensorflow

Last synced: 2 months ago
JSON representation

Distance Recognition of a Human Being with Deep CNN's

Awesome Lists containing this project

README

        

# Cross-View Gait Based Human Identification

GAIT is a kind of behavioral biometric feature, whose raw data are video sequences presenting walking people. It is particularly suitable for long-distance human identification, and requires no explicit co-operation by subjects, compared with other kinds of biometric features such as fingerprint and iris.

## Using multiple images of the same person from different angles.
![gait1](https://i.imgur.com/8QESu5B.png)

## One person having multiple outfits
![gait2](https://i.imgur.com/NUT0kaf.jpg)

## The Deep Neural Network Architecture
![gait3](https://i.imgur.com/4col0vk.png)

#### Currently Under Active Development