Giter Club home page Giter Club logo

Comments (2)

Kevin-2017 avatar Kevin-2017 commented on June 13, 2024

The current default setting actually prunes twice at iteration 16000 and 20000. (I would fix it now to align the documentation.)
There are a few arguments that you might want to play around with to get the best-performing mode with

  1. --prune_iterations: which is the iteration to prune the model, I would recommend having 3000 + steps after the prune for finetuning. so If you want to train a total of 12,000 steps. You could prune on 9,000 steps.
  2. --iteration: which is the total train iteration, you could set that to 12,000
  3. --densify_until_iter: This is the last iteration to densify, I recommend setting it to less than the prune iteration, else the prune would not be as effective. Maybe 8,900 if you prune at 9,000
  4. --prune_percent: The percent of 3d gaussians that is prune out. Since you are training fewer iterations in total you might to decrease the prune ratio.

An example command would be:

python train_densify_prune.py \
-s "PATH/TO/DATASET/$arg" \
-m "OUTPUT/PATH/${arg}" \
--prune_iterations 9000 \
--iteration 12000 \
--densify_until_iter 8900 \
--prune_percent 0.4 

Play around with these settings, you could probably find a better hyperparameter :D

from lightgaussian.

adsjkgh avatar adsjkgh commented on June 13, 2024

I see, thank you!

from lightgaussian.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.