yueyin27 commited on
Commit
c7a2cf7
·
verified ·
1 Parent(s): d3aacea

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +29 -0
README.md CHANGED
@@ -585,3 +585,32 @@ language:
585
  size_categories:
586
  - 100K<n<1M
587
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
585
  size_categories:
586
  - 100K<n<1M
587
  ---
588
+
589
+ # RefRef: A Synthetic Dataset and Benchmark for Reconstructing Refractive and Reflective Objects
590
+
591
+ ## Overview
592
+ **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.
593
+ 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.
594
+ Our dataset provides a controlled setting for evaluating and developing 3D reconstruction and novel view synthesis methods that handle complex optical effects.
595
+
596
+ ## Directory Structure
597
+
598
+ ```plaintext
599
+ RefRef/
600
+ ├── data # parquet files
601
+ ├── README.md
602
+ ├── scene_list.txt # A list of all 150 scenes
603
+ └── object_materials.json # Optical material properties (IOR values) and categories for all objects
604
+ ```
605
+
606
+ ## Object and Scenes
607
+
608
+ The dataset includes 50 objects categorised into three groups based on their complexity, material composition, and shape:
609
+ - `single-convex/`(27 scenes): Objects with convex geometries, each composed of a single refractive material, such as transparent cubes, balls, and pyramids.
610
+ - `single-non-convex/`(60 scenes): Objects with non-convex geometries, each composed of a single refractive material, such as animal sculptures, glass jars, light bulbs, candle holders, and magnifiers.
611
+ - `multiple-non-convex/`(63 scenes): Objects with non-convex geometries, each composed of multiple refractive materials or a combination of refractive and opaque materials, such as reed diffusers, a glass of wine, and flasks filled with chemical liquid.
612
+
613
+ Each object is placed in three distinct scenes:
614
+ - `textured_cube_scene/`: Objects placed within a bounded textured cube environment.
615
+ - `textured_sphere_scene/`: Objects placed within a bounded textured sphere environment.
616
+ - `environment_map_scene/`: Objects placed in an unbounded environment map background.