You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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.
3DCrowdNet_RELEASE/main/model.py
Line 38 in fde86df
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
The text was updated successfully, but these errors were encountered: