HigherHRNet-Human-Pose-Estimation
HigherHRNet-Human-Pose-Estimation copied to clipboard
This is an official implementation of our CVPR 2020 paper "HigherHRNet: Scale-Aware Representation Learning for Bottom-Up Human Pose Estimation" (https://arxiv.org/abs/1908.10357)
Hello, I am trying to clone the github repo and run inference using your model. It seems one file is missing from your repo which causes an error? Please see...
``` if cfg.DATASET.WITH_CENTER and not cfg.TEST.IGNORE_CENTER: self.joint_order = [ i-1 for i in [18, 1, 2, 3, 4, 5, 6, 7, 12, 13, 8, 9, 10, 11, 14, 15, 16,...
hello, Thanks for your work. I've trained HigherHRNet on CrowdPose dataset, but when I evaluate my model on the test set by using the command `python tools/valid.py --cfg xxx.xml TEST.MODEL_FILE...
Hi, Thank you for the amazing work! I am having this issue while running the codebase on a single GPU AttributeError: module 'torch.distributed' has no attribute 'init_process_group'
When I trace model on cpu,I got the assert error Have you met this before? ## My environment version: torch 1.3.0 torchvision 0.2.1 ### trace code: ``` trace_input = torch.randn(1,...
Hi, I am interested in testing your network on my own images. However I don't know how to use your code with my own images. Could you tell me what...
How to download pre training weight file
Is there any implementation of HigherHRNet on C?
I want to save model in training by AP and AR in coco validation, but the batch size is 1 in valid.py, the validing is vary slow?Could you provide the...