Skip to content

Commit

Permalink
Fix typo (#392)
Browse files Browse the repository at this point in the history
  • Loading branch information
cr333 authored Sep 7, 2024
1 parent c14d720 commit cc800d7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/source/examples/colmap.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ model for novel view synthesis, on a COLMAP processed capture. This script follo
exact same logic with the `official implementation
<https://github.com/graphdeco-inria/gaussian-splatting>`_ 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/`:

Expand Down
4 changes: 2 additions & 2 deletions gsplat/rendering.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.

# """
Expand Down Expand Up @@ -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::
Expand Down

0 comments on commit cc800d7

Please sign in to comment.