DEKR
DEKR copied to clipboard
This is an official implementation of our CVPR 2021 paper "Bottom-Up Human Pose Estimation Via Disentangled Keypoint Regression" (https://arxiv.org/abs/2104.02300)
I am a rookie, I tried to demonstrate the inference_demo.py in this paper on a pedestrian recognition dataset such as Market1501, but the effect is not very good. Have you...
训练自己的数据的时候,修改了joint_nums 依然无法训练,很好奇这是为啥。 提示:“the number of joints should be 22” (我的数据是21个关键点)  在debug的时候,CocoKeypoints.py 中的 joints_list 一会18 一会22。
in default DEKR only allow to play video clip for pose estimation, Now i want to modify the code to detect pose in real time, and the problem is not...
Hello, thanks for your excellent work! Actually, I have a dataset containing some keypoints of a stable structure, and now I would like to detect the structure category via the...
when i run python tools/train.py --cfg experiments/coco/w32/w32_4x_reg03_bs10_512_adam_lr1e-3_coco_x140.yaml **RuntimeError: CUDA out of memory**. Tried to allocate 86.00 MiB (GPU 0; 10.91 GiB total capacity; 9.39 GiB already allocated; 125.50 MiB free;...
What does that mean ? lib/utils/rescore.py JOINT_COCO_LINK_1 = [0, 0, 1, 1, 2, 3, 4, 5, 5, 5, 6, 6, 7, 8, 11, 11, 12, 13, 14] JOINT_COCO_LINK_2 = [1,...
Hi, I am reproducing your work. I found that the offset loss is very difficult to convergence. The offset value is about 1000~2000. I think it's very abnormal. I don't...
Hi, thanks for sharing your code. Could you tell me how to generate the salient regions in figure 1 of paper? I have noticed that the toolbox you share in...
As far as I know, deformable conv also learns the shape or apperance of an object and has been proven effective in various vision tasks. I'm not sure about the...