human-pose-estimation.pytorch icon indicating copy to clipboard operation
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)"

Results 103 human-pose-estimation.pytorch issues
Sort by recently updated
recently updated
newest added
trafficstars

I read your code carefully, and implement with following code. But I still get the wrong result. Could you help me? ```python # config from lib.models.pose_resnet import get_pose_net from lib.core.config...

Based on the paper, this method uses optical flow to propagate joints coordinates set, which part of code that does the method?

What is the use of flip_pairs ?

Traceback (most recent call last): File "/home/zhengxin/anaconda3/envs/pytorch/lib/python3.8/site-packages/torch/multiprocessing/spawn.py", line 59, in _wrap fn(i, *args) File "/home/zhengxin/humanpose.pytorch/tools/train.py", line 223, in main_worker perf_indicator = validate( File "/home/zhengxin/humanpose.pytorch/tools/../lib/core/function.py", line 204, in validate name_values, perf_indicator...

大佬,能否将检测的代码发布出来呢

Why the scores is higher than that in the paper when I used your code and model? And how do I test the model on COCO test-dev dataset? (Sorry for...

我按照作者的设置自己在MPII训练集上训练,但结果远低于作者给出的结果,这是怎么回事啊? 2021-09-30 17:41:40,782 | Arch | Head | Shoulder | Elbow | Wrist | Hip | Knee | Ankle | Mean | [email protected] | 2021-09-30 17:41:40,782 |---|---|---|---|---|---|---|---|---|---| 2021-09-30 17:41:40,782 |...

两个配置文件有什么不同?应该使用哪一个?

By following the instruction, pip install -r requirements.txt ERROR: Could not find a version that satisfies the requirement EasyDict==1.7 (from -r requirements.txt (line 1)) (from versions: none) ERROR: No matching...