HRNet-Human-Pose-Estimation icon indicating copy to clipboard operation
HRNet-Human-Pose-Estimation copied to clipboard

This repo is copied from https://github.com/leoxiaobin/deep-high-resolution-net.pytorch

Results 18 HRNet-Human-Pose-Estimation issues
Sort by recently updated
recently updated
newest added

Can the model infer on CPU or only on GPU? Can it infer high resolution image or at max, what resolution of the image can be inferred Can it perform...

python tools/test.py \ --cfg experiments/coco/hrnet/w32_256x192_adam_lr1e-3.yaml \ TEST.MODEL_FILE models/pytorch/pose_coco/pose_hrnet_w32_256x192.pth \ TEST.USE_GT_BBOX False python tools/test.py \ --cfg experiments/coco/hrnet/w32_256x192_adam_lr1e-3.yaml \ TEST.MODEL_FILE models/pytorch/pose_coco/pose_hrnet_w32_256x192.pth \ TEST.USE_GT_BBOX True

I need to use HRNET for pose detection and face detection and facial landmark. Is there any trained model which can perform all three tasks? Please suggest.

Bumps [opencv-python](https://github.com/skvark/opencv-python) from 3.4.1.15 to 4.2.0.32. Release notes Sourced from opencv-python's releases. 4.2.0.32 opencv-python: https://pypi.org/project/opencv-python/ opencv-contrib-python: https://pypi.org/project/opencv-contrib-python/ opencv-python-headless: https://pypi.org/project/opencv-python-headless/ opencv-contrib-python-headless: https://pypi.org/project/opencv-contrib-python-headless/ OpenCV version 4.2.0. Changes: macOS environment updated from xcode8.3...

dependencies

I have implemented the multi-scale testing, and I have verified that the MPII validation set accuracy is 90.75% I then go on the apply it to the test set and...

In the accuracy function in evaluate.py, predicted keypoint coordinate is normalized by [h,w] / 10. For example, if heatmap size is (64,48), normalization factor is (64,48). But, the 'pred', which...

I would like to ask how the scale value in mpii dataset is calculated?We look forward to your reply

Excuse me, thanks for your great work, I noticed there is 'we also perform six-scale pyramid testing procedure (multi-scale testing)' in your paper, and you perform some result about it...