PyraNet
PyraNet copied to clipboard
Code for "Learning Feature Pyramids for Human Pose Estimation" (ICCV 2017)
Hi, Thanks for your code! The 'scale' and 'objpos' is also not provided offictially. How do you generate them? Expect for your guidance! Thank you!
When testing the six pyramids, you need to first change the 64 * 64 size of the heat map into 256 * 256, and then change it into the original...
May I ask that the prediction of single person attitude estimation is, the first step command is not quite right, how to operate annolist_test = annolist(RELEASE.img_train == 0); When I...
Hi, Thanks for your code! But I just found original LSP dataset with 2000 images in the official website. I am very glad for your guidance!
@bearpaw What about the frame rate and the hardware specification of this implementation ?
```local ResidualUp = n >= 2 and ResidualPyramid or Residual``` as i am not familar with lua, what does this mean ? if n >=2 use res_pyra and others residual?...
Hi, bearpaw I am using your code to train my own dataset. Is it possible to fine tune on your model? My dataset has different keypoint from yours. Thanks.
Hi! Thank you for publishing your work! I was looking through the code for a way to visualize detections as skeletal coordinates. I was indeed able to find a drawSkeleton()...
Hi, Thanks for sharing your code! I remember in the original hourglass code there are `-- Small adjustment so cropping is less likely to take feet out c[2] = c[2]...
Thanks for your great work! Wonder that whether you would update it to PyTorch in your short-term plan? Thanks.