DEKR icon indicating copy to clipboard operation
DEKR copied to clipboard

How to run DEKR in real-time

Open ViktorTruongTuan opened this issue 4 years ago • 1 comments

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?

ViktorTruongTuan avatar Dec 31 '21 16:12 ViktorTruongTuan

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

ListonQH avatar Jul 13 '22 11:07 ListonQH