Version 0.6.0

This commit is contained in:
Jeremy Francis Reizenstein
2021-10-06 12:40:17 -07:00
parent a4725d2421
commit 416cd21881
55 changed files with 347 additions and 97 deletions

View File

@@ -12,7 +12,7 @@
</span></div></h2><div><span><p>Supports optimized implementations of several common functions for 3D data</p>
</span></div></div></div><div class="blockElement alignCenter fourByGridBlock imageAlignTop"><div class="blockImage"><img src="/img/rendering.svg"/></div><div class="blockContent"><h2><div><span><p>Differentiable Rendering</p>
</span></div></h2><div><span><p>Modular differentiable rendering API with parallel implementations in PyTorch, C++ and CUDA</p>
</span></div></div></div></div></div></div></div><div class="productShowcaseSection" id="quickstart" style="text-align:center"><h2>Get Started</h2><div class="container"><div class="wrapper"><ol><li><strong>Install PyTorch3D </strong> (following the instructions <a href="https://github.com/facebookresearch/pytorch3d/blob/master/INSTALL.md">here</a>)</li><li><strong>Try a few 3D operators </strong>e.g. compute the chamfer loss between two meshes:<div><span><pre><code class="hljs css language-python"><span class="hljs-keyword">from</span> pytorch3d.utils <span class="hljs-keyword">import</span> ico_sphere
</span></div></div></div></div></div></div></div><div class="productShowcaseSection" id="quickstart" style="text-align:center"><h2>Get Started</h2><div class="container"><div class="wrapper"><ol><li><strong>Install PyTorch3D </strong> (following the instructions <a href="https://github.com/facebookresearch/pytorch3d/blob/main/INSTALL.md">here</a>)</li><li><strong>Try a few 3D operators </strong>e.g. compute the chamfer loss between two meshes:<div><span><pre><code class="hljs css language-python"><span class="hljs-keyword">from</span> pytorch3d.utils <span class="hljs-keyword">import</span> ico_sphere
<span class="hljs-keyword">from</span> pytorch3d.io <span class="hljs-keyword">import</span> load_obj
<span class="hljs-keyword">from</span> pytorch3d.structures <span class="hljs-keyword">import</span> Meshes
<span class="hljs-keyword">from</span> pytorch3d.ops <span class="hljs-keyword">import</span> sample_points_from_meshes