Skip to content

Latest commit

 

History

History
60 lines (39 loc) · 3.15 KB

File metadata and controls

60 lines (39 loc) · 3.15 KB

License

This project is derived from StopThePop, which is based on Gaussian-Splatting.

Gaussian-Splatting is licensed under a custom non-commercial research license.
This project includes additional modifications by Lukas Radl and contributors (c) 2025.

This derivative work remains under the same research-only usage restrictions.

The contents of the files submodules/diff-gaussian-rasterization/cuda_rasterizer/utils.* are based on publicly available code from 3D Gaussian Splatting as Markov Chain Monte Carlo authored by Shakiba Kheradmand and contributors, which falls under the same research-only usage restrictions.

The contents of the file utils/mip_filter.py are based on publicly available code from Mip-Splatting authored by Zehao Yu and contributors, which falls under the same research-only usage restrictions.

See LICENSE.md for details.

Files subject to permissive licenses

Hierarchical Rasterization

The contents of the files submodules/diff-gaussian-rasterization/cuda_rasterizer/stopthepop are based on publicly available code authored by Lukas Radl, Michael Steiner and contributors, which falls under the permissive MIT license.

Title: StopThePop
Project code: https://github.com/r4dl/StopThePop\ Copyright Graz University of Technology, 2024
License: https://github.com/r4dl/StopThePop-Rasterization/blob/main/cuda_rasterizer/stopthepop/LICENSE.txt (MIT)

FLIP

The contents of the files utils/flip.py are based on publicly available code authored by Pontus Andersson, Jim Nilsson, and Tomas Akenine-Moller, which falls under the permissive BSD-3-Clause license.

Title: Visualizing and Communicating Errors in Rendered Images
Project code: https://github.com/NVlabs/flip\ Copyright NVIDIA Corporation & Affiliates, 2020-2023
License: https://github.com/NVlabs/flip/blob/main/LICENSE (BSD-3-Clause)

Splatviz

The contents of the files within the directory splatviz/ are based on publicly available code authored by Florian Barthel, which falls under the permissive MIT license.

Title: Splatviz
Project code: https://github.com/Florian-Barthel/splatviz\ Copyright Florian Barthel, 2024
License: https://github.com/Florian-Barthel/splatviz/blob/main/LICENSE (MIT)

Tetra-NeRF

The contents of the files within the directory submodules/tetra-triangulation/ are based on publicly available code authored by Jonas Kulhanek, which falls under the permissive MIT license.

Title: Tetra-NeRF
Project code: https://github.com/jkulhanek/tetra-nerf\ Copyright Jonas Kulhanek, 2023
License: https://github.com/jkulhanek/tetra-nerf/blob/master/LICENSE (MIT)

Kaolin

The contents of the file utils/tetmesh.py are based on publicly available code authored by NVIDIA, which falls under the permissive Apache 2.0 license.

Title: kaolin
Project code: https://github.com/NVIDIAGameWorks/kaolin\ Copyright NVIDIA CORPORATION & AFFILIATES, 2021,22
License: https://github.com/NVIDIAGameWorks/kaolin/blob/master/LICENSE (Apache 2.0)