HongwenZhang / PyMAF-X

[TPAMI 2023] PyMAF-X: Towards Well-aligned Full-body Model Regression from Monocular Images
https://www.liuyebin.com/pymaf-x
Other
196 stars 27 forks source link

Can PyMAFX real time running #9

Open zxk19981227 opened 1 year ago

zxk19981227 commented 1 year ago

Could pymaf x run in the realtime?

HongwenZhang commented 1 year ago

Hi, PyMAF-X can run in real-time but needs the acceleration tools such as TensorRT. Moreover, since the mesh projection needs much fewer points than the original mesh, a sparse SMPL implementation also helps to speed up the execution.

lucasjinreal commented 1 year ago

@HongwenZhang Hello, the smplx model is extremly big up to 1G+, is there any plan to train some light-weighted model while might sacrifice some performance?