diff --git a/docs/source/examples/colmap.rst b/docs/source/examples/colmap.rst index b6ae6eb3a..f715a2c1e 100644 --- a/docs/source/examples/colmap.rst +++ b/docs/source/examples/colmap.rst @@ -9,7 +9,7 @@ model for novel view synthesis, on a COLMAP processed capture. This script follo 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. +footprint. See :doc:`../tests/eval` for more details on the comparison. Simply run the script under `examples/`: diff --git a/gsplat/rendering.py b/gsplat/rendering.py index cb380295f..8f14dbd28 100644 --- a/gsplat/rendering.py +++ b/gsplat/rendering.py @@ -814,7 +814,7 @@ def _rasterization( # """Wrapper for old version gsplat. # .. warning:: -# This function exists for comparision purpose only. So we skip collecting +# This function exists for comparison purpose only. So we skip collecting # the intermidiate variables, and only return an empty dict. # """ @@ -904,7 +904,7 @@ def rasterization_inria_wrapper( """Wrapper for Inria's rasterization backend. .. warning:: - This function exists for comparision purpose only. Only rendered image is + This function exists for comparison purpose only. Only rendered image is returned. .. warning::