WONSS

Results 1 issues of WONSS

In the accuracy function in evaluate.py, predicted keypoint coordinate is normalized by [h,w] / 10. For example, if heatmap size is (64,48), normalization factor is (64,48). But, the 'pred', which...