xishui

Results 6 comments of xishui

> Oh, I think I understand now---test.json is [the processed version of the MPII test set metadata used for HRNet](https://github.com/leoxiaobin/deep-high-resolution-net.pytorch/tree/ba50a82dce412df97f088c572d86d7977753bf74#data-preparation). Could it be that their file is for the multi-person...

> > I use the test.json(7000+ samples) provided by HRNet to generated pred.mat, then i use your code to convert it to pred_mpii_keypoints.mat, but in this process, there rise a...

> I calculated the averages of the all subsets of joint coordinates and compared between the values and "center" values. > However, they aren't always equal to the "center" values....

> Same problem. > In test.json provided by HRnet, the test.json size is 7247. > But in https://github.com/anibali/eval-mpii-pose, the test.h5 size is 11731. > Also, the center and scale are...

> Hello, I just got in touch with this. I'm trying to follow your GitHub tips to complete this project. , I downloaded those datasets and JSON files and put...

> TypeError: can't assign a tuple to a torch.FloatTensor I meet the same question. and i find there is not a 'target_weight' in the trainloader at the 194 line of...