wbenbihi / hourglasstensorflow

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

Quantitative results on test set #42

Closed BCJuan closed 2 years ago

BCJuan commented 6 years ago

Hi everybody,

Thank you @wbenbihi: very nice repository.

So, my question is the following: how do I test my trained model on my test set?

I do not mean making an inference and obtaining qualitative result but go over all the test set and obtain a quantitative result on it.

Maybe I should do as If I were training but with the flag training of hourglass_tiny turned to False?

I appreciate any help on this matter.

Thank you all in advance!