From b9fa8d150821901a11b65f3b18c1192c2158da5b Mon Sep 17 00:00:00 2001 From: bkerbl Date: Mon, 10 Jul 2023 15:50:38 +0200 Subject: [PATCH] Extra comment --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index df15b24..29ec3ec 100644 --- a/README.md +++ b/README.md @@ -392,4 +392,6 @@ 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```). +- *Wait, but `````` isn't optimized and could be much better?* There are several parts we didn't even have time to think about improving (yet). The performance you get with this prototype is probably a rather slow baseline for what is physically possible. + - *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.