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
Is there any specific openpose model for smplifyx?
Because I am currently having trubble with the keypoint json file which I assume it is a problem with the struture of the keypoint json file.
Part of the Error:
smplifyx\data_parser.py", line 61, in read_keypoints
for idx, person_data in enumerate(data['people']):
KeyError: 'people'
The text was updated successfully, but these errors were encountered:
snowlunatic
changed the title
Structure of the keypoint
Question for keypoint jason data
Nov 21, 2024
Is there any specific openpose model for smplifyx?
Because I am currently having trubble with the keypoint json file which I assume it is a problem with the struture of the keypoint json file.
Part of the Error:
smplifyx\data_parser.py", line 61, in read_keypoints
for idx, person_data in enumerate(data['people']):
KeyError: 'people'
The text was updated successfully, but these errors were encountered: