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

affpts, affb calculation #10

Open dmetehan opened 3 years ago

dmetehan commented 3 years ago

Dear authors, thank you for sharing such a great work with public. While trying to run your code on a sample video I encountered a problem while calculating affpts and affb values required as input to your network (you calculated and provided them for the dataset you worked on). Although I found out that affpts can be calculated using confidence heatmaps and affb can be calculated using PAFs it's not clear where you get PAFs as outputs. I checked the pose estimator you used for getting keypoints but it doesn't generate PAFs for me to calculate affb values. Would you please provide help on this issue?

Feb200 commented 2 years ago

Did you figure out how to calculate them?

3dpose commented 2 years ago

Please refer to the answer here: #16