-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Some problems #1
Comments
Yes it is possible to even use video as input, but there are further requirements for the same and I'm to working to implement it and if i find the solution, i will definitely recommit the solution for the same. And now to the parameters. Here as we already know, we compare the pose estimated dataset output of two gaits , so from the dataset's landmarks we get the x,y, and z params for each gait input. The thing is we just did consider that these values to have a range of 70 to 100 is to make sure that this level of matching is required to say that both the gaits belong to same person, else they are of different persons. |
Hi, thank you for the quick reply:) If I want to prepare my own data to test, can I use some softwares such as FormatFactory that convert my videos into GIF files? you mentioned the GIF format should have length, frame rate etc.. I'm not sure if this meets the requirements if I use FormatFactory directly. |
I'm not sure about that. I used some online softwares to convert videos into GIF's and use them but it didn't work. Give it a try, if it works then it's well and good. |
Hi, thank you for your reply:) I will try to test and if I have some new problems then I would contact you again. Thank you! |
Hi, @Darrshan-Sankar, I'm wondering how do you get your GIF files? I try to convert my video into GIF format and run your code, I get:
Then I try to download some GIF files on internet and run your code, but I met same problems. However, I found the same GIF: May I have your suggestions? |
I too have received this error for all the realistic human GIFs and I don't get it why. You can see the keypoints list created to append all the captured landmarks. You can also see that None has been returned on printing the same list. This is because the draw_landmarks didn't do it's work properly. And majorly the pre drw_landmark list is kinda filled with zeroes.
Sorry and thanks |
Hi, thank you for your reply:) Ok, I will make more tests and hope to find a solution. If I have some new results then I would contact you again. Thank you! |
Hi, Thank you for the great work.
I want to build a gait analysis framework that detect keypoints of human body and distinguish human identity by analyzing their gait. I'm wondering if it is possible that use your code to distinguish human identity and use video as input? Besides, in Gait_analysis.py line 58, you set:
if x > 70 and y>70 and z>70 and x<=100 and y<=100 and z<=100:
How to get these parameters? is there any papers or tutorials?
May I have your suggestions?
Any help is much appreciated:)
The text was updated successfully, but these errors were encountered: