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

Does it support live drive mode? #8

Open lliang2003 opened 1 year ago

lliang2003 commented 1 year ago

How do I need to retrofit to support live drive mode?

HongwenZhang commented 1 year ago

Hi, the current demo run at batch and does not support live mode. To enable this, you may need to modify the demo code to run detection and model inference frame-by-frame. Meanwhile, as the PyMAF-X in the Python version can not run in real-time, it is hard to achieve the live mode as expected. So, you need the acceleration tools such as TensorRT to enable real-time PyMAF-X.