Walter0807 / MotionBERT

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

Usage #8

Closed abaybektursun closed 1 year ago

abaybektursun commented 1 year ago

Hi, thanks for the release, looks very cool! Can you please give me a hint on how I can utilize your pre-trained model to inference on my own video? Given a video, do I need to run 2D pose estimation first before I can use MotionBERT? Or do you already provide that? How should I generate 3D points on my video? How can I get the motion embedding? I tried:

E = MotionBERT.get_representation(x)

but get_representation does not exist! Thank you!

If you could just give me high level hints I would appreciate it! Thanks!

Walter0807 commented 1 year ago

Hi, thanks for your interest in our work! We have updated the docs for in-the-wild inference.