Skip to content
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

Open
GYPgalaxy opened this issue Jan 23, 2022 · 8 comments
Open

How can I get one person date,not multi? #66

GYPgalaxy opened this issue Jan 23, 2022 · 8 comments

Comments

@GYPgalaxy
Copy link

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?

@Hzzone
Copy link
Owner

Hzzone commented Jan 24, 2022

Decreasing the input image size may reduce the computational cost.

@GYPgalaxy
Copy link
Author

I will try that.THX. :)

@GYPgalaxy
Copy link
Author

GYPgalaxy commented Jan 24, 2022

By the way, I want to use the dataset pose_iter_584000.caffemodel , but I have no idea to use in torch . I'd love to know how you did it?! >_<

@Hzzone
Copy link
Owner

Hzzone commented Jan 24, 2022

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.

@GYPgalaxy
Copy link
Author

THX sooooo much !

@GYPgalaxy
Copy link
Author

Sorry to bother you again. I want to know if your two variables candidate, subset have corresponding numbers with human key points? For example, what is the correspondence between the ID of each joint point officially pointed out and your two variables? Because I need to know which joint point corresponds to each coordinate.

@GYPgalaxy
Copy link
Author

I found that even if the obtained joint points are not in order, your return data is arranged in order. So i'm confused.

@JonwayLuo
Copy link

Sorry to bother you again. I want to know if your two variables candidate, subset have corresponding numbers with human key points? For example, what is the correspondence between the ID of each joint point officially pointed out and your two variables? Because I need to know which joint point corresponds to each coordinate.

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants