txwang98 commited on
Commit
724db3a
·
1 Parent(s): dd8f5de

modify readme

Browse files
Files changed (1) hide show
  1. README.md +43 -1
README.md CHANGED
@@ -6,7 +6,26 @@ license: cc-by-4.0
6
 
7
  eval_anywhere3D_aligned_total.json contains the all 2632 referring expressions-3D bounding box pairs from Anywhere3D benchmark.
8
 
9
- The meaning of each key in the dictionary is as follows.The red color denotes the key-value pairs that directly related to expressions-3D bounding box pairs while the rest are helpful for annotation interface.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
10
 
11
  <span style="color:red">"grounding_level"</span>: grounding level of the expression, selected from one of the four values: ["area_level", "space_level", "object_level", "part_level"].
12
 
@@ -38,6 +57,29 @@ The meaning of each key in the dictionary is as follows.The red color denotes th
38
 
39
  <span style="color:red">"box_rot_angle"</span>: The rotation angle of ground-truth 3D bounding box.
40
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
41
  "cylinder_diameter": The diameter of the distance measurement tool.
42
 
43
  "cylinder_length": The length of the distance measurement tool.
 
6
 
7
  eval_anywhere3D_aligned_total.json contains the all 2632 referring expressions-3D bounding box pairs from Anywhere3D benchmark.
8
 
9
+ The meaning of each key in the dictionary is as follows. The first table contains the fields that directly related to expressions-3D bounding box pairs while the second table contains fields that are helpful for annotation interface.
10
+
11
+
12
+
13
+ | Field Name | Description |
14
+ |------------------------|-----------------------------------------------------------------------------|
15
+ | grounding_level | Grounding level of the expression, selected from one of the four values: ["area_level", "space_level", "object_level", "part_level"]. |
16
+ | expression_type | Specifies the type of expression at each grounding level. |
17
+ | datasetname | Selected from one of the four values: ["scannet", "multiscan", "3RScan", "arkitscene_valid"]. |
18
+ | scene_id | From simplicity during Human Annotation and Verification, we rename the scene_id in the original dataset. |
19
+ | scene_name | The original scene_id in four datasets. |
20
+ | referring_expressions | Referring expressions in Anywhere3D. |
21
+ | box_width | The length of the ground-truth 3D bounding box along X-axis. |
22
+ | box_length | The length of the ground-truth 3D bounding box along Y-axis. |
23
+ | box_height | The length of the ground-truth 3D bounding box along Z-axis. |
24
+ | box_x | The center coordinate of the ground-truth 3D bounding box along X-axis. |
25
+ | box_y | The center coordinate of the ground-truth 3D bounding box along Y-axis. |
26
+ | box_z | The center coordinate of the ground-truth 3D bounding box along Z-axis. |
27
+ | box_rot_angle | The rotation angle of ground-truth 3D bounding box. |
28
+
29
 
30
  <span style="color:red">"grounding_level"</span>: grounding level of the expression, selected from one of the four values: ["area_level", "space_level", "object_level", "part_level"].
31
 
 
57
 
58
  <span style="color:red">"box_rot_angle"</span>: The rotation angle of ground-truth 3D bounding box.
59
 
60
+
61
+
62
+ | Field Name | Description |
63
+ |-------------------------------------|-----------------------------------------------------------------------------|
64
+ | db_id | Specifies the database ID in MongoDB during Human Annotation and Verification |
65
+ | expressions_cnt_in_annotation_interface | Specifies the expression number during Human Annotation and Verification |
66
+ | cylinder_diameter | The diameter of the distance measurement tool |
67
+ | cylinder_length | The length of the distance measurement tool |
68
+ | cylinder_x | The center coordinate of the distance measurement tool along X-axis |
69
+ | cylinder_y | The center coordinate of the distance measurement tool along Y-axis |
70
+ | cylinder_z | The center coordinate of the distance measurement tool along Z-axis |
71
+ | cylinder_rot_angle | The rotation angle of distance measurement tool |
72
+ | window_camera_position_x | The camera position (x) in annotation interface |
73
+ | window_camera_position_y | The camera position (y) in annotation interface |
74
+ | window_camera_position_z | The camera position (z) in annotation interface |
75
+ | window_camera_quaternion_x | The camera quaternion (x) in annotation interface |
76
+ | window_camera_quaternion_y | The camera quaternion (y) in annotation interface |
77
+ | window_camera_quaternion_z | The camera quaternion (z) in annotation interface |
78
+ | window_camera_quaternion_w | The camera quaternion (w) in annotation interface |
79
+ | window_camera_target_x | The camera target (x) in annotation interface |
80
+ | window_camera_target_y | The camera target (y) in annotation interface |
81
+ | window_camera_target_z | The camera target (z) in annotation interface
82
+
83
  "cylinder_diameter": The diameter of the distance measurement tool.
84
 
85
  "cylinder_length": The length of the distance measurement tool.