cvg / depthsplat

DepthSplat: Connecting Gaussian Splatting and Depth
https://haofeixu.github.io/depthsplat/
MIT License
447 stars 15 forks source link

one gpu #7

Open chenqi13814529300 opened 1 week ago

chenqi13814529300 commented 1 week ago

Hello, I only have one 4090 graphics card. How do I need to change the commands for training, evaluation, and rendering

haofeixu commented 6 days ago

Hi, simply modify the batch size to make it fit into your GPU memeory, and update the number of training iterations accordingly (i.e., keep (the number of GPUs) x (batch size / GPU) x (training iterations) the same).