deep-high-resolution-net.pytorch icon indicating copy to clipboard operation
deep-high-resolution-net.pytorch copied to clipboard

The project is an official implementation of our CVPR2019 paper "Deep High-Resolution Representation Learning for Human Pose Estimation"

Results 130 deep-high-resolution-net.pytorch issues
Sort by recently updated
recently updated
newest added

when I make in lib something wrong like below: running build_ext skipping 'cpu_nms.c' Cython extension (up-to-date) skipping 'gpu_nms.cpp' Cython extension (up-to-date)

![image](https://user-images.githubusercontent.com/95734189/167231191-07122009-dcd7-44a1-afdb-0845e5af5f6d.png) I have been troubled by this problem for a long time. Has anyone ever encountered it? Is there any solution? Thanks very much !

I managed to run inference on several images successfully. However, when i am trying to train again on MPII data using the example command line: ``` python tools/train.py \ --cfg...

Hi,I'm pre-training the MPII DataSet, and I input this command in my terminal: > python3 tools/test.py --cfg experiments/mpii/hrnet/w32_256x256_adam_lr1e-3.yaml TEST.MODEL_FILEmodels/pytorch/pose_mpii/pose_hrnet_w32_256x256.pth however when I input this command,I met this error: > File...

> @Poeroz did you resolve? @leoxiaobin i want to ask this line > writer_dict['writer'].add_graph(model, (dump_input, )) > is also making problem in my train.py > File "/home/anaconda3/envs/new_train/lib/python3.7/site-packages/torch/jit/**init**.py", line 1710, in...

who can share the pretrained mode with the BAIDU Drive(百度网盘), very thanks to you !

Dear all, Thanks for releasing the codes! I noticed some problems in model flops calculation. 1. The classname `Conv2d` and `ConvTranspose2d` both contain 'Conv', so their flops are counted in...

How to obtain the "Total ([email protected])" score on MPII? I test your pretrained model on MPII set, but there are only [email protected] rather than the "Total ([email protected])" score. How do...