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

Have question about the conversion between cam_param and cam_trans #24

Open
JosephKKim opened this issue Dec 3, 2022 · 3 comments
Open

Comments

@JosephKKim
Copy link

def get_camera_trans(self, cam_param, meta_info, is_render):

Hello @hongsukchoi
First, thanks for the nice work you've publicly released!
Currently I'm doing a research on the multi-person reconstruction and while reading your code line by line I encountered the function get_camera_trans which I mentioned above.

As far as I understand, from RotationNet we get cam_param and the function converts it into cam_trans (which stands for camera translation matrix) and again it goes in to get_coord function.

My QUESTION starts here!
I don't understand the exact meaning or assumption of gamma and k_value.
Is there any theory referring to it?

You seems like replying to issues so..
Thanks in advance!

Joseph

@hongsukchoi
Copy link
Owner

Hi!

You can refer to this paper and code;
https://github.com/mks0601/3DMPPE_POSENET_RELEASE
https://arxiv.org/pdf/1907.11346.pdf

If you are Korean, you can also look on this: https://redstarhong.tistory.com/97

@JosephKKim
Copy link
Author

Oh! okay thanks for the fast response! I know the paper 3DMPPE but couldn't connect it with the code.
So in this code RotationNet has the role similar to (but inferencing more parameters than RootNet with its multi-branch) the RootNet in 3DMPPE is that right?

Thanks again for the fast response. It helped a lot.
Best, Joseph.

@hongsukchoi
Copy link
Owner

Yes, you are right.

As you may know, k value is the scale factor obtained in a closed equitation, and gamma is correcting it in a data-driven way.

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