mirror of
https://github.com/graphdeco-inria/gaussian-splatting
synced 2025-04-23 15:54:10 +00:00
update website and Readme
This commit is contained in:
parent
403ee3847e
commit
c720af4e04
12
README.md
12
README.md
@ -3,6 +3,7 @@
|
|||||||
|
|
||||||
[](https://ubc-vision.github.io/3dgs-mcmc/)
|
[](https://ubc-vision.github.io/3dgs-mcmc/)
|
||||||
[](https://arxiv.org/abs/2404.09591)
|
[](https://arxiv.org/abs/2404.09591)
|
||||||
|
[](https://neurips.cc/virtual/2024/poster/94984)
|
||||||
|
|
||||||
<span class="author-block">
|
<span class="author-block">
|
||||||
<a href="https://shakibakh.github.io/">Shakiba Kheradmand</a>,
|
<a href="https://shakibakh.github.io/">Shakiba Kheradmand</a>,
|
||||||
@ -51,6 +52,17 @@
|
|||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
|
||||||
|
## Updates
|
||||||
|
### Dec. 5th, 2024
|
||||||
|
A new change has been pushed to diff-gaussian-rasterization. In order to pull it:
|
||||||
|
```sh
|
||||||
|
cd submodules/diff-gaussian-rasterization
|
||||||
|
git pull origin gs-mcmc
|
||||||
|
cd ../..
|
||||||
|
pip install submodules/diff-gaussian-rasterization
|
||||||
|
```
|
||||||
|
|
||||||
|
This change incorporates "Section B.2 Tighter Bounding of 2D Gaussians" from [StopThePop](https://arxiv.org/abs/2402.00525) paper. This bound allows to fit a tighter bound around Gaussians when opacity is less than 1.
|
||||||
|
|
||||||
## How to Install
|
## How to Install
|
||||||
|
|
||||||
|
@ -25,6 +25,7 @@
|
|||||||
<link rel="stylesheet" href="resources/css/dics.original.css" />
|
<link rel="stylesheet" href="resources/css/dics.original.css" />
|
||||||
|
|
||||||
<title>3D Gaussian Splatting as Markov Chain Monte Carlo</title>
|
<title>3D Gaussian Splatting as Markov Chain Monte Carlo</title>
|
||||||
|
|
||||||
<meta
|
<meta
|
||||||
property="og:title"
|
property="og:title"
|
||||||
content="3D Gaussian Splatting as Markov Chain Monte Carlo"
|
content="3D Gaussian Splatting as Markov Chain Monte Carlo"
|
||||||
@ -51,6 +52,9 @@
|
|||||||
|
|
||||||
<body>
|
<body>
|
||||||
<div class="container">
|
<div class="container">
|
||||||
|
<div class="title">
|
||||||
|
NeurIPS 2024 SPOTLIGHT
|
||||||
|
</div>
|
||||||
<div class="title">
|
<div class="title">
|
||||||
3D Gaussian Splatting as Markov Chain Monte Carlo
|
3D Gaussian Splatting as Markov Chain Monte Carlo
|
||||||
</div>
|
</div>
|
||||||
@ -131,6 +135,26 @@
|
|||||||
<span>Paper</span>
|
<span>Paper</span>
|
||||||
</a>
|
</a>
|
||||||
</span>
|
</span>
|
||||||
|
<span class="link-block">
|
||||||
|
<a href="https://arxiv.org/abs/2404.09591" class="external-link button is-normal is-rounded is-dark">
|
||||||
|
<span class="icon">
|
||||||
|
<i class="fa fa-file-o"></i>
|
||||||
|
</span>
|
||||||
|
<span>arXiv</span>
|
||||||
|
</a>
|
||||||
|
</span>
|
||||||
|
<span class="link-block">
|
||||||
|
<!-- <a href="https://arxiv.org/abs/2404.09591" class="external-link button is-normal is-rounded is-dark"> -->
|
||||||
|
<a
|
||||||
|
href="https://neurips.cc/virtual/2024/poster/94984"
|
||||||
|
class="external-link button is-normal is-rounded is-dark"
|
||||||
|
>
|
||||||
|
<span class="icon">
|
||||||
|
<i class="fa fa-file-o"></i>
|
||||||
|
</span>
|
||||||
|
<span>Video</span>
|
||||||
|
</a>
|
||||||
|
</span>
|
||||||
<!-- Code Link. -->
|
<!-- Code Link. -->
|
||||||
<span class="link-block">
|
<span class="link-block">
|
||||||
<a
|
<a
|
||||||
|
Loading…
Reference in New Issue
Block a user