Update readme

This commit is contained in:
bkerbl 2023-07-09 19:55:43 +02:00
parent 2361536039
commit 725bbcc17f

View File

@ -382,3 +382,4 @@ Alternatively, you can use the optional parameters ```--colmap_executable``` and
- *How can I use the differentiable Gaussian rasterizer for my own project?* Easy, it is included in this repo as a submodule ```diff-gaussian-rasterization```. Feel free to check out and install the package. It's not really documented, but using it from the Python side is very straightforward (cf. ```gaussian_renderer/__init__.py```).
- *Something is broken, how did this happen?* We tried hard to provide a solid and comprehensible basis to make use of the paper's method. We have refactored the code quite a bit, but we have limited capacity to test all possible usage scenarios. Thus, if part of the website, the code or the performance is lacking, please create an issue. If we find the time, we will do our best to address it.