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

PoseNet #133

Open
Summer-LL opened this issue Jul 5, 2023 · 9 comments
Open

PoseNet #133

Summer-LL opened this issue Jul 5, 2023 · 9 comments

Comments

@Summer-LL
Copy link

Hello! Thanks for your great working!
In your code, I find the code of RootNet, but cannot find the code of PoseNet. I want to get other key points not root. Running your demo.py, I only got the coordinate of the root. Could you tell me how to get the code of PoseNet or where is it?
Waiting for your reply!
Thanks a lot!

@mks0601
Copy link
Owner

mks0601 commented Jul 5, 2023

Hi, you can visit here
https://github.com/mks0601/3DMPPE_POSENET_RELEASE

@Summer-LL Summer-LL reopened this Jul 6, 2023
@Summer-LL
Copy link
Author

@mks0601
Thanks for your answer! I got it in this link .But a new problem arose that the followed picture when I used your vis.py to draw 3D pose. Your vis.py is here . I run demo.py to get 18 key points and then the code is as follows.
Could you tell me how to modify it to draw correctly?
Remark:I run demo.py and not test.py. Because I only test a random image.
image

image

@Summer-LL
Copy link
Author

I only set a bounding box, so the number of person is 1.

@mks0601
Copy link
Owner

mks0601 commented Jul 6, 2023

I'm not sure I got you. Could you clarify?

@Summer-LL

This comment was marked as resolved.

@mks0601
Copy link
Owner

mks0601 commented Jul 6, 2023

How did you get them? Did you run the demo code?

@Summer-LL
Copy link
Author

Yes, I run the code and input my image, bbox_list and root depth which is from RootNet.

@mks0601
Copy link
Owner

mks0601 commented Jul 7, 2023

I think you need to make tick of xyz have the same interval. Y-axis has an interval of 250, too high than 100 of x-axis and z-axis

@Summer-LL
Copy link
Author

I got it. I set the range of all three axes to the example diagram you gave. The generated 3D image now looks normal. Thank you for your kind answer.
image

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

2 participants