dreamgaussian / index.html
AP123's picture
Update index.html
4211855
raw
history blame contribute delete
924 Bytes
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width" />
<title>DreamGaussian Project</title>
<link rel="stylesheet" href="style.css" />
</head>
<body>
<div class="card">
<h1>DreamGaussian</h1>
<p>This repository contains the official implementation for <a href="https://arxiv.org/abs/XXXX.XXXX">DreamGaussian: Generative Gaussian Splatting for Efficient 3D Content Creation</a>.</p>
<p><a href="https://dreamgaussian.github.io">Project Page</a> | <a href="https://arxiv.org/abs/XXXX.XXXX">Arxiv</a></p>
<h2>Install</h2>
<pre><code>
pip install -r requirements.txt
git clone --recursive https://github.com/ashawkey/diff-gaussian-rasterization
pip install ./diff-gaussian-rasterization
pip install ./simple-knn
pip install git+https://github.com/NVlabs/nvdiffrast/
pip install git+https://github.com/ashawkey/kiuikit
</code></pre>
</div>
</body>
</html>