Walter0807 / MotionBERT

[ICCV 2023] PyTorch Implementation of "MotionBERT: A Unified Perspective on Learning Human Motion Representations"
Apache License 2.0
1k stars 120 forks source link

About real time #118

Open Martin-si-Daoishi opened 7 months ago

Martin-si-Daoishi commented 7 months ago

I have run Alphapose successfully, and I can also get the 2D information of keypoints directly. MotionBERT seems to deal with json. What if I let Alphapose send the information to MotionBERT directly? If this work, I can get the real time version of MotionBERT?

I wonder how to change the code to do this?

The code use "kpts_all" to collect the information from json and it seems to deal with all the data together. How to change the code to let MotionBERT deal the keypoints one by one?

Terrywang2001 commented 2 months ago

Hi, did you manage to get the real time version of MotionBERT?