Dataset Viewer
Auto-converted to Parquet Duplicate
scene_id
stringlengths
10
10
n_objects
int32
4
10
split
stringclasses
7 values
image_top
imagewidth (px)
480
480
image_bottom
imagewidth (px)
480
480
image_front
imagewidth (px)
480
480
image_back
imagewidth (px)
480
480
image_left
imagewidth (px)
480
480
image_right
imagewidth (px)
480
480
objects
stringlengths
183
478
system_prompt
stringclasses
1 value
user_prompt
stringlengths
1.04k
1.51k
ground_truth
stringlengths
323
828
scene_metadata
stringlengths
9.3k
20.4k
g04_000000
4
g04
[{"id": "obj_0", "desc": "cyan rubber cylinder"}, {"id": "obj_1", "desc": "gray rubber sphere"}, {"id": "obj_2", "desc": "brown rubber sphere"}, {"id": "obj_3", "desc": "red rubber sphere"}]
You are analyzing a 3D scene where objects are placed in a 4×4×4 grid. Coordinate system: - Row: A, B, C, D (A=front, D=back) - Column: 1, 2, 3, 4 (1=left, 4=right) - Layer: 1, 2, 3, 4 (1=bottom, 4=top) - Position format: RowCol-Layer, e.g. "B3-4" = Row B, Column 3, Layer 4 You will receive 6 orthographic views of the scene, each labeled. Use multiple views together to determine each object's 3D grid cell. Respond ONLY with a JSON array.
Here are 6 orthographic views of a 3D grid scene: [Image 1 — TOP VIEW (looking down): rows=A-D top-to-bottom, columns=1-4 left-to-right] [Image 2 — FRONT VIEW (looking from front): columns=1-4 left-to-right, layers=1-4 bottom-to-top] [Image 3 — RIGHT VIEW (looking from right side): rows=A-D left-to-right, layers=1-4 bottom-to-top] [Image 4 — BACK VIEW (looking from back): columns=4-1 left-to-right, layers=1-4 bottom-to-top] [Image 5 — LEFT VIEW (looking from left side): rows=D-A left-to-right, layers=1-4 bottom-to-top] [Image 6 — BOTTOM VIEW (looking up): rows=A-D top-to-bottom, columns=4-1 left-to-right] Objects in this scene: 1. cyan rubber cylinder 2. gray rubber sphere 3. brown rubber sphere 4. red rubber sphere For each object, determine its grid position by combining information from at least two views. Answer as JSON: [ {"object": "cyan rubber cylinder", "cell": "?"}, {"object": "gray rubber sphere", "cell": "?"}, {"object": "brown rubber sphere", "cell": "?"}, {"object": "red rubber sphere", "cell": "?"} ]
[{"object": "cyan rubber cylinder", "cell": "B3-4", "row": 1, "col": 2, "layer": 3}, {"object": "gray rubber sphere", "cell": "B4-2", "row": 1, "col": 3, "layer": 1}, {"object": "brown rubber sphere", "cell": "A1-4", "row": 0, "col": 0, "layer": 3}, {"object": "red rubber sphere", "cell": "B3-2", "row": 1, "col": 2, "layer": 1}]
{"scene_id": "g04_000000", "split": "g04", "image_index": 0, "n_objects": 4, "placement_mode": "grid3d", "grid_info": {"rows": 4, "cols": 4, "layers": 4, "cell_size": 1.5, "grid_extent_xy": [-3.0, 3.0], "grid_extent_z": [0.0, 6.0], "labels_visible": false}, "objects": [{"id": "obj_0", "shape": "cylinder", "size": "small", "material": "rubber", "3d_coords": [0.75, -0.75, 5.25], "rotation": 161.7152566621873, "pixel_coords": [212, 157, 14.25], "color": "cyan", "cell_row": 1, "cell_col": 2, "cell_layer": 3, "cell_label": "B3-4"}, {"id": "obj_1", "shape": "sphere", "size": "small", "material": "rubber", "3d_coords": [2.25, -0.75, 2.25], "rotation": 251.33018219576167, "pixel_coords": [209, 271, 12.75], "color": "gray", "cell_row": 1, "cell_col": 3, "cell_layer": 1, "cell_label": "B4-2"}, {"id": "obj_2", "shape": "sphere", "size": "small", "material": "rubber", "3d_coords": [-2.25, -2.25, 5.25], "rotation": 77.51295435873196, "pixel_coords": [172, 172, 17.25], "color": "brown", "cell_row": 0, "cell_col": 0, "cell_layer": 3, "cell_label": "A1-4"}, {"id": "obj_3", "shape": "sphere", "size": "small", "material": "rubber", "3d_coords": [0.75, -0.75, 2.25], "rotation": 136.77382822944145, "pixel_coords": [212, 268, 14.25], "color": "red", "cell_row": 1, "cell_col": 2, "cell_layer": 1, "cell_label": "B3-2"}], "world_constraints": {}, "views": [{"view_id": "top", "image_path": "g04_000000.png", "camera": {"camera_id": "top", "azimuth": 0.0, "elevation": 90.0, "distance": 15.0, "position": [9.18485099360515e-16, 0.0, 18.0], "look_at": [0.0, 0.0, 3.0]}, "projection": "orthographic", "ortho_scale": 8.0, "objects": [{"id": "obj_0", "shape": "cylinder", "size": "small", "material": "rubber", "3d_coords": [0.75, -0.75, 5.25], "rotation": 161.7152566621873, "pixel_coords": [195, 195, 12.75], "color": "cyan", "cell_row": 1, "cell_col": 2, "cell_layer": 3, "cell_label": "B3-4"}, {"id": "obj_1", "shape": "sphere", "size": "small", "material": "rubber", "3d_coords": [2.25, -0.75, 2.25], "rotation": 251.33018219576167, "pixel_coords": [105, 195, 15.75], "color": "gray", "cell_row": 1, "cell_col": 3, "cell_layer": 1, "cell_label": "B4-2"}, {"id": "obj_2", "shape": "sphere", "size": "small", "material": "rubber", "3d_coords": [-2.25, -2.25, 5.25], "rotation": 77.51295435873196, "pixel_coords": [375, 105, 12.75], "color": "brown", "cell_row": 0, "cell_col": 0, "cell_layer": 3, "cell_label": "A1-4"}, {"id": "obj_3", "shape": "sphere", "size": "small", "material": "rubber", "3d_coords": [0.75, -0.75, 2.25], "rotation": 136.77382822944145, "pixel_coords": [195, 195, 15.75], "color": "red", "cell_row": 1, "cell_col": 2, "cell_layer": 1, "cell_label": "B3-2"}]}, {"view_id": "bottom", "image_path": "g04_000000.png", "camera": {"camera_id": "bottom", "azimuth": 0.0, "elevation": -90.0, "distance": 15.0, "position": [9.18485099360515e-16, 0.0, -12.0], "look_at": [0.0, 0.0, 3.0]}, "projection": "orthographic", "ortho_scale": 8.0, "objects": [{"id": "obj_0", "shape": "cylinder", "size": "small", "material": "rubber", "3d_coords": [0.75, -0.75, 5.25], "rotation": 161.7152566621873, "pixel_coords": [285, 195, 17.25], "color": "cyan", "cell_row": 1, "cell_col": 2, "cell_layer": 3, "cell_label": "B3-4"}, {"id": "obj_1", "shape": "sphere", "size": "small", "material": "rubber", "3d_coords": [2.25, -0.75, 2.25], "rotation": 251.33018219576167, "pixel_coords": [375, 195, 14.25], "color": "gray", "cell_row": 1, "cell_col": 3, "cell_layer": 1, "cell_label": "B4-2"}, {"id": "obj_2", "shape": "sphere", "size": "small", "material": "rubber", "3d_coords": [-2.25, -2.25, 5.25], "rotation": 77.51295435873196, "pixel_coords": [105, 105, 17.25], "color": "brown", "cell_row": 0, "cell_col": 0, "cell_layer": 3, "cell_label": "A1-4"}, {"id": "obj_3", "shape": "sphere", "size": "small", "material": "rubber", "3d_coords": [0.75, -0.75, 2.25], "rotation": 136.77382822944145, "pixel_coords": [285, 195, 14.25], "color": "red", "cell_row": 1, "cell_col": 2, "cell_layer": 1, "cell_label": "B3-2"}]}, {"view_id": "front", "image_path": "g04_000000.png", "camera": {"camera_id": "front", "azimuth": 0.0, "elevation": 0.0, "distance": 15.0, "position": [15.0, 0.0, 3.0], "look_at": [0.0, 0.0, 3.0]}, "projection": "orthographic", "ortho_scale": 8.0, "objects": [{"id": "obj_0", "shape": "cylinder", "size": "small", "material": "rubber", "3d_coords": [0.75, -0.75, 5.25], "rotation": 161.7152566621873, "pixel_coords": [195, 105, 14.25], "color": "cyan", "cell_row": 1, "cell_col": 2, "cell_layer": 3, "cell_label": "B3-4"}, {"id": "obj_1", "shape": "sphere", "size": "small", "material": "rubber", "3d_coords": [2.25, -0.75, 2.25], "rotation": 251.33018219576167, "pixel_coords": [195, 285, 12.75], "color": "gray", "cell_row": 1, "cell_col": 3, "cell_layer": 1, "cell_label": "B4-2"}, {"id": "obj_2", "shape": "sphere", "size": "small", "material": "rubber", "3d_coords": [-2.25, -2.25, 5.25], "rotation": 77.51295435873196, "pixel_coords": [105, 105, 17.25], "color": "brown", "cell_row": 0, "cell_col": 0, "cell_layer": 3, "cell_label": "A1-4"}, {"id": "obj_3", "shape": "sphere", "size": "small", "material": "rubber", "3d_coords": [0.75, -0.75, 2.25], "rotation": 136.77382822944145, "pixel_coords": [195, 285, 14.25], "color": "red", "cell_row": 1, "cell_col": 2, "cell_layer": 1, "cell_label": "B3-2"}]}, {"view_id": "back", "image_path": "g04_000000.png", "camera": {"camera_id": "back", "azimuth": 180.0, "elevation": 0.0, "distance": 15.0, "position": [-15.0, 1.83697019872103e-15, 3.0], "look_at": [0.0, 0.0, 3.0]}, "projection": "orthographic", "ortho_scale": 8.0, "objects": [{"id": "obj_0", "shape": "cylinder", "size": "small", "material": "rubber", "3d_coords": [0.75, -0.75, 5.25], "rotation": 161.7152566621873, "pixel_coords": [285, 105, 15.75], "color": "cyan", "cell_row": 1, "cell_col": 2, "cell_layer": 3, "cell_label": "B3-4"}, {"id": "obj_1", "shape": "sphere", "size": "small", "material": "rubber", "3d_coords": [2.25, -0.75, 2.25], "rotation": 251.33018219576167, "pixel_coords": [285, 285, 17.25], "color": "gray", "cell_row": 1, "cell_col": 3, "cell_layer": 1, "cell_label": "B4-2"}, {"id": "obj_2", "shape": "sphere", "size": "small", "material": "rubber", "3d_coords": [-2.25, -2.25, 5.25], "rotation": 77.51295435873196, "pixel_coords": [375, 105, 12.75], "color": "brown", "cell_row": 0, "cell_col": 0, "cell_layer": 3, "cell_label": "A1-4"}, {"id": "obj_3", "shape": "sphere", "size": "small", "material": "rubber", "3d_coords": [0.75, -0.75, 2.25], "rotation": 136.77382822944145, "pixel_coords": [285, 285, 15.75], "color": "red", "cell_row": 1, "cell_col": 2, "cell_layer": 1, "cell_label": "B3-2"}]}, {"view_id": "left", "image_path": "g04_000000.png", "camera": {"camera_id": "left", "azimuth": 270.0, "elevation": 0.0, "distance": 15.0, "position": [-2.7554552980815444e-15, -15.0, 3.0], "look_at": [0.0, 0.0, 3.0]}, "projection": "orthographic", "ortho_scale": 8.0, "objects": [{"id": "obj_0", "shape": "cylinder", "size": "small", "material": "rubber", "3d_coords": [0.75, -0.75, 5.25], "rotation": 161.7152566621873, "pixel_coords": [285, 105, 14.25], "color": "cyan", "cell_row": 1, "cell_col": 2, "cell_layer": 3, "cell_label": "B3-4"}, {"id": "obj_1", "shape": "sphere", "size": "small", "material": "rubber", "3d_coords": [2.25, -0.75, 2.25], "rotation": 251.33018219576167, "pixel_coords": [375, 285, 14.249999046325684], "color": "gray", "cell_row": 1, "cell_col": 3, "cell_layer": 1, "cell_label": "B4-2"}, {"id": "obj_2", "shape": "sphere", "size": "small", "material": "rubber", "3d_coords": [-2.25, -2.25, 5.25], "rotation": 77.51295435873196, "pixel_coords": [105, 105, 12.75], "color": "brown", "cell_row": 0, "cell_col": 0, "cell_layer": 3, "cell_label": "A1-4"}, {"id": "obj_3", "shape": "sphere", "size": "small", "material": "rubber", "3d_coords": [0.75, -0.75, 2.25], "rotation": 136.77382822944145, "pixel_coords": [285, 285, 14.249999046325684], "color": "red", "cell_row": 1, "cell_col": 2, "cell_layer": 1, "cell_label": "B3-2"}]}, {"view_id": "right", "image_path": "g04_000000.png", "camera": {"camera_id": "right", "azimuth": 90.0, "elevation": 0.0, "distance": 15.0, "position": [9.18485099360515e-16, 15.0, 3.0], "look_at": [0.0, 0.0, 3.0]}, "projection": "orthographic", "ortho_scale": 8.0, "objects": [{"id": "obj_0", "shape": "cylinder", "size": "small", "material": "rubber", "3d_coords": [0.75, -0.75, 5.25], "rotation": 161.7152566621873, "pixel_coords": [195, 105, 15.75], "color": "cyan", "cell_row": 1, "cell_col": 2, "cell_layer": 3, "cell_label": "B3-4"}, {"id": "obj_1", "shape": "sphere", "size": "small", "material": "rubber", "3d_coords": [2.25, -0.75, 2.25], "rotation": 251.33018219576167, "pixel_coords": [105, 285, 15.749999046325684], "color": "gray", "cell_row": 1, "cell_col": 3, "cell_layer": 1, "cell_label": "B4-2"}, {"id": "obj_2", "shape": "sphere", "size": "small", "material": "rubber", "3d_coords": [-2.25, -2.25, 5.25], "rotation": 77.51295435873196, "pixel_coords": [375, 105, 17.25], "color": "brown", "cell_row": 0, "cell_col": 0, "cell_layer": 3, "cell_label": "A1-4"}, {"id": "obj_3", "shape": "sphere", "size": "small", "material": "rubber", "3d_coords": [0.75, -0.75, 2.25], "rotation": 136.77382822944145, "pixel_coords": [195, 285, 15.749999046325684], "color": "red", "cell_row": 1, "cell_col": 2, "cell_layer": 1, "cell_label": "B3-2"}]}]}
g04_000001
4
g04
[{"id": "obj_0", "desc": "green metal cylinder"}, {"id": "obj_1", "desc": "red metal cube"}, {"id": "obj_2", "desc": "purple rubber cylinder"}, {"id": "obj_3", "desc": "brown rubber cube"}]
You are analyzing a 3D scene where objects are placed in a 4×4×4 grid. Coordinate system: - Row: A, B, C, D (A=front, D=back) - Column: 1, 2, 3, 4 (1=left, 4=right) - Layer: 1, 2, 3, 4 (1=bottom, 4=top) - Position format: RowCol-Layer, e.g. "B3-4" = Row B, Column 3, Layer 4 You will receive 6 orthographic views of the scene, each labeled. Use multiple views together to determine each object's 3D grid cell. Respond ONLY with a JSON array.
Here are 6 orthographic views of a 3D grid scene: [Image 1 — TOP VIEW (looking down): rows=A-D top-to-bottom, columns=1-4 left-to-right] [Image 2 — FRONT VIEW (looking from front): columns=1-4 left-to-right, layers=1-4 bottom-to-top] [Image 3 — RIGHT VIEW (looking from right side): rows=A-D left-to-right, layers=1-4 bottom-to-top] [Image 4 — BACK VIEW (looking from back): columns=4-1 left-to-right, layers=1-4 bottom-to-top] [Image 5 — LEFT VIEW (looking from left side): rows=D-A left-to-right, layers=1-4 bottom-to-top] [Image 6 — BOTTOM VIEW (looking up): rows=A-D top-to-bottom, columns=4-1 left-to-right] Objects in this scene: 1. green metal cylinder 2. red metal cube 3. purple rubber cylinder 4. brown rubber cube For each object, determine its grid position by combining information from at least two views. Answer as JSON: [ {"object": "green metal cylinder", "cell": "?"}, {"object": "red metal cube", "cell": "?"}, {"object": "purple rubber cylinder", "cell": "?"}, {"object": "brown rubber cube", "cell": "?"} ]
[{"object": "green metal cylinder", "cell": "C4-3", "row": 2, "col": 3, "layer": 2}, {"object": "red metal cube", "cell": "B3-1", "row": 1, "col": 2, "layer": 0}, {"object": "purple rubber cylinder", "cell": "A3-1", "row": 0, "col": 2, "layer": 0}, {"object": "brown rubber cube", "cell": "A2-2", "row": 0, "col": 1, "layer": 1}]
{"scene_id": "g04_000001", "split": "g04", "image_index": 1, "n_objects": 4, "placement_mode": "grid3d", "grid_info": {"rows": 4, "cols": 4, "layers": 4, "cell_size": 1.5, "grid_extent_xy": [-3.0, 3.0], "grid_extent_z": [0.0, 6.0], "labels_visible": false}, "objects": [{"id": "obj_0", "shape": "cylinder", "size": "small", "material": "metal", "3d_coords": [2.25, 0.75, 3.75], "rotation": 354.6797474378728, "pixel_coords": [271, 209, 12.75], "color": "green", "cell_row": 2, "cell_col": 3, "cell_layer": 2, "cell_label": "C4-3"}, {"id": "obj_1", "shape": "cube", "size": "small", "material": "metal", "3d_coords": [0.75, -0.75, 0.75], "rotation": 100.07049711963316, "pixel_coords": [212, 323, 14.25], "color": "red", "cell_row": 1, "cell_col": 2, "cell_layer": 0, "cell_label": "B3-1"}, {"id": "obj_2", "shape": "cylinder", "size": "small", "material": "rubber", "3d_coords": [0.75, -2.25, 0.75], "rotation": 133.26514816207776, "pixel_coords": [157, 323, 14.25], "color": "purple", "cell_row": 0, "cell_col": 2, "cell_layer": 0, "cell_label": "A3-1"}, {"id": "obj_3", "shape": "cube", "size": "small", "material": "rubber", "3d_coords": [-0.75, -2.25, 2.25], "rotation": 219.28716204011576, "pixel_coords": [165, 265, 15.75], "color": "brown", "cell_row": 0, "cell_col": 1, "cell_layer": 1, "cell_label": "A2-2"}], "world_constraints": {}, "views": [{"view_id": "top", "image_path": "g04_000001.png", "camera": {"camera_id": "top", "azimuth": 0.0, "elevation": 90.0, "distance": 15.0, "position": [9.18485099360515e-16, 0.0, 18.0], "look_at": [0.0, 0.0, 3.0]}, "projection": "orthographic", "ortho_scale": 8.0, "objects": [{"id": "obj_0", "shape": "cylinder", "size": "small", "material": "metal", "3d_coords": [2.25, 0.75, 3.75], "rotation": 354.6797474378728, "pixel_coords": [105, 285, 14.25], "color": "green", "cell_row": 2, "cell_col": 3, "cell_layer": 2, "cell_label": "C4-3"}, {"id": "obj_1", "shape": "cube", "size": "small", "material": "metal", "3d_coords": [0.75, -0.75, 0.75], "rotation": 100.07049711963316, "pixel_coords": [195, 195, 17.25], "color": "red", "cell_row": 1, "cell_col": 2, "cell_layer": 0, "cell_label": "B3-1"}, {"id": "obj_2", "shape": "cylinder", "size": "small", "material": "rubber", "3d_coords": [0.75, -2.25, 0.75], "rotation": 133.26514816207776, "pixel_coords": [195, 105, 17.25], "color": "purple", "cell_row": 0, "cell_col": 2, "cell_layer": 0, "cell_label": "A3-1"}, {"id": "obj_3", "shape": "cube", "size": "small", "material": "rubber", "3d_coords": [-0.75, -2.25, 2.25], "rotation": 219.28716204011576, "pixel_coords": [285, 105, 15.75], "color": "brown", "cell_row": 0, "cell_col": 1, "cell_layer": 1, "cell_label": "A2-2"}]}, {"view_id": "bottom", "image_path": "g04_000001.png", "camera": {"camera_id": "bottom", "azimuth": 0.0, "elevation": -90.0, "distance": 15.0, "position": [9.18485099360515e-16, 0.0, -12.0], "look_at": [0.0, 0.0, 3.0]}, "projection": "orthographic", "ortho_scale": 8.0, "objects": [{"id": "obj_0", "shape": "cylinder", "size": "small", "material": "metal", "3d_coords": [2.25, 0.75, 3.75], "rotation": 354.6797474378728, "pixel_coords": [375, 285, 15.75], "color": "green", "cell_row": 2, "cell_col": 3, "cell_layer": 2, "cell_label": "C4-3"}, {"id": "obj_1", "shape": "cube", "size": "small", "material": "metal", "3d_coords": [0.75, -0.75, 0.75], "rotation": 100.07049711963316, "pixel_coords": [285, 195, 12.75], "color": "red", "cell_row": 1, "cell_col": 2, "cell_layer": 0, "cell_label": "B3-1"}, {"id": "obj_2", "shape": "cylinder", "size": "small", "material": "rubber", "3d_coords": [0.75, -2.25, 0.75], "rotation": 133.26514816207776, "pixel_coords": [285, 105, 12.75], "color": "purple", "cell_row": 0, "cell_col": 2, "cell_layer": 0, "cell_label": "A3-1"}, {"id": "obj_3", "shape": "cube", "size": "small", "material": "rubber", "3d_coords": [-0.75, -2.25, 2.25], "rotation": 219.28716204011576, "pixel_coords": [195, 105, 14.25], "color": "brown", "cell_row": 0, "cell_col": 1, "cell_layer": 1, "cell_label": "A2-2"}]}, {"view_id": "front", "image_path": "g04_000001.png", "camera": {"camera_id": "front", "azimuth": 0.0, "elevation": 0.0, "distance": 15.0, "position": [15.0, 0.0, 3.0], "look_at": [0.0, 0.0, 3.0]}, "projection": "orthographic", "ortho_scale": 8.0, "objects": [{"id": "obj_0", "shape": "cylinder", "size": "small", "material": "metal", "3d_coords": [2.25, 0.75, 3.75], "rotation": 354.6797474378728, "pixel_coords": [285, 195, 12.75], "color": "green", "cell_row": 2, "cell_col": 3, "cell_layer": 2, "cell_label": "C4-3"}, {"id": "obj_1", "shape": "cube", "size": "small", "material": "metal", "3d_coords": [0.75, -0.75, 0.75], "rotation": 100.07049711963316, "pixel_coords": [195, 375, 14.25], "color": "red", "cell_row": 1, "cell_col": 2, "cell_layer": 0, "cell_label": "B3-1"}, {"id": "obj_2", "shape": "cylinder", "size": "small", "material": "rubber", "3d_coords": [0.75, -2.25, 0.75], "rotation": 133.26514816207776, "pixel_coords": [105, 375, 14.25], "color": "purple", "cell_row": 0, "cell_col": 2, "cell_layer": 0, "cell_label": "A3-1"}, {"id": "obj_3", "shape": "cube", "size": "small", "material": "rubber", "3d_coords": [-0.75, -2.25, 2.25], "rotation": 219.28716204011576, "pixel_coords": [105, 285, 15.75], "color": "brown", "cell_row": 0, "cell_col": 1, "cell_layer": 1, "cell_label": "A2-2"}]}, {"view_id": "back", "image_path": "g04_000001.png", "camera": {"camera_id": "back", "azimuth": 180.0, "elevation": 0.0, "distance": 15.0, "position": [-15.0, 1.83697019872103e-15, 3.0], "look_at": [0.0, 0.0, 3.0]}, "projection": "orthographic", "ortho_scale": 8.0, "objects": [{"id": "obj_0", "shape": "cylinder", "size": "small", "material": "metal", "3d_coords": [2.25, 0.75, 3.75], "rotation": 354.6797474378728, "pixel_coords": [195, 195, 17.25], "color": "green", "cell_row": 2, "cell_col": 3, "cell_layer": 2, "cell_label": "C4-3"}, {"id": "obj_1", "shape": "cube", "size": "small", "material": "metal", "3d_coords": [0.75, -0.75, 0.75], "rotation": 100.07049711963316, "pixel_coords": [285, 375, 15.75], "color": "red", "cell_row": 1, "cell_col": 2, "cell_layer": 0, "cell_label": "B3-1"}, {"id": "obj_2", "shape": "cylinder", "size": "small", "material": "rubber", "3d_coords": [0.75, -2.25, 0.75], "rotation": 133.26514816207776, "pixel_coords": [375, 375, 15.75], "color": "purple", "cell_row": 0, "cell_col": 2, "cell_layer": 0, "cell_label": "A3-1"}, {"id": "obj_3", "shape": "cube", "size": "small", "material": "rubber", "3d_coords": [-0.75, -2.25, 2.25], "rotation": 219.28716204011576, "pixel_coords": [375, 285, 14.25], "color": "brown", "cell_row": 0, "cell_col": 1, "cell_layer": 1, "cell_label": "A2-2"}]}, {"view_id": "left", "image_path": "g04_000001.png", "camera": {"camera_id": "left", "azimuth": 270.0, "elevation": 0.0, "distance": 15.0, "position": [-2.7554552980815444e-15, -15.0, 3.0], "look_at": [0.0, 0.0, 3.0]}, "projection": "orthographic", "ortho_scale": 8.0, "objects": [{"id": "obj_0", "shape": "cylinder", "size": "small", "material": "metal", "3d_coords": [2.25, 0.75, 3.75], "rotation": 354.6797474378728, "pixel_coords": [375, 195, 15.75], "color": "green", "cell_row": 2, "cell_col": 3, "cell_layer": 2, "cell_label": "C4-3"}, {"id": "obj_1", "shape": "cube", "size": "small", "material": "metal", "3d_coords": [0.75, -0.75, 0.75], "rotation": 100.07049711963316, "pixel_coords": [285, 375, 14.249999046325684], "color": "red", "cell_row": 1, "cell_col": 2, "cell_layer": 0, "cell_label": "B3-1"}, {"id": "obj_2", "shape": "cylinder", "size": "small", "material": "rubber", "3d_coords": [0.75, -2.25, 0.75], "rotation": 133.26514816207776, "pixel_coords": [285, 375, 12.749999046325684], "color": "purple", "cell_row": 0, "cell_col": 2, "cell_layer": 0, "cell_label": "A3-1"}, {"id": "obj_3", "shape": "cube", "size": "small", "material": "rubber", "3d_coords": [-0.75, -2.25, 2.25], "rotation": 219.28716204011576, "pixel_coords": [195, 285, 12.749999046325684], "color": "brown", "cell_row": 0, "cell_col": 1, "cell_layer": 1, "cell_label": "A2-2"}]}, {"view_id": "right", "image_path": "g04_000001.png", "camera": {"camera_id": "right", "azimuth": 90.0, "elevation": 0.0, "distance": 15.0, "position": [9.18485099360515e-16, 15.0, 3.0], "look_at": [0.0, 0.0, 3.0]}, "projection": "orthographic", "ortho_scale": 8.0, "objects": [{"id": "obj_0", "shape": "cylinder", "size": "small", "material": "metal", "3d_coords": [2.25, 0.75, 3.75], "rotation": 354.6797474378728, "pixel_coords": [105, 195, 14.249999046325684], "color": "green", "cell_row": 2, "cell_col": 3, "cell_layer": 2, "cell_label": "C4-3"}, {"id": "obj_1", "shape": "cube", "size": "small", "material": "metal", "3d_coords": [0.75, -0.75, 0.75], "rotation": 100.07049711963316, "pixel_coords": [195, 375, 15.749999046325684], "color": "red", "cell_row": 1, "cell_col": 2, "cell_layer": 0, "cell_label": "B3-1"}, {"id": "obj_2", "shape": "cylinder", "size": "small", "material": "rubber", "3d_coords": [0.75, -2.25, 0.75], "rotation": 133.26514816207776, "pixel_coords": [195, 375, 17.25], "color": "purple", "cell_row": 0, "cell_col": 2, "cell_layer": 0, "cell_label": "A3-1"}, {"id": "obj_3", "shape": "cube", "size": "small", "material": "rubber", "3d_coords": [-0.75, -2.25, 2.25], "rotation": 219.28716204011576, "pixel_coords": [285, 285, 17.25], "color": "brown", "cell_row": 0, "cell_col": 1, "cell_layer": 1, "cell_label": "A2-2"}]}]}
g04_000002
4
g04
[{"id": "obj_0", "desc": "brown rubber sphere"}, {"id": "obj_1", "desc": "purple rubber cylinder"}, {"id": "obj_2", "desc": "yellow rubber sphere"}, {"id": "obj_3", "desc": "brown metal cube"}]
You are analyzing a 3D scene where objects are placed in a 4×4×4 grid. Coordinate system: - Row: A, B, C, D (A=front, D=back) - Column: 1, 2, 3, 4 (1=left, 4=right) - Layer: 1, 2, 3, 4 (1=bottom, 4=top) - Position format: RowCol-Layer, e.g. "B3-4" = Row B, Column 3, Layer 4 You will receive 6 orthographic views of the scene, each labeled. Use multiple views together to determine each object's 3D grid cell. Respond ONLY with a JSON array.
Here are 6 orthographic views of a 3D grid scene: [Image 1 — TOP VIEW (looking down): rows=A-D top-to-bottom, columns=1-4 left-to-right] [Image 2 — FRONT VIEW (looking from front): columns=1-4 left-to-right, layers=1-4 bottom-to-top] [Image 3 — RIGHT VIEW (looking from right side): rows=A-D left-to-right, layers=1-4 bottom-to-top] [Image 4 — BACK VIEW (looking from back): columns=4-1 left-to-right, layers=1-4 bottom-to-top] [Image 5 — LEFT VIEW (looking from left side): rows=D-A left-to-right, layers=1-4 bottom-to-top] [Image 6 — BOTTOM VIEW (looking up): rows=A-D top-to-bottom, columns=4-1 left-to-right] Objects in this scene: 1. brown rubber sphere 2. purple rubber cylinder 3. yellow rubber sphere 4. brown metal cube For each object, determine its grid position by combining information from at least two views. Answer as JSON: [ {"object": "brown rubber sphere", "cell": "?"}, {"object": "purple rubber cylinder", "cell": "?"}, {"object": "yellow rubber sphere", "cell": "?"}, {"object": "brown metal cube", "cell": "?"} ]
[{"object": "brown rubber sphere", "cell": "A2-4", "row": 0, "col": 1, "layer": 3}, {"object": "purple rubber cylinder", "cell": "B4-2", "row": 1, "col": 3, "layer": 1}, {"object": "yellow rubber sphere", "cell": "A2-1", "row": 0, "col": 1, "layer": 0}, {"object": "brown metal cube", "cell": "C3-1", "row": 2, "col": 2, "layer": 0}]
{"scene_id": "g04_000002", "split": "g04", "image_index": 2, "n_objects": 4, "placement_mode": "grid3d", "grid_info": {"rows": 4, "cols": 4, "layers": 4, "cell_size": 1.5, "grid_extent_xy": [-3.0, 3.0], "grid_extent_z": [0.0, 6.0], "labels_visible": false}, "objects": [{"id": "obj_0", "shape": "sphere", "size": "small", "material": "rubber", "3d_coords": [-0.75, -2.25, 5.25], "rotation": 75.95382369107753, "pixel_coords": [165, 165, 15.75], "color": "brown", "cell_row": 0, "cell_col": 1, "cell_layer": 3, "cell_label": "A2-4"}, {"id": "obj_1", "shape": "cylinder", "size": "small", "material": "rubber", "3d_coords": [2.25, -0.75, 2.25], "rotation": 235.95791950615683, "pixel_coords": [209, 271, 12.75], "color": "purple", "cell_row": 1, "cell_col": 3, "cell_layer": 1, "cell_label": "B4-2"}, {"id": "obj_2", "shape": "sphere", "size": "small", "material": "rubber", "3d_coords": [-0.75, -2.25, 0.75], "rotation": 95.35685993929889, "pixel_coords": [165, 315, 15.75], "color": "yellow", "cell_row": 0, "cell_col": 1, "cell_layer": 0, "cell_label": "A2-1"}, {"id": "obj_3", "shape": "cube", "size": "small", "material": "metal", "3d_coords": [0.75, 0.75, 0.75], "rotation": 323.2162380968917, "pixel_coords": [268, 323, 14.25], "color": "brown", "cell_row": 2, "cell_col": 2, "cell_layer": 0, "cell_label": "C3-1"}], "world_constraints": {}, "views": [{"view_id": "top", "image_path": "g04_000002.png", "camera": {"camera_id": "top", "azimuth": 0.0, "elevation": 90.0, "distance": 15.0, "position": [9.18485099360515e-16, 0.0, 18.0], "look_at": [0.0, 0.0, 3.0]}, "projection": "orthographic", "ortho_scale": 8.0, "objects": [{"id": "obj_0", "shape": "sphere", "size": "small", "material": "rubber", "3d_coords": [-0.75, -2.25, 5.25], "rotation": 75.95382369107753, "pixel_coords": [285, 105, 12.75], "color": "brown", "cell_row": 0, "cell_col": 1, "cell_layer": 3, "cell_label": "A2-4"}, {"id": "obj_1", "shape": "cylinder", "size": "small", "material": "rubber", "3d_coords": [2.25, -0.75, 2.25], "rotation": 235.95791950615683, "pixel_coords": [105, 195, 15.75], "color": "purple", "cell_row": 1, "cell_col": 3, "cell_layer": 1, "cell_label": "B4-2"}, {"id": "obj_2", "shape": "sphere", "size": "small", "material": "rubber", "3d_coords": [-0.75, -2.25, 0.75], "rotation": 95.35685993929889, "pixel_coords": [285, 105, 17.25], "color": "yellow", "cell_row": 0, "cell_col": 1, "cell_layer": 0, "cell_label": "A2-1"}, {"id": "obj_3", "shape": "cube", "size": "small", "material": "metal", "3d_coords": [0.75, 0.75, 0.75], "rotation": 323.2162380968917, "pixel_coords": [195, 285, 17.25], "color": "brown", "cell_row": 2, "cell_col": 2, "cell_layer": 0, "cell_label": "C3-1"}]}, {"view_id": "bottom", "image_path": "g04_000002.png", "camera": {"camera_id": "bottom", "azimuth": 0.0, "elevation": -90.0, "distance": 15.0, "position": [9.18485099360515e-16, 0.0, -12.0], "look_at": [0.0, 0.0, 3.0]}, "projection": "orthographic", "ortho_scale": 8.0, "objects": [{"id": "obj_0", "shape": "sphere", "size": "small", "material": "rubber", "3d_coords": [-0.75, -2.25, 5.25], "rotation": 75.95382369107753, "pixel_coords": [195, 105, 17.25], "color": "brown", "cell_row": 0, "cell_col": 1, "cell_layer": 3, "cell_label": "A2-4"}, {"id": "obj_1", "shape": "cylinder", "size": "small", "material": "rubber", "3d_coords": [2.25, -0.75, 2.25], "rotation": 235.95791950615683, "pixel_coords": [375, 195, 14.25], "color": "purple", "cell_row": 1, "cell_col": 3, "cell_layer": 1, "cell_label": "B4-2"}, {"id": "obj_2", "shape": "sphere", "size": "small", "material": "rubber", "3d_coords": [-0.75, -2.25, 0.75], "rotation": 95.35685993929889, "pixel_coords": [195, 105, 12.75], "color": "yellow", "cell_row": 0, "cell_col": 1, "cell_layer": 0, "cell_label": "A2-1"}, {"id": "obj_3", "shape": "cube", "size": "small", "material": "metal", "3d_coords": [0.75, 0.75, 0.75], "rotation": 323.2162380968917, "pixel_coords": [285, 285, 12.75], "color": "brown", "cell_row": 2, "cell_col": 2, "cell_layer": 0, "cell_label": "C3-1"}]}, {"view_id": "front", "image_path": "g04_000002.png", "camera": {"camera_id": "front", "azimuth": 0.0, "elevation": 0.0, "distance": 15.0, "position": [15.0, 0.0, 3.0], "look_at": [0.0, 0.0, 3.0]}, "projection": "orthographic", "ortho_scale": 8.0, "objects": [{"id": "obj_0", "shape": "sphere", "size": "small", "material": "rubber", "3d_coords": [-0.75, -2.25, 5.25], "rotation": 75.95382369107753, "pixel_coords": [105, 105, 15.75], "color": "brown", "cell_row": 0, "cell_col": 1, "cell_layer": 3, "cell_label": "A2-4"}, {"id": "obj_1", "shape": "cylinder", "size": "small", "material": "rubber", "3d_coords": [2.25, -0.75, 2.25], "rotation": 235.95791950615683, "pixel_coords": [195, 285, 12.75], "color": "purple", "cell_row": 1, "cell_col": 3, "cell_layer": 1, "cell_label": "B4-2"}, {"id": "obj_2", "shape": "sphere", "size": "small", "material": "rubber", "3d_coords": [-0.75, -2.25, 0.75], "rotation": 95.35685993929889, "pixel_coords": [105, 375, 15.75], "color": "yellow", "cell_row": 0, "cell_col": 1, "cell_layer": 0, "cell_label": "A2-1"}, {"id": "obj_3", "shape": "cube", "size": "small", "material": "metal", "3d_coords": [0.75, 0.75, 0.75], "rotation": 323.2162380968917, "pixel_coords": [285, 375, 14.25], "color": "brown", "cell_row": 2, "cell_col": 2, "cell_layer": 0, "cell_label": "C3-1"}]}, {"view_id": "back", "image_path": "g04_000002.png", "camera": {"camera_id": "back", "azimuth": 180.0, "elevation": 0.0, "distance": 15.0, "position": [-15.0, 1.83697019872103e-15, 3.0], "look_at": [0.0, 0.0, 3.0]}, "projection": "orthographic", "ortho_scale": 8.0, "objects": [{"id": "obj_0", "shape": "sphere", "size": "small", "material": "rubber", "3d_coords": [-0.75, -2.25, 5.25], "rotation": 75.95382369107753, "pixel_coords": [375, 105, 14.25], "color": "brown", "cell_row": 0, "cell_col": 1, "cell_layer": 3, "cell_label": "A2-4"}, {"id": "obj_1", "shape": "cylinder", "size": "small", "material": "rubber", "3d_coords": [2.25, -0.75, 2.25], "rotation": 235.95791950615683, "pixel_coords": [285, 285, 17.25], "color": "purple", "cell_row": 1, "cell_col": 3, "cell_layer": 1, "cell_label": "B4-2"}, {"id": "obj_2", "shape": "sphere", "size": "small", "material": "rubber", "3d_coords": [-0.75, -2.25, 0.75], "rotation": 95.35685993929889, "pixel_coords": [375, 375, 14.25], "color": "yellow", "cell_row": 0, "cell_col": 1, "cell_layer": 0, "cell_label": "A2-1"}, {"id": "obj_3", "shape": "cube", "size": "small", "material": "metal", "3d_coords": [0.75, 0.75, 0.75], "rotation": 323.2162380968917, "pixel_coords": [195, 375, 15.75], "color": "brown", "cell_row": 2, "cell_col": 2, "cell_layer": 0, "cell_label": "C3-1"}]}, {"view_id": "left", "image_path": "g04_000002.png", "camera": {"camera_id": "left", "azimuth": 270.0, "elevation": 0.0, "distance": 15.0, "position": [-2.7554552980815444e-15, -15.0, 3.0], "look_at": [0.0, 0.0, 3.0]}, "projection": "orthographic", "ortho_scale": 8.0, "objects": [{"id": "obj_0", "shape": "sphere", "size": "small", "material": "rubber", "3d_coords": [-0.75, -2.25, 5.25], "rotation": 75.95382369107753, "pixel_coords": [195, 105, 12.75], "color": "brown", "cell_row": 0, "cell_col": 1, "cell_layer": 3, "cell_label": "A2-4"}, {"id": "obj_1", "shape": "cylinder", "size": "small", "material": "rubber", "3d_coords": [2.25, -0.75, 2.25], "rotation": 235.95791950615683, "pixel_coords": [375, 285, 14.249999046325684], "color": "purple", "cell_row": 1, "cell_col": 3, "cell_layer": 1, "cell_label": "B4-2"}, {"id": "obj_2", "shape": "sphere", "size": "small", "material": "rubber", "3d_coords": [-0.75, -2.25, 0.75], "rotation": 95.35685993929889, "pixel_coords": [195, 375, 12.749999046325684], "color": "yellow", "cell_row": 0, "cell_col": 1, "cell_layer": 0, "cell_label": "A2-1"}, {"id": "obj_3", "shape": "cube", "size": "small", "material": "metal", "3d_coords": [0.75, 0.75, 0.75], "rotation": 323.2162380968917, "pixel_coords": [285, 375, 15.749999046325684], "color": "brown", "cell_row": 2, "cell_col": 2, "cell_layer": 0, "cell_label": "C3-1"}]}, {"view_id": "right", "image_path": "g04_000002.png", "camera": {"camera_id": "right", "azimuth": 90.0, "elevation": 0.0, "distance": 15.0, "position": [9.18485099360515e-16, 15.0, 3.0], "look_at": [0.0, 0.0, 3.0]}, "projection": "orthographic", "ortho_scale": 8.0, "objects": [{"id": "obj_0", "shape": "sphere", "size": "small", "material": "rubber", "3d_coords": [-0.75, -2.25, 5.25], "rotation": 75.95382369107753, "pixel_coords": [285, 105, 17.25], "color": "brown", "cell_row": 0, "cell_col": 1, "cell_layer": 3, "cell_label": "A2-4"}, {"id": "obj_1", "shape": "cylinder", "size": "small", "material": "rubber", "3d_coords": [2.25, -0.75, 2.25], "rotation": 235.95791950615683, "pixel_coords": [105, 285, 15.749999046325684], "color": "purple", "cell_row": 1, "cell_col": 3, "cell_layer": 1, "cell_label": "B4-2"}, {"id": "obj_2", "shape": "sphere", "size": "small", "material": "rubber", "3d_coords": [-0.75, -2.25, 0.75], "rotation": 95.35685993929889, "pixel_coords": [285, 375, 17.25], "color": "yellow", "cell_row": 0, "cell_col": 1, "cell_layer": 0, "cell_label": "A2-1"}, {"id": "obj_3", "shape": "cube", "size": "small", "material": "metal", "3d_coords": [0.75, 0.75, 0.75], "rotation": 323.2162380968917, "pixel_coords": [195, 375, 14.249999046325684], "color": "brown", "cell_row": 2, "cell_col": 2, "cell_layer": 0, "cell_label": "C3-1"}]}]}
g04_000003
4
g04
[{"id": "obj_0", "desc": "brown rubber cylinder"}, {"id": "obj_1", "desc": "brown metal cube"}, {"id": "obj_2", "desc": "blue metal sphere"}, {"id": "obj_3", "desc": "brown rubber cylinder"}]
You are analyzing a 3D scene where objects are placed in a 4×4×4 grid. Coordinate system: - Row: A, B, C, D (A=front, D=back) - Column: 1, 2, 3, 4 (1=left, 4=right) - Layer: 1, 2, 3, 4 (1=bottom, 4=top) - Position format: RowCol-Layer, e.g. "B3-4" = Row B, Column 3, Layer 4 You will receive 6 orthographic views of the scene, each labeled. Use multiple views together to determine each object's 3D grid cell. Respond ONLY with a JSON array.
Here are 6 orthographic views of a 3D grid scene: [Image 1 — TOP VIEW (looking down): rows=A-D top-to-bottom, columns=1-4 left-to-right] [Image 2 — FRONT VIEW (looking from front): columns=1-4 left-to-right, layers=1-4 bottom-to-top] [Image 3 — RIGHT VIEW (looking from right side): rows=A-D left-to-right, layers=1-4 bottom-to-top] [Image 4 — BACK VIEW (looking from back): columns=4-1 left-to-right, layers=1-4 bottom-to-top] [Image 5 — LEFT VIEW (looking from left side): rows=D-A left-to-right, layers=1-4 bottom-to-top] [Image 6 — BOTTOM VIEW (looking up): rows=A-D top-to-bottom, columns=4-1 left-to-right] Objects in this scene: 1. brown rubber cylinder 2. brown metal cube 3. blue metal sphere 4. brown rubber cylinder For each object, determine its grid position by combining information from at least two views. Answer as JSON: [ {"object": "brown rubber cylinder", "cell": "?"}, {"object": "brown metal cube", "cell": "?"}, {"object": "blue metal sphere", "cell": "?"}, {"object": "brown rubber cylinder", "cell": "?"} ]
[{"object": "brown rubber cylinder", "cell": "A3-1", "row": 0, "col": 2, "layer": 0}, {"object": "brown metal cube", "cell": "D1-2", "row": 3, "col": 0, "layer": 1}, {"object": "blue metal sphere", "cell": "D1-1", "row": 3, "col": 0, "layer": 0}, {"object": "brown rubber cylinder", "cell": "D3-4", "row": 3, "col": 2, "layer": 3}]
{"scene_id": "g04_000003", "split": "g04", "image_index": 3, "n_objects": 4, "placement_mode": "grid3d", "grid_info": {"rows": 4, "cols": 4, "layers": 4, "cell_size": 1.5, "grid_extent_xy": [-3.0, 3.0], "grid_extent_z": [0.0, 6.0], "labels_visible": false}, "objects": [{"id": "obj_0", "shape": "cylinder", "size": "small", "material": "rubber", "3d_coords": [0.75, -2.25, 0.75], "rotation": 244.90202769234665, "pixel_coords": [157, 323, 14.25], "color": "brown", "cell_row": 0, "cell_col": 2, "cell_layer": 0, "cell_label": "A3-1"}, {"id": "obj_1", "shape": "cube", "size": "small", "material": "metal", "3d_coords": [-2.25, 2.25, 2.25], "rotation": 40.15878249451552, "pixel_coords": [308, 263, 17.25], "color": "brown", "cell_row": 3, "cell_col": 0, "cell_layer": 1, "cell_label": "D1-2"}, {"id": "obj_2", "shape": "sphere", "size": "small", "material": "metal", "3d_coords": [-2.25, 2.25, 0.75], "rotation": 1.1683137966225443, "pixel_coords": [308, 308, 17.25], "color": "blue", "cell_row": 3, "cell_col": 0, "cell_layer": 0, "cell_label": "D1-1"}, {"id": "obj_3", "shape": "cylinder", "size": "small", "material": "rubber", "3d_coords": [0.75, 2.25, 5.25], "rotation": 182.7654028575571, "pixel_coords": [323, 157, 14.25], "color": "brown", "cell_row": 3, "cell_col": 2, "cell_layer": 3, "cell_label": "D3-4"}], "world_constraints": {}, "views": [{"view_id": "top", "image_path": "g04_000003.png", "camera": {"camera_id": "top", "azimuth": 0.0, "elevation": 90.0, "distance": 15.0, "position": [9.18485099360515e-16, 0.0, 18.0], "look_at": [0.0, 0.0, 3.0]}, "projection": "orthographic", "ortho_scale": 8.0, "objects": [{"id": "obj_0", "shape": "cylinder", "size": "small", "material": "rubber", "3d_coords": [0.75, -2.25, 0.75], "rotation": 244.90202769234665, "pixel_coords": [195, 105, 17.25], "color": "brown", "cell_row": 0, "cell_col": 2, "cell_layer": 0, "cell_label": "A3-1"}, {"id": "obj_1", "shape": "cube", "size": "small", "material": "metal", "3d_coords": [-2.25, 2.25, 2.25], "rotation": 40.15878249451552, "pixel_coords": [375, 375, 15.75], "color": "brown", "cell_row": 3, "cell_col": 0, "cell_layer": 1, "cell_label": "D1-2"}, {"id": "obj_2", "shape": "sphere", "size": "small", "material": "metal", "3d_coords": [-2.25, 2.25, 0.75], "rotation": 1.1683137966225443, "pixel_coords": [375, 375, 17.25], "color": "blue", "cell_row": 3, "cell_col": 0, "cell_layer": 0, "cell_label": "D1-1"}, {"id": "obj_3", "shape": "cylinder", "size": "small", "material": "rubber", "3d_coords": [0.75, 2.25, 5.25], "rotation": 182.7654028575571, "pixel_coords": [195, 375, 12.75], "color": "brown", "cell_row": 3, "cell_col": 2, "cell_layer": 3, "cell_label": "D3-4"}]}, {"view_id": "bottom", "image_path": "g04_000003.png", "camera": {"camera_id": "bottom", "azimuth": 0.0, "elevation": -90.0, "distance": 15.0, "position": [9.18485099360515e-16, 0.0, -12.0], "look_at": [0.0, 0.0, 3.0]}, "projection": "orthographic", "ortho_scale": 8.0, "objects": [{"id": "obj_0", "shape": "cylinder", "size": "small", "material": "rubber", "3d_coords": [0.75, -2.25, 0.75], "rotation": 244.90202769234665, "pixel_coords": [285, 105, 12.75], "color": "brown", "cell_row": 0, "cell_col": 2, "cell_layer": 0, "cell_label": "A3-1"}, {"id": "obj_1", "shape": "cube", "size": "small", "material": "metal", "3d_coords": [-2.25, 2.25, 2.25], "rotation": 40.15878249451552, "pixel_coords": [105, 375, 14.25], "color": "brown", "cell_row": 3, "cell_col": 0, "cell_layer": 1, "cell_label": "D1-2"}, {"id": "obj_2", "shape": "sphere", "size": "small", "material": "metal", "3d_coords": [-2.25, 2.25, 0.75], "rotation": 1.1683137966225443, "pixel_coords": [105, 375, 12.75], "color": "blue", "cell_row": 3, "cell_col": 0, "cell_layer": 0, "cell_label": "D1-1"}, {"id": "obj_3", "shape": "cylinder", "size": "small", "material": "rubber", "3d_coords": [0.75, 2.25, 5.25], "rotation": 182.7654028575571, "pixel_coords": [285, 375, 17.25], "color": "brown", "cell_row": 3, "cell_col": 2, "cell_layer": 3, "cell_label": "D3-4"}]}, {"view_id": "front", "image_path": "g04_000003.png", "camera": {"camera_id": "front", "azimuth": 0.0, "elevation": 0.0, "distance": 15.0, "position": [15.0, 0.0, 3.0], "look_at": [0.0, 0.0, 3.0]}, "projection": "orthographic", "ortho_scale": 8.0, "objects": [{"id": "obj_0", "shape": "cylinder", "size": "small", "material": "rubber", "3d_coords": [0.75, -2.25, 0.75], "rotation": 244.90202769234665, "pixel_coords": [105, 375, 14.25], "color": "brown", "cell_row": 0, "cell_col": 2, "cell_layer": 0, "cell_label": "A3-1"}, {"id": "obj_1", "shape": "cube", "size": "small", "material": "metal", "3d_coords": [-2.25, 2.25, 2.25], "rotation": 40.15878249451552, "pixel_coords": [375, 285, 17.25], "color": "brown", "cell_row": 3, "cell_col": 0, "cell_layer": 1, "cell_label": "D1-2"}, {"id": "obj_2", "shape": "sphere", "size": "small", "material": "metal", "3d_coords": [-2.25, 2.25, 0.75], "rotation": 1.1683137966225443, "pixel_coords": [375, 375, 17.25], "color": "blue", "cell_row": 3, "cell_col": 0, "cell_layer": 0, "cell_label": "D1-1"}, {"id": "obj_3", "shape": "cylinder", "size": "small", "material": "rubber", "3d_coords": [0.75, 2.25, 5.25], "rotation": 182.7654028575571, "pixel_coords": [375, 105, 14.25], "color": "brown", "cell_row": 3, "cell_col": 2, "cell_layer": 3, "cell_label": "D3-4"}]}, {"view_id": "back", "image_path": "g04_000003.png", "camera": {"camera_id": "back", "azimuth": 180.0, "elevation": 0.0, "distance": 15.0, "position": [-15.0, 1.83697019872103e-15, 3.0], "look_at": [0.0, 0.0, 3.0]}, "projection": "orthographic", "ortho_scale": 8.0, "objects": [{"id": "obj_0", "shape": "cylinder", "size": "small", "material": "rubber", "3d_coords": [0.75, -2.25, 0.75], "rotation": 244.90202769234665, "pixel_coords": [375, 375, 15.75], "color": "brown", "cell_row": 0, "cell_col": 2, "cell_layer": 0, "cell_label": "A3-1"}, {"id": "obj_1", "shape": "cube", "size": "small", "material": "metal", "3d_coords": [-2.25, 2.25, 2.25], "rotation": 40.15878249451552, "pixel_coords": [105, 285, 12.75], "color": "brown", "cell_row": 3, "cell_col": 0, "cell_layer": 1, "cell_label": "D1-2"}, {"id": "obj_2", "shape": "sphere", "size": "small", "material": "metal", "3d_coords": [-2.25, 2.25, 0.75], "rotation": 1.1683137966225443, "pixel_coords": [105, 375, 12.75], "color": "blue", "cell_row": 3, "cell_col": 0, "cell_layer": 0, "cell_label": "D1-1"}, {"id": "obj_3", "shape": "cylinder", "size": "small", "material": "rubber", "3d_coords": [0.75, 2.25, 5.25], "rotation": 182.7654028575571, "pixel_coords": [105, 105, 15.75], "color": "brown", "cell_row": 3, "cell_col": 2, "cell_layer": 3, "cell_label": "D3-4"}]}, {"view_id": "left", "image_path": "g04_000003.png", "camera": {"camera_id": "left", "azimuth": 270.0, "elevation": 0.0, "distance": 15.0, "position": [-2.7554552980815444e-15, -15.0, 3.0], "look_at": [0.0, 0.0, 3.0]}, "projection": "orthographic", "ortho_scale": 8.0, "objects": [{"id": "obj_0", "shape": "cylinder", "size": "small", "material": "rubber", "3d_coords": [0.75, -2.25, 0.75], "rotation": 244.90202769234665, "pixel_coords": [285, 375, 12.749999046325684], "color": "brown", "cell_row": 0, "cell_col": 2, "cell_layer": 0, "cell_label": "A3-1"}, {"id": "obj_1", "shape": "cube", "size": "small", "material": "metal", "3d_coords": [-2.25, 2.25, 2.25], "rotation": 40.15878249451552, "pixel_coords": [105, 285, 17.25], "color": "brown", "cell_row": 3, "cell_col": 0, "cell_layer": 1, "cell_label": "D1-2"}, {"id": "obj_2", "shape": "sphere", "size": "small", "material": "metal", "3d_coords": [-2.25, 2.25, 0.75], "rotation": 1.1683137966225443, "pixel_coords": [105, 375, 17.25], "color": "blue", "cell_row": 3, "cell_col": 0, "cell_layer": 0, "cell_label": "D1-1"}, {"id": "obj_3", "shape": "cylinder", "size": "small", "material": "rubber", "3d_coords": [0.75, 2.25, 5.25], "rotation": 182.7654028575571, "pixel_coords": [285, 105, 17.25], "color": "brown", "cell_row": 3, "cell_col": 2, "cell_layer": 3, "cell_label": "D3-4"}]}, {"view_id": "right", "image_path": "g04_000003.png", "camera": {"camera_id": "right", "azimuth": 90.0, "elevation": 0.0, "distance": 15.0, "position": [9.18485099360515e-16, 15.0, 3.0], "look_at": [0.0, 0.0, 3.0]}, "projection": "orthographic", "ortho_scale": 8.0, "objects": [{"id": "obj_0", "shape": "cylinder", "size": "small", "material": "rubber", "3d_coords": [0.75, -2.25, 0.75], "rotation": 244.90202769234665, "pixel_coords": [195, 375, 17.25], "color": "brown", "cell_row": 0, "cell_col": 2, "cell_layer": 0, "cell_label": "A3-1"}, {"id": "obj_1", "shape": "cube", "size": "small", "material": "metal", "3d_coords": [-2.25, 2.25, 2.25], "rotation": 40.15878249451552, "pixel_coords": [375, 285, 12.75], "color": "brown", "cell_row": 3, "cell_col": 0, "cell_layer": 1, "cell_label": "D1-2"}, {"id": "obj_2", "shape": "sphere", "size": "small", "material": "metal", "3d_coords": [-2.25, 2.25, 0.75], "rotation": 1.1683137966225443, "pixel_coords": [375, 375, 12.749999046325684], "color": "blue", "cell_row": 3, "cell_col": 0, "cell_layer": 0, "cell_label": "D1-1"}, {"id": "obj_3", "shape": "cylinder", "size": "small", "material": "rubber", "3d_coords": [0.75, 2.25, 5.25], "rotation": 182.7654028575571, "pixel_coords": [195, 105, 12.75], "color": "brown", "cell_row": 3, "cell_col": 2, "cell_layer": 3, "cell_label": "D3-4"}]}]}
g04_000004
4
g04
[{"id": "obj_0", "desc": "purple metal cube"}, {"id": "obj_1", "desc": "red rubber cube"}, {"id": "obj_2", "desc": "blue rubber cube"}, {"id": "obj_3", "desc": "blue metal cylinder"}]
You are analyzing a 3D scene where objects are placed in a 4×4×4 grid. Coordinate system: - Row: A, B, C, D (A=front, D=back) - Column: 1, 2, 3, 4 (1=left, 4=right) - Layer: 1, 2, 3, 4 (1=bottom, 4=top) - Position format: RowCol-Layer, e.g. "B3-4" = Row B, Column 3, Layer 4 You will receive 6 orthographic views of the scene, each labeled. Use multiple views together to determine each object's 3D grid cell. Respond ONLY with a JSON array.
Here are 6 orthographic views of a 3D grid scene: [Image 1 — TOP VIEW (looking down): rows=A-D top-to-bottom, columns=1-4 left-to-right] [Image 2 — FRONT VIEW (looking from front): columns=1-4 left-to-right, layers=1-4 bottom-to-top] [Image 3 — RIGHT VIEW (looking from right side): rows=A-D left-to-right, layers=1-4 bottom-to-top] [Image 4 — BACK VIEW (looking from back): columns=4-1 left-to-right, layers=1-4 bottom-to-top] [Image 5 — LEFT VIEW (looking from left side): rows=D-A left-to-right, layers=1-4 bottom-to-top] [Image 6 — BOTTOM VIEW (looking up): rows=A-D top-to-bottom, columns=4-1 left-to-right] Objects in this scene: 1. purple metal cube 2. red rubber cube 3. blue rubber cube 4. blue metal cylinder For each object, determine its grid position by combining information from at least two views. Answer as JSON: [ {"object": "purple metal cube", "cell": "?"}, {"object": "red rubber cube", "cell": "?"}, {"object": "blue rubber cube", "cell": "?"}, {"object": "blue metal cylinder", "cell": "?"} ]
[{"object": "purple metal cube", "cell": "A1-1", "row": 0, "col": 0, "layer": 0}, {"object": "red rubber cube", "cell": "C3-2", "row": 2, "col": 2, "layer": 1}, {"object": "blue rubber cube", "cell": "D4-3", "row": 3, "col": 3, "layer": 2}, {"object": "blue metal cylinder", "cell": "A1-3", "row": 0, "col": 0, "layer": 2}]
{"scene_id": "g04_000004", "split": "g04", "image_index": 4, "n_objects": 4, "placement_mode": "grid3d", "grid_info": {"rows": 4, "cols": 4, "layers": 4, "cell_size": 1.5, "grid_extent_xy": [-3.0, 3.0], "grid_extent_z": [0.0, 6.0], "labels_visible": false}, "objects": [{"id": "obj_0", "shape": "cube", "size": "small", "material": "metal", "3d_coords": [-2.25, -2.25, 0.75], "rotation": 86.20283172170117, "pixel_coords": [172, 308, 17.25], "color": "purple", "cell_row": 0, "cell_col": 0, "cell_layer": 0, "cell_label": "A1-1"}, {"id": "obj_1", "shape": "cube", "size": "small", "material": "rubber", "3d_coords": [0.75, 0.75, 2.25], "rotation": 263.48673414406596, "pixel_coords": [268, 268, 14.25], "color": "red", "cell_row": 2, "cell_col": 2, "cell_layer": 1, "cell_label": "C3-2"}, {"id": "obj_2", "shape": "cube", "size": "small", "material": "rubber", "3d_coords": [2.25, 2.25, 3.75], "rotation": 237.51029618905227, "pixel_coords": [333, 209, 12.75], "color": "blue", "cell_row": 3, "cell_col": 3, "cell_layer": 2, "cell_label": "D4-3"}, {"id": "obj_3", "shape": "cylinder", "size": "small", "material": "metal", "3d_coords": [-2.25, -2.25, 3.75], "rotation": 189.96256347057144, "pixel_coords": [172, 217, 17.25], "color": "blue", "cell_row": 0, "cell_col": 0, "cell_layer": 2, "cell_label": "A1-3"}], "world_constraints": {}, "views": [{"view_id": "top", "image_path": "g04_000004.png", "camera": {"camera_id": "top", "azimuth": 0.0, "elevation": 90.0, "distance": 15.0, "position": [9.18485099360515e-16, 0.0, 18.0], "look_at": [0.0, 0.0, 3.0]}, "projection": "orthographic", "ortho_scale": 8.0, "objects": [{"id": "obj_0", "shape": "cube", "size": "small", "material": "metal", "3d_coords": [-2.25, -2.25, 0.75], "rotation": 86.20283172170117, "pixel_coords": [375, 105, 17.25], "color": "purple", "cell_row": 0, "cell_col": 0, "cell_layer": 0, "cell_label": "A1-1"}, {"id": "obj_1", "shape": "cube", "size": "small", "material": "rubber", "3d_coords": [0.75, 0.75, 2.25], "rotation": 263.48673414406596, "pixel_coords": [195, 285, 15.75], "color": "red", "cell_row": 2, "cell_col": 2, "cell_layer": 1, "cell_label": "C3-2"}, {"id": "obj_2", "shape": "cube", "size": "small", "material": "rubber", "3d_coords": [2.25, 2.25, 3.75], "rotation": 237.51029618905227, "pixel_coords": [105, 375, 14.25], "color": "blue", "cell_row": 3, "cell_col": 3, "cell_layer": 2, "cell_label": "D4-3"}, {"id": "obj_3", "shape": "cylinder", "size": "small", "material": "metal", "3d_coords": [-2.25, -2.25, 3.75], "rotation": 189.96256347057144, "pixel_coords": [375, 105, 14.25], "color": "blue", "cell_row": 0, "cell_col": 0, "cell_layer": 2, "cell_label": "A1-3"}]}, {"view_id": "bottom", "image_path": "g04_000004.png", "camera": {"camera_id": "bottom", "azimuth": 0.0, "elevation": -90.0, "distance": 15.0, "position": [9.18485099360515e-16, 0.0, -12.0], "look_at": [0.0, 0.0, 3.0]}, "projection": "orthographic", "ortho_scale": 8.0, "objects": [{"id": "obj_0", "shape": "cube", "size": "small", "material": "metal", "3d_coords": [-2.25, -2.25, 0.75], "rotation": 86.20283172170117, "pixel_coords": [105, 105, 12.75], "color": "purple", "cell_row": 0, "cell_col": 0, "cell_layer": 0, "cell_label": "A1-1"}, {"id": "obj_1", "shape": "cube", "size": "small", "material": "rubber", "3d_coords": [0.75, 0.75, 2.25], "rotation": 263.48673414406596, "pixel_coords": [285, 285, 14.25], "color": "red", "cell_row": 2, "cell_col": 2, "cell_layer": 1, "cell_label": "C3-2"}, {"id": "obj_2", "shape": "cube", "size": "small", "material": "rubber", "3d_coords": [2.25, 2.25, 3.75], "rotation": 237.51029618905227, "pixel_coords": [375, 375, 15.75], "color": "blue", "cell_row": 3, "cell_col": 3, "cell_layer": 2, "cell_label": "D4-3"}, {"id": "obj_3", "shape": "cylinder", "size": "small", "material": "metal", "3d_coords": [-2.25, -2.25, 3.75], "rotation": 189.96256347057144, "pixel_coords": [105, 105, 15.75], "color": "blue", "cell_row": 0, "cell_col": 0, "cell_layer": 2, "cell_label": "A1-3"}]}, {"view_id": "front", "image_path": "g04_000004.png", "camera": {"camera_id": "front", "azimuth": 0.0, "elevation": 0.0, "distance": 15.0, "position": [15.0, 0.0, 3.0], "look_at": [0.0, 0.0, 3.0]}, "projection": "orthographic", "ortho_scale": 8.0, "objects": [{"id": "obj_0", "shape": "cube", "size": "small", "material": "metal", "3d_coords": [-2.25, -2.25, 0.75], "rotation": 86.20283172170117, "pixel_coords": [105, 375, 17.25], "color": "purple", "cell_row": 0, "cell_col": 0, "cell_layer": 0, "cell_label": "A1-1"}, {"id": "obj_1", "shape": "cube", "size": "small", "material": "rubber", "3d_coords": [0.75, 0.75, 2.25], "rotation": 263.48673414406596, "pixel_coords": [285, 285, 14.25], "color": "red", "cell_row": 2, "cell_col": 2, "cell_layer": 1, "cell_label": "C3-2"}, {"id": "obj_2", "shape": "cube", "size": "small", "material": "rubber", "3d_coords": [2.25, 2.25, 3.75], "rotation": 237.51029618905227, "pixel_coords": [375, 195, 12.75], "color": "blue", "cell_row": 3, "cell_col": 3, "cell_layer": 2, "cell_label": "D4-3"}, {"id": "obj_3", "shape": "cylinder", "size": "small", "material": "metal", "3d_coords": [-2.25, -2.25, 3.75], "rotation": 189.96256347057144, "pixel_coords": [105, 195, 17.25], "color": "blue", "cell_row": 0, "cell_col": 0, "cell_layer": 2, "cell_label": "A1-3"}]}, {"view_id": "back", "image_path": "g04_000004.png", "camera": {"camera_id": "back", "azimuth": 180.0, "elevation": 0.0, "distance": 15.0, "position": [-15.0, 1.83697019872103e-15, 3.0], "look_at": [0.0, 0.0, 3.0]}, "projection": "orthographic", "ortho_scale": 8.0, "objects": [{"id": "obj_0", "shape": "cube", "size": "small", "material": "metal", "3d_coords": [-2.25, -2.25, 0.75], "rotation": 86.20283172170117, "pixel_coords": [375, 375, 12.75], "color": "purple", "cell_row": 0, "cell_col": 0, "cell_layer": 0, "cell_label": "A1-1"}, {"id": "obj_1", "shape": "cube", "size": "small", "material": "rubber", "3d_coords": [0.75, 0.75, 2.25], "rotation": 263.48673414406596, "pixel_coords": [195, 285, 15.75], "color": "red", "cell_row": 2, "cell_col": 2, "cell_layer": 1, "cell_label": "C3-2"}, {"id": "obj_2", "shape": "cube", "size": "small", "material": "rubber", "3d_coords": [2.25, 2.25, 3.75], "rotation": 237.51029618905227, "pixel_coords": [105, 195, 17.25], "color": "blue", "cell_row": 3, "cell_col": 3, "cell_layer": 2, "cell_label": "D4-3"}, {"id": "obj_3", "shape": "cylinder", "size": "small", "material": "metal", "3d_coords": [-2.25, -2.25, 3.75], "rotation": 189.96256347057144, "pixel_coords": [375, 195, 12.75], "color": "blue", "cell_row": 0, "cell_col": 0, "cell_layer": 2, "cell_label": "A1-3"}]}, {"view_id": "left", "image_path": "g04_000004.png", "camera": {"camera_id": "left", "azimuth": 270.0, "elevation": 0.0, "distance": 15.0, "position": [-2.7554552980815444e-15, -15.0, 3.0], "look_at": [0.0, 0.0, 3.0]}, "projection": "orthographic", "ortho_scale": 8.0, "objects": [{"id": "obj_0", "shape": "cube", "size": "small", "material": "metal", "3d_coords": [-2.25, -2.25, 0.75], "rotation": 86.20283172170117, "pixel_coords": [105, 375, 12.749999046325684], "color": "purple", "cell_row": 0, "cell_col": 0, "cell_layer": 0, "cell_label": "A1-1"}, {"id": "obj_1", "shape": "cube", "size": "small", "material": "rubber", "3d_coords": [0.75, 0.75, 2.25], "rotation": 263.48673414406596, "pixel_coords": [285, 285, 15.749999046325684], "color": "red", "cell_row": 2, "cell_col": 2, "cell_layer": 1, "cell_label": "C3-2"}, {"id": "obj_2", "shape": "cube", "size": "small", "material": "rubber", "3d_coords": [2.25, 2.25, 3.75], "rotation": 237.51029618905227, "pixel_coords": [375, 195, 17.25], "color": "blue", "cell_row": 3, "cell_col": 3, "cell_layer": 2, "cell_label": "D4-3"}, {"id": "obj_3", "shape": "cylinder", "size": "small", "material": "metal", "3d_coords": [-2.25, -2.25, 3.75], "rotation": 189.96256347057144, "pixel_coords": [105, 195, 12.75], "color": "blue", "cell_row": 0, "cell_col": 0, "cell_layer": 2, "cell_label": "A1-3"}]}, {"view_id": "right", "image_path": "g04_000004.png", "camera": {"camera_id": "right", "azimuth": 90.0, "elevation": 0.0, "distance": 15.0, "position": [9.18485099360515e-16, 15.0, 3.0], "look_at": [0.0, 0.0, 3.0]}, "projection": "orthographic", "ortho_scale": 8.0, "objects": [{"id": "obj_0", "shape": "cube", "size": "small", "material": "metal", "3d_coords": [-2.25, -2.25, 0.75], "rotation": 86.20283172170117, "pixel_coords": [375, 375, 17.25], "color": "purple", "cell_row": 0, "cell_col": 0, "cell_layer": 0, "cell_label": "A1-1"}, {"id": "obj_1", "shape": "cube", "size": "small", "material": "rubber", "3d_coords": [0.75, 0.75, 2.25], "rotation": 263.48673414406596, "pixel_coords": [195, 285, 14.249999046325684], "color": "red", "cell_row": 2, "cell_col": 2, "cell_layer": 1, "cell_label": "C3-2"}, {"id": "obj_2", "shape": "cube", "size": "small", "material": "rubber", "3d_coords": [2.25, 2.25, 3.75], "rotation": 237.51029618905227, "pixel_coords": [105, 195, 12.749999046325684], "color": "blue", "cell_row": 3, "cell_col": 3, "cell_layer": 2, "cell_label": "D4-3"}, {"id": "obj_3", "shape": "cylinder", "size": "small", "material": "metal", "3d_coords": [-2.25, -2.25, 3.75], "rotation": 189.96256347057144, "pixel_coords": [375, 195, 17.25], "color": "blue", "cell_row": 0, "cell_col": 0, "cell_layer": 2, "cell_label": "A1-3"}]}]}
g04_000005
4
g04
[{"id": "obj_0", "desc": "purple rubber cube"}, {"id": "obj_1", "desc": "green rubber cube"}, {"id": "obj_2", "desc": "gray rubber cylinder"}, {"id": "obj_3", "desc": "purple rubber cube"}]
You are analyzing a 3D scene where objects are placed in a 4×4×4 grid. Coordinate system: - Row: A, B, C, D (A=front, D=back) - Column: 1, 2, 3, 4 (1=left, 4=right) - Layer: 1, 2, 3, 4 (1=bottom, 4=top) - Position format: RowCol-Layer, e.g. "B3-4" = Row B, Column 3, Layer 4 You will receive 6 orthographic views of the scene, each labeled. Use multiple views together to determine each object's 3D grid cell. Respond ONLY with a JSON array.
Here are 6 orthographic views of a 3D grid scene: [Image 1 — TOP VIEW (looking down): rows=A-D top-to-bottom, columns=1-4 left-to-right] [Image 2 — FRONT VIEW (looking from front): columns=1-4 left-to-right, layers=1-4 bottom-to-top] [Image 3 — RIGHT VIEW (looking from right side): rows=A-D left-to-right, layers=1-4 bottom-to-top] [Image 4 — BACK VIEW (looking from back): columns=4-1 left-to-right, layers=1-4 bottom-to-top] [Image 5 — LEFT VIEW (looking from left side): rows=D-A left-to-right, layers=1-4 bottom-to-top] [Image 6 — BOTTOM VIEW (looking up): rows=A-D top-to-bottom, columns=4-1 left-to-right] Objects in this scene: 1. purple rubber cube 2. green rubber cube 3. gray rubber cylinder 4. purple rubber cube For each object, determine its grid position by combining information from at least two views. Answer as JSON: [ {"object": "purple rubber cube", "cell": "?"}, {"object": "green rubber cube", "cell": "?"}, {"object": "gray rubber cylinder", "cell": "?"}, {"object": "purple rubber cube", "cell": "?"} ]
[{"object": "purple rubber cube", "cell": "D3-2", "row": 3, "col": 2, "layer": 1}, {"object": "green rubber cube", "cell": "A4-4", "row": 0, "col": 3, "layer": 3}, {"object": "gray rubber cylinder", "cell": "B4-4", "row": 1, "col": 3, "layer": 3}, {"object": "purple rubber cube", "cell": "B4-1", "row": 1, "col": 3, "layer": 0}]
{"scene_id": "g04_000005", "split": "g04", "image_index": 5, "n_objects": 4, "placement_mode": "grid3d", "grid_info": {"rows": 4, "cols": 4, "layers": 4, "cell_size": 1.5, "grid_extent_xy": [-3.0, 3.0], "grid_extent_z": [0.0, 6.0], "labels_visible": false}, "objects": [{"id": "obj_0", "shape": "cube", "size": "small", "material": "rubber", "3d_coords": [0.75, 2.25, 2.25], "rotation": 211.791138644604, "pixel_coords": [323, 268, 14.25], "color": "purple", "cell_row": 3, "cell_col": 2, "cell_layer": 1, "cell_label": "D3-2"}, {"id": "obj_1", "shape": "cube", "size": "small", "material": "rubber", "3d_coords": [2.25, -2.25, 5.25], "rotation": 25.557510963251712, "pixel_coords": [147, 147, 12.75], "color": "green", "cell_row": 0, "cell_col": 3, "cell_layer": 3, "cell_label": "A4-4"}, {"id": "obj_2", "shape": "cylinder", "size": "small", "material": "rubber", "3d_coords": [2.25, -0.75, 5.25], "rotation": 24.264118119710698, "pixel_coords": [209, 147, 12.75], "color": "gray", "cell_row": 1, "cell_col": 3, "cell_layer": 3, "cell_label": "B4-4"}, {"id": "obj_3", "shape": "cube", "size": "small", "material": "rubber", "3d_coords": [2.25, -0.75, 0.75], "rotation": 185.09620313109207, "pixel_coords": [209, 333, 12.75], "color": "purple", "cell_row": 1, "cell_col": 3, "cell_layer": 0, "cell_label": "B4-1"}], "world_constraints": {}, "views": [{"view_id": "top", "image_path": "g04_000005.png", "camera": {"camera_id": "top", "azimuth": 0.0, "elevation": 90.0, "distance": 15.0, "position": [9.18485099360515e-16, 0.0, 18.0], "look_at": [0.0, 0.0, 3.0]}, "projection": "orthographic", "ortho_scale": 8.0, "objects": [{"id": "obj_0", "shape": "cube", "size": "small", "material": "rubber", "3d_coords": [0.75, 2.25, 2.25], "rotation": 211.791138644604, "pixel_coords": [195, 375, 15.75], "color": "purple", "cell_row": 3, "cell_col": 2, "cell_layer": 1, "cell_label": "D3-2"}, {"id": "obj_1", "shape": "cube", "size": "small", "material": "rubber", "3d_coords": [2.25, -2.25, 5.25], "rotation": 25.557510963251712, "pixel_coords": [105, 105, 12.75], "color": "green", "cell_row": 0, "cell_col": 3, "cell_layer": 3, "cell_label": "A4-4"}, {"id": "obj_2", "shape": "cylinder", "size": "small", "material": "rubber", "3d_coords": [2.25, -0.75, 5.25], "rotation": 24.264118119710698, "pixel_coords": [105, 195, 12.75], "color": "gray", "cell_row": 1, "cell_col": 3, "cell_layer": 3, "cell_label": "B4-4"}, {"id": "obj_3", "shape": "cube", "size": "small", "material": "rubber", "3d_coords": [2.25, -0.75, 0.75], "rotation": 185.09620313109207, "pixel_coords": [105, 195, 17.25], "color": "purple", "cell_row": 1, "cell_col": 3, "cell_layer": 0, "cell_label": "B4-1"}]}, {"view_id": "bottom", "image_path": "g04_000005.png", "camera": {"camera_id": "bottom", "azimuth": 0.0, "elevation": -90.0, "distance": 15.0, "position": [9.18485099360515e-16, 0.0, -12.0], "look_at": [0.0, 0.0, 3.0]}, "projection": "orthographic", "ortho_scale": 8.0, "objects": [{"id": "obj_0", "shape": "cube", "size": "small", "material": "rubber", "3d_coords": [0.75, 2.25, 2.25], "rotation": 211.791138644604, "pixel_coords": [285, 375, 14.25], "color": "purple", "cell_row": 3, "cell_col": 2, "cell_layer": 1, "cell_label": "D3-2"}, {"id": "obj_1", "shape": "cube", "size": "small", "material": "rubber", "3d_coords": [2.25, -2.25, 5.25], "rotation": 25.557510963251712, "pixel_coords": [375, 105, 17.25], "color": "green", "cell_row": 0, "cell_col": 3, "cell_layer": 3, "cell_label": "A4-4"}, {"id": "obj_2", "shape": "cylinder", "size": "small", "material": "rubber", "3d_coords": [2.25, -0.75, 5.25], "rotation": 24.264118119710698, "pixel_coords": [375, 195, 17.25], "color": "gray", "cell_row": 1, "cell_col": 3, "cell_layer": 3, "cell_label": "B4-4"}, {"id": "obj_3", "shape": "cube", "size": "small", "material": "rubber", "3d_coords": [2.25, -0.75, 0.75], "rotation": 185.09620313109207, "pixel_coords": [375, 195, 12.75], "color": "purple", "cell_row": 1, "cell_col": 3, "cell_layer": 0, "cell_label": "B4-1"}]}, {"view_id": "front", "image_path": "g04_000005.png", "camera": {"camera_id": "front", "azimuth": 0.0, "elevation": 0.0, "distance": 15.0, "position": [15.0, 0.0, 3.0], "look_at": [0.0, 0.0, 3.0]}, "projection": "orthographic", "ortho_scale": 8.0, "objects": [{"id": "obj_0", "shape": "cube", "size": "small", "material": "rubber", "3d_coords": [0.75, 2.25, 2.25], "rotation": 211.791138644604, "pixel_coords": [375, 285, 14.25], "color": "purple", "cell_row": 3, "cell_col": 2, "cell_layer": 1, "cell_label": "D3-2"}, {"id": "obj_1", "shape": "cube", "size": "small", "material": "rubber", "3d_coords": [2.25, -2.25, 5.25], "rotation": 25.557510963251712, "pixel_coords": [105, 105, 12.75], "color": "green", "cell_row": 0, "cell_col": 3, "cell_layer": 3, "cell_label": "A4-4"}, {"id": "obj_2", "shape": "cylinder", "size": "small", "material": "rubber", "3d_coords": [2.25, -0.75, 5.25], "rotation": 24.264118119710698, "pixel_coords": [195, 105, 12.75], "color": "gray", "cell_row": 1, "cell_col": 3, "cell_layer": 3, "cell_label": "B4-4"}, {"id": "obj_3", "shape": "cube", "size": "small", "material": "rubber", "3d_coords": [2.25, -0.75, 0.75], "rotation": 185.09620313109207, "pixel_coords": [195, 375, 12.75], "color": "purple", "cell_row": 1, "cell_col": 3, "cell_layer": 0, "cell_label": "B4-1"}]}, {"view_id": "back", "image_path": "g04_000005.png", "camera": {"camera_id": "back", "azimuth": 180.0, "elevation": 0.0, "distance": 15.0, "position": [-15.0, 1.83697019872103e-15, 3.0], "look_at": [0.0, 0.0, 3.0]}, "projection": "orthographic", "ortho_scale": 8.0, "objects": [{"id": "obj_0", "shape": "cube", "size": "small", "material": "rubber", "3d_coords": [0.75, 2.25, 2.25], "rotation": 211.791138644604, "pixel_coords": [105, 285, 15.75], "color": "purple", "cell_row": 3, "cell_col": 2, "cell_layer": 1, "cell_label": "D3-2"}, {"id": "obj_1", "shape": "cube", "size": "small", "material": "rubber", "3d_coords": [2.25, -2.25, 5.25], "rotation": 25.557510963251712, "pixel_coords": [375, 105, 17.25], "color": "green", "cell_row": 0, "cell_col": 3, "cell_layer": 3, "cell_label": "A4-4"}, {"id": "obj_2", "shape": "cylinder", "size": "small", "material": "rubber", "3d_coords": [2.25, -0.75, 5.25], "rotation": 24.264118119710698, "pixel_coords": [285, 105, 17.25], "color": "gray", "cell_row": 1, "cell_col": 3, "cell_layer": 3, "cell_label": "B4-4"}, {"id": "obj_3", "shape": "cube", "size": "small", "material": "rubber", "3d_coords": [2.25, -0.75, 0.75], "rotation": 185.09620313109207, "pixel_coords": [285, 375, 17.25], "color": "purple", "cell_row": 1, "cell_col": 3, "cell_layer": 0, "cell_label": "B4-1"}]}, {"view_id": "left", "image_path": "g04_000005.png", "camera": {"camera_id": "left", "azimuth": 270.0, "elevation": 0.0, "distance": 15.0, "position": [-2.7554552980815444e-15, -15.0, 3.0], "look_at": [0.0, 0.0, 3.0]}, "projection": "orthographic", "ortho_scale": 8.0, "objects": [{"id": "obj_0", "shape": "cube", "size": "small", "material": "rubber", "3d_coords": [0.75, 2.25, 2.25], "rotation": 211.791138644604, "pixel_coords": [285, 285, 17.25], "color": "purple", "cell_row": 3, "cell_col": 2, "cell_layer": 1, "cell_label": "D3-2"}, {"id": "obj_1", "shape": "cube", "size": "small", "material": "rubber", "3d_coords": [2.25, -2.25, 5.25], "rotation": 25.557510963251712, "pixel_coords": [375, 105, 12.75], "color": "green", "cell_row": 0, "cell_col": 3, "cell_layer": 3, "cell_label": "A4-4"}, {"id": "obj_2", "shape": "cylinder", "size": "small", "material": "rubber", "3d_coords": [2.25, -0.75, 5.25], "rotation": 24.264118119710698, "pixel_coords": [375, 105, 14.25], "color": "gray", "cell_row": 1, "cell_col": 3, "cell_layer": 3, "cell_label": "B4-4"}, {"id": "obj_3", "shape": "cube", "size": "small", "material": "rubber", "3d_coords": [2.25, -0.75, 0.75], "rotation": 185.09620313109207, "pixel_coords": [375, 375, 14.249999046325684], "color": "purple", "cell_row": 1, "cell_col": 3, "cell_layer": 0, "cell_label": "B4-1"}]}, {"view_id": "right", "image_path": "g04_000005.png", "camera": {"camera_id": "right", "azimuth": 90.0, "elevation": 0.0, "distance": 15.0, "position": [9.18485099360515e-16, 15.0, 3.0], "look_at": [0.0, 0.0, 3.0]}, "projection": "orthographic", "ortho_scale": 8.0, "objects": [{"id": "obj_0", "shape": "cube", "size": "small", "material": "rubber", "3d_coords": [0.75, 2.25, 2.25], "rotation": 211.791138644604, "pixel_coords": [195, 285, 12.749999046325684], "color": "purple", "cell_row": 3, "cell_col": 2, "cell_layer": 1, "cell_label": "D3-2"}, {"id": "obj_1", "shape": "cube", "size": "small", "material": "rubber", "3d_coords": [2.25, -2.25, 5.25], "rotation": 25.557510963251712, "pixel_coords": [105, 105, 17.25], "color": "green", "cell_row": 0, "cell_col": 3, "cell_layer": 3, "cell_label": "A4-4"}, {"id": "obj_2", "shape": "cylinder", "size": "small", "material": "rubber", "3d_coords": [2.25, -0.75, 5.25], "rotation": 24.264118119710698, "pixel_coords": [105, 105, 15.75], "color": "gray", "cell_row": 1, "cell_col": 3, "cell_layer": 3, "cell_label": "B4-4"}, {"id": "obj_3", "shape": "cube", "size": "small", "material": "rubber", "3d_coords": [2.25, -0.75, 0.75], "rotation": 185.09620313109207, "pixel_coords": [105, 375, 15.749999046325684], "color": "purple", "cell_row": 1, "cell_col": 3, "cell_layer": 0, "cell_label": "B4-1"}]}]}
g04_000006
4
g04
[{"id": "obj_0", "desc": "yellow rubber sphere"}, {"id": "obj_1", "desc": "red rubber cylinder"}, {"id": "obj_2", "desc": "red rubber sphere"}, {"id": "obj_3", "desc": "yellow rubber cylinder"}]
You are analyzing a 3D scene where objects are placed in a 4×4×4 grid. Coordinate system: - Row: A, B, C, D (A=front, D=back) - Column: 1, 2, 3, 4 (1=left, 4=right) - Layer: 1, 2, 3, 4 (1=bottom, 4=top) - Position format: RowCol-Layer, e.g. "B3-4" = Row B, Column 3, Layer 4 You will receive 6 orthographic views of the scene, each labeled. Use multiple views together to determine each object's 3D grid cell. Respond ONLY with a JSON array.
Here are 6 orthographic views of a 3D grid scene: [Image 1 — TOP VIEW (looking down): rows=A-D top-to-bottom, columns=1-4 left-to-right] [Image 2 — FRONT VIEW (looking from front): columns=1-4 left-to-right, layers=1-4 bottom-to-top] [Image 3 — RIGHT VIEW (looking from right side): rows=A-D left-to-right, layers=1-4 bottom-to-top] [Image 4 — BACK VIEW (looking from back): columns=4-1 left-to-right, layers=1-4 bottom-to-top] [Image 5 — LEFT VIEW (looking from left side): rows=D-A left-to-right, layers=1-4 bottom-to-top] [Image 6 — BOTTOM VIEW (looking up): rows=A-D top-to-bottom, columns=4-1 left-to-right] Objects in this scene: 1. yellow rubber sphere 2. red rubber cylinder 3. red rubber sphere 4. yellow rubber cylinder For each object, determine its grid position by combining information from at least two views. Answer as JSON: [ {"object": "yellow rubber sphere", "cell": "?"}, {"object": "red rubber cylinder", "cell": "?"}, {"object": "red rubber sphere", "cell": "?"}, {"object": "yellow rubber cylinder", "cell": "?"} ]
[{"object": "yellow rubber sphere", "cell": "A4-1", "row": 0, "col": 3, "layer": 0}, {"object": "red rubber cylinder", "cell": "D2-4", "row": 3, "col": 1, "layer": 3}, {"object": "red rubber sphere", "cell": "C4-2", "row": 2, "col": 3, "layer": 1}, {"object": "yellow rubber cylinder", "cell": "D2-3", "row": 3, "col": 1, "layer": 2}]
{"scene_id": "g04_000006", "split": "g04", "image_index": 6, "n_objects": 4, "placement_mode": "grid3d", "grid_info": {"rows": 4, "cols": 4, "layers": 4, "cell_size": 1.5, "grid_extent_xy": [-3.0, 3.0], "grid_extent_z": [0.0, 6.0], "labels_visible": false}, "objects": [{"id": "obj_0", "shape": "sphere", "size": "small", "material": "rubber", "3d_coords": [2.25, -2.25, 0.75], "rotation": 242.41123702558855, "pixel_coords": [147, 333, 12.75], "color": "yellow", "cell_row": 0, "cell_col": 3, "cell_layer": 0, "cell_label": "A4-1"}, {"id": "obj_1", "shape": "cylinder", "size": "small", "material": "rubber", "3d_coords": [-0.75, 2.25, 5.25], "rotation": 144.94366155681675, "pixel_coords": [315, 165, 15.75], "color": "red", "cell_row": 3, "cell_col": 1, "cell_layer": 3, "cell_label": "D2-4"}, {"id": "obj_2", "shape": "sphere", "size": "small", "material": "rubber", "3d_coords": [2.25, 0.75, 2.25], "rotation": 68.97242597099545, "pixel_coords": [271, 271, 12.75], "color": "red", "cell_row": 2, "cell_col": 3, "cell_layer": 1, "cell_label": "C4-2"}, {"id": "obj_3", "shape": "cylinder", "size": "small", "material": "rubber", "3d_coords": [-0.75, 2.25, 3.75], "rotation": 151.87739034038552, "pixel_coords": [315, 215, 15.75], "color": "yellow", "cell_row": 3, "cell_col": 1, "cell_layer": 2, "cell_label": "D2-3"}], "world_constraints": {}, "views": [{"view_id": "top", "image_path": "g04_000006.png", "camera": {"camera_id": "top", "azimuth": 0.0, "elevation": 90.0, "distance": 15.0, "position": [9.18485099360515e-16, 0.0, 18.0], "look_at": [0.0, 0.0, 3.0]}, "projection": "orthographic", "ortho_scale": 8.0, "objects": [{"id": "obj_0", "shape": "sphere", "size": "small", "material": "rubber", "3d_coords": [2.25, -2.25, 0.75], "rotation": 242.41123702558855, "pixel_coords": [105, 105, 17.25], "color": "yellow", "cell_row": 0, "cell_col": 3, "cell_layer": 0, "cell_label": "A4-1"}, {"id": "obj_1", "shape": "cylinder", "size": "small", "material": "rubber", "3d_coords": [-0.75, 2.25, 5.25], "rotation": 144.94366155681675, "pixel_coords": [285, 375, 12.75], "color": "red", "cell_row": 3, "cell_col": 1, "cell_layer": 3, "cell_label": "D2-4"}, {"id": "obj_2", "shape": "sphere", "size": "small", "material": "rubber", "3d_coords": [2.25, 0.75, 2.25], "rotation": 68.97242597099545, "pixel_coords": [105, 285, 15.75], "color": "red", "cell_row": 2, "cell_col": 3, "cell_layer": 1, "cell_label": "C4-2"}, {"id": "obj_3", "shape": "cylinder", "size": "small", "material": "rubber", "3d_coords": [-0.75, 2.25, 3.75], "rotation": 151.87739034038552, "pixel_coords": [285, 375, 14.25], "color": "yellow", "cell_row": 3, "cell_col": 1, "cell_layer": 2, "cell_label": "D2-3"}]}, {"view_id": "bottom", "image_path": "g04_000006.png", "camera": {"camera_id": "bottom", "azimuth": 0.0, "elevation": -90.0, "distance": 15.0, "position": [9.18485099360515e-16, 0.0, -12.0], "look_at": [0.0, 0.0, 3.0]}, "projection": "orthographic", "ortho_scale": 8.0, "objects": [{"id": "obj_0", "shape": "sphere", "size": "small", "material": "rubber", "3d_coords": [2.25, -2.25, 0.75], "rotation": 242.41123702558855, "pixel_coords": [375, 105, 12.75], "color": "yellow", "cell_row": 0, "cell_col": 3, "cell_layer": 0, "cell_label": "A4-1"}, {"id": "obj_1", "shape": "cylinder", "size": "small", "material": "rubber", "3d_coords": [-0.75, 2.25, 5.25], "rotation": 144.94366155681675, "pixel_coords": [195, 375, 17.25], "color": "red", "cell_row": 3, "cell_col": 1, "cell_layer": 3, "cell_label": "D2-4"}, {"id": "obj_2", "shape": "sphere", "size": "small", "material": "rubber", "3d_coords": [2.25, 0.75, 2.25], "rotation": 68.97242597099545, "pixel_coords": [375, 285, 14.25], "color": "red", "cell_row": 2, "cell_col": 3, "cell_layer": 1, "cell_label": "C4-2"}, {"id": "obj_3", "shape": "cylinder", "size": "small", "material": "rubber", "3d_coords": [-0.75, 2.25, 3.75], "rotation": 151.87739034038552, "pixel_coords": [195, 375, 15.75], "color": "yellow", "cell_row": 3, "cell_col": 1, "cell_layer": 2, "cell_label": "D2-3"}]}, {"view_id": "front", "image_path": "g04_000006.png", "camera": {"camera_id": "front", "azimuth": 0.0, "elevation": 0.0, "distance": 15.0, "position": [15.0, 0.0, 3.0], "look_at": [0.0, 0.0, 3.0]}, "projection": "orthographic", "ortho_scale": 8.0, "objects": [{"id": "obj_0", "shape": "sphere", "size": "small", "material": "rubber", "3d_coords": [2.25, -2.25, 0.75], "rotation": 242.41123702558855, "pixel_coords": [105, 375, 12.75], "color": "yellow", "cell_row": 0, "cell_col": 3, "cell_layer": 0, "cell_label": "A4-1"}, {"id": "obj_1", "shape": "cylinder", "size": "small", "material": "rubber", "3d_coords": [-0.75, 2.25, 5.25], "rotation": 144.94366155681675, "pixel_coords": [375, 105, 15.75], "color": "red", "cell_row": 3, "cell_col": 1, "cell_layer": 3, "cell_label": "D2-4"}, {"id": "obj_2", "shape": "sphere", "size": "small", "material": "rubber", "3d_coords": [2.25, 0.75, 2.25], "rotation": 68.97242597099545, "pixel_coords": [285, 285, 12.75], "color": "red", "cell_row": 2, "cell_col": 3, "cell_layer": 1, "cell_label": "C4-2"}, {"id": "obj_3", "shape": "cylinder", "size": "small", "material": "rubber", "3d_coords": [-0.75, 2.25, 3.75], "rotation": 151.87739034038552, "pixel_coords": [375, 195, 15.75], "color": "yellow", "cell_row": 3, "cell_col": 1, "cell_layer": 2, "cell_label": "D2-3"}]}, {"view_id": "back", "image_path": "g04_000006.png", "camera": {"camera_id": "back", "azimuth": 180.0, "elevation": 0.0, "distance": 15.0, "position": [-15.0, 1.83697019872103e-15, 3.0], "look_at": [0.0, 0.0, 3.0]}, "projection": "orthographic", "ortho_scale": 8.0, "objects": [{"id": "obj_0", "shape": "sphere", "size": "small", "material": "rubber", "3d_coords": [2.25, -2.25, 0.75], "rotation": 242.41123702558855, "pixel_coords": [375, 375, 17.25], "color": "yellow", "cell_row": 0, "cell_col": 3, "cell_layer": 0, "cell_label": "A4-1"}, {"id": "obj_1", "shape": "cylinder", "size": "small", "material": "rubber", "3d_coords": [-0.75, 2.25, 5.25], "rotation": 144.94366155681675, "pixel_coords": [105, 105, 14.25], "color": "red", "cell_row": 3, "cell_col": 1, "cell_layer": 3, "cell_label": "D2-4"}, {"id": "obj_2", "shape": "sphere", "size": "small", "material": "rubber", "3d_coords": [2.25, 0.75, 2.25], "rotation": 68.97242597099545, "pixel_coords": [195, 285, 17.25], "color": "red", "cell_row": 2, "cell_col": 3, "cell_layer": 1, "cell_label": "C4-2"}, {"id": "obj_3", "shape": "cylinder", "size": "small", "material": "rubber", "3d_coords": [-0.75, 2.25, 3.75], "rotation": 151.87739034038552, "pixel_coords": [105, 195, 14.25], "color": "yellow", "cell_row": 3, "cell_col": 1, "cell_layer": 2, "cell_label": "D2-3"}]}, {"view_id": "left", "image_path": "g04_000006.png", "camera": {"camera_id": "left", "azimuth": 270.0, "elevation": 0.0, "distance": 15.0, "position": [-2.7554552980815444e-15, -15.0, 3.0], "look_at": [0.0, 0.0, 3.0]}, "projection": "orthographic", "ortho_scale": 8.0, "objects": [{"id": "obj_0", "shape": "sphere", "size": "small", "material": "rubber", "3d_coords": [2.25, -2.25, 0.75], "rotation": 242.41123702558855, "pixel_coords": [375, 375, 12.749999046325684], "color": "yellow", "cell_row": 0, "cell_col": 3, "cell_layer": 0, "cell_label": "A4-1"}, {"id": "obj_1", "shape": "cylinder", "size": "small", "material": "rubber", "3d_coords": [-0.75, 2.25, 5.25], "rotation": 144.94366155681675, "pixel_coords": [195, 105, 17.25], "color": "red", "cell_row": 3, "cell_col": 1, "cell_layer": 3, "cell_label": "D2-4"}, {"id": "obj_2", "shape": "sphere", "size": "small", "material": "rubber", "3d_coords": [2.25, 0.75, 2.25], "rotation": 68.97242597099545, "pixel_coords": [375, 285, 15.749999046325684], "color": "red", "cell_row": 2, "cell_col": 3, "cell_layer": 1, "cell_label": "C4-2"}, {"id": "obj_3", "shape": "cylinder", "size": "small", "material": "rubber", "3d_coords": [-0.75, 2.25, 3.75], "rotation": 151.87739034038552, "pixel_coords": [195, 195, 17.25], "color": "yellow", "cell_row": 3, "cell_col": 1, "cell_layer": 2, "cell_label": "D2-3"}]}, {"view_id": "right", "image_path": "g04_000006.png", "camera": {"camera_id": "right", "azimuth": 90.0, "elevation": 0.0, "distance": 15.0, "position": [9.18485099360515e-16, 15.0, 3.0], "look_at": [0.0, 0.0, 3.0]}, "projection": "orthographic", "ortho_scale": 8.0, "objects": [{"id": "obj_0", "shape": "sphere", "size": "small", "material": "rubber", "3d_coords": [2.25, -2.25, 0.75], "rotation": 242.41123702558855, "pixel_coords": [105, 375, 17.249998092651367], "color": "yellow", "cell_row": 0, "cell_col": 3, "cell_layer": 0, "cell_label": "A4-1"}, {"id": "obj_1", "shape": "cylinder", "size": "small", "material": "rubber", "3d_coords": [-0.75, 2.25, 5.25], "rotation": 144.94366155681675, "pixel_coords": [285, 105, 12.75], "color": "red", "cell_row": 3, "cell_col": 1, "cell_layer": 3, "cell_label": "D2-4"}, {"id": "obj_2", "shape": "sphere", "size": "small", "material": "rubber", "3d_coords": [2.25, 0.75, 2.25], "rotation": 68.97242597099545, "pixel_coords": [105, 285, 14.249999046325684], "color": "red", "cell_row": 2, "cell_col": 3, "cell_layer": 1, "cell_label": "C4-2"}, {"id": "obj_3", "shape": "cylinder", "size": "small", "material": "rubber", "3d_coords": [-0.75, 2.25, 3.75], "rotation": 151.87739034038552, "pixel_coords": [285, 195, 12.75], "color": "yellow", "cell_row": 3, "cell_col": 1, "cell_layer": 2, "cell_label": "D2-3"}]}]}
g04_000007
4
g04
[{"id": "obj_0", "desc": "yellow rubber sphere"}, {"id": "obj_1", "desc": "blue metal cube"}, {"id": "obj_2", "desc": "brown metal sphere"}, {"id": "obj_3", "desc": "yellow rubber cylinder"}]
You are analyzing a 3D scene where objects are placed in a 4×4×4 grid. Coordinate system: - Row: A, B, C, D (A=front, D=back) - Column: 1, 2, 3, 4 (1=left, 4=right) - Layer: 1, 2, 3, 4 (1=bottom, 4=top) - Position format: RowCol-Layer, e.g. "B3-4" = Row B, Column 3, Layer 4 You will receive 6 orthographic views of the scene, each labeled. Use multiple views together to determine each object's 3D grid cell. Respond ONLY with a JSON array.
Here are 6 orthographic views of a 3D grid scene: [Image 1 — TOP VIEW (looking down): rows=A-D top-to-bottom, columns=1-4 left-to-right] [Image 2 — FRONT VIEW (looking from front): columns=1-4 left-to-right, layers=1-4 bottom-to-top] [Image 3 — RIGHT VIEW (looking from right side): rows=A-D left-to-right, layers=1-4 bottom-to-top] [Image 4 — BACK VIEW (looking from back): columns=4-1 left-to-right, layers=1-4 bottom-to-top] [Image 5 — LEFT VIEW (looking from left side): rows=D-A left-to-right, layers=1-4 bottom-to-top] [Image 6 — BOTTOM VIEW (looking up): rows=A-D top-to-bottom, columns=4-1 left-to-right] Objects in this scene: 1. yellow rubber sphere 2. blue metal cube 3. brown metal sphere 4. yellow rubber cylinder For each object, determine its grid position by combining information from at least two views. Answer as JSON: [ {"object": "yellow rubber sphere", "cell": "?"}, {"object": "blue metal cube", "cell": "?"}, {"object": "brown metal sphere", "cell": "?"}, {"object": "yellow rubber cylinder", "cell": "?"} ]
[{"object": "yellow rubber sphere", "cell": "A3-4", "row": 0, "col": 2, "layer": 3}, {"object": "blue metal cube", "cell": "B4-3", "row": 1, "col": 3, "layer": 2}, {"object": "brown metal sphere", "cell": "B2-2", "row": 1, "col": 1, "layer": 1}, {"object": "yellow rubber cylinder", "cell": "D2-1", "row": 3, "col": 1, "layer": 0}]
{"scene_id": "g04_000007", "split": "g04", "image_index": 7, "n_objects": 4, "placement_mode": "grid3d", "grid_info": {"rows": 4, "cols": 4, "layers": 4, "cell_size": 1.5, "grid_extent_xy": [-3.0, 3.0], "grid_extent_z": [0.0, 6.0], "labels_visible": false}, "objects": [{"id": "obj_0", "shape": "sphere", "size": "small", "material": "rubber", "3d_coords": [0.75, -2.25, 5.25], "rotation": 311.2741418508776, "pixel_coords": [157, 157, 14.25], "color": "yellow", "cell_row": 0, "cell_col": 2, "cell_layer": 3, "cell_label": "A3-4"}, {"id": "obj_1", "shape": "cube", "size": "small", "material": "metal", "3d_coords": [2.25, -0.75, 3.75], "rotation": 0.7759362065135145, "pixel_coords": [209, 209, 12.75], "color": "blue", "cell_row": 1, "cell_col": 3, "cell_layer": 2, "cell_label": "B4-3"}, {"id": "obj_2", "shape": "sphere", "size": "small", "material": "metal", "3d_coords": [-0.75, -0.75, 2.25], "rotation": 102.6897224208913, "pixel_coords": [215, 265, 15.75], "color": "brown", "cell_row": 1, "cell_col": 1, "cell_layer": 1, "cell_label": "B2-2"}, {"id": "obj_3", "shape": "cylinder", "size": "small", "material": "rubber", "3d_coords": [-0.75, 2.25, 0.75], "rotation": 68.36323221634937, "pixel_coords": [315, 315, 15.75], "color": "yellow", "cell_row": 3, "cell_col": 1, "cell_layer": 0, "cell_label": "D2-1"}], "world_constraints": {}, "views": [{"view_id": "top", "image_path": "g04_000007.png", "camera": {"camera_id": "top", "azimuth": 0.0, "elevation": 90.0, "distance": 15.0, "position": [9.18485099360515e-16, 0.0, 18.0], "look_at": [0.0, 0.0, 3.0]}, "projection": "orthographic", "ortho_scale": 8.0, "objects": [{"id": "obj_0", "shape": "sphere", "size": "small", "material": "rubber", "3d_coords": [0.75, -2.25, 5.25], "rotation": 311.2741418508776, "pixel_coords": [195, 105, 12.75], "color": "yellow", "cell_row": 0, "cell_col": 2, "cell_layer": 3, "cell_label": "A3-4"}, {"id": "obj_1", "shape": "cube", "size": "small", "material": "metal", "3d_coords": [2.25, -0.75, 3.75], "rotation": 0.7759362065135145, "pixel_coords": [105, 195, 14.25], "color": "blue", "cell_row": 1, "cell_col": 3, "cell_layer": 2, "cell_label": "B4-3"}, {"id": "obj_2", "shape": "sphere", "size": "small", "material": "metal", "3d_coords": [-0.75, -0.75, 2.25], "rotation": 102.6897224208913, "pixel_coords": [285, 195, 15.75], "color": "brown", "cell_row": 1, "cell_col": 1, "cell_layer": 1, "cell_label": "B2-2"}, {"id": "obj_3", "shape": "cylinder", "size": "small", "material": "rubber", "3d_coords": [-0.75, 2.25, 0.75], "rotation": 68.36323221634937, "pixel_coords": [285, 375, 17.25], "color": "yellow", "cell_row": 3, "cell_col": 1, "cell_layer": 0, "cell_label": "D2-1"}]}, {"view_id": "bottom", "image_path": "g04_000007.png", "camera": {"camera_id": "bottom", "azimuth": 0.0, "elevation": -90.0, "distance": 15.0, "position": [9.18485099360515e-16, 0.0, -12.0], "look_at": [0.0, 0.0, 3.0]}, "projection": "orthographic", "ortho_scale": 8.0, "objects": [{"id": "obj_0", "shape": "sphere", "size": "small", "material": "rubber", "3d_coords": [0.75, -2.25, 5.25], "rotation": 311.2741418508776, "pixel_coords": [285, 105, 17.25], "color": "yellow", "cell_row": 0, "cell_col": 2, "cell_layer": 3, "cell_label": "A3-4"}, {"id": "obj_1", "shape": "cube", "size": "small", "material": "metal", "3d_coords": [2.25, -0.75, 3.75], "rotation": 0.7759362065135145, "pixel_coords": [375, 195, 15.75], "color": "blue", "cell_row": 1, "cell_col": 3, "cell_layer": 2, "cell_label": "B4-3"}, {"id": "obj_2", "shape": "sphere", "size": "small", "material": "metal", "3d_coords": [-0.75, -0.75, 2.25], "rotation": 102.6897224208913, "pixel_coords": [195, 195, 14.25], "color": "brown", "cell_row": 1, "cell_col": 1, "cell_layer": 1, "cell_label": "B2-2"}, {"id": "obj_3", "shape": "cylinder", "size": "small", "material": "rubber", "3d_coords": [-0.75, 2.25, 0.75], "rotation": 68.36323221634937, "pixel_coords": [195, 375, 12.75], "color": "yellow", "cell_row": 3, "cell_col": 1, "cell_layer": 0, "cell_label": "D2-1"}]}, {"view_id": "front", "image_path": "g04_000007.png", "camera": {"camera_id": "front", "azimuth": 0.0, "elevation": 0.0, "distance": 15.0, "position": [15.0, 0.0, 3.0], "look_at": [0.0, 0.0, 3.0]}, "projection": "orthographic", "ortho_scale": 8.0, "objects": [{"id": "obj_0", "shape": "sphere", "size": "small", "material": "rubber", "3d_coords": [0.75, -2.25, 5.25], "rotation": 311.2741418508776, "pixel_coords": [105, 105, 14.25], "color": "yellow", "cell_row": 0, "cell_col": 2, "cell_layer": 3, "cell_label": "A3-4"}, {"id": "obj_1", "shape": "cube", "size": "small", "material": "metal", "3d_coords": [2.25, -0.75, 3.75], "rotation": 0.7759362065135145, "pixel_coords": [195, 195, 12.75], "color": "blue", "cell_row": 1, "cell_col": 3, "cell_layer": 2, "cell_label": "B4-3"}, {"id": "obj_2", "shape": "sphere", "size": "small", "material": "metal", "3d_coords": [-0.75, -0.75, 2.25], "rotation": 102.6897224208913, "pixel_coords": [195, 285, 15.75], "color": "brown", "cell_row": 1, "cell_col": 1, "cell_layer": 1, "cell_label": "B2-2"}, {"id": "obj_3", "shape": "cylinder", "size": "small", "material": "rubber", "3d_coords": [-0.75, 2.25, 0.75], "rotation": 68.36323221634937, "pixel_coords": [375, 375, 15.75], "color": "yellow", "cell_row": 3, "cell_col": 1, "cell_layer": 0, "cell_label": "D2-1"}]}, {"view_id": "back", "image_path": "g04_000007.png", "camera": {"camera_id": "back", "azimuth": 180.0, "elevation": 0.0, "distance": 15.0, "position": [-15.0, 1.83697019872103e-15, 3.0], "look_at": [0.0, 0.0, 3.0]}, "projection": "orthographic", "ortho_scale": 8.0, "objects": [{"id": "obj_0", "shape": "sphere", "size": "small", "material": "rubber", "3d_coords": [0.75, -2.25, 5.25], "rotation": 311.2741418508776, "pixel_coords": [375, 105, 15.75], "color": "yellow", "cell_row": 0, "cell_col": 2, "cell_layer": 3, "cell_label": "A3-4"}, {"id": "obj_1", "shape": "cube", "size": "small", "material": "metal", "3d_coords": [2.25, -0.75, 3.75], "rotation": 0.7759362065135145, "pixel_coords": [285, 195, 17.25], "color": "blue", "cell_row": 1, "cell_col": 3, "cell_layer": 2, "cell_label": "B4-3"}, {"id": "obj_2", "shape": "sphere", "size": "small", "material": "metal", "3d_coords": [-0.75, -0.75, 2.25], "rotation": 102.6897224208913, "pixel_coords": [285, 285, 14.25], "color": "brown", "cell_row": 1, "cell_col": 1, "cell_layer": 1, "cell_label": "B2-2"}, {"id": "obj_3", "shape": "cylinder", "size": "small", "material": "rubber", "3d_coords": [-0.75, 2.25, 0.75], "rotation": 68.36323221634937, "pixel_coords": [105, 375, 14.25], "color": "yellow", "cell_row": 3, "cell_col": 1, "cell_layer": 0, "cell_label": "D2-1"}]}, {"view_id": "left", "image_path": "g04_000007.png", "camera": {"camera_id": "left", "azimuth": 270.0, "elevation": 0.0, "distance": 15.0, "position": [-2.7554552980815444e-15, -15.0, 3.0], "look_at": [0.0, 0.0, 3.0]}, "projection": "orthographic", "ortho_scale": 8.0, "objects": [{"id": "obj_0", "shape": "sphere", "size": "small", "material": "rubber", "3d_coords": [0.75, -2.25, 5.25], "rotation": 311.2741418508776, "pixel_coords": [285, 105, 12.75], "color": "yellow", "cell_row": 0, "cell_col": 2, "cell_layer": 3, "cell_label": "A3-4"}, {"id": "obj_1", "shape": "cube", "size": "small", "material": "metal", "3d_coords": [2.25, -0.75, 3.75], "rotation": 0.7759362065135145, "pixel_coords": [375, 195, 14.25], "color": "blue", "cell_row": 1, "cell_col": 3, "cell_layer": 2, "cell_label": "B4-3"}, {"id": "obj_2", "shape": "sphere", "size": "small", "material": "metal", "3d_coords": [-0.75, -0.75, 2.25], "rotation": 102.6897224208913, "pixel_coords": [195, 285, 14.249999046325684], "color": "brown", "cell_row": 1, "cell_col": 1, "cell_layer": 1, "cell_label": "B2-2"}, {"id": "obj_3", "shape": "cylinder", "size": "small", "material": "rubber", "3d_coords": [-0.75, 2.25, 0.75], "rotation": 68.36323221634937, "pixel_coords": [195, 375, 17.25], "color": "yellow", "cell_row": 3, "cell_col": 1, "cell_layer": 0, "cell_label": "D2-1"}]}, {"view_id": "right", "image_path": "g04_000007.png", "camera": {"camera_id": "right", "azimuth": 90.0, "elevation": 0.0, "distance": 15.0, "position": [9.18485099360515e-16, 15.0, 3.0], "look_at": [0.0, 0.0, 3.0]}, "projection": "orthographic", "ortho_scale": 8.0, "objects": [{"id": "obj_0", "shape": "sphere", "size": "small", "material": "rubber", "3d_coords": [0.75, -2.25, 5.25], "rotation": 311.2741418508776, "pixel_coords": [195, 105, 17.25], "color": "yellow", "cell_row": 0, "cell_col": 2, "cell_layer": 3, "cell_label": "A3-4"}, {"id": "obj_1", "shape": "cube", "size": "small", "material": "metal", "3d_coords": [2.25, -0.75, 3.75], "rotation": 0.7759362065135145, "pixel_coords": [105, 195, 15.749999046325684], "color": "blue", "cell_row": 1, "cell_col": 3, "cell_layer": 2, "cell_label": "B4-3"}, {"id": "obj_2", "shape": "sphere", "size": "small", "material": "metal", "3d_coords": [-0.75, -0.75, 2.25], "rotation": 102.6897224208913, "pixel_coords": [285, 285, 15.75], "color": "brown", "cell_row": 1, "cell_col": 1, "cell_layer": 1, "cell_label": "B2-2"}, {"id": "obj_3", "shape": "cylinder", "size": "small", "material": "rubber", "3d_coords": [-0.75, 2.25, 0.75], "rotation": 68.36323221634937, "pixel_coords": [285, 375, 12.749999046325684], "color": "yellow", "cell_row": 3, "cell_col": 1, "cell_layer": 0, "cell_label": "D2-1"}]}]}
g04_000008
4
g04
[{"id": "obj_0", "desc": "red rubber sphere"}, {"id": "obj_1", "desc": "red metal cube"}, {"id": "obj_2", "desc": "purple metal cylinder"}, {"id": "obj_3", "desc": "purple rubber cylinder"}]
You are analyzing a 3D scene where objects are placed in a 4×4×4 grid. Coordinate system: - Row: A, B, C, D (A=front, D=back) - Column: 1, 2, 3, 4 (1=left, 4=right) - Layer: 1, 2, 3, 4 (1=bottom, 4=top) - Position format: RowCol-Layer, e.g. "B3-4" = Row B, Column 3, Layer 4 You will receive 6 orthographic views of the scene, each labeled. Use multiple views together to determine each object's 3D grid cell. Respond ONLY with a JSON array.
Here are 6 orthographic views of a 3D grid scene: [Image 1 — TOP VIEW (looking down): rows=A-D top-to-bottom, columns=1-4 left-to-right] [Image 2 — FRONT VIEW (looking from front): columns=1-4 left-to-right, layers=1-4 bottom-to-top] [Image 3 — RIGHT VIEW (looking from right side): rows=A-D left-to-right, layers=1-4 bottom-to-top] [Image 4 — BACK VIEW (looking from back): columns=4-1 left-to-right, layers=1-4 bottom-to-top] [Image 5 — LEFT VIEW (looking from left side): rows=D-A left-to-right, layers=1-4 bottom-to-top] [Image 6 — BOTTOM VIEW (looking up): rows=A-D top-to-bottom, columns=4-1 left-to-right] Objects in this scene: 1. red rubber sphere 2. red metal cube 3. purple metal cylinder 4. purple rubber cylinder For each object, determine its grid position by combining information from at least two views. Answer as JSON: [ {"object": "red rubber sphere", "cell": "?"}, {"object": "red metal cube", "cell": "?"}, {"object": "purple metal cylinder", "cell": "?"}, {"object": "purple rubber cylinder", "cell": "?"} ]
[{"object": "red rubber sphere", "cell": "A3-3", "row": 0, "col": 2, "layer": 2}, {"object": "red metal cube", "cell": "B2-4", "row": 1, "col": 1, "layer": 3}, {"object": "purple metal cylinder", "cell": "A3-1", "row": 0, "col": 2, "layer": 0}, {"object": "purple rubber cylinder", "cell": "B4-3", "row": 1, "col": 3, "layer": 2}]
{"scene_id": "g04_000008", "split": "g04", "image_index": 8, "n_objects": 4, "placement_mode": "grid3d", "grid_info": {"rows": 4, "cols": 4, "layers": 4, "cell_size": 1.5, "grid_extent_xy": [-3.0, 3.0], "grid_extent_z": [0.0, 6.0], "labels_visible": false}, "objects": [{"id": "obj_0", "shape": "sphere", "size": "small", "material": "rubber", "3d_coords": [0.75, -2.25, 3.75], "rotation": 208.4108607025958, "pixel_coords": [157, 212, 14.25], "color": "red", "cell_row": 0, "cell_col": 2, "cell_layer": 2, "cell_label": "A3-3"}, {"id": "obj_1", "shape": "cube", "size": "small", "material": "metal", "3d_coords": [-0.75, -0.75, 5.25], "rotation": 236.6543392101081, "pixel_coords": [215, 165, 15.75], "color": "red", "cell_row": 1, "cell_col": 1, "cell_layer": 3, "cell_label": "B2-4"}, {"id": "obj_2", "shape": "cylinder", "size": "small", "material": "metal", "3d_coords": [0.75, -2.25, 0.75], "rotation": 73.53331179247311, "pixel_coords": [157, 323, 14.25], "color": "purple", "cell_row": 0, "cell_col": 2, "cell_layer": 0, "cell_label": "A3-1"}, {"id": "obj_3", "shape": "cylinder", "size": "small", "material": "rubber", "3d_coords": [2.25, -0.75, 3.75], "rotation": 95.62122451128738, "pixel_coords": [209, 209, 12.75], "color": "purple", "cell_row": 1, "cell_col": 3, "cell_layer": 2, "cell_label": "B4-3"}], "world_constraints": {}, "views": [{"view_id": "top", "image_path": "g04_000008.png", "camera": {"camera_id": "top", "azimuth": 0.0, "elevation": 90.0, "distance": 15.0, "position": [9.18485099360515e-16, 0.0, 18.0], "look_at": [0.0, 0.0, 3.0]}, "projection": "orthographic", "ortho_scale": 8.0, "objects": [{"id": "obj_0", "shape": "sphere", "size": "small", "material": "rubber", "3d_coords": [0.75, -2.25, 3.75], "rotation": 208.4108607025958, "pixel_coords": [195, 105, 14.25], "color": "red", "cell_row": 0, "cell_col": 2, "cell_layer": 2, "cell_label": "A3-3"}, {"id": "obj_1", "shape": "cube", "size": "small", "material": "metal", "3d_coords": [-0.75, -0.75, 5.25], "rotation": 236.6543392101081, "pixel_coords": [285, 195, 12.75], "color": "red", "cell_row": 1, "cell_col": 1, "cell_layer": 3, "cell_label": "B2-4"}, {"id": "obj_2", "shape": "cylinder", "size": "small", "material": "metal", "3d_coords": [0.75, -2.25, 0.75], "rotation": 73.53331179247311, "pixel_coords": [195, 105, 17.25], "color": "purple", "cell_row": 0, "cell_col": 2, "cell_layer": 0, "cell_label": "A3-1"}, {"id": "obj_3", "shape": "cylinder", "size": "small", "material": "rubber", "3d_coords": [2.25, -0.75, 3.75], "rotation": 95.62122451128738, "pixel_coords": [105, 195, 14.25], "color": "purple", "cell_row": 1, "cell_col": 3, "cell_layer": 2, "cell_label": "B4-3"}]}, {"view_id": "bottom", "image_path": "g04_000008.png", "camera": {"camera_id": "bottom", "azimuth": 0.0, "elevation": -90.0, "distance": 15.0, "position": [9.18485099360515e-16, 0.0, -12.0], "look_at": [0.0, 0.0, 3.0]}, "projection": "orthographic", "ortho_scale": 8.0, "objects": [{"id": "obj_0", "shape": "sphere", "size": "small", "material": "rubber", "3d_coords": [0.75, -2.25, 3.75], "rotation": 208.4108607025958, "pixel_coords": [285, 105, 15.75], "color": "red", "cell_row": 0, "cell_col": 2, "cell_layer": 2, "cell_label": "A3-3"}, {"id": "obj_1", "shape": "cube", "size": "small", "material": "metal", "3d_coords": [-0.75, -0.75, 5.25], "rotation": 236.6543392101081, "pixel_coords": [195, 195, 17.25], "color": "red", "cell_row": 1, "cell_col": 1, "cell_layer": 3, "cell_label": "B2-4"}, {"id": "obj_2", "shape": "cylinder", "size": "small", "material": "metal", "3d_coords": [0.75, -2.25, 0.75], "rotation": 73.53331179247311, "pixel_coords": [285, 105, 12.75], "color": "purple", "cell_row": 0, "cell_col": 2, "cell_layer": 0, "cell_label": "A3-1"}, {"id": "obj_3", "shape": "cylinder", "size": "small", "material": "rubber", "3d_coords": [2.25, -0.75, 3.75], "rotation": 95.62122451128738, "pixel_coords": [375, 195, 15.75], "color": "purple", "cell_row": 1, "cell_col": 3, "cell_layer": 2, "cell_label": "B4-3"}]}, {"view_id": "front", "image_path": "g04_000008.png", "camera": {"camera_id": "front", "azimuth": 0.0, "elevation": 0.0, "distance": 15.0, "position": [15.0, 0.0, 3.0], "look_at": [0.0, 0.0, 3.0]}, "projection": "orthographic", "ortho_scale": 8.0, "objects": [{"id": "obj_0", "shape": "sphere", "size": "small", "material": "rubber", "3d_coords": [0.75, -2.25, 3.75], "rotation": 208.4108607025958, "pixel_coords": [105, 195, 14.25], "color": "red", "cell_row": 0, "cell_col": 2, "cell_layer": 2, "cell_label": "A3-3"}, {"id": "obj_1", "shape": "cube", "size": "small", "material": "metal", "3d_coords": [-0.75, -0.75, 5.25], "rotation": 236.6543392101081, "pixel_coords": [195, 105, 15.75], "color": "red", "cell_row": 1, "cell_col": 1, "cell_layer": 3, "cell_label": "B2-4"}, {"id": "obj_2", "shape": "cylinder", "size": "small", "material": "metal", "3d_coords": [0.75, -2.25, 0.75], "rotation": 73.53331179247311, "pixel_coords": [105, 375, 14.25], "color": "purple", "cell_row": 0, "cell_col": 2, "cell_layer": 0, "cell_label": "A3-1"}, {"id": "obj_3", "shape": "cylinder", "size": "small", "material": "rubber", "3d_coords": [2.25, -0.75, 3.75], "rotation": 95.62122451128738, "pixel_coords": [195, 195, 12.75], "color": "purple", "cell_row": 1, "cell_col": 3, "cell_layer": 2, "cell_label": "B4-3"}]}, {"view_id": "back", "image_path": "g04_000008.png", "camera": {"camera_id": "back", "azimuth": 180.0, "elevation": 0.0, "distance": 15.0, "position": [-15.0, 1.83697019872103e-15, 3.0], "look_at": [0.0, 0.0, 3.0]}, "projection": "orthographic", "ortho_scale": 8.0, "objects": [{"id": "obj_0", "shape": "sphere", "size": "small", "material": "rubber", "3d_coords": [0.75, -2.25, 3.75], "rotation": 208.4108607025958, "pixel_coords": [375, 195, 15.75], "color": "red", "cell_row": 0, "cell_col": 2, "cell_layer": 2, "cell_label": "A3-3"}, {"id": "obj_1", "shape": "cube", "size": "small", "material": "metal", "3d_coords": [-0.75, -0.75, 5.25], "rotation": 236.6543392101081, "pixel_coords": [285, 105, 14.25], "color": "red", "cell_row": 1, "cell_col": 1, "cell_layer": 3, "cell_label": "B2-4"}, {"id": "obj_2", "shape": "cylinder", "size": "small", "material": "metal", "3d_coords": [0.75, -2.25, 0.75], "rotation": 73.53331179247311, "pixel_coords": [375, 375, 15.75], "color": "purple", "cell_row": 0, "cell_col": 2, "cell_layer": 0, "cell_label": "A3-1"}, {"id": "obj_3", "shape": "cylinder", "size": "small", "material": "rubber", "3d_coords": [2.25, -0.75, 3.75], "rotation": 95.62122451128738, "pixel_coords": [285, 195, 17.25], "color": "purple", "cell_row": 1, "cell_col": 3, "cell_layer": 2, "cell_label": "B4-3"}]}, {"view_id": "left", "image_path": "g04_000008.png", "camera": {"camera_id": "left", "azimuth": 270.0, "elevation": 0.0, "distance": 15.0, "position": [-2.7554552980815444e-15, -15.0, 3.0], "look_at": [0.0, 0.0, 3.0]}, "projection": "orthographic", "ortho_scale": 8.0, "objects": [{"id": "obj_0", "shape": "sphere", "size": "small", "material": "rubber", "3d_coords": [0.75, -2.25, 3.75], "rotation": 208.4108607025958, "pixel_coords": [285, 195, 12.75], "color": "red", "cell_row": 0, "cell_col": 2, "cell_layer": 2, "cell_label": "A3-3"}, {"id": "obj_1", "shape": "cube", "size": "small", "material": "metal", "3d_coords": [-0.75, -0.75, 5.25], "rotation": 236.6543392101081, "pixel_coords": [195, 105, 14.25], "color": "red", "cell_row": 1, "cell_col": 1, "cell_layer": 3, "cell_label": "B2-4"}, {"id": "obj_2", "shape": "cylinder", "size": "small", "material": "metal", "3d_coords": [0.75, -2.25, 0.75], "rotation": 73.53331179247311, "pixel_coords": [285, 375, 12.749999046325684], "color": "purple", "cell_row": 0, "cell_col": 2, "cell_layer": 0, "cell_label": "A3-1"}, {"id": "obj_3", "shape": "cylinder", "size": "small", "material": "rubber", "3d_coords": [2.25, -0.75, 3.75], "rotation": 95.62122451128738, "pixel_coords": [375, 195, 14.25], "color": "purple", "cell_row": 1, "cell_col": 3, "cell_layer": 2, "cell_label": "B4-3"}]}, {"view_id": "right", "image_path": "g04_000008.png", "camera": {"camera_id": "right", "azimuth": 90.0, "elevation": 0.0, "distance": 15.0, "position": [9.18485099360515e-16, 15.0, 3.0], "look_at": [0.0, 0.0, 3.0]}, "projection": "orthographic", "ortho_scale": 8.0, "objects": [{"id": "obj_0", "shape": "sphere", "size": "small", "material": "rubber", "3d_coords": [0.75, -2.25, 3.75], "rotation": 208.4108607025958, "pixel_coords": [195, 195, 17.25], "color": "red", "cell_row": 0, "cell_col": 2, "cell_layer": 2, "cell_label": "A3-3"}, {"id": "obj_1", "shape": "cube", "size": "small", "material": "metal", "3d_coords": [-0.75, -0.75, 5.25], "rotation": 236.6543392101081, "pixel_coords": [285, 105, 15.75], "color": "red", "cell_row": 1, "cell_col": 1, "cell_layer": 3, "cell_label": "B2-4"}, {"id": "obj_2", "shape": "cylinder", "size": "small", "material": "metal", "3d_coords": [0.75, -2.25, 0.75], "rotation": 73.53331179247311, "pixel_coords": [195, 375, 17.25], "color": "purple", "cell_row": 0, "cell_col": 2, "cell_layer": 0, "cell_label": "A3-1"}, {"id": "obj_3", "shape": "cylinder", "size": "small", "material": "rubber", "3d_coords": [2.25, -0.75, 3.75], "rotation": 95.62122451128738, "pixel_coords": [105, 195, 15.749999046325684], "color": "purple", "cell_row": 1, "cell_col": 3, "cell_layer": 2, "cell_label": "B4-3"}]}]}
g04_000009
4
g04
[{"id": "obj_0", "desc": "green metal cube"}, {"id": "obj_1", "desc": "brown rubber sphere"}, {"id": "obj_2", "desc": "brown rubber cylinder"}, {"id": "obj_3", "desc": "brown rubber cube"}]
You are analyzing a 3D scene where objects are placed in a 4×4×4 grid. Coordinate system: - Row: A, B, C, D (A=front, D=back) - Column: 1, 2, 3, 4 (1=left, 4=right) - Layer: 1, 2, 3, 4 (1=bottom, 4=top) - Position format: RowCol-Layer, e.g. "B3-4" = Row B, Column 3, Layer 4 You will receive 6 orthographic views of the scene, each labeled. Use multiple views together to determine each object's 3D grid cell. Respond ONLY with a JSON array.
Here are 6 orthographic views of a 3D grid scene: [Image 1 — TOP VIEW (looking down): rows=A-D top-to-bottom, columns=1-4 left-to-right] [Image 2 — FRONT VIEW (looking from front): columns=1-4 left-to-right, layers=1-4 bottom-to-top] [Image 3 — RIGHT VIEW (looking from right side): rows=A-D left-to-right, layers=1-4 bottom-to-top] [Image 4 — BACK VIEW (looking from back): columns=4-1 left-to-right, layers=1-4 bottom-to-top] [Image 5 — LEFT VIEW (looking from left side): rows=D-A left-to-right, layers=1-4 bottom-to-top] [Image 6 — BOTTOM VIEW (looking up): rows=A-D top-to-bottom, columns=4-1 left-to-right] Objects in this scene: 1. green metal cube 2. brown rubber sphere 3. brown rubber cylinder 4. brown rubber cube For each object, determine its grid position by combining information from at least two views. Answer as JSON: [ {"object": "green metal cube", "cell": "?"}, {"object": "brown rubber sphere", "cell": "?"}, {"object": "brown rubber cylinder", "cell": "?"}, {"object": "brown rubber cube", "cell": "?"} ]
[{"object": "green metal cube", "cell": "B3-4", "row": 1, "col": 2, "layer": 3}, {"object": "brown rubber sphere", "cell": "C1-2", "row": 2, "col": 0, "layer": 1}, {"object": "brown rubber cylinder", "cell": "B1-1", "row": 1, "col": 0, "layer": 0}, {"object": "brown rubber cube", "cell": "C4-1", "row": 2, "col": 3, "layer": 0}]
{"scene_id": "g04_000009", "split": "g04", "image_index": 9, "n_objects": 4, "placement_mode": "grid3d", "grid_info": {"rows": 4, "cols": 4, "layers": 4, "cell_size": 1.5, "grid_extent_xy": [-3.0, 3.0], "grid_extent_z": [0.0, 6.0], "labels_visible": false}, "objects": [{"id": "obj_0", "shape": "cube", "size": "small", "material": "metal", "3d_coords": [0.75, -0.75, 5.25], "rotation": 102.59546083799643, "pixel_coords": [212, 157, 14.25], "color": "green", "cell_row": 1, "cell_col": 2, "cell_layer": 3, "cell_label": "B3-4"}, {"id": "obj_1", "shape": "sphere", "size": "small", "material": "rubber", "3d_coords": [-2.25, 0.75, 2.25], "rotation": 240.43075333653007, "pixel_coords": [263, 263, 17.25], "color": "brown", "cell_row": 2, "cell_col": 0, "cell_layer": 1, "cell_label": "C1-2"}, {"id": "obj_2", "shape": "cylinder", "size": "small", "material": "rubber", "3d_coords": [-2.25, -0.75, 0.75], "rotation": 338.0148014137574, "pixel_coords": [217, 308, 17.25], "color": "brown", "cell_row": 1, "cell_col": 0, "cell_layer": 0, "cell_label": "B1-1"}, {"id": "obj_3", "shape": "cube", "size": "small", "material": "rubber", "3d_coords": [2.25, 0.75, 0.75], "rotation": 320.29657452205527, "pixel_coords": [271, 333, 12.75], "color": "brown", "cell_row": 2, "cell_col": 3, "cell_layer": 0, "cell_label": "C4-1"}], "world_constraints": {}, "views": [{"view_id": "top", "image_path": "g04_000009.png", "camera": {"camera_id": "top", "azimuth": 0.0, "elevation": 90.0, "distance": 15.0, "position": [9.18485099360515e-16, 0.0, 18.0], "look_at": [0.0, 0.0, 3.0]}, "projection": "orthographic", "ortho_scale": 8.0, "objects": [{"id": "obj_0", "shape": "cube", "size": "small", "material": "metal", "3d_coords": [0.75, -0.75, 5.25], "rotation": 102.59546083799643, "pixel_coords": [195, 195, 12.75], "color": "green", "cell_row": 1, "cell_col": 2, "cell_layer": 3, "cell_label": "B3-4"}, {"id": "obj_1", "shape": "sphere", "size": "small", "material": "rubber", "3d_coords": [-2.25, 0.75, 2.25], "rotation": 240.43075333653007, "pixel_coords": [375, 285, 15.75], "color": "brown", "cell_row": 2, "cell_col": 0, "cell_layer": 1, "cell_label": "C1-2"}, {"id": "obj_2", "shape": "cylinder", "size": "small", "material": "rubber", "3d_coords": [-2.25, -0.75, 0.75], "rotation": 338.0148014137574, "pixel_coords": [375, 195, 17.25], "color": "brown", "cell_row": 1, "cell_col": 0, "cell_layer": 0, "cell_label": "B1-1"}, {"id": "obj_3", "shape": "cube", "size": "small", "material": "rubber", "3d_coords": [2.25, 0.75, 0.75], "rotation": 320.29657452205527, "pixel_coords": [105, 285, 17.25], "color": "brown", "cell_row": 2, "cell_col": 3, "cell_layer": 0, "cell_label": "C4-1"}]}, {"view_id": "bottom", "image_path": "g04_000009.png", "camera": {"camera_id": "bottom", "azimuth": 0.0, "elevation": -90.0, "distance": 15.0, "position": [9.18485099360515e-16, 0.0, -12.0], "look_at": [0.0, 0.0, 3.0]}, "projection": "orthographic", "ortho_scale": 8.0, "objects": [{"id": "obj_0", "shape": "cube", "size": "small", "material": "metal", "3d_coords": [0.75, -0.75, 5.25], "rotation": 102.59546083799643, "pixel_coords": [285, 195, 17.25], "color": "green", "cell_row": 1, "cell_col": 2, "cell_layer": 3, "cell_label": "B3-4"}, {"id": "obj_1", "shape": "sphere", "size": "small", "material": "rubber", "3d_coords": [-2.25, 0.75, 2.25], "rotation": 240.43075333653007, "pixel_coords": [105, 285, 14.25], "color": "brown", "cell_row": 2, "cell_col": 0, "cell_layer": 1, "cell_label": "C1-2"}, {"id": "obj_2", "shape": "cylinder", "size": "small", "material": "rubber", "3d_coords": [-2.25, -0.75, 0.75], "rotation": 338.0148014137574, "pixel_coords": [105, 195, 12.75], "color": "brown", "cell_row": 1, "cell_col": 0, "cell_layer": 0, "cell_label": "B1-1"}, {"id": "obj_3", "shape": "cube", "size": "small", "material": "rubber", "3d_coords": [2.25, 0.75, 0.75], "rotation": 320.29657452205527, "pixel_coords": [375, 285, 12.75], "color": "brown", "cell_row": 2, "cell_col": 3, "cell_layer": 0, "cell_label": "C4-1"}]}, {"view_id": "front", "image_path": "g04_000009.png", "camera": {"camera_id": "front", "azimuth": 0.0, "elevation": 0.0, "distance": 15.0, "position": [15.0, 0.0, 3.0], "look_at": [0.0, 0.0, 3.0]}, "projection": "orthographic", "ortho_scale": 8.0, "objects": [{"id": "obj_0", "shape": "cube", "size": "small", "material": "metal", "3d_coords": [0.75, -0.75, 5.25], "rotation": 102.59546083799643, "pixel_coords": [195, 105, 14.25], "color": "green", "cell_row": 1, "cell_col": 2, "cell_layer": 3, "cell_label": "B3-4"}, {"id": "obj_1", "shape": "sphere", "size": "small", "material": "rubber", "3d_coords": [-2.25, 0.75, 2.25], "rotation": 240.43075333653007, "pixel_coords": [285, 285, 17.25], "color": "brown", "cell_row": 2, "cell_col": 0, "cell_layer": 1, "cell_label": "C1-2"}, {"id": "obj_2", "shape": "cylinder", "size": "small", "material": "rubber", "3d_coords": [-2.25, -0.75, 0.75], "rotation": 338.0148014137574, "pixel_coords": [195, 375, 17.25], "color": "brown", "cell_row": 1, "cell_col": 0, "cell_layer": 0, "cell_label": "B1-1"}, {"id": "obj_3", "shape": "cube", "size": "small", "material": "rubber", "3d_coords": [2.25, 0.75, 0.75], "rotation": 320.29657452205527, "pixel_coords": [285, 375, 12.75], "color": "brown", "cell_row": 2, "cell_col": 3, "cell_layer": 0, "cell_label": "C4-1"}]}, {"view_id": "back", "image_path": "g04_000009.png", "camera": {"camera_id": "back", "azimuth": 180.0, "elevation": 0.0, "distance": 15.0, "position": [-15.0, 1.83697019872103e-15, 3.0], "look_at": [0.0, 0.0, 3.0]}, "projection": "orthographic", "ortho_scale": 8.0, "objects": [{"id": "obj_0", "shape": "cube", "size": "small", "material": "metal", "3d_coords": [0.75, -0.75, 5.25], "rotation": 102.59546083799643, "pixel_coords": [285, 105, 15.75], "color": "green", "cell_row": 1, "cell_col": 2, "cell_layer": 3, "cell_label": "B3-4"}, {"id": "obj_1", "shape": "sphere", "size": "small", "material": "rubber", "3d_coords": [-2.25, 0.75, 2.25], "rotation": 240.43075333653007, "pixel_coords": [195, 285, 12.75], "color": "brown", "cell_row": 2, "cell_col": 0, "cell_layer": 1, "cell_label": "C1-2"}, {"id": "obj_2", "shape": "cylinder", "size": "small", "material": "rubber", "3d_coords": [-2.25, -0.75, 0.75], "rotation": 338.0148014137574, "pixel_coords": [285, 375, 12.75], "color": "brown", "cell_row": 1, "cell_col": 0, "cell_layer": 0, "cell_label": "B1-1"}, {"id": "obj_3", "shape": "cube", "size": "small", "material": "rubber", "3d_coords": [2.25, 0.75, 0.75], "rotation": 320.29657452205527, "pixel_coords": [195, 375, 17.25], "color": "brown", "cell_row": 2, "cell_col": 3, "cell_layer": 0, "cell_label": "C4-1"}]}, {"view_id": "left", "image_path": "g04_000009.png", "camera": {"camera_id": "left", "azimuth": 270.0, "elevation": 0.0, "distance": 15.0, "position": [-2.7554552980815444e-15, -15.0, 3.0], "look_at": [0.0, 0.0, 3.0]}, "projection": "orthographic", "ortho_scale": 8.0, "objects": [{"id": "obj_0", "shape": "cube", "size": "small", "material": "metal", "3d_coords": [0.75, -0.75, 5.25], "rotation": 102.59546083799643, "pixel_coords": [285, 105, 14.25], "color": "green", "cell_row": 1, "cell_col": 2, "cell_layer": 3, "cell_label": "B3-4"}, {"id": "obj_1", "shape": "sphere", "size": "small", "material": "rubber", "3d_coords": [-2.25, 0.75, 2.25], "rotation": 240.43075333653007, "pixel_coords": [105, 285, 15.749999046325684], "color": "brown", "cell_row": 2, "cell_col": 0, "cell_layer": 1, "cell_label": "C1-2"}, {"id": "obj_2", "shape": "cylinder", "size": "small", "material": "rubber", "3d_coords": [-2.25, -0.75, 0.75], "rotation": 338.0148014137574, "pixel_coords": [105, 375, 14.249999046325684], "color": "brown", "cell_row": 1, "cell_col": 0, "cell_layer": 0, "cell_label": "B1-1"}, {"id": "obj_3", "shape": "cube", "size": "small", "material": "rubber", "3d_coords": [2.25, 0.75, 0.75], "rotation": 320.29657452205527, "pixel_coords": [375, 375, 15.749999046325684], "color": "brown", "cell_row": 2, "cell_col": 3, "cell_layer": 0, "cell_label": "C4-1"}]}, {"view_id": "right", "image_path": "g04_000009.png", "camera": {"camera_id": "right", "azimuth": 90.0, "elevation": 0.0, "distance": 15.0, "position": [9.18485099360515e-16, 15.0, 3.0], "look_at": [0.0, 0.0, 3.0]}, "projection": "orthographic", "ortho_scale": 8.0, "objects": [{"id": "obj_0", "shape": "cube", "size": "small", "material": "metal", "3d_coords": [0.75, -0.75, 5.25], "rotation": 102.59546083799643, "pixel_coords": [195, 105, 15.75], "color": "green", "cell_row": 1, "cell_col": 2, "cell_layer": 3, "cell_label": "B3-4"}, {"id": "obj_1", "shape": "sphere", "size": "small", "material": "rubber", "3d_coords": [-2.25, 0.75, 2.25], "rotation": 240.43075333653007, "pixel_coords": [375, 285, 14.25], "color": "brown", "cell_row": 2, "cell_col": 0, "cell_layer": 1, "cell_label": "C1-2"}, {"id": "obj_2", "shape": "cylinder", "size": "small", "material": "rubber", "3d_coords": [-2.25, -0.75, 0.75], "rotation": 338.0148014137574, "pixel_coords": [375, 375, 15.749999046325684], "color": "brown", "cell_row": 1, "cell_col": 0, "cell_layer": 0, "cell_label": "B1-1"}, {"id": "obj_3", "shape": "cube", "size": "small", "material": "rubber", "3d_coords": [2.25, 0.75, 0.75], "rotation": 320.29657452205527, "pixel_coords": [105, 375, 14.249999046325684], "color": "brown", "cell_row": 2, "cell_col": 3, "cell_layer": 0, "cell_label": "C4-1"}]}]}
g04_000010
4
g04
[{"id": "obj_0", "desc": "purple rubber cube"}, {"id": "obj_1", "desc": "blue metal sphere"}, {"id": "obj_2", "desc": "gray rubber sphere"}, {"id": "obj_3", "desc": "blue rubber cylinder"}]
You are analyzing a 3D scene where objects are placed in a 4×4×4 grid. Coordinate system: - Row: A, B, C, D (A=front, D=back) - Column: 1, 2, 3, 4 (1=left, 4=right) - Layer: 1, 2, 3, 4 (1=bottom, 4=top) - Position format: RowCol-Layer, e.g. "B3-4" = Row B, Column 3, Layer 4 You will receive 6 orthographic views of the scene, each labeled. Use multiple views together to determine each object's 3D grid cell. Respond ONLY with a JSON array.
Here are 6 orthographic views of a 3D grid scene: [Image 1 — TOP VIEW (looking down): rows=A-D top-to-bottom, columns=1-4 left-to-right] [Image 2 — FRONT VIEW (looking from front): columns=1-4 left-to-right, layers=1-4 bottom-to-top] [Image 3 — RIGHT VIEW (looking from right side): rows=A-D left-to-right, layers=1-4 bottom-to-top] [Image 4 — BACK VIEW (looking from back): columns=4-1 left-to-right, layers=1-4 bottom-to-top] [Image 5 — LEFT VIEW (looking from left side): rows=D-A left-to-right, layers=1-4 bottom-to-top] [Image 6 — BOTTOM VIEW (looking up): rows=A-D top-to-bottom, columns=4-1 left-to-right] Objects in this scene: 1. purple rubber cube 2. blue metal sphere 3. gray rubber sphere 4. blue rubber cylinder For each object, determine its grid position by combining information from at least two views. Answer as JSON: [ {"object": "purple rubber cube", "cell": "?"}, {"object": "blue metal sphere", "cell": "?"}, {"object": "gray rubber sphere", "cell": "?"}, {"object": "blue rubber cylinder", "cell": "?"} ]
[{"object": "purple rubber cube", "cell": "A3-4", "row": 0, "col": 2, "layer": 3}, {"object": "blue metal sphere", "cell": "D2-3", "row": 3, "col": 1, "layer": 2}, {"object": "gray rubber sphere", "cell": "C1-4", "row": 2, "col": 0, "layer": 3}, {"object": "blue rubber cylinder", "cell": "A2-2", "row": 0, "col": 1, "layer": 1}]
{"scene_id": "g04_000010", "split": "g04", "image_index": 10, "n_objects": 4, "placement_mode": "grid3d", "grid_info": {"rows": 4, "cols": 4, "layers": 4, "cell_size": 1.5, "grid_extent_xy": [-3.0, 3.0], "grid_extent_z": [0.0, 6.0], "labels_visible": false}, "objects": [{"id": "obj_0", "shape": "cube", "size": "small", "material": "rubber", "3d_coords": [0.75, -2.25, 5.25], "rotation": 229.36081582849667, "pixel_coords": [157, 157, 14.25], "color": "purple", "cell_row": 0, "cell_col": 2, "cell_layer": 3, "cell_label": "A3-4"}, {"id": "obj_1", "shape": "sphere", "size": "small", "material": "metal", "3d_coords": [-0.75, 2.25, 3.75], "rotation": 198.60495160550084, "pixel_coords": [315, 215, 15.75], "color": "blue", "cell_row": 3, "cell_col": 1, "cell_layer": 2, "cell_label": "D2-3"}, {"id": "obj_2", "shape": "sphere", "size": "small", "material": "rubber", "3d_coords": [-2.25, 0.75, 5.25], "rotation": 27.087789626556138, "pixel_coords": [263, 172, 17.25], "color": "gray", "cell_row": 2, "cell_col": 0, "cell_layer": 3, "cell_label": "C1-4"}, {"id": "obj_3", "shape": "cylinder", "size": "small", "material": "rubber", "3d_coords": [-0.75, -2.25, 2.25], "rotation": 300.454207158966, "pixel_coords": [165, 265, 15.75], "color": "blue", "cell_row": 0, "cell_col": 1, "cell_layer": 1, "cell_label": "A2-2"}], "world_constraints": {}, "views": [{"view_id": "top", "image_path": "g04_000010.png", "camera": {"camera_id": "top", "azimuth": 0.0, "elevation": 90.0, "distance": 15.0, "position": [9.18485099360515e-16, 0.0, 18.0], "look_at": [0.0, 0.0, 3.0]}, "projection": "orthographic", "ortho_scale": 8.0, "objects": [{"id": "obj_0", "shape": "cube", "size": "small", "material": "rubber", "3d_coords": [0.75, -2.25, 5.25], "rotation": 229.36081582849667, "pixel_coords": [195, 105, 12.75], "color": "purple", "cell_row": 0, "cell_col": 2, "cell_layer": 3, "cell_label": "A3-4"}, {"id": "obj_1", "shape": "sphere", "size": "small", "material": "metal", "3d_coords": [-0.75, 2.25, 3.75], "rotation": 198.60495160550084, "pixel_coords": [285, 375, 14.25], "color": "blue", "cell_row": 3, "cell_col": 1, "cell_layer": 2, "cell_label": "D2-3"}, {"id": "obj_2", "shape": "sphere", "size": "small", "material": "rubber", "3d_coords": [-2.25, 0.75, 5.25], "rotation": 27.087789626556138, "pixel_coords": [375, 285, 12.75], "color": "gray", "cell_row": 2, "cell_col": 0, "cell_layer": 3, "cell_label": "C1-4"}, {"id": "obj_3", "shape": "cylinder", "size": "small", "material": "rubber", "3d_coords": [-0.75, -2.25, 2.25], "rotation": 300.454207158966, "pixel_coords": [285, 105, 15.75], "color": "blue", "cell_row": 0, "cell_col": 1, "cell_layer": 1, "cell_label": "A2-2"}]}, {"view_id": "bottom", "image_path": "g04_000010.png", "camera": {"camera_id": "bottom", "azimuth": 0.0, "elevation": -90.0, "distance": 15.0, "position": [9.18485099360515e-16, 0.0, -12.0], "look_at": [0.0, 0.0, 3.0]}, "projection": "orthographic", "ortho_scale": 8.0, "objects": [{"id": "obj_0", "shape": "cube", "size": "small", "material": "rubber", "3d_coords": [0.75, -2.25, 5.25], "rotation": 229.36081582849667, "pixel_coords": [285, 105, 17.25], "color": "purple", "cell_row": 0, "cell_col": 2, "cell_layer": 3, "cell_label": "A3-4"}, {"id": "obj_1", "shape": "sphere", "size": "small", "material": "metal", "3d_coords": [-0.75, 2.25, 3.75], "rotation": 198.60495160550084, "pixel_coords": [195, 375, 15.75], "color": "blue", "cell_row": 3, "cell_col": 1, "cell_layer": 2, "cell_label": "D2-3"}, {"id": "obj_2", "shape": "sphere", "size": "small", "material": "rubber", "3d_coords": [-2.25, 0.75, 5.25], "rotation": 27.087789626556138, "pixel_coords": [105, 285, 17.25], "color": "gray", "cell_row": 2, "cell_col": 0, "cell_layer": 3, "cell_label": "C1-4"}, {"id": "obj_3", "shape": "cylinder", "size": "small", "material": "rubber", "3d_coords": [-0.75, -2.25, 2.25], "rotation": 300.454207158966, "pixel_coords": [195, 105, 14.25], "color": "blue", "cell_row": 0, "cell_col": 1, "cell_layer": 1, "cell_label": "A2-2"}]}, {"view_id": "front", "image_path": "g04_000010.png", "camera": {"camera_id": "front", "azimuth": 0.0, "elevation": 0.0, "distance": 15.0, "position": [15.0, 0.0, 3.0], "look_at": [0.0, 0.0, 3.0]}, "projection": "orthographic", "ortho_scale": 8.0, "objects": [{"id": "obj_0", "shape": "cube", "size": "small", "material": "rubber", "3d_coords": [0.75, -2.25, 5.25], "rotation": 229.36081582849667, "pixel_coords": [105, 105, 14.25], "color": "purple", "cell_row": 0, "cell_col": 2, "cell_layer": 3, "cell_label": "A3-4"}, {"id": "obj_1", "shape": "sphere", "size": "small", "material": "metal", "3d_coords": [-0.75, 2.25, 3.75], "rotation": 198.60495160550084, "pixel_coords": [375, 195, 15.75], "color": "blue", "cell_row": 3, "cell_col": 1, "cell_layer": 2, "cell_label": "D2-3"}, {"id": "obj_2", "shape": "sphere", "size": "small", "material": "rubber", "3d_coords": [-2.25, 0.75, 5.25], "rotation": 27.087789626556138, "pixel_coords": [285, 105, 17.25], "color": "gray", "cell_row": 2, "cell_col": 0, "cell_layer": 3, "cell_label": "C1-4"}, {"id": "obj_3", "shape": "cylinder", "size": "small", "material": "rubber", "3d_coords": [-0.75, -2.25, 2.25], "rotation": 300.454207158966, "pixel_coords": [105, 285, 15.75], "color": "blue", "cell_row": 0, "cell_col": 1, "cell_layer": 1, "cell_label": "A2-2"}]}, {"view_id": "back", "image_path": "g04_000010.png", "camera": {"camera_id": "back", "azimuth": 180.0, "elevation": 0.0, "distance": 15.0, "position": [-15.0, 1.83697019872103e-15, 3.0], "look_at": [0.0, 0.0, 3.0]}, "projection": "orthographic", "ortho_scale": 8.0, "objects": [{"id": "obj_0", "shape": "cube", "size": "small", "material": "rubber", "3d_coords": [0.75, -2.25, 5.25], "rotation": 229.36081582849667, "pixel_coords": [375, 105, 15.75], "color": "purple", "cell_row": 0, "cell_col": 2, "cell_layer": 3, "cell_label": "A3-4"}, {"id": "obj_1", "shape": "sphere", "size": "small", "material": "metal", "3d_coords": [-0.75, 2.25, 3.75], "rotation": 198.60495160550084, "pixel_coords": [105, 195, 14.25], "color": "blue", "cell_row": 3, "cell_col": 1, "cell_layer": 2, "cell_label": "D2-3"}, {"id": "obj_2", "shape": "sphere", "size": "small", "material": "rubber", "3d_coords": [-2.25, 0.75, 5.25], "rotation": 27.087789626556138, "pixel_coords": [195, 105, 12.75], "color": "gray", "cell_row": 2, "cell_col": 0, "cell_layer": 3, "cell_label": "C1-4"}, {"id": "obj_3", "shape": "cylinder", "size": "small", "material": "rubber", "3d_coords": [-0.75, -2.25, 2.25], "rotation": 300.454207158966, "pixel_coords": [375, 285, 14.25], "color": "blue", "cell_row": 0, "cell_col": 1, "cell_layer": 1, "cell_label": "A2-2"}]}, {"view_id": "left", "image_path": "g04_000010.png", "camera": {"camera_id": "left", "azimuth": 270.0, "elevation": 0.0, "distance": 15.0, "position": [-2.7554552980815444e-15, -15.0, 3.0], "look_at": [0.0, 0.0, 3.0]}, "projection": "orthographic", "ortho_scale": 8.0, "objects": [{"id": "obj_0", "shape": "cube", "size": "small", "material": "rubber", "3d_coords": [0.75, -2.25, 5.25], "rotation": 229.36081582849667, "pixel_coords": [285, 105, 12.75], "color": "purple", "cell_row": 0, "cell_col": 2, "cell_layer": 3, "cell_label": "A3-4"}, {"id": "obj_1", "shape": "sphere", "size": "small", "material": "metal", "3d_coords": [-0.75, 2.25, 3.75], "rotation": 198.60495160550084, "pixel_coords": [195, 195, 17.25], "color": "blue", "cell_row": 3, "cell_col": 1, "cell_layer": 2, "cell_label": "D2-3"}, {"id": "obj_2", "shape": "sphere", "size": "small", "material": "rubber", "3d_coords": [-2.25, 0.75, 5.25], "rotation": 27.087789626556138, "pixel_coords": [105, 105, 15.75], "color": "gray", "cell_row": 2, "cell_col": 0, "cell_layer": 3, "cell_label": "C1-4"}, {"id": "obj_3", "shape": "cylinder", "size": "small", "material": "rubber", "3d_coords": [-0.75, -2.25, 2.25], "rotation": 300.454207158966, "pixel_coords": [195, 285, 12.749999046325684], "color": "blue", "cell_row": 0, "cell_col": 1, "cell_layer": 1, "cell_label": "A2-2"}]}, {"view_id": "right", "image_path": "g04_000010.png", "camera": {"camera_id": "right", "azimuth": 90.0, "elevation": 0.0, "distance": 15.0, "position": [9.18485099360515e-16, 15.0, 3.0], "look_at": [0.0, 0.0, 3.0]}, "projection": "orthographic", "ortho_scale": 8.0, "objects": [{"id": "obj_0", "shape": "cube", "size": "small", "material": "rubber", "3d_coords": [0.75, -2.25, 5.25], "rotation": 229.36081582849667, "pixel_coords": [195, 105, 17.25], "color": "purple", "cell_row": 0, "cell_col": 2, "cell_layer": 3, "cell_label": "A3-4"}, {"id": "obj_1", "shape": "sphere", "size": "small", "material": "metal", "3d_coords": [-0.75, 2.25, 3.75], "rotation": 198.60495160550084, "pixel_coords": [285, 195, 12.75], "color": "blue", "cell_row": 3, "cell_col": 1, "cell_layer": 2, "cell_label": "D2-3"}, {"id": "obj_2", "shape": "sphere", "size": "small", "material": "rubber", "3d_coords": [-2.25, 0.75, 5.25], "rotation": 27.087789626556138, "pixel_coords": [375, 105, 14.25], "color": "gray", "cell_row": 2, "cell_col": 0, "cell_layer": 3, "cell_label": "C1-4"}, {"id": "obj_3", "shape": "cylinder", "size": "small", "material": "rubber", "3d_coords": [-0.75, -2.25, 2.25], "rotation": 300.454207158966, "pixel_coords": [285, 285, 17.25], "color": "blue", "cell_row": 0, "cell_col": 1, "cell_layer": 1, "cell_label": "A2-2"}]}]}
g04_000011
4
g04
[{"id": "obj_0", "desc": "blue metal cube"}, {"id": "obj_1", "desc": "purple metal cylinder"}, {"id": "obj_2", "desc": "green metal cylinder"}, {"id": "obj_3", "desc": "red metal cylinder"}]
You are analyzing a 3D scene where objects are placed in a 4×4×4 grid. Coordinate system: - Row: A, B, C, D (A=front, D=back) - Column: 1, 2, 3, 4 (1=left, 4=right) - Layer: 1, 2, 3, 4 (1=bottom, 4=top) - Position format: RowCol-Layer, e.g. "B3-4" = Row B, Column 3, Layer 4 You will receive 6 orthographic views of the scene, each labeled. Use multiple views together to determine each object's 3D grid cell. Respond ONLY with a JSON array.
Here are 6 orthographic views of a 3D grid scene: [Image 1 — TOP VIEW (looking down): rows=A-D top-to-bottom, columns=1-4 left-to-right] [Image 2 — FRONT VIEW (looking from front): columns=1-4 left-to-right, layers=1-4 bottom-to-top] [Image 3 — RIGHT VIEW (looking from right side): rows=A-D left-to-right, layers=1-4 bottom-to-top] [Image 4 — BACK VIEW (looking from back): columns=4-1 left-to-right, layers=1-4 bottom-to-top] [Image 5 — LEFT VIEW (looking from left side): rows=D-A left-to-right, layers=1-4 bottom-to-top] [Image 6 — BOTTOM VIEW (looking up): rows=A-D top-to-bottom, columns=4-1 left-to-right] Objects in this scene: 1. blue metal cube 2. purple metal cylinder 3. green metal cylinder 4. red metal cylinder For each object, determine its grid position by combining information from at least two views. Answer as JSON: [ {"object": "blue metal cube", "cell": "?"}, {"object": "purple metal cylinder", "cell": "?"}, {"object": "green metal cylinder", "cell": "?"}, {"object": "red metal cylinder", "cell": "?"} ]
[{"object": "blue metal cube", "cell": "C4-2", "row": 2, "col": 3, "layer": 1}, {"object": "purple metal cylinder", "cell": "D2-1", "row": 3, "col": 1, "layer": 0}, {"object": "green metal cylinder", "cell": "B1-4", "row": 1, "col": 0, "layer": 3}, {"object": "red metal cylinder", "cell": "B4-3", "row": 1, "col": 3, "layer": 2}]
{"scene_id": "g04_000011", "split": "g04", "image_index": 11, "n_objects": 4, "placement_mode": "grid3d", "grid_info": {"rows": 4, "cols": 4, "layers": 4, "cell_size": 1.5, "grid_extent_xy": [-3.0, 3.0], "grid_extent_z": [0.0, 6.0], "labels_visible": false}, "objects": [{"id": "obj_0", "shape": "cube", "size": "small", "material": "metal", "3d_coords": [2.25, 0.75, 2.25], "rotation": 8.92309028334794, "pixel_coords": [271, 271, 12.75], "color": "blue", "cell_row": 2, "cell_col": 3, "cell_layer": 1, "cell_label": "C4-2"}, {"id": "obj_1", "shape": "cylinder", "size": "small", "material": "metal", "3d_coords": [-0.75, 2.25, 0.75], "rotation": 288.80465001737, "pixel_coords": [315, 315, 15.75], "color": "purple", "cell_row": 3, "cell_col": 1, "cell_layer": 0, "cell_label": "D2-1"}, {"id": "obj_2", "shape": "cylinder", "size": "small", "material": "metal", "3d_coords": [-2.25, -0.75, 5.25], "rotation": 57.31122347306325, "pixel_coords": [217, 172, 17.25], "color": "green", "cell_row": 1, "cell_col": 0, "cell_layer": 3, "cell_label": "B1-4"}, {"id": "obj_3", "shape": "cylinder", "size": "small", "material": "metal", "3d_coords": [2.25, -0.75, 3.75], "rotation": 313.9800418461923, "pixel_coords": [209, 209, 12.75], "color": "red", "cell_row": 1, "cell_col": 3, "cell_layer": 2, "cell_label": "B4-3"}], "world_constraints": {}, "views": [{"view_id": "top", "image_path": "g04_000011.png", "camera": {"camera_id": "top", "azimuth": 0.0, "elevation": 90.0, "distance": 15.0, "position": [9.18485099360515e-16, 0.0, 18.0], "look_at": [0.0, 0.0, 3.0]}, "projection": "orthographic", "ortho_scale": 8.0, "objects": [{"id": "obj_0", "shape": "cube", "size": "small", "material": "metal", "3d_coords": [2.25, 0.75, 2.25], "rotation": 8.92309028334794, "pixel_coords": [105, 285, 15.75], "color": "blue", "cell_row": 2, "cell_col": 3, "cell_layer": 1, "cell_label": "C4-2"}, {"id": "obj_1", "shape": "cylinder", "size": "small", "material": "metal", "3d_coords": [-0.75, 2.25, 0.75], "rotation": 288.80465001737, "pixel_coords": [285, 375, 17.25], "color": "purple", "cell_row": 3, "cell_col": 1, "cell_layer": 0, "cell_label": "D2-1"}, {"id": "obj_2", "shape": "cylinder", "size": "small", "material": "metal", "3d_coords": [-2.25, -0.75, 5.25], "rotation": 57.31122347306325, "pixel_coords": [375, 195, 12.75], "color": "green", "cell_row": 1, "cell_col": 0, "cell_layer": 3, "cell_label": "B1-4"}, {"id": "obj_3", "shape": "cylinder", "size": "small", "material": "metal", "3d_coords": [2.25, -0.75, 3.75], "rotation": 313.9800418461923, "pixel_coords": [105, 195, 14.25], "color": "red", "cell_row": 1, "cell_col": 3, "cell_layer": 2, "cell_label": "B4-3"}]}, {"view_id": "bottom", "image_path": "g04_000011.png", "camera": {"camera_id": "bottom", "azimuth": 0.0, "elevation": -90.0, "distance": 15.0, "position": [9.18485099360515e-16, 0.0, -12.0], "look_at": [0.0, 0.0, 3.0]}, "projection": "orthographic", "ortho_scale": 8.0, "objects": [{"id": "obj_0", "shape": "cube", "size": "small", "material": "metal", "3d_coords": [2.25, 0.75, 2.25], "rotation": 8.92309028334794, "pixel_coords": [375, 285, 14.25], "color": "blue", "cell_row": 2, "cell_col": 3, "cell_layer": 1, "cell_label": "C4-2"}, {"id": "obj_1", "shape": "cylinder", "size": "small", "material": "metal", "3d_coords": [-0.75, 2.25, 0.75], "rotation": 288.80465001737, "pixel_coords": [195, 375, 12.75], "color": "purple", "cell_row": 3, "cell_col": 1, "cell_layer": 0, "cell_label": "D2-1"}, {"id": "obj_2", "shape": "cylinder", "size": "small", "material": "metal", "3d_coords": [-2.25, -0.75, 5.25], "rotation": 57.31122347306325, "pixel_coords": [105, 195, 17.25], "color": "green", "cell_row": 1, "cell_col": 0, "cell_layer": 3, "cell_label": "B1-4"}, {"id": "obj_3", "shape": "cylinder", "size": "small", "material": "metal", "3d_coords": [2.25, -0.75, 3.75], "rotation": 313.9800418461923, "pixel_coords": [375, 195, 15.75], "color": "red", "cell_row": 1, "cell_col": 3, "cell_layer": 2, "cell_label": "B4-3"}]}, {"view_id": "front", "image_path": "g04_000011.png", "camera": {"camera_id": "front", "azimuth": 0.0, "elevation": 0.0, "distance": 15.0, "position": [15.0, 0.0, 3.0], "look_at": [0.0, 0.0, 3.0]}, "projection": "orthographic", "ortho_scale": 8.0, "objects": [{"id": "obj_0", "shape": "cube", "size": "small", "material": "metal", "3d_coords": [2.25, 0.75, 2.25], "rotation": 8.92309028334794, "pixel_coords": [285, 285, 12.75], "color": "blue", "cell_row": 2, "cell_col": 3, "cell_layer": 1, "cell_label": "C4-2"}, {"id": "obj_1", "shape": "cylinder", "size": "small", "material": "metal", "3d_coords": [-0.75, 2.25, 0.75], "rotation": 288.80465001737, "pixel_coords": [375, 375, 15.75], "color": "purple", "cell_row": 3, "cell_col": 1, "cell_layer": 0, "cell_label": "D2-1"}, {"id": "obj_2", "shape": "cylinder", "size": "small", "material": "metal", "3d_coords": [-2.25, -0.75, 5.25], "rotation": 57.31122347306325, "pixel_coords": [195, 105, 17.25], "color": "green", "cell_row": 1, "cell_col": 0, "cell_layer": 3, "cell_label": "B1-4"}, {"id": "obj_3", "shape": "cylinder", "size": "small", "material": "metal", "3d_coords": [2.25, -0.75, 3.75], "rotation": 313.9800418461923, "pixel_coords": [195, 195, 12.75], "color": "red", "cell_row": 1, "cell_col": 3, "cell_layer": 2, "cell_label": "B4-3"}]}, {"view_id": "back", "image_path": "g04_000011.png", "camera": {"camera_id": "back", "azimuth": 180.0, "elevation": 0.0, "distance": 15.0, "position": [-15.0, 1.83697019872103e-15, 3.0], "look_at": [0.0, 0.0, 3.0]}, "projection": "orthographic", "ortho_scale": 8.0, "objects": [{"id": "obj_0", "shape": "cube", "size": "small", "material": "metal", "3d_coords": [2.25, 0.75, 2.25], "rotation": 8.92309028334794, "pixel_coords": [195, 285, 17.25], "color": "blue", "cell_row": 2, "cell_col": 3, "cell_layer": 1, "cell_label": "C4-2"}, {"id": "obj_1", "shape": "cylinder", "size": "small", "material": "metal", "3d_coords": [-0.75, 2.25, 0.75], "rotation": 288.80465001737, "pixel_coords": [105, 375, 14.25], "color": "purple", "cell_row": 3, "cell_col": 1, "cell_layer": 0, "cell_label": "D2-1"}, {"id": "obj_2", "shape": "cylinder", "size": "small", "material": "metal", "3d_coords": [-2.25, -0.75, 5.25], "rotation": 57.31122347306325, "pixel_coords": [285, 105, 12.75], "color": "green", "cell_row": 1, "cell_col": 0, "cell_layer": 3, "cell_label": "B1-4"}, {"id": "obj_3", "shape": "cylinder", "size": "small", "material": "metal", "3d_coords": [2.25, -0.75, 3.75], "rotation": 313.9800418461923, "pixel_coords": [285, 195, 17.25], "color": "red", "cell_row": 1, "cell_col": 3, "cell_layer": 2, "cell_label": "B4-3"}]}, {"view_id": "left", "image_path": "g04_000011.png", "camera": {"camera_id": "left", "azimuth": 270.0, "elevation": 0.0, "distance": 15.0, "position": [-2.7554552980815444e-15, -15.0, 3.0], "look_at": [0.0, 0.0, 3.0]}, "projection": "orthographic", "ortho_scale": 8.0, "objects": [{"id": "obj_0", "shape": "cube", "size": "small", "material": "metal", "3d_coords": [2.25, 0.75, 2.25], "rotation": 8.92309028334794, "pixel_coords": [375, 285, 15.749999046325684], "color": "blue", "cell_row": 2, "cell_col": 3, "cell_layer": 1, "cell_label": "C4-2"}, {"id": "obj_1", "shape": "cylinder", "size": "small", "material": "metal", "3d_coords": [-0.75, 2.25, 0.75], "rotation": 288.80465001737, "pixel_coords": [195, 375, 17.25], "color": "purple", "cell_row": 3, "cell_col": 1, "cell_layer": 0, "cell_label": "D2-1"}, {"id": "obj_2", "shape": "cylinder", "size": "small", "material": "metal", "3d_coords": [-2.25, -0.75, 5.25], "rotation": 57.31122347306325, "pixel_coords": [105, 105, 14.25], "color": "green", "cell_row": 1, "cell_col": 0, "cell_layer": 3, "cell_label": "B1-4"}, {"id": "obj_3", "shape": "cylinder", "size": "small", "material": "metal", "3d_coords": [2.25, -0.75, 3.75], "rotation": 313.9800418461923, "pixel_coords": [375, 195, 14.25], "color": "red", "cell_row": 1, "cell_col": 3, "cell_layer": 2, "cell_label": "B4-3"}]}, {"view_id": "right", "image_path": "g04_000011.png", "camera": {"camera_id": "right", "azimuth": 90.0, "elevation": 0.0, "distance": 15.0, "position": [9.18485099360515e-16, 15.0, 3.0], "look_at": [0.0, 0.0, 3.0]}, "projection": "orthographic", "ortho_scale": 8.0, "objects": [{"id": "obj_0", "shape": "cube", "size": "small", "material": "metal", "3d_coords": [2.25, 0.75, 2.25], "rotation": 8.92309028334794, "pixel_coords": [105, 285, 14.249999046325684], "color": "blue", "cell_row": 2, "cell_col": 3, "cell_layer": 1, "cell_label": "C4-2"}, {"id": "obj_1", "shape": "cylinder", "size": "small", "material": "metal", "3d_coords": [-0.75, 2.25, 0.75], "rotation": 288.80465001737, "pixel_coords": [285, 375, 12.749999046325684], "color": "purple", "cell_row": 3, "cell_col": 1, "cell_layer": 0, "cell_label": "D2-1"}, {"id": "obj_2", "shape": "cylinder", "size": "small", "material": "metal", "3d_coords": [-2.25, -0.75, 5.25], "rotation": 57.31122347306325, "pixel_coords": [375, 105, 15.75], "color": "green", "cell_row": 1, "cell_col": 0, "cell_layer": 3, "cell_label": "B1-4"}, {"id": "obj_3", "shape": "cylinder", "size": "small", "material": "metal", "3d_coords": [2.25, -0.75, 3.75], "rotation": 313.9800418461923, "pixel_coords": [105, 195, 15.749999046325684], "color": "red", "cell_row": 1, "cell_col": 3, "cell_layer": 2, "cell_label": "B4-3"}]}]}
g04_000012
4
g04
[{"id": "obj_0", "desc": "purple rubber cylinder"}, {"id": "obj_1", "desc": "blue metal sphere"}, {"id": "obj_2", "desc": "cyan metal cylinder"}, {"id": "obj_3", "desc": "cyan rubber sphere"}]
You are analyzing a 3D scene where objects are placed in a 4×4×4 grid. Coordinate system: - Row: A, B, C, D (A=front, D=back) - Column: 1, 2, 3, 4 (1=left, 4=right) - Layer: 1, 2, 3, 4 (1=bottom, 4=top) - Position format: RowCol-Layer, e.g. "B3-4" = Row B, Column 3, Layer 4 You will receive 6 orthographic views of the scene, each labeled. Use multiple views together to determine each object's 3D grid cell. Respond ONLY with a JSON array.
Here are 6 orthographic views of a 3D grid scene: [Image 1 — TOP VIEW (looking down): rows=A-D top-to-bottom, columns=1-4 left-to-right] [Image 2 — FRONT VIEW (looking from front): columns=1-4 left-to-right, layers=1-4 bottom-to-top] [Image 3 — RIGHT VIEW (looking from right side): rows=A-D left-to-right, layers=1-4 bottom-to-top] [Image 4 — BACK VIEW (looking from back): columns=4-1 left-to-right, layers=1-4 bottom-to-top] [Image 5 — LEFT VIEW (looking from left side): rows=D-A left-to-right, layers=1-4 bottom-to-top] [Image 6 — BOTTOM VIEW (looking up): rows=A-D top-to-bottom, columns=4-1 left-to-right] Objects in this scene: 1. purple rubber cylinder 2. blue metal sphere 3. cyan metal cylinder 4. cyan rubber sphere For each object, determine its grid position by combining information from at least two views. Answer as JSON: [ {"object": "purple rubber cylinder", "cell": "?"}, {"object": "blue metal sphere", "cell": "?"}, {"object": "cyan metal cylinder", "cell": "?"}, {"object": "cyan rubber sphere", "cell": "?"} ]
[{"object": "purple rubber cylinder", "cell": "A3-1", "row": 0, "col": 2, "layer": 0}, {"object": "blue metal sphere", "cell": "C1-4", "row": 2, "col": 0, "layer": 3}, {"object": "cyan metal cylinder", "cell": "C4-1", "row": 2, "col": 3, "layer": 0}, {"object": "cyan rubber sphere", "cell": "D1-4", "row": 3, "col": 0, "layer": 3}]
{"scene_id": "g04_000012", "split": "g04", "image_index": 12, "n_objects": 4, "placement_mode": "grid3d", "grid_info": {"rows": 4, "cols": 4, "layers": 4, "cell_size": 1.5, "grid_extent_xy": [-3.0, 3.0], "grid_extent_z": [0.0, 6.0], "labels_visible": false}, "objects": [{"id": "obj_0", "shape": "cylinder", "size": "small", "material": "rubber", "3d_coords": [0.75, -2.25, 0.75], "rotation": 41.52303066651393, "pixel_coords": [157, 323, 14.25], "color": "purple", "cell_row": 0, "cell_col": 2, "cell_layer": 0, "cell_label": "A3-1"}, {"id": "obj_1", "shape": "sphere", "size": "small", "material": "metal", "3d_coords": [-2.25, 0.75, 5.25], "rotation": 13.77259104717458, "pixel_coords": [263, 172, 17.25], "color": "blue", "cell_row": 2, "cell_col": 0, "cell_layer": 3, "cell_label": "C1-4"}, {"id": "obj_2", "shape": "cylinder", "size": "small", "material": "metal", "3d_coords": [2.25, 0.75, 0.75], "rotation": 262.27622183497357, "pixel_coords": [271, 333, 12.75], "color": "cyan", "cell_row": 2, "cell_col": 3, "cell_layer": 0, "cell_label": "C4-1"}, {"id": "obj_3", "shape": "sphere", "size": "small", "material": "rubber", "3d_coords": [-2.25, 2.25, 5.25], "rotation": 138.6703560041018, "pixel_coords": [308, 172, 17.25], "color": "cyan", "cell_row": 3, "cell_col": 0, "cell_layer": 3, "cell_label": "D1-4"}], "world_constraints": {}, "views": [{"view_id": "top", "image_path": "g04_000012.png", "camera": {"camera_id": "top", "azimuth": 0.0, "elevation": 90.0, "distance": 15.0, "position": [9.18485099360515e-16, 0.0, 18.0], "look_at": [0.0, 0.0, 3.0]}, "projection": "orthographic", "ortho_scale": 8.0, "objects": [{"id": "obj_0", "shape": "cylinder", "size": "small", "material": "rubber", "3d_coords": [0.75, -2.25, 0.75], "rotation": 41.52303066651393, "pixel_coords": [195, 105, 17.25], "color": "purple", "cell_row": 0, "cell_col": 2, "cell_layer": 0, "cell_label": "A3-1"}, {"id": "obj_1", "shape": "sphere", "size": "small", "material": "metal", "3d_coords": [-2.25, 0.75, 5.25], "rotation": 13.77259104717458, "pixel_coords": [375, 285, 12.75], "color": "blue", "cell_row": 2, "cell_col": 0, "cell_layer": 3, "cell_label": "C1-4"}, {"id": "obj_2", "shape": "cylinder", "size": "small", "material": "metal", "3d_coords": [2.25, 0.75, 0.75], "rotation": 262.27622183497357, "pixel_coords": [105, 285, 17.25], "color": "cyan", "cell_row": 2, "cell_col": 3, "cell_layer": 0, "cell_label": "C4-1"}, {"id": "obj_3", "shape": "sphere", "size": "small", "material": "rubber", "3d_coords": [-2.25, 2.25, 5.25], "rotation": 138.6703560041018, "pixel_coords": [375, 375, 12.75], "color": "cyan", "cell_row": 3, "cell_col": 0, "cell_layer": 3, "cell_label": "D1-4"}]}, {"view_id": "bottom", "image_path": "g04_000012.png", "camera": {"camera_id": "bottom", "azimuth": 0.0, "elevation": -90.0, "distance": 15.0, "position": [9.18485099360515e-16, 0.0, -12.0], "look_at": [0.0, 0.0, 3.0]}, "projection": "orthographic", "ortho_scale": 8.0, "objects": [{"id": "obj_0", "shape": "cylinder", "size": "small", "material": "rubber", "3d_coords": [0.75, -2.25, 0.75], "rotation": 41.52303066651393, "pixel_coords": [285, 105, 12.75], "color": "purple", "cell_row": 0, "cell_col": 2, "cell_layer": 0, "cell_label": "A3-1"}, {"id": "obj_1", "shape": "sphere", "size": "small", "material": "metal", "3d_coords": [-2.25, 0.75, 5.25], "rotation": 13.77259104717458, "pixel_coords": [105, 285, 17.25], "color": "blue", "cell_row": 2, "cell_col": 0, "cell_layer": 3, "cell_label": "C1-4"}, {"id": "obj_2", "shape": "cylinder", "size": "small", "material": "metal", "3d_coords": [2.25, 0.75, 0.75], "rotation": 262.27622183497357, "pixel_coords": [375, 285, 12.75], "color": "cyan", "cell_row": 2, "cell_col": 3, "cell_layer": 0, "cell_label": "C4-1"}, {"id": "obj_3", "shape": "sphere", "size": "small", "material": "rubber", "3d_coords": [-2.25, 2.25, 5.25], "rotation": 138.6703560041018, "pixel_coords": [105, 375, 17.25], "color": "cyan", "cell_row": 3, "cell_col": 0, "cell_layer": 3, "cell_label": "D1-4"}]}, {"view_id": "front", "image_path": "g04_000012.png", "camera": {"camera_id": "front", "azimuth": 0.0, "elevation": 0.0, "distance": 15.0, "position": [15.0, 0.0, 3.0], "look_at": [0.0, 0.0, 3.0]}, "projection": "orthographic", "ortho_scale": 8.0, "objects": [{"id": "obj_0", "shape": "cylinder", "size": "small", "material": "rubber", "3d_coords": [0.75, -2.25, 0.75], "rotation": 41.52303066651393, "pixel_coords": [105, 375, 14.25], "color": "purple", "cell_row": 0, "cell_col": 2, "cell_layer": 0, "cell_label": "A3-1"}, {"id": "obj_1", "shape": "sphere", "size": "small", "material": "metal", "3d_coords": [-2.25, 0.75, 5.25], "rotation": 13.77259104717458, "pixel_coords": [285, 105, 17.25], "color": "blue", "cell_row": 2, "cell_col": 0, "cell_layer": 3, "cell_label": "C1-4"}, {"id": "obj_2", "shape": "cylinder", "size": "small", "material": "metal", "3d_coords": [2.25, 0.75, 0.75], "rotation": 262.27622183497357, "pixel_coords": [285, 375, 12.75], "color": "cyan", "cell_row": 2, "cell_col": 3, "cell_layer": 0, "cell_label": "C4-1"}, {"id": "obj_3", "shape": "sphere", "size": "small", "material": "rubber", "3d_coords": [-2.25, 2.25, 5.25], "rotation": 138.6703560041018, "pixel_coords": [375, 105, 17.25], "color": "cyan", "cell_row": 3, "cell_col": 0, "cell_layer": 3, "cell_label": "D1-4"}]}, {"view_id": "back", "image_path": "g04_000012.png", "camera": {"camera_id": "back", "azimuth": 180.0, "elevation": 0.0, "distance": 15.0, "position": [-15.0, 1.83697019872103e-15, 3.0], "look_at": [0.0, 0.0, 3.0]}, "projection": "orthographic", "ortho_scale": 8.0, "objects": [{"id": "obj_0", "shape": "cylinder", "size": "small", "material": "rubber", "3d_coords": [0.75, -2.25, 0.75], "rotation": 41.52303066651393, "pixel_coords": [375, 375, 15.75], "color": "purple", "cell_row": 0, "cell_col": 2, "cell_layer": 0, "cell_label": "A3-1"}, {"id": "obj_1", "shape": "sphere", "size": "small", "material": "metal", "3d_coords": [-2.25, 0.75, 5.25], "rotation": 13.77259104717458, "pixel_coords": [195, 105, 12.75], "color": "blue", "cell_row": 2, "cell_col": 0, "cell_layer": 3, "cell_label": "C1-4"}, {"id": "obj_2", "shape": "cylinder", "size": "small", "material": "metal", "3d_coords": [2.25, 0.75, 0.75], "rotation": 262.27622183497357, "pixel_coords": [195, 375, 17.25], "color": "cyan", "cell_row": 2, "cell_col": 3, "cell_layer": 0, "cell_label": "C4-1"}, {"id": "obj_3", "shape": "sphere", "size": "small", "material": "rubber", "3d_coords": [-2.25, 2.25, 5.25], "rotation": 138.6703560041018, "pixel_coords": [105, 105, 12.75], "color": "cyan", "cell_row": 3, "cell_col": 0, "cell_layer": 3, "cell_label": "D1-4"}]}, {"view_id": "left", "image_path": "g04_000012.png", "camera": {"camera_id": "left", "azimuth": 270.0, "elevation": 0.0, "distance": 15.0, "position": [-2.7554552980815444e-15, -15.0, 3.0], "look_at": [0.0, 0.0, 3.0]}, "projection": "orthographic", "ortho_scale": 8.0, "objects": [{"id": "obj_0", "shape": "cylinder", "size": "small", "material": "rubber", "3d_coords": [0.75, -2.25, 0.75], "rotation": 41.52303066651393, "pixel_coords": [285, 375, 12.749999046325684], "color": "purple", "cell_row": 0, "cell_col": 2, "cell_layer": 0, "cell_label": "A3-1"}, {"id": "obj_1", "shape": "sphere", "size": "small", "material": "metal", "3d_coords": [-2.25, 0.75, 5.25], "rotation": 13.77259104717458, "pixel_coords": [105, 105, 15.75], "color": "blue", "cell_row": 2, "cell_col": 0, "cell_layer": 3, "cell_label": "C1-4"}, {"id": "obj_2", "shape": "cylinder", "size": "small", "material": "metal", "3d_coords": [2.25, 0.75, 0.75], "rotation": 262.27622183497357, "pixel_coords": [375, 375, 15.749999046325684], "color": "cyan", "cell_row": 2, "cell_col": 3, "cell_layer": 0, "cell_label": "C4-1"}, {"id": "obj_3", "shape": "sphere", "size": "small", "material": "rubber", "3d_coords": [-2.25, 2.25, 5.25], "rotation": 138.6703560041018, "pixel_coords": [105, 105, 17.25], "color": "cyan", "cell_row": 3, "cell_col": 0, "cell_layer": 3, "cell_label": "D1-4"}]}, {"view_id": "right", "image_path": "g04_000012.png", "camera": {"camera_id": "right", "azimuth": 90.0, "elevation": 0.0, "distance": 15.0, "position": [9.18485099360515e-16, 15.0, 3.0], "look_at": [0.0, 0.0, 3.0]}, "projection": "orthographic", "ortho_scale": 8.0, "objects": [{"id": "obj_0", "shape": "cylinder", "size": "small", "material": "rubber", "3d_coords": [0.75, -2.25, 0.75], "rotation": 41.52303066651393, "pixel_coords": [195, 375, 17.25], "color": "purple", "cell_row": 0, "cell_col": 2, "cell_layer": 0, "cell_label": "A3-1"}, {"id": "obj_1", "shape": "sphere", "size": "small", "material": "metal", "3d_coords": [-2.25, 0.75, 5.25], "rotation": 13.77259104717458, "pixel_coords": [375, 105, 14.25], "color": "blue", "cell_row": 2, "cell_col": 0, "cell_layer": 3, "cell_label": "C1-4"}, {"id": "obj_2", "shape": "cylinder", "size": "small", "material": "metal", "3d_coords": [2.25, 0.75, 0.75], "rotation": 262.27622183497357, "pixel_coords": [105, 375, 14.249999046325684], "color": "cyan", "cell_row": 2, "cell_col": 3, "cell_layer": 0, "cell_label": "C4-1"}, {"id": "obj_3", "shape": "sphere", "size": "small", "material": "rubber", "3d_coords": [-2.25, 2.25, 5.25], "rotation": 138.6703560041018, "pixel_coords": [375, 105, 12.75], "color": "cyan", "cell_row": 3, "cell_col": 0, "cell_layer": 3, "cell_label": "D1-4"}]}]}
g04_000013
4
g04
[{"id": "obj_0", "desc": "brown metal cylinder"}, {"id": "obj_1", "desc": "cyan metal sphere"}, {"id": "obj_2", "desc": "cyan metal cube"}, {"id": "obj_3", "desc": "brown metal cube"}]
You are analyzing a 3D scene where objects are placed in a 4×4×4 grid. Coordinate system: - Row: A, B, C, D (A=front, D=back) - Column: 1, 2, 3, 4 (1=left, 4=right) - Layer: 1, 2, 3, 4 (1=bottom, 4=top) - Position format: RowCol-Layer, e.g. "B3-4" = Row B, Column 3, Layer 4 You will receive 6 orthographic views of the scene, each labeled. Use multiple views together to determine each object's 3D grid cell. Respond ONLY with a JSON array.
Here are 6 orthographic views of a 3D grid scene: [Image 1 — TOP VIEW (looking down): rows=A-D top-to-bottom, columns=1-4 left-to-right] [Image 2 — FRONT VIEW (looking from front): columns=1-4 left-to-right, layers=1-4 bottom-to-top] [Image 3 — RIGHT VIEW (looking from right side): rows=A-D left-to-right, layers=1-4 bottom-to-top] [Image 4 — BACK VIEW (looking from back): columns=4-1 left-to-right, layers=1-4 bottom-to-top] [Image 5 — LEFT VIEW (looking from left side): rows=D-A left-to-right, layers=1-4 bottom-to-top] [Image 6 — BOTTOM VIEW (looking up): rows=A-D top-to-bottom, columns=4-1 left-to-right] Objects in this scene: 1. brown metal cylinder 2. cyan metal sphere 3. cyan metal cube 4. brown metal cube For each object, determine its grid position by combining information from at least two views. Answer as JSON: [ {"object": "brown metal cylinder", "cell": "?"}, {"object": "cyan metal sphere", "cell": "?"}, {"object": "cyan metal cube", "cell": "?"}, {"object": "brown metal cube", "cell": "?"} ]
[{"object": "brown metal cylinder", "cell": "A3-1", "row": 0, "col": 2, "layer": 0}, {"object": "cyan metal sphere", "cell": "C3-3", "row": 2, "col": 2, "layer": 2}, {"object": "cyan metal cube", "cell": "C3-1", "row": 2, "col": 2, "layer": 0}, {"object": "brown metal cube", "cell": "A4-4", "row": 0, "col": 3, "layer": 3}]
{"scene_id": "g04_000013", "split": "g04", "image_index": 13, "n_objects": 4, "placement_mode": "grid3d", "grid_info": {"rows": 4, "cols": 4, "layers": 4, "cell_size": 1.5, "grid_extent_xy": [-3.0, 3.0], "grid_extent_z": [0.0, 6.0], "labels_visible": false}, "objects": [{"id": "obj_0", "shape": "cylinder", "size": "small", "material": "metal", "3d_coords": [0.75, -2.25, 0.75], "rotation": 240.08144547806268, "pixel_coords": [157, 323, 14.25], "color": "brown", "cell_row": 0, "cell_col": 2, "cell_layer": 0, "cell_label": "A3-1"}, {"id": "obj_1", "shape": "sphere", "size": "small", "material": "metal", "3d_coords": [0.75, 0.75, 3.75], "rotation": 199.58849196004573, "pixel_coords": [268, 212, 14.25], "color": "cyan", "cell_row": 2, "cell_col": 2, "cell_layer": 2, "cell_label": "C3-3"}, {"id": "obj_2", "shape": "cube", "size": "small", "material": "metal", "3d_coords": [0.75, 0.75, 0.75], "rotation": 243.83446029818384, "pixel_coords": [268, 323, 14.25], "color": "cyan", "cell_row": 2, "cell_col": 2, "cell_layer": 0, "cell_label": "C3-1"}, {"id": "obj_3", "shape": "cube", "size": "small", "material": "metal", "3d_coords": [2.25, -2.25, 5.25], "rotation": 197.25739672885135, "pixel_coords": [147, 147, 12.75], "color": "brown", "cell_row": 0, "cell_col": 3, "cell_layer": 3, "cell_label": "A4-4"}], "world_constraints": {}, "views": [{"view_id": "top", "image_path": "g04_000013.png", "camera": {"camera_id": "top", "azimuth": 0.0, "elevation": 90.0, "distance": 15.0, "position": [9.18485099360515e-16, 0.0, 18.0], "look_at": [0.0, 0.0, 3.0]}, "projection": "orthographic", "ortho_scale": 8.0, "objects": [{"id": "obj_0", "shape": "cylinder", "size": "small", "material": "metal", "3d_coords": [0.75, -2.25, 0.75], "rotation": 240.08144547806268, "pixel_coords": [195, 105, 17.25], "color": "brown", "cell_row": 0, "cell_col": 2, "cell_layer": 0, "cell_label": "A3-1"}, {"id": "obj_1", "shape": "sphere", "size": "small", "material": "metal", "3d_coords": [0.75, 0.75, 3.75], "rotation": 199.58849196004573, "pixel_coords": [195, 285, 14.25], "color": "cyan", "cell_row": 2, "cell_col": 2, "cell_layer": 2, "cell_label": "C3-3"}, {"id": "obj_2", "shape": "cube", "size": "small", "material": "metal", "3d_coords": [0.75, 0.75, 0.75], "rotation": 243.83446029818384, "pixel_coords": [195, 285, 17.25], "color": "cyan", "cell_row": 2, "cell_col": 2, "cell_layer": 0, "cell_label": "C3-1"}, {"id": "obj_3", "shape": "cube", "size": "small", "material": "metal", "3d_coords": [2.25, -2.25, 5.25], "rotation": 197.25739672885135, "pixel_coords": [105, 105, 12.75], "color": "brown", "cell_row": 0, "cell_col": 3, "cell_layer": 3, "cell_label": "A4-4"}]}, {"view_id": "bottom", "image_path": "g04_000013.png", "camera": {"camera_id": "bottom", "azimuth": 0.0, "elevation": -90.0, "distance": 15.0, "position": [9.18485099360515e-16, 0.0, -12.0], "look_at": [0.0, 0.0, 3.0]}, "projection": "orthographic", "ortho_scale": 8.0, "objects": [{"id": "obj_0", "shape": "cylinder", "size": "small", "material": "metal", "3d_coords": [0.75, -2.25, 0.75], "rotation": 240.08144547806268, "pixel_coords": [285, 105, 12.75], "color": "brown", "cell_row": 0, "cell_col": 2, "cell_layer": 0, "cell_label": "A3-1"}, {"id": "obj_1", "shape": "sphere", "size": "small", "material": "metal", "3d_coords": [0.75, 0.75, 3.75], "rotation": 199.58849196004573, "pixel_coords": [285, 285, 15.75], "color": "cyan", "cell_row": 2, "cell_col": 2, "cell_layer": 2, "cell_label": "C3-3"}, {"id": "obj_2", "shape": "cube", "size": "small", "material": "metal", "3d_coords": [0.75, 0.75, 0.75], "rotation": 243.83446029818384, "pixel_coords": [285, 285, 12.75], "color": "cyan", "cell_row": 2, "cell_col": 2, "cell_layer": 0, "cell_label": "C3-1"}, {"id": "obj_3", "shape": "cube", "size": "small", "material": "metal", "3d_coords": [2.25, -2.25, 5.25], "rotation": 197.25739672885135, "pixel_coords": [375, 105, 17.25], "color": "brown", "cell_row": 0, "cell_col": 3, "cell_layer": 3, "cell_label": "A4-4"}]}, {"view_id": "front", "image_path": "g04_000013.png", "camera": {"camera_id": "front", "azimuth": 0.0, "elevation": 0.0, "distance": 15.0, "position": [15.0, 0.0, 3.0], "look_at": [0.0, 0.0, 3.0]}, "projection": "orthographic", "ortho_scale": 8.0, "objects": [{"id": "obj_0", "shape": "cylinder", "size": "small", "material": "metal", "3d_coords": [0.75, -2.25, 0.75], "rotation": 240.08144547806268, "pixel_coords": [105, 375, 14.25], "color": "brown", "cell_row": 0, "cell_col": 2, "cell_layer": 0, "cell_label": "A3-1"}, {"id": "obj_1", "shape": "sphere", "size": "small", "material": "metal", "3d_coords": [0.75, 0.75, 3.75], "rotation": 199.58849196004573, "pixel_coords": [285, 195, 14.25], "color": "cyan", "cell_row": 2, "cell_col": 2, "cell_layer": 2, "cell_label": "C3-3"}, {"id": "obj_2", "shape": "cube", "size": "small", "material": "metal", "3d_coords": [0.75, 0.75, 0.75], "rotation": 243.83446029818384, "pixel_coords": [285, 375, 14.25], "color": "cyan", "cell_row": 2, "cell_col": 2, "cell_layer": 0, "cell_label": "C3-1"}, {"id": "obj_3", "shape": "cube", "size": "small", "material": "metal", "3d_coords": [2.25, -2.25, 5.25], "rotation": 197.25739672885135, "pixel_coords": [105, 105, 12.75], "color": "brown", "cell_row": 0, "cell_col": 3, "cell_layer": 3, "cell_label": "A4-4"}]}, {"view_id": "back", "image_path": "g04_000013.png", "camera": {"camera_id": "back", "azimuth": 180.0, "elevation": 0.0, "distance": 15.0, "position": [-15.0, 1.83697019872103e-15, 3.0], "look_at": [0.0, 0.0, 3.0]}, "projection": "orthographic", "ortho_scale": 8.0, "objects": [{"id": "obj_0", "shape": "cylinder", "size": "small", "material": "metal", "3d_coords": [0.75, -2.25, 0.75], "rotation": 240.08144547806268, "pixel_coords": [375, 375, 15.75], "color": "brown", "cell_row": 0, "cell_col": 2, "cell_layer": 0, "cell_label": "A3-1"}, {"id": "obj_1", "shape": "sphere", "size": "small", "material": "metal", "3d_coords": [0.75, 0.75, 3.75], "rotation": 199.58849196004573, "pixel_coords": [195, 195, 15.75], "color": "cyan", "cell_row": 2, "cell_col": 2, "cell_layer": 2, "cell_label": "C3-3"}, {"id": "obj_2", "shape": "cube", "size": "small", "material": "metal", "3d_coords": [0.75, 0.75, 0.75], "rotation": 243.83446029818384, "pixel_coords": [195, 375, 15.75], "color": "cyan", "cell_row": 2, "cell_col": 2, "cell_layer": 0, "cell_label": "C3-1"}, {"id": "obj_3", "shape": "cube", "size": "small", "material": "metal", "3d_coords": [2.25, -2.25, 5.25], "rotation": 197.25739672885135, "pixel_coords": [375, 105, 17.25], "color": "brown", "cell_row": 0, "cell_col": 3, "cell_layer": 3, "cell_label": "A4-4"}]}, {"view_id": "left", "image_path": "g04_000013.png", "camera": {"camera_id": "left", "azimuth": 270.0, "elevation": 0.0, "distance": 15.0, "position": [-2.7554552980815444e-15, -15.0, 3.0], "look_at": [0.0, 0.0, 3.0]}, "projection": "orthographic", "ortho_scale": 8.0, "objects": [{"id": "obj_0", "shape": "cylinder", "size": "small", "material": "metal", "3d_coords": [0.75, -2.25, 0.75], "rotation": 240.08144547806268, "pixel_coords": [285, 375, 12.749999046325684], "color": "brown", "cell_row": 0, "cell_col": 2, "cell_layer": 0, "cell_label": "A3-1"}, {"id": "obj_1", "shape": "sphere", "size": "small", "material": "metal", "3d_coords": [0.75, 0.75, 3.75], "rotation": 199.58849196004573, "pixel_coords": [285, 195, 15.75], "color": "cyan", "cell_row": 2, "cell_col": 2, "cell_layer": 2, "cell_label": "C3-3"}, {"id": "obj_2", "shape": "cube", "size": "small", "material": "metal", "3d_coords": [0.75, 0.75, 0.75], "rotation": 243.83446029818384, "pixel_coords": [285, 375, 15.749999046325684], "color": "cyan", "cell_row": 2, "cell_col": 2, "cell_layer": 0, "cell_label": "C3-1"}, {"id": "obj_3", "shape": "cube", "size": "small", "material": "metal", "3d_coords": [2.25, -2.25, 5.25], "rotation": 197.25739672885135, "pixel_coords": [375, 105, 12.75], "color": "brown", "cell_row": 0, "cell_col": 3, "cell_layer": 3, "cell_label": "A4-4"}]}, {"view_id": "right", "image_path": "g04_000013.png", "camera": {"camera_id": "right", "azimuth": 90.0, "elevation": 0.0, "distance": 15.0, "position": [9.18485099360515e-16, 15.0, 3.0], "look_at": [0.0, 0.0, 3.0]}, "projection": "orthographic", "ortho_scale": 8.0, "objects": [{"id": "obj_0", "shape": "cylinder", "size": "small", "material": "metal", "3d_coords": [0.75, -2.25, 0.75], "rotation": 240.08144547806268, "pixel_coords": [195, 375, 17.25], "color": "brown", "cell_row": 0, "cell_col": 2, "cell_layer": 0, "cell_label": "A3-1"}, {"id": "obj_1", "shape": "sphere", "size": "small", "material": "metal", "3d_coords": [0.75, 0.75, 3.75], "rotation": 199.58849196004573, "pixel_coords": [195, 195, 14.25], "color": "cyan", "cell_row": 2, "cell_col": 2, "cell_layer": 2, "cell_label": "C3-3"}, {"id": "obj_2", "shape": "cube", "size": "small", "material": "metal", "3d_coords": [0.75, 0.75, 0.75], "rotation": 243.83446029818384, "pixel_coords": [195, 375, 14.249999046325684], "color": "cyan", "cell_row": 2, "cell_col": 2, "cell_layer": 0, "cell_label": "C3-1"}, {"id": "obj_3", "shape": "cube", "size": "small", "material": "metal", "3d_coords": [2.25, -2.25, 5.25], "rotation": 197.25739672885135, "pixel_coords": [105, 105, 17.25], "color": "brown", "cell_row": 0, "cell_col": 3, "cell_layer": 3, "cell_label": "A4-4"}]}]}
End of preview. Expand in Data Studio

