README.md 356 Bytes
Newer Older
Matt Tancik's avatar
Matt Tancik committed
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Examples using nerfacc

## Installation

Extra dependencies are needed.
You should make sure that you are using version of pytorch that support CUDA 11.

```
pip install torch --extra-index-url https://download.pytorch.org/whl/cu113
```

Then install via pip

```
pip install nerfacc[examples]
```

To install locally

```
pip install -e .[examples]
```