cleardusk / 3DDFA_V2

The official PyTorch implementation of Towards Fast, Accurate and Stable 3D Dense Face Alignment, ECCV 2020.
MIT License
2.88k stars 510 forks source link

能在 arm linux 上运行吗?3dmm 的渲染速度如何? #113

Open pineking opened 2 years ago

pineking commented 2 years ago

能在 arm linux 上运行吗?3dmm 的渲染速度如何?

lyyiangang commented 2 years ago

@pineking arm上推理可以参考这个工程:https://github.com/lyyiangang/3ddfav2_cpp , 使用MNN做网络推理,mobilenet 120分辨率推理还是很快的。 3ddfa v2源码使用的是cpu渲染,如果你改用OpenGL渲染的话会很快。

lucasjinreal commented 2 years ago

@lyyiangang this repo can not be found now, does there any fork?

lyyiangang commented 2 years ago

try following url. https://github.com/lyyiangang/3ddfav2_cpp

lucasjinreal commented 1 year ago

@lyyiangang hi, I have tried wrapping the rec_vertices function into model, but the MNN inference result was wrong. Have u consider wrapping rec_vertices func into model?