mirror of
https://github.com/facebookresearch/pytorch3d.git
synced 2025-08-02 03:42:50 +08:00
Deduplicate installation instructions
Summary: Remove abbreviated installation instructions from the homepage because they confuse. Reviewed By: gkioxari Differential Revision: D22160787 fbshipit-source-id: 8eb81030727f71951f8785f71c0a332ef58e790c
This commit is contained in:
parent
daf9eac801
commit
38eadb75e2
@ -132,8 +132,9 @@ loss_chamfer, _ = chamfer_distance(sample_sphere, sample_test)
|
|||||||
<ol>
|
<ol>
|
||||||
<li>
|
<li>
|
||||||
<strong>Install PyTorch3D:</strong>
|
<strong>Install PyTorch3D:</strong>
|
||||||
<MarkdownBlock>{bash`conda install pytorch torchvision -c pytorch # OSX only
|
<p>See the instructions
|
||||||
conda install pytorch3d -c pytorch3d # all systems`}</MarkdownBlock>
|
<a href="https://github.com/facebookresearch/pytorch3d/blob/master/INSTALL.md">here</a>.
|
||||||
|
</p>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<strong>Try a few 3D operators </strong>
|
<strong>Try a few 3D operators </strong>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user