facebookresearch / VideoPose3D

Efficient 3D human pose estimation in video using 2D keypoint trajectories
Other
3.75k stars 757 forks source link

Back-projection Idea #1

Closed mkocabas closed 6 years ago

mkocabas commented 6 years ago

Hi, thanks for open sourcing your code for the paper. Leveraging temporal convolutions is a great idea and the results are promising. However, I just want to point out an issue about the back-projection idea. The idea was visited for 3D human pose estimation by 2 previous works (maybe others that I'm not aware of):

It'd be nice to mention those great works in your preprint.

Thanks!

michaelauli commented 6 years ago

Thanks for your interest and the references! We will discuss the differences to these papers in our next revision. Glancing over the papers, it looks like they use GANs and we do not.