chiehwangs / gaussian-head

Official repository for 'GaussianHead: High-fidelity Head Avatars with Learnable Gaussian Derivation'

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

when render loading training cameras, automatic quit

westwind027 opened this issue · comments

image

Hi,

The possible reason is RAM limitation causes the process to be killed.

We load the training data into the memory at one time before training to reduce the communication time between CPU and storage during training. For 2000 frames, this may require more than 24GB of memory. Therefore, you can try reducing images; or, try using dataloader to load images during training.