PIPYAT commited on
Commit
9351296
·
verified ·
1 Parent(s): a1113e9

Create README.md

Browse files

This dataset is composed of object-centric, synthetic scenes created with Blender.

As binary NumPy files, we include training images, camera-to-world poses, coarse segmentation obtained directly from SAM2, and ground-truth segmentation generated using source geometry. We also include camera intrinsics within JSON files. The camera coordinate system is that of Blender - y is up, x is right, and the camera looks down the negative z-axis.

Files changed (1) hide show
  1. README.md +20 -0
README.md ADDED
@@ -0,0 +1,20 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ pretty_name: "Vanishing Volumes: Calibrated Scenes With Segmentation for the 3D Reconstruction of Fine-Structured Objects"
3
+ language:
4
+ - en
5
+ license: cc-by-nc-4.0
6
+ task_categories:
7
+ - image-to-3d
8
+ - computer-vision
9
+ tags:
10
+ - 3d-reconstruction
11
+ - nerf
12
+ - gaussian-splatting
13
+ - radiance-fields
14
+ - photogrammetry
15
+ - splats
16
+ - image-segmentation
17
+ - 3d-segmentation
18
+ size_categories:
19
+ - n<1K
20
+ ---