Walter0807 / MotionBERT

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

about the speed #26

Closed lucasjinreal closed 1 year ago

lucasjinreal commented 1 year ago

even though the model is not big, but the speed is quite slow, about 1s per frame, is that normal?

lucasjinreal commented 1 year ago

my fault, looks like time is not model forward itself.