mkocabas / VIBE

Official implementation of CVPR2020 paper "VIBE: Video Inference for Human Body Pose and Shape Estimation"
https://arxiv.org/abs/1912.05656
Other
2.88k stars 548 forks source link

Only 6 FPS #205

Closed EvgeniaKomleva closed 3 years ago

EvgeniaKomleva commented 3 years ago

Thanks for the great job!

I measure fps only on one line, where the model prediction ( https://github.com/mkocabas/VIBE/blob/master/demo.py#L163) is done and I get only 6 fps on the video card Quadro RTX 5000.

But in your result(https://github.com/mkocabas/VIBE/blob/master/demo.py#L163) the FPS is higher. Are there any suggestions what to change to make it faster?