ORDINARY-BENCH Grid3D Dataset

A benchmark dataset for evaluating Vision-Language Models (VLMs) on 3D object localization in a 4x4x4 grid using 6 orthographic views.

Source code & evaluation pipeline: GitHub - tasd12-ty/ordinary-bench-core

Related dataset (free-placement scenes): TYTSTQ/ordinary-bench

Overview

Scenes 140 synthetic 3D scenes (Blender, 4x4x4 grid)
Complexity 7 levels: 4 to 10 objects per scene (20 each)
Views 6 orthographic projections per scene (480x480 PNG)
Task Determine each object's grid cell from the 6 views

Task Description

Objects are placed in a 4x4x4 discrete grid (64 possible positions). The VLM receives 6 labeled orthographic views and must output each object's grid cell position.

Coordinate System

Row:    A, B, C, D    (A = front, D = back)
Column: 1, 2, 3, 4    (1 = left,  4 = right)
Layer:  1, 2, 3, 4    (1 = bottom, 4 = top)

Position format: RowCol-Layer
Example: "B3-4" = Row B, Column 3, Layer 4

View Projections

View What it shows Axes
Top (looking down) Row + Column Rows A-D top-to-bottom, Cols 1-4 left-to-right
Front (from front) Column + Layer Cols 1-4 left-to-right, Layers 1-4 bottom-to-top
Right (from right) Row + Layer Rows A-D left-to-right, Layers 1-4 bottom-to-top
Back (from back) Column + Layer Cols 4-1 left-to-right (reversed), Layers 1-4 bottom-to-top
Left (from left) Row + Layer Rows D-A left-to-right (reversed), Layers 1-4 bottom-to-top
Bottom (looking up) Row + Column Rows A-D top-to-bottom, Cols 4-1 left-to-right (reversed)

