-
Notifications
You must be signed in to change notification settings - Fork 5
Description
Hi, thanks for the great work!
I'm trying to extract 2D keypoint information for each camera view from the dataset. I looked into the AMASS format and found a pose_body.npy file, which contains 63 keypoints. However, it's not clear what format these keypoints have.
Could you please clarify:
What these 63 keypoints represent?
Whether there are tools or scripts provided in the repo for this purpose?
Any guidance would be greatly appreciated. Thanks!
body_pose = np.load("/home/user/Documents/YogaProject/MvSMPLfitting/amass/moyo_amass/pose_body.npy")
print(body_pose[0])
[-0.24054962 0.00580727 0.005886 -0.13860673 -0.10506066 -0.06160824
0.03851238 0.02816076 0.01131644 0.00317697 -0.24654384 -0.11079165
-0.04728853 0.20157705 0.10608391 -0.38367385 -0.04555607 -0.05854339
-0.00611125 0.31769377 -0.12617444 -0.1264443 -0.37750378 0.23852731
0.15014641 -0.02280479 0.01568092 -0.10524292 -0.04465484 0.10500912
0.11160716 0.15032762 -0.13798463 -0.0340818 -0.05350979 -0.05854491
-0.26495296 0.01853968 0.20493971 -0.18160936 -0.0484682 -0.11197279
0.04113857 0.0798502 0.12885103 -0.13116342 -0.09446818 0.00266627
-0.18328804 -0.00301829 -0.08478944 -0.06476296 0.20477307 -0.25956762
0.022856 -0.10689308 0.2954379 0.13575701 -0.07461731 0.07206708
0.28589204 0.0656374 -0.14308092]