CyrusZhang312 commited on
Commit
9df9d83
·
verified ·
1 Parent(s): 0ac7e1d

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +42 -0
README.md ADDED
@@ -0,0 +1,42 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Modified SceneFun3D Dataset for Open Vocabulary Functional 3D Scene Graphs
2
+
3
+ In evaluation of OpenFunGraph, we do not use the newest released version of SceneFun3D.
4
+ Here we released the version we used and the annotations we added on this version.
5
+
6
+ ## Annotations
7
+ ```
8
+ SceneFun3D.annotations.json: Object and interactive element segmentation annotations
9
+
10
+ SceneFun3D.relations.json: Functional 3D scene graph annotations
11
+
12
+ all_labels.json: all labels appeared in the dataset for evaluation
13
+
14
+ all_labels_clip.embedding.npy: CLIP embeddings of all labels appeared in the dataset for evaluation
15
+
16
+ all_edges.json: all relationship descriptions appeared in the dataset for edge evaluation
17
+
18
+ all_edges_bert_embeddings.npy: BERT embeddings of all relationship descriptions appeared in the dataset for edge evaluation
19
+
20
+ OpenFunGraph_split.txt: split used for OpenFunGraph evaluation
21
+ ```
22
+
23
+ ## Assets for each scene
24
+
25
+ Here the assets and the usage are the same with SceneFun3D (https://scenefun3d.github.io/documentation/).
26
+ We only use part of the dataset's assets for our work.
27
+
28
+ ```
29
+ highres_depth: the ground-truth depth image projected from the mesh generated by Faro’s laser scanners (1920x1440 in landscape mode, 1440x1920 in portrait mode) - 10 FPS
30
+
31
+ wide: high resolution RGB images of the wide camera (1920x1440 in landscape mode, 1440x1920 in portrait mode) - 10 FPS
32
+
33
+ wide_intrinsics: camera intrinsics for the high resolution images
34
+
35
+ lowres_wide.traj: contains the ARKit camera pose trajectory in the ARKit coordinate system
36
+
37
+ metadata.csv: information about landscape or portrait for each scene
38
+
39
+ xxx_refined_transform.npy: 4x4 transformation matrix that registers the Faro laser scan to the ARKit coordinate system
40
+
41
+ xxx_laser_scan.ply: combined Faro laser scan with 5mm resolution
42
+ ```