princeton-vl / pose-ae-train

Training code for "Associative Embedding: End-to-End Learning for Joint Detection and Grouping"
BSD 3-Clause "New" or "Revised" License
373 stars 76 forks source link

Refine predictions #8

Closed hellojialee closed 5 years ago

hellojialee commented 6 years ago

In the paper, there goes 'we apply a single-person pose model [40] trained on the same dataset to further refine predictions.' Does this means during test, the code firstly estimate the initial joint locations and then crop the approximate person area, afterwords, estimate the cropped person using a single-person pose model? It would be so nice if you could rely.

zhengzhugithub commented 5 years ago

In the paper, there goes 'we apply a single-person pose model [40] trained on the same dataset to further refine predictions.' Does this means during test, the code firstly estimate the initial joint locations and then crop the approximate person area, afterwords, estimate the cropped person using a single-person pose model? It would be so nice if you could rely.

Do you solve this question?