Open lucasjinreal opened 2 years ago
Yeah, it might happen. Glad that you find a faster renderer.
@penincillin Will u consider using Sim3DR? I now successfully replaced with it, now on CPU render only need 4ms.
I tried Open3D, pyrender, pytorch3D, all need at least 30-40ms. Very weird.
Now, I can run frankmocap body model on CPU realtime! (including rendering time), the pose model inference on Onnxruntime faster than Pytorch cpu
@jinfagang That sounds great! Would you mind making a pull request to include the updates you mentioned (Sim3DR, Onnxruntime, etc.)?
@penincillin Sure, but my modification is too messy. I will send a PR with minimal modification on change render with pip install realrender
as an option. It's python package for Sim3DR.
@jinfagang That sounds great. Looking forward to your PR!
pytorch3d need about 40ms to render, while I switch to Sim3DR it only need 4ms