Nicholasli1995 / EvoSkeleton

Official project website for the CVPR 2020 paper (Oral Presentation) "Cascaded deep monocular 3D human pose estimation wth evolutionary training data"
https://arxiv.org/abs/2006.07778
MIT License
332 stars 44 forks source link

Regarding the 2D HPE model #44

Closed jacksoncsy closed 3 years ago

jacksoncsy commented 3 years ago

Hello,

I am trying to use your pre-trained 2D pose model to estimate 17 joints. May I know which architecture do you use for it, Stacked Hourglass? Also, what data do you use to train the model, are they 2D joints from Human3.6m?

Thanks, Shiyang

Nicholasli1995 commented 3 years ago

The architecture is HRNet-w48. The training data is 2D joints from H36M.

Hello,

I am trying to use your pre-trained 2D pose model to estimate 17 joints. May I know which architecture do you use for it, Stacked Hourglass? Also, what data do you use to train the model, are they 2D joints from Human3.6m?

Thanks, Shiyang

jacksoncsy commented 3 years ago

Got it, thank you!