update website and Readme

This commit is contained in:
Shakiba Kheradmand 2024-12-04 23:21:51 -08:00
parent 403ee3847e
commit c720af4e04
2 changed files with 36 additions and 0 deletions

View File

@ -3,6 +3,7 @@
[![button](https://img.shields.io/badge/Project%20Website-orange?style=for-the-badge)](https://ubc-vision.github.io/3dgs-mcmc/)
[![button](https://img.shields.io/badge/Paper-blue?style=for-the-badge)](https://arxiv.org/abs/2404.09591)
[![button](https://img.shields.io/badge/Video-green?style=for-the-badge)](https://neurips.cc/virtual/2024/poster/94984)
<span class="author-block">
<a href="https://shakibakh.github.io/">Shakiba Kheradmand</a>,
@ -51,6 +52,17 @@
</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

View File

@ -25,6 +25,7 @@
<link rel="stylesheet" href="resources/css/dics.original.css" />
<title>3D Gaussian Splatting as Markov Chain Monte Carlo</title>
<meta
property="og:title"
content="3D Gaussian Splatting as Markov Chain Monte Carlo"
@ -51,6 +52,9 @@
<body>
<div class="container">
<div class="title">
NeurIPS 2024 SPOTLIGHT
</div>
<div class="title">
3D Gaussian Splatting as Markov Chain Monte Carlo
</div>
@ -131,6 +135,26 @@
<span>Paper</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">
<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. -->
<span class="link-block">
<a