From 725bbcc17f7ad8a6863237c970d461c21bfa59ac Mon Sep 17 00:00:00 2001 From: bkerbl Date: Sun, 9 Jul 2023 19:55:43 +0200 Subject: [PATCH] Update readme --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 295763d..707d6bc 100644 --- a/README.md +++ b/README.md @@ -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. \ No newline at end of file