3dpose / 3D-Multi-Person-Pose

3D Multi-Person Pose Estimation by Integrating Top-Down and Bottom-Up Networks
MIT License
165 stars 21 forks source link

How to generate p2ds pkl file from a custom video ? #8

Open prozyy opened 3 years ago

dmetehan commented 3 years ago

I can add onto this question. More specifically how can we calculate affpts, affb, occmask? Calculating p2d is probably straightforward (using a human detector, cropping that region and using a human pose estimator, finally using a tracker to match the poses between frames). Please correct me if I'm wrong.

3dpose commented 2 years ago

Please refer to the answer here: #16 for affpts and affb. occmask is not used, which is just a placeholder.