Fit a COLMAP Capture ======================================== .. currentmodule:: gsplat The :code:`examples/simple_trainer.py` script allows you train a `3D Gaussian Splatting `_ model for novel view synthesis, on a COLMAP processed capture. This script follows the exact same logic with the `official implementation `_ and we have verified it to be able to reproduce the metrics in the paper, with much better training speed and memory footprint. See :doc:`../tests/eval` for more details on the comparision. Simply run the script under `examples/`: .. code-block:: bash python simple_trainer.py \ --data_dir data/360_v2/garden/ --data_factor 4 \ --result_dir ./results/garden It also supports a browser based viewer for real-time rendering, powered by `Viser `_ and `nerfview `_. .. raw:: html