rshrc / gait-recognition

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

Im newbie here, so can you tell me how to run this project? #16

Open LavenderMP opened 5 years ago

LavenderMP commented 5 years ago

I also found alot of error about undefined-variables

rshrc commented 5 years ago

I also found alot of error about undefined-variables

Hey @LavenderMP, glad to have you here. Currently the gait algorithm and the OpenCV is not linked. So there are two separate files you need to run. One of the is the live_detection.py , which is nothing but the opencv code. The neural network code is inside here. We will come up with a proper README, to walk newbies through the project. Thank you.

LavenderMP commented 5 years ago

I also found alot of error about undefined-variables

Hey @LavenderMP, glad to have you here. Currently the gait algorithm and the OpenCV is not linked. So there are two separate files you need to run. One of the is the live_detection.py , which is nothing but the opencv code. The neural network code is inside here. We will come up with a proper README, to walk newbies through the project. Thank you.

Very kind of you to spend little time with me. I also have another question if you dont mind to answer it. I already got the CASIA-A dataset and I dont know how to use it. could you give me some instructions?

Arroosh commented 5 years ago

Hello @rshrc Please provide me some hints how to run this project? Thanks in advance