Bladeren bron

Extra comment

bkerbl 2 jaren geleden
bovenliggende
commit
b9fa8d1508
1 gewijzigde bestanden met toevoegingen van 2 en 0 verwijderingen
  1. 2 0
      README.md

+ 2 - 0
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 ```<insert feature>``` 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.