chiehwangs / gaussian-head

Official repository for 'GaussianHead: High-fidelity Head Avatars with Learnable Gaussian Derivation'
MIT License
253 stars 16 forks source link

when render loading training cameras, automatic quit #12

Closed westwind027 closed 9 months ago

westwind027 commented 9 months ago
image
chiehwangs commented 9 months ago
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.