diff --git a/README.md b/README.md index 7e68e67..ed719fa 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ import rembg result = rembg.remove(result) result.show() ``` -3. Run Wonder3d to produce multiview-consistent normal maps and color images. Then you can check the results in the folder `./outputs`. (we use rembg to remove backgrounds of the results, but the segmemtations are not always perfect.) +3. Run Wonder3d to produce multiview-consistent normal maps and color images. Then you can check the results in the folder `./outputs`. (we use rembg to remove backgrounds of the results, but the segmentations are not always perfect.) ```bash accelerate launch --config_file 1gpu.yaml test_mvdiffusion_seq.py \ --config mvdiffusion-joint-ortho-6views.yaml diff --git a/instant-nsr-pl/README.md b/instant-nsr-pl/README.md index 7964ddf..93c8e3e 100644 --- a/instant-nsr-pl/README.md +++ b/instant-nsr-pl/README.md @@ -27,10 +27,10 @@ This repository contains a concise and extensible implementation of NeRF and Neu ## Requirements **Note:** -- To utilize multiresolution hash encoding or fully fused networks provided by tiny-cuda-nn, you should have least an RTX 2080Ti, see [https://github.com/NVlabs/tiny-cuda-nn#requirements](https://github.com/NVlabs/tiny-cuda-nn#requirements) for more details. +- To utilize multiresolution hash encoding or fully fused networks provided by tiny-cuda-nn, you should have at least an RTX 2080Ti, see [https://github.com/NVlabs/tiny-cuda-nn#requirements](https://github.com/NVlabs/tiny-cuda-nn#requirements) for more details. - Multi-GPU training is currently not supported on Windows (see [#4](https://github.com/bennyguo/instant-nsr-pl/issues/4)). ### Environments -- Install PyTorch>=1.10 [here](https://pytorch.org/get-started/locally/) based the package management tool you used and your cuda version (older PyTorch versions may work but have not been tested) +- Install PyTorch>=1.10 [here](https://pytorch.org/get-started/locally/) based on the package management tool you used and your cuda version (older PyTorch versions may work but have not been tested) - Install tiny-cuda-nn PyTorch extension: `pip install git+https://github.com/NVlabs/tiny-cuda-nn/#subdirectory=bindings/torch` - `pip install -r requirements.txt`