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
I ran the demo.py on my folder of images and got the individual pkl files. Upon checking the shape of all the dict_keys,
I found the pred_pose which should be (1, 72) - since I have pkl files per frame.
I have (1,24, 3, 3) - I am aware that 24*3 would be the total 72 pose parameters, but why the extra 3 at the end.
Can you tell me how can I transform it into (1,72) shape
The text was updated successfully, but these errors were encountered:
Dipankar1997161
changed the title
Shape of Pred_pose parameters
Query on Shape of Pred_pose parameters
Jun 10, 2023
Hello @mkocabas,
Thank you for the work.
I ran the demo.py on my folder of images and got the individual pkl files. Upon checking the shape of all the dict_keys,
I found the pred_pose which should be (1, 72) - since I have pkl files per frame.
I have (1,24, 3, 3) - I am aware that 24*3 would be the total 72 pose parameters, but why the extra 3 at the end.
Can you tell me how can I transform it into (1,72) shape
The text was updated successfully, but these errors were encountered: