TQTQliu / MVSGaussian

[ECCV 2024] MVSGaussian: Fast Generalizable Gaussian Splatting Reconstruction from Multi-View Stereo
https://mvsgaussian.github.io/
MIT License
416 stars 21 forks source link

How many days for training? #54

Closed leo-frank closed 2 months ago

leo-frank commented 2 months ago

How many days for training?

TQTQliu commented 2 months ago

For training generalizable model, we trained 300 epochs on 4 RTX 3090 gpus, with a batch size of 1 for each GPU, and took approximately 25 hours to complete. We also provided training time for different number of gpus and batch sizes in this table for reference

leo-frank commented 2 months ago

thanks alot~!