HRNet/DEKR

How to run DEKR in real-time

ViktorTruongTuan opened this issue · 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?

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