add README
Browse files
README.md
ADDED
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# NeRF Materials Dataset
|
2 |
+
|
3 |
+
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.
|
4 |
+
|
5 |
+
## Download Instructions
|
6 |
+
|
7 |
+
```bash
|
8 |
+
sudo apt install git-lfs
|
9 |
+
git lfs install
|
10 |
+
|
11 |
+
git clone https://huggingface.co/datasets/learning3dvision/nerf_materials
|
12 |
+
cd nerf_materials
|
13 |
+
unzip materials.zip -d <path_to_your_data_folder>
|
14 |
+
```
|