Openpose: body_25 vs COCO

Created on 6 Jul 2018  路  10Comments  路  Source: CMU-Perceptual-Computing-Lab/openpose

I found BODY_25 model is much faster than COCO. How come?

help wantequestion

Most helpful comment

Exactly, sorry if my explanation was not clear enough.

All 10 comments

That's mentioned on the Latest feature section from the README, it is ~40% faster AND 5% more accurate AND it includes foot keypoints. A paper with the architecture might be available in a few months. Downside: it uses more memory. Thanks

thanks, how could I train it with what data set?

We are still labeling more foot annotations before releasing the foot dataset, we see that even though it works, it's still less robust than body keypoints, so it should take 3-9 more months to be cleaned and released.

@gineshidalgo99 Is it possible to release the dataset in whatever form it is now? I am very interested in taking a look!

Hi, I was wondering if a version of the body_25 network architecture but with just the 18 COCO keypoints is avaiable and, if not are there any plans for something like this ?

Thank you.

@shreyasrajesh No, there is no point on doing that (same speed, same accuracy for the body keypoints, but less keypoints). You can always omit the extra keypoints.

@gineshidalgo99 If you claim a huge increase in speed using the new model why is it not worth to use it with the body keypoints only?

Thanks

No, I meant that speed (in both training and test times) and accuracy are the same between training the new model with body and foot vs. training the new model with body only. So no, there would be not benefit in doing it.

Oh, I see. So training the new model with either 18 or 25 keypoints takes the same amount of time, but the inference (and I guess training also?) is still faster compared to the previous 2 branch model regardless how many keypoints you want to detect. Am I correct?

Exactly, sorry if my explanation was not clear enough.

Was this page helpful?
0 / 5 - 0 ratings