HRNet / DEKR

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)
MIT License
437 stars 76 forks source link

How to run DEKR in real-time #26

Open ViktorTruongTuan opened 2 years ago

ViktorTruongTuan commented 2 years ago

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 responding. Any way to fix it?

ListonQH commented 2 years ago

imo,cover the video to image-stream. for every image, call get_pose_estimation_prediction(,image=your_image_in_stream,).