Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
akanazawa authored Dec 15, 2023
1 parent dbd0cab commit 7822c32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ gsplat is an open-source library for CUDA accelerated rasterization of gaussians

This project was greatly inspired by original paper [3D Gaussian Splatting
for Real-Time Radiance Field Rendering
](https://repo-sam.inria.fr/fungraph/3d-gaussian-splatting/) by Kerbl* and Kopanas* et al. While building this library, we prioritized having a developer friendly Python API. As such, when this backend is plugged into the nerfstudio pipeline, it trains 5x~ slower than the original implementation. Please refer to the original [code release](https://github.com/graphdeco-inria/gaussian-splatting) for the optimized implementation.
](https://repo-sam.inria.fr/fungraph/3d-gaussian-splatting/) by Kerbl* and Kopanas* et al. While building this library, we prioritized having a developer friendly Python API.

![Teaser](/docs/source/imgs/training.gif?raw=true)

Expand Down

0 comments on commit 7822c32

Please sign in to comment.