wbenbihi / hourglasstensorflow

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

Train generator used for computing the accuracy instead of valid generator #43

Closed ayushgaud closed 2 years ago

ayushgaud commented 6 years ago

Hi

I was going through the code and I found that self.valid_gen is defined but for accuracy prediction self.generator is being used here L278 which I think might be incorrect. Is it intentional?

Thanks

mohaEs commented 5 years ago

@ayushgaud have you correct that? I also need validation loss and accuracies. But val_gen brings errors.