Hzzone / pytorch-openpose

pytorch implementation of openpose including Hand and Body Pose Estimation.
2.02k stars 391 forks source link

What values are in the paf and heatmap? #75

Open shimakei3302 opened 1 year ago

shimakei3302 commented 1 year ago

Hello. What values are stored in the variables heatmap and paf that are calculated in the body.py program? Why is the number of sizes in heatmap and paf larger than the number of sizes of the loaded images? For example, the shape of the loaded image is (480, 640, 3), but the heatmap is (480, 640, 19) and the paf is (480, 640, 38).