facebookresearch / frankmocap

A Strong and Easy-to-use Single View 3D Hand+Body Pose Estimator
Other
2.12k stars 373 forks source link

The speed of handtracking. #225

Closed JunfengLiu1 closed 1 year ago

JunfengLiu1 commented 1 year ago

Hey,awesome work! However,when I ran python -m demo.demo_handmocap --input_path webcam,the speed was slow.My gpu is RTX3060,but it only had 2-3fps.Is it normal?

penincillin commented 1 year ago

@JunfengLiu1 The speed sounds a little bit slow to me. You may need to delve deep into the framework to see which part is the bottleneck. It could be I/O, detection module, prediction module, or rendering.