From dbc961ef90f88e4fe3f5a172feea6eb8b6893513 Mon Sep 17 00:00:00 2001 From: majorli6 Date: Thu, 27 Oct 2022 13:56:31 +0800 Subject: [PATCH] 3d-reconstruction/hashnerf/readme.md install step wrong link #I5XZTV 3d-reconstruction/hashnerf/readme.md install step wrong Signed-off-by: majorli6 --- 3d-reconstruction/hashnerf/readme.md | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/3d-reconstruction/hashnerf/readme.md b/3d-reconstruction/hashnerf/readme.md index 9d919d51d..2721aaf8f 100644 --- a/3d-reconstruction/hashnerf/readme.md +++ b/3d-reconstruction/hashnerf/readme.md @@ -4,14 +4,8 @@ A pytorch implementation of the NeRF part (grid encoder, density grid ray sampler) in instant-ngp, as described in Instant Neural Graphics Primitives with a Multiresolution Hash Encoding. -## Step 1: Installing +## Step 1: Installing with pip -```bash -git clone --recursive http://bitbucket.iluvatar.ai:7990/scm/sol/hashnerf.git -cd hashnerf -``` - -### Install with pip ```bash pip install -r requirements.txt ``` -- Gitee