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
Thank you for your work. I have a questions about json data which are in pose/training/tracked_person.
For example, 08_027_alphapose_tracked_person.json
The abstract of this structure is as follows
I take a close look at this code. One json file include some information of many person.
The index of certain person is determined by parameter idx from single_pose_dict2np(person_dict, idx)
In other words, single_pose_dict2np(person_dict, idx) says that person_dict is json file, and idx is the index of certain person.
For example, in 08_027_alphapose_tracked_person.json,
person_dict is 08_027_alphapose_tracked_person.json
"1"..."26" mean person index
Finally, I think "0001"..."0092" means the frame of video.
Therefore, "keypoints" means skeleton keypoints of each frame, but I'm not sure this.
Thank you for your work. I have a questions about json data which are in pose/training/tracked_person.
For example, 08_027_alphapose_tracked_person.json
The abstract of this structure is as follows
I want to know what these 1st-level "1"..."26" means, and what 2nd-level "0001"..."0092" means.
Also, what "keypoints" and "scores" means?
The text was updated successfully, but these errors were encountered: