qxcv / joint-regressor

Regressing joints for fun and profit
Apache License 2.0
2 stars 3 forks source link

Add visible joint support to PCP and PCK calculation #19

Closed qxcv closed 8 years ago

qxcv commented 8 years ago

In Poses in the Wild (and possibly some other datasets), joints which aren't visible don't get a meaningful annotation. For instance, PIW puts all invisible joints at [0,0]. I should detect that situation and correct for it in my code.

Related: #4