Walter0807 / MotionBERT

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

Missing the choices of the model's backbone #82

Open YouMingIdeasLab opened 1 year ago

YouMingIdeasLab commented 1 year ago

Hi, I have some problem while trying to train the model with different backbones. The function load_backbone in this file lib/utils/learning.py, it says there should be different backbones for the model to choose from. But, there's only DSTformer in lib/model. Where I can find the rest of the backbones? If it's not implemented yet, then maybe the reference repository for the backbones also works for me. I can add them myself. Thanks!