-
想问一下MPII数据集里面的train.h5这类h5文件是怎么通过图片生成的?
-
Thanks for the very nice algorithm you have designed.
I was trying to run the code in sequential mode on a Windows computer.
I just tried to run the algorithm on the very simple example you have pro…
-
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 error that the numbers of s…
-
Is the pre-trained model trained using both the FLIC AND MPII dataset? Or is it just pre-trained on one of the datasets? In your paper, you are unclear as to whether you trained on both or separately.
-
I execute the command 'th main.lua -dataset flic -expID test-run', but your code does not contain src/dataset/flic.lua, and after I changed mpii.lua to flic.lua, it shows cannot find data/flic/annot.…
-
## Datasets
* [X] mnist
* [ ] fashion mnist
* [ ] cifar10
* [ ] cifar100
* [ ] tiny imagenet
* [ ] imagenet (ILSVRC)
* [ ] MPII/[COCO](http://cocodataset.org) (#55)
* [ ] pascal VOC (#54)
* …
-
Hi!
I'm wondering whether six-scale pyramid testing mentioned in the paper is used or not for MPII? I couldn't find the implementation in the code. Thanks!
-
May I ask that the prediction of single person attitude estimation is, the first step command is not quite right, how to operate
annolist_test = annolist(RELEASE.img_train == 0);
When I type…
-
how to crop a single person img from the src image(MPII dataset)
I have read the annot mat,how to crop the single person from the infos
x1 y1 x2 y2 annopoints scale objpos ,how to calc the bound re…
gjtjx updated
7 years ago
-
@NieXC Thank you for your nice work, I have some questions below.
1. Does the evaluation code only takes 14 points into consideration except 6 - pelvis, 7 - thorax?
2. Is it common to use mean scale…