You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: