gaussian-splatting icon indicating copy to clipboard operation
gaussian-splatting copied to clipboard

How to save the trained model for future training?

Open Martisum opened this issue 8 months ago • 0 comments
trafficstars

I hope to improve the training beyond 15000 steps, but each improvement requires starting from scratch, which is very time-consuming. I hope to use the command-line parameters provided by train.py to save the model, but I have been failing. The parameters I used are as follows --start_checkpoint D:\Work\AI\PriorDepth-GaussianSplatting\output\eval_gsopt4 --save_iterations 15000 30000 But the model cannot correctly read the training progress I saved. And I found that it seems that the model only saves ply files. Does this mean that the source code cannot achieve the functionality I mentioned?

Martisum avatar Mar 07 '25 11:03 Martisum