diff --git a/README.md b/README.md index 4ee4aac..8e31254 100644 --- a/README.md +++ b/README.md @@ -337,3 +337,5 @@ Alternatively, you can use the optional parameters ```--colmap_executable``` and - *24 GB of VRAM for reference quality training is still a lot! Can't we do it with less?* Yes, most likely. By our calculations it should be possible with **way** less memory (~8GB). If we can find the time we will try to achieve this. If some PyTorch veteran out there wants to tackle this, we look forward to your pull request! +- *How can I use the differentiable Gaussian rasterizer for my own project?* Sure, 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```). + diff --git a/submodules/diff-gaussian-rasterization b/submodules/diff-gaussian-rasterization index 4aedd82..c78d81f 160000 --- a/submodules/diff-gaussian-rasterization +++ b/submodules/diff-gaussian-rasterization @@ -1 +1 @@ -Subproject commit 4aedd8226f7257935891049f5a378b0e21d0aa37 +Subproject commit c78d81f56cd5da3cf39f6201984570060128c1aa