human-pose-estimation.pytorch
human-pose-estimation.pytorch copied to clipboard
The project is an official implement of our ECCV2018 paper "Simple Baselines for Human Pose Estimation and Tracking(https://arxiv.org/abs/1804.06208)"
https://github.com/Microsoft/human-pose-estimation.pytorch/blob/c3a30c0e1f83e73b3038b1a443becf6b4a19cf1f/lib/dataset/JointsDataset.py#L31 I review the code and find the pixel_std represents the std of human bbox area, right? But why we need to normalize the bbox scale and set it to...
Is it possible to train the network using hand data sets? To achieve hand posture estimation?
by the peopleo bbox,crop the people from the original imgs??? and only put the people in the dnn??
PCK
Dose anyone know why divided by 10 here: https://github.com/microsoft/human-pose-estimation.pytorch/blob/18f1d0fa5b5db7fe08de640610f3fdbdbed8fb2f/lib/core/evaluate.py#L55
Hey, first of all, thanks for making the code available. I am having a hard time understanding the calculation done on the variable 'scale' at different places. I am implementing...
Hello, can you tell me what the headboxes_src in gt_valid.mat file are supposed to be? Are they the coordinates for the heads keypoints in the dataset?
By following the instruction, ` pip install -r requirements.txt` I still ran into following error: > "ERROR: Could not find a version that satisfies the requirement opencv-python==3.4.1.15 (from -r requirements.txt...
I followed the instructions and I have "make" on windows 10 from GNU I believe. Anyways the error I got is ``` # install pycocotools to the Python site-packages process_begin:...
Hi. Thanks for your great work it seems that your pretrained model have to be used with GPU for inference time as well. I'm wondering if it is possible to...