-
# random rotation
if self.training:
theta = np.random.uniform(0.0, 2 * np.pi)
else:
theta = 0.0
if self.kind == "…
-
First, thanks for your work. I want to apply your works on my own data, please tell me how to do?Thanks again!
-
thanks for your code!!
I can't find your train.h5. Where I can find this? in your model.zip?
-
### Tim:
- SW16/2016 Milan Milovanović,
- SW52/2016 Nemanja Janković,
- SW69/2016 Mihailo Đokić
### Definicija problema:
Program za cilj ima da na osnovu ulaza (slike, videa direktno sa kamer…
-
https://github.com/mks0601/3DMPPE_ROOTNET_RELEASE/blob/4202715d7ef27f0ed3edca887ecaadc4e3fcf9c4/data/MPII/MPII.py#L37
Hey, man, there is a small mistake. bbox shall be ann['bbox']
as the POSENET …
-
The `PCK_match` function can be found in pp-nms of coco dataset code.
Why it can't be found in parametric-pose-nms-MPII.py? Does it mean you found it isn't helpful? Or just miss the implementation fo…
-
请问除了labelme之外有适合人体关键点标注的工具吗?尤其是可以和这个工程中COCO或MPII格式对接的。
Is there any tool for human pose label? I want to find a tool which can convert label between coco format or mpii format.
-
Dear authors,
thx for your nice works. I have a doubt about the teacher model.
Isn't 89.2 on MPII validation? Is it the original hourglass? or you modified it? thx for your reply.
-
As you suggested in the instruction, I installed requirement and ran run.sh and got the following error:
```
----------------
Configuration:
{'tab': 'single_h36m_g0', 'eval': True, 'eval_pw3d'…
-
I checked the matlab evaluation code for MuPoTs.
It seems that many files are missing such as
`mpii_mupots_config;
addpath('./util'); ...`
`mpii_evaluate_multiperson_errors_visibility_mask`…