Update README.md
Browse files
README.md
CHANGED
|
@@ -1,59 +1,39 @@
|
|
| 1 |
---
|
| 2 |
license: bsd-3-clause
|
| 3 |
-
dataset_info:
|
| 4 |
-
- config_name: indoor
|
| 5 |
-
features:
|
| 6 |
-
- name: image
|
| 7 |
-
dtype: image
|
| 8 |
-
- name: depth
|
| 9 |
-
dtype: binary
|
| 10 |
-
- name: normals
|
| 11 |
-
dtype: binary
|
| 12 |
-
splits:
|
| 13 |
-
- name: train
|
| 14 |
-
num_bytes: 3620324154
|
| 15 |
-
num_examples: 48
|
| 16 |
-
- name: val
|
| 17 |
-
num_bytes: 455504790
|
| 18 |
-
num_examples: 6
|
| 19 |
-
- name: test
|
| 20 |
-
num_bytes: 455504790
|
| 21 |
-
num_examples: 6
|
| 22 |
-
- config_name: nature
|
| 23 |
-
features:
|
| 24 |
-
- name: image
|
| 25 |
-
dtype: image
|
| 26 |
-
- name: depth
|
| 27 |
-
dtype: binary
|
| 28 |
-
- name: normals
|
| 29 |
-
dtype: binary
|
| 30 |
-
splits:
|
| 31 |
-
- name: train
|
| 32 |
-
num_bytes: 1276188152
|
| 33 |
-
num_examples: 16
|
| 34 |
-
- name: val
|
| 35 |
-
num_bytes: 153905538
|
| 36 |
-
num_examples: 2
|
| 37 |
-
- name: test
|
| 38 |
-
num_bytes: 159523519
|
| 39 |
-
num_examples: 2
|
| 40 |
configs:
|
| 41 |
- config_name: indoor
|
| 42 |
data_files:
|
| 43 |
-
|
| 44 |
-
|
| 45 |
-
|
| 46 |
-
|
| 47 |
-
|
| 48 |
-
|
| 49 |
- config_name: nature
|
| 50 |
data_files:
|
| 51 |
-
|
| 52 |
-
|
| 53 |
-
|
| 54 |
-
|
| 55 |
-
|
| 56 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 57 |
---
|
| 58 |
|
| 59 |
# 🗃️ Pano-Infinigen Dataset
|
|
|
|
| 1 |
---
|
| 2 |
license: bsd-3-clause
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
configs:
|
| 4 |
- config_name: indoor
|
| 5 |
data_files:
|
| 6 |
+
- split: train
|
| 7 |
+
path: "data/indoor/train-*"
|
| 8 |
+
- split: val
|
| 9 |
+
path: "data/indoor/val-*"
|
| 10 |
+
- split: test
|
| 11 |
+
path: "data/indoor/test-*"
|
| 12 |
- config_name: nature
|
| 13 |
data_files:
|
| 14 |
+
- split: train
|
| 15 |
+
path: "data/nature/train-*"
|
| 16 |
+
- split: val
|
| 17 |
+
path: "data/nature/val-*"
|
| 18 |
+
- split: test
|
| 19 |
+
path: "data/nature/test-*"
|
| 20 |
+
dataset_info:
|
| 21 |
+
- config_name: indoor
|
| 22 |
+
features:
|
| 23 |
+
- name: image
|
| 24 |
+
dtype: image
|
| 25 |
+
- name: depth
|
| 26 |
+
dtype: binary
|
| 27 |
+
- name: normals
|
| 28 |
+
dtype: binary
|
| 29 |
+
- config_name: nature
|
| 30 |
+
features:
|
| 31 |
+
- name: image
|
| 32 |
+
dtype: image
|
| 33 |
+
- name: depth
|
| 34 |
+
dtype: binary
|
| 35 |
+
- name: normals
|
| 36 |
+
dtype: binary
|
| 37 |
---
|
| 38 |
|
| 39 |
# 🗃️ Pano-Infinigen Dataset
|