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

inference time

Open Dantju opened this issue 5 years ago • 11 comments

@leoxiaobin have u test the time

Dantju avatar May 27 '20 02:05 Dantju

Have u test, I tried it needs about 2 sec/pic.

@leoxiaobin have u test the time

lzyyzlwsldx avatar Jun 16 '20 07:06 lzyyzlwsldx

@lzyyzlwsldx Hi, on multi-scale or single-scale in your test?

hellojialee avatar Jun 17 '20 02:06 hellojialee

I have implemented a simplified version of HigherHRNet (compatible with official pretrained weights) providing a live demo script: https://github.com/stefanopini/simple-HigherHRNet My implementation runs at about 3 fps on a GTX 1060 (single scale).

stefanopini avatar Jul 19 '20 19:07 stefanopini

stefanopini. Thank you very much!!

YangJae96 avatar Aug 09 '20 16:08 YangJae96

@stefanopini Great! Dose 3fps include flip test?

hellojialee avatar Aug 11 '20 12:08 hellojialee

@hellojialee I'm sorry it doesn't, I still haven't implemented it. However, predictions on original and flipped images are combined before most of the post-processing so the inference time should be faster than 1.5fps.

stefanopini avatar Aug 12 '20 15:08 stefanopini

@stefanopini Yes, I agree. Thank you for answering!

hellojialee avatar Aug 13 '20 07:08 hellojialee

@leoxiaobin @stefanopini @hellojialee have u test image using HigherHRNet,it seems that it‘s demo results is worser than centernet

Dantju avatar Aug 19 '20 07:08 Dantju

@Dantju looking at the results reported in the papers, HigherHRNet should perform slightly better than CenterNet. However, the top-down HRNet outperforms HigherHRNet (see Table 2 in the paper) and in my experience it is quite faster.

CenterNet https://arxiv.org/pdf/1904.07850.pdf HigherHRNet https://openaccess.thecvf.com/content_CVPR_2020/papers/Cheng_HigherHRNet_Scale-Aware_Representation_Learning_for_Bottom-Up_Human_Pose_Estimation_CVPR_2020_paper.pdf

stefanopini avatar Aug 25 '20 13:08 stefanopini

@stefanopini yes in paper HIgherHRNet is better than centernet,but i use centernet and higherHRNet to test same image,it seems that the demo result of centernet is better than HigherHRNet,I confused

Dantju avatar Aug 26 '20 01:08 Dantju

@Dantju I think I found the code mistake that caused the bad result, see here.

seekFire avatar Feb 25 '21 10:02 seekFire