wbenbihi / hourglasstensorflow

Tensorflow implementation of Stacked Hourglass Networks for Human Pose Estimation
MIT License
480 stars 179 forks source link

Deal with missing parts? #34

Closed ethanygao closed 2 years ago

ethanygao commented 6 years ago

Hi, does the missing parts are ignored during training by weighted_loss (the weighted bce)? But it seems this is still work in progress, so does it mean the current model cannot be trained on data with missing parts?

Thanks! @wbenbihi