From 38eadb75e253a90e74386e173f239c9271b8790d Mon Sep 17 00:00:00 2001 From: Jeremy Reizenstein Date: Thu, 9 Jul 2020 07:14:02 -0700 Subject: [PATCH] Deduplicate installation instructions Summary: Remove abbreviated installation instructions from the homepage because they confuse. Reviewed By: gkioxari Differential Revision: D22160787 fbshipit-source-id: 8eb81030727f71951f8785f71c0a332ef58e790c --- website/pages/en/index.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/website/pages/en/index.js b/website/pages/en/index.js index c30c61e5..2cc22630 100644 --- a/website/pages/en/index.js +++ b/website/pages/en/index.js @@ -132,8 +132,9 @@ loss_chamfer, _ = chamfer_distance(sample_sphere, sample_test)
  1. Install PyTorch3D: - {bash`conda install pytorch torchvision -c pytorch # OSX only -conda install pytorch3d -c pytorch3d # all systems`} +

    See the instructions + here. +

  2. Try a few 3D operators