diff --git a/3d-reconstruction/hashnerf/readme.md b/3d-reconstruction/hashnerf/readme.md index 9d919d51dd76bf0aac3710d91a2636a62f96f121..2721aaf8fa4ca88a656b10a4d63b071a392ecf1a 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 ```