dreamgaussian / index.html
AP123's picture
Update index.html
9cee56a
raw
history blame
1.07 kB
<!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>
<img src="https://github.com/dreamgaussian/dreamgaussian/assets/25863658/db860801-7b9c-4b30-9eb9-87330175f5c8" alt="DreamGaussian Project Image">
<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>