yerfor / GeneFace

GeneFace: Generalized and High-Fidelity 3D Talking Face Synthesis; ICLR 2023; Official code
MIT License
2.43k stars 290 forks source link

Reduce memory footprint,Change prompt statement #249

Closed SouthTea closed 6 months ago

SouthTea commented 6 months ago

This code will cause the memory usage to double! (data_gen\nerf\extract_3dmm.py) It is not conducive to processing large files, Because "np.reshape" function will return a new array.

Remove the code that causes a sudden increase in memory, added memory check and modified some redundancy.

yerfor commented 6 months ago

That's great, thanks for your contribution!