Create dataset_infos.json
Browse files- dataset_infos.json +14 -0
dataset_infos.json
ADDED
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"dataset_name": "RefRef",
|
3 |
+
"description": "A neural view synthesis dataset with reflective and refractive objects. Each scene and object has its own train, val, and test split.",
|
4 |
+
"schema_version": "1.0.0",
|
5 |
+
"splits": {
|
6 |
+
"textured_cube_scene_single-material_convex_objectA_train": { "num_examples": 100 },
|
7 |
+
"textured_cube_scene_single-material_non-convex_objectA_val": { "num_examples": 100 },
|
8 |
+
"textured_cube_scene_multiple-non-convex_objectA_test": { "num_examples": 100 },
|
9 |
+
"textured_sphere_scene_single-material_convex_objectB_train": { "num_examples": 100 },
|
10 |
+
"textured_sphere_scene_single-material_non-convex_objectB_val": { "num_examples": 100 },
|
11 |
+
"textured_sphere_scene_multiple-non-convex_objectB_test": { "num_examples": 100 }
|
12 |
+
},
|
13 |
+
"license": "CC-BY-4.0"
|
14 |
+
}
|