nghorbani / soma

Solving Optical MoCap Automatically
Other
185 stars 36 forks source link

How to run Mosh with GPU #4

Closed huang-1030 closed 2 years ago

huang-1030 commented 2 years ago

Thank you for your excellent task. As said in the code, the mosh process runs in the cpu, so the speed is very slow, so can the mosh process be accelerated by gpu? If so, how should I do it. Looking forward to your reply.

nghorbani commented 2 years ago

That is a great question. current mosh implementation is using chumpy which is cpu only. a potential pytorch implementation would be GPU compatible.