File size: 628 Bytes
0ca93a6 99ad6c0 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 |
---
license: cc-by-3.0
tags:
- nerf
- computer-vision
- 3d
- materials
- deep-learning
datasets:
- learning3dvision/nerf_materials
---
# NeRF Materials Dataset
This contains data for training a NeRF on the `materials` scene from the NeRF paper (Mildenhall et al., 2020), released under the [Creative Commons Attribution 3.0 (CC BY 3.0)](https://creativecommons.org/licenses/by/3.0/) license.
## Download Instructions
```bash
sudo apt install git-lfs
git lfs install
git clone https://huggingface.co/datasets/learning3dvision/nerf_materials
cd nerf_materials
unzip materials.zip -d <path_to_your_data_folder>
``` |