open-mmlab / mmpose

OpenMMLab Pose Estimation Toolbox and Benchmark.
https://mmpose.readthedocs.io/en/latest/
Apache License 2.0
5.58k stars 1.21k forks source link

Batch Top Down Pose Inference #1162

Open edybk opened 2 years ago

edybk commented 2 years ago

Describe the feature Ability to perform top down pose estimation on a batch of images at once.

Motivation It is inconvenient when trying to perform pose estimation on a video to have to do it on each image separately. This makes the process much more time consuming.

jin-s13 commented 2 years ago

See https://github.com/open-mmlab/mmpose/issues/781

yichuan1998 commented 10 months ago

Describe the feature Ability to perform top down pose estimation on a batch of images at once.

Motivation It is inconvenient when trying to perform pose estimation on a video to have to do it on each image separately. This makes the process much more time consuming.

Hi, did you figure it out?