-
Notifications
You must be signed in to change notification settings - Fork 402
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
How can I get one person date,not multi? #66
Comments
Decreasing the input image size may reduce the computational cost. |
I will try that.THX. :) |
By the way, I want to use the dataset |
This repo was done two years ago. If I remember correctly, I have used https://github.com/vadimkantorov/caffemodel2pytorch to convert the Caffe model to PyTorch, and then manually check the state_dict to match the PyTorch module. In other words, you first convert the weights, second, define your own PyTorch network like me, maybe you can visualize the Caffe network using https://ethereon.github.io/netscope/quickstart.html, and finally match the PyTorch module and converted Caffe weights. |
THX sooooo much ! |
Sorry to bother you again. I want to know if your two variables |
I found that even if the obtained joint points are not in order, your return data is arranged in order. So i'm confused. |
Hi, I have met the same question. I found that the keypoints return their shape as (18,4), but sometime it turns to (19,4) or (16,4) or less, sometimes even turns to (0,). I tried to use the Openpose's COCO18 format output as the input of D3DP, a 3D pose estimation method , but failed because of the changing outputs shape. |
I found that the FPS is just 1 ot 2, so I want to get one person date only. Maybe it will increase FPS?
If it doesn't work, what should I do to increase?
The text was updated successfully, but these errors were encountered: