Anywhere3D / README.md
txwang98's picture
update anywhere3d-v2-intro
7c04b96
metadata
license: cc-by-4.0

Introduction to Anywhere3D-bench

eval_anywhere3D_aligned_total.json contains the all 2632 referring expressions-3D bounding box pairs from Anywhere3D benchmark.

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.

UPDATE Anywhere3D-v2

We update Anywhere3D dataset to Anywhere3D-v2, which contains 2886 referring expressions-3D bounding box pairs. We increased the number of annotations for the two most challenging grounding levels in Anywhere3D-Bench: the space level and the part level. Specifically, 106 annotations were added to the space level and 148 to the part level, with a particular focus on expanding the most difficult movement tasks within the part level.

Field Name Description
grounding_level Grounding level of the expression, selected from one of the four values: ["area_level", "space_level", "object_level", "part_level"].
expression_type Specifies the type of expression at each grounding level.
datasetname Selected from one of the four values: ["scannet", "multiscan", "3RScan", "arkitscene_valid"].
scene_id From simplicity during Human Annotation and Verification, we rename the scene_id in the original dataset.
scene_name The original scene_id in four datasets.
referring_expressions Referring expressions in Anywhere3D.
box_width The length of the ground-truth 3D bounding box along X-axis.
box_length The length of the ground-truth 3D bounding box along Y-axis.
box_height The length of the ground-truth 3D bounding box along Z-axis.
box_x The center coordinate of the ground-truth 3D bounding box along X-axis.
box_y The center coordinate of the ground-truth 3D bounding box along Y-axis.
box_z The center coordinate of the ground-truth 3D bounding box along Z-axis.
box_rot_angle The rotation angle of ground-truth 3D bounding box.
Field Name Description
db_id Specifies the database ID in MongoDB during Human Annotation and Verification
expressions_cnt_in_annotation_interface Specifies the expression number during Human Annotation and Verification
cylinder_diameter The diameter of the distance measurement tool
cylinder_length The length of the distance measurement tool
cylinder_x The center coordinate of the distance measurement tool along X-axis
cylinder_y The center coordinate of the distance measurement tool along Y-axis
cylinder_z The center coordinate of the distance measurement tool along Z-axis
cylinder_rot_angle The rotation angle of distance measurement tool
window_camera_position_x The camera position (x) in annotation interface
window_camera_position_y The camera position (y) in annotation interface
window_camera_position_z The camera position (z) in annotation interface
window_camera_quaternion_x The camera quaternion (x) in annotation interface
window_camera_quaternion_y The camera quaternion (y) in annotation interface
window_camera_quaternion_z The camera quaternion (z) in annotation interface
window_camera_quaternion_w The camera quaternion (w) in annotation interface
window_camera_target_x The camera target (x) in annotation interface
window_camera_target_y The camera target (y) in annotation interface
window_camera_target_z The camera target (z) in annotation interface