bearpaw/pytorch-pose

question in accuracy

nitba opened this issue · 1 comments

nitba commented

Hi @bearpaw
Thanks for all your nice comments, here you use dimension64/10 to normalize the error , why do you use that and not using the head size? is that different from PCK that you have plotted in figure from log files.

dists[c, n] = torch.dist(preds[n,c,:], target[n,c,:])/normalize[n]