Update README.md
Browse files
README.md
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
-
# RefRef: A Synthetic Dataset and Benchmark for Reconstructing Scenes with Refractive and Reflective Objects (haven't uploaded
|
2 |
|
3 |
## Overview
|
4 |
**RefRef** is a synthetic dataset and benchmark designed for the task of reconstructing scenes with complex refractive and reflective objects. Our dataset consists of 50 objects categorized based on their geometric and material complexity: single-material convex objects, single-material non-convex objects, and multi-material non-convex objects, where the materials have different colors, opacities, and refractive indices.
|
5 |
-
Each object is placed in two distinct bounded environments, resulting in
|
6 |
Our dataset provides a controlled setting for evaluating and developing 3D reconstruction and novel view synthesis methods that handle complex optical effects.
|
7 |
|
8 |
## Directory Structure
|
@@ -32,6 +32,8 @@ RefRef_Dataset/
|
|
32 |
│ │ ├── transforms_val.json
|
33 |
│ │ └── transforms_test.json
|
34 |
│ ├── textured_sphere_scene/
|
|
|
|
|
35 |
│ └── ...
|
36 |
├── mesh_files/ # 3D mesh files (.ply format) for each object
|
37 |
│ └── {single-material_convex, single-material_non-convex, multiple-materials_non-convex}/
|
|
|
1 |
+
# RefRef: A Synthetic Dataset and Benchmark for Reconstructing Scenes with Refractive and Reflective Objects (haven't uploaded everything yet)
|
2 |
|
3 |
## Overview
|
4 |
**RefRef** is a synthetic dataset and benchmark designed for the task of reconstructing scenes with complex refractive and reflective objects. Our dataset consists of 50 objects categorized based on their geometric and material complexity: single-material convex objects, single-material non-convex objects, and multi-material non-convex objects, where the materials have different colors, opacities, and refractive indices.
|
5 |
+
Each object is placed in two distinct bounded environments and one unbounded environment, resulting in 150 unique scenes with diverse geometries, material properties, and backgrounds.
|
6 |
Our dataset provides a controlled setting for evaluating and developing 3D reconstruction and novel view synthesis methods that handle complex optical effects.
|
7 |
|
8 |
## Directory Structure
|
|
|
32 |
│ │ ├── transforms_val.json
|
33 |
│ │ └── transforms_test.json
|
34 |
│ ├── textured_sphere_scene/
|
35 |
+
│ │ └── ...
|
36 |
+
│ ├── HDR_map_scene/
|
37 |
│ └── ...
|
38 |
├── mesh_files/ # 3D mesh files (.ply format) for each object
|
39 |
│ └── {single-material_convex, single-material_non-convex, multiple-materials_non-convex}/
|