Any two orthogonal views (e.g., Top + Front) are sufficient to determine all 3 coordinates, but 6 views provide redundancy for verification.

Quick Start

from datasets import load_dataset

ds = load_dataset("TYTSTQ/ordinary-bench-grid3d", split="test")

sample = ds[0]
sample["image_top"]       # PIL Image (480x480) - top-down view
sample["image_front"]     # PIL Image (480x480) - front view
sample["system_prompt"]   # System prompt with coordinate system
sample["user_prompt"]     # User prompt with view labels + object list
sample["ground_truth"]    # JSON: [{"object": "cyan rubber cylinder", "cell": "B3-4"}, ...]

Data Splits

Split Scenes per complexity Total scenes
train 15 105
test 5 35

Column Schema

Column Type Description
scene_id string Scene identifier, e.g., g07_000010
n_objects int Number of objects (4-10)
split string Complexity split: g04 through g10
image_top Image Top orthographic view (looking down)
image_bottom Image Bottom orthographic view (looking up)
image_front Image Front orthographic view
image_back Image Back orthographic view
image_left Image Left orthographic view
image_right Image Right orthographic view
objects string JSON: object descriptions
system_prompt string System prompt for VLM
user_prompt string User prompt with view annotations
ground_truth string JSON: [{"object": "...", "cell": "B3-4"}, ...]
scene_metadata string Full scene JSON (3D coords, grid info)

Expected Response Format

[
  {"object": "cyan rubber cylinder", "cell": "B3-4"},
  {"object": "brown metal sphere", "cell": "A1-2"}
]

Scoring Criteria

Metric Description
Exact accuracy Predicted cell == GT cell
Structural accuracy Correct under D4 symmetry (rotation/reflection in row-col plane)
Per-dimension accuracy Row, Column, Layer accuracy independently

The D4 symmetry metric accounts for consistent rotations/reflections of the entire grid, which can happen when VLMs misinterpret view orientations.

Source Code

Full generation pipeline, VLM evaluation, and scoring tools:

github.com/tasd12-ty/ordinary-bench-core/tree/main/data-gen-grid3d

License

MIT

Downloads last month
24