Dataset Viewer
Auto-converted to Parquet
id
int64
0
46
scene_name
stringlengths
10
10
dataset
stringclasses
1 value
video_suffix
stringclasses
1 value
question_type
stringclasses
1 value
question
stringlengths
925
1.08k
ground_truth
sequencelengths
10
10
category2index
dict
0
7b6477cb95
scannetpp
.mp4
layout_generation
This video contains the following objects: 4 chair(s), 3 table(s), 1 trash can, 1 door, 1 bookshelf. Your task is to first understand the spatial layout of the scene and then represent it using a 10x10 matrix. Use the provided object-to-index mapping to place each object in its corresponding location within the matrix: {'chair': 1, 'table': 2, 'trash can': 3, 'door': 4, 'bookshelf': 5}. The locations of trash can and bookshelf are already given in the following matrix: [[0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 3, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 5, 0, 0, 0, 0, 0, 0, 0, 0]]. Your task is to fill in the locations of the remaining objects. Focus solely on the object placement without considering other factors. If multiple objects overlap in the same location, keep only the one with the largest area.
[ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ], [ 0, 0, 3, 0, 0, 0, 0, 0, 0, 0 ], [ 0, 1, 0, 0, 0, 0, 0, 0, 0, 0 ], [ 0, 0, 0, 0, 0, 0, 1, 0, 0, 0 ], [ 0, 0, 0, 0, 0, 0, 2, 0, 0, 0 ], [ 0, 0, 0, 1, 2, 0, 0, 0, 0, 0 ], [ 0, 0, 0, 0, 0, 0, 2, 0, 0, 0 ], [ 4, 0, 0, 0, 0, 1, 0, 0, 0, 0 ], [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ], [ 0, 5, 0, 0, 0, 0, 0, 0, 0, 0 ] ]
{ "bed": null, "bookshelf": 5, "chair": 1, "computer tower": null, "door": 4, "microwave": null, "printer": null, "refrigerator": null, "sofa": null, "suitcase": null, "table": 2, "toilet": null, "trash can": 3, "tv": null }
1
c50d2d1d42
scannetpp
.mp4
layout_generation
This video contains the following objects: 1 trash can, 3 computer tower(s), 1 door, 4 chair(s). Your task is to first understand the spatial layout of the scene and then represent it using a 10x10 matrix. Use the provided object-to-index mapping to place each object in its corresponding location within the matrix: {'trash can': 1, 'computer tower': 2, 'door': 3, 'chair': 4}. The locations of trash can and door are already given in the following matrix: [[0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 3, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0]]. Your task is to fill in the locations of the remaining objects. Focus solely on the object placement without considering other factors. If multiple objects overlap in the same location, keep only the one with the largest area.
[ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ], [ 0, 0, 0, 0, 0, 0, 1, 0, 0, 0 ], [ 0, 0, 4, 0, 0, 0, 0, 0, 0, 0 ], [ 0, 0, 0, 0, 0, 4, 0, 0, 3, 0 ], [ 0, 2, 0, 2, 0, 0, 0, 0, 0, 0 ], [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ], [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ], [ 0, 2, 0, 0, 4, 0, 0, 0, 0, 0 ], [ 0, 0, 4, 0, 0, 0, 0, 0, 0, 0 ], [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ] ]
{ "bed": null, "bookshelf": null, "chair": 4, "computer tower": 2, "door": 3, "microwave": null, "printer": null, "refrigerator": null, "sofa": null, "suitcase": null, "table": null, "toilet": null, "trash can": 1, "tv": null }
2
cc5237fd77
scannetpp
.mp4
layout_generation
This video contains the following objects: 2 door(s), 2 chair(s), 2 bookshelf(s), 2 computer tower(s), 1 suitcase. Your task is to first understand the spatial layout of the scene and then represent it using a 10x10 matrix. Use the provided object-to-index mapping to place each object in its corresponding location within the matrix: {'door': 1, 'chair': 2, 'bookshelf': 3, 'computer tower': 4, 'suitcase': 5}. The locations of suitcase and chair are already given in the following matrix: [[0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 2, 0, 0, 0, 2, 0, 5, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0]]. Your task is to fill in the locations of the remaining objects. Focus solely on the object placement without considering other factors. If multiple objects overlap in the same location, keep only the one with the largest area.
[ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ], [ 0, 0, 0, 0, 3, 0, 0, 1, 0, 0 ], [ 0, 1, 0, 0, 0, 0, 0, 0, 0, 0 ], [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ], [ 0, 0, 0, 0, 0, 0, 0, 0, 3, 0 ], [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ], [ 0, 0, 2, 0, 0, 0, 2, 0, 5, 0 ], [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ], [ 0, 4, 0, 0, 4, 0, 0, 0, 0, 0 ], [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ] ]
{ "bed": null, "bookshelf": 3, "chair": 2, "computer tower": 4, "door": 1, "microwave": null, "printer": null, "refrigerator": null, "sofa": null, "suitcase": 5, "table": null, "toilet": null, "trash can": null, "tv": null }
3
acd95847c5
scannetpp
.mp4
layout_generation
This video contains the following objects: 2 computer tower(s), 4 chair(s), 1 door, 2 trash can(s), 1 bookshelf, 3 table(s). Your task is to first understand the spatial layout of the scene and then represent it using a 10x10 matrix. Use the provided object-to-index mapping to place each object in its corresponding location within the matrix: {'computer tower': 1, 'chair': 2, 'door': 3, 'trash can': 4, 'bookshelf': 5, 'table': 6}. The locations of door and bookshelf are already given in the following matrix: [[0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 5, 0, 0, 0, 0, 3, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0]]. Your task is to fill in the locations of the remaining objects. Focus solely on the object placement without considering other factors. If multiple objects overlap in the same location, keep only the one with the largest area.
[ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ], [ 0, 5, 0, 4, 4, 0, 3, 0, 0, 0 ], [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ], [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ], [ 0, 0, 2, 0, 0, 2, 0, 0, 0, 0 ], [ 0, 0, 0, 0, 6, 0, 0, 0, 0, 0 ], [ 0, 0, 0, 0, 0, 0, 1, 0, 0, 0 ], [ 0, 0, 2, 6, 0, 6, 2, 0, 0, 0 ], [ 0, 0, 1, 0, 0, 0, 0, 0, 0, 0 ], [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ] ]
{ "bed": null, "bookshelf": 5, "chair": 2, "computer tower": 1, "door": 3, "microwave": null, "printer": null, "refrigerator": null, "sofa": null, "suitcase": null, "table": 6, "toilet": null, "trash can": 4, "tv": null }
4
fb5a96b1a2
scannetpp
.mp4
layout_generation
This video contains the following objects: 1 sofa, 16 chair(s), 2 table(s), 1 bookshelf. Your task is to first understand the spatial layout of the scene and then represent it using a 10x10 matrix. Use the provided object-to-index mapping to place each object in its corresponding location within the matrix: {'sofa': 1, 'chair': 2, 'table': 3, 'bookshelf': 4}. The locations of sofa and bookshelf are already given in the following matrix: [[0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 4, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 1, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0]]. Your task is to fill in the locations of the remaining objects. Focus solely on the object placement without considering other factors. If multiple objects overlap in the same location, keep only the one with the largest area.
[ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ], [ 0, 0, 0, 4, 0, 0, 0, 0, 0, 0 ], [ 0, 0, 0, 0, 2, 2, 2, 0, 0, 0 ], [ 0, 0, 0, 0, 0, 0, 0, 2, 0, 0 ], [ 0, 0, 0, 0, 0, 0, 0, 2, 0, 0 ], [ 0, 0, 0, 0, 3, 2, 0, 2, 0, 0 ], [ 0, 2, 0, 2, 0, 2, 0, 2, 0, 0 ], [ 0, 2, 0, 0, 2, 0, 0, 2, 0, 0 ], [ 0, 0, 0, 0, 0, 0, 0, 1, 0, 0 ], [ 0, 0, 0, 0, 2, 2, 0, 3, 0, 0 ] ]
{ "bed": null, "bookshelf": 4, "chair": 2, "computer tower": null, "door": null, "microwave": null, "printer": null, "refrigerator": null, "sofa": 1, "suitcase": null, "table": 3, "toilet": null, "trash can": null, "tv": null }
5
a24f64f7fb
scannetpp
.mp4
layout_generation
This video contains the following objects: 1 chair, 1 door, 2 table(s). Your task is to first understand the spatial layout of the scene and then represent it using a 10x10 matrix. Use the provided object-to-index mapping to place each object in its corresponding location within the matrix: {'chair': 1, 'door': 2, 'table': 3}. The locations of chair and door are already given in the following matrix: [[0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 1, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [2, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0]]. Your task is to fill in the locations of the remaining objects. Focus solely on the object placement without considering other factors. If multiple objects overlap in the same location, keep only the one with the largest area.
[ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ], [ 0, 0, 0, 3, 0, 0, 0, 0, 0, 0 ], [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ], [ 3, 0, 0, 1, 0, 0, 0, 0, 0, 0 ], [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ], [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ], [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ], [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ], [ 2, 0, 0, 0, 0, 0, 0, 0, 0, 0 ], [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ] ]
{ "bed": null, "bookshelf": null, "chair": 1, "computer tower": null, "door": 2, "microwave": null, "printer": null, "refrigerator": null, "sofa": null, "suitcase": null, "table": 3, "toilet": null, "trash can": null, "tv": null }
6
1ada7a0617
scannetpp
.mp4
layout_generation
This video contains the following objects: 4 chair(s), 1 computer tower, 1 door. Your task is to first understand the spatial layout of the scene and then represent it using a 10x10 matrix. Use the provided object-to-index mapping to place each object in its corresponding location within the matrix: {'chair': 1, 'computer tower': 2, 'door': 3}. The locations of computer tower and door are already given in the following matrix: [[0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [3, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 2, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0]]. Your task is to fill in the locations of the remaining objects. Focus solely on the object placement without considering other factors. If multiple objects overlap in the same location, keep only the one with the largest area.
[ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ], [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ], [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ], [ 3, 0, 0, 0, 0, 0, 1, 0, 0, 0 ], [ 0, 0, 0, 0, 0, 2, 0, 0, 0, 0 ], [ 0, 0, 0, 1, 0, 0, 0, 0, 0, 0 ], [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ], [ 0, 0, 0, 0, 0, 0, 1, 0, 0, 0 ], [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ], [ 0, 1, 0, 0, 0, 0, 0, 0, 0, 0 ] ]
{ "bed": null, "bookshelf": null, "chair": 1, "computer tower": 2, "door": 3, "microwave": null, "printer": null, "refrigerator": null, "sofa": null, "suitcase": null, "table": null, "toilet": null, "trash can": null, "tv": null }
7
5eb31827b7
scannetpp
.mp4
layout_generation
This video contains the following objects: 2 table(s), 1 bookshelf, 1 computer tower, 3 trash can(s), 1 door. Your task is to first understand the spatial layout of the scene and then represent it using a 10x10 matrix. Use the provided object-to-index mapping to place each object in its corresponding location within the matrix: {'table': 1, 'bookshelf': 2, 'computer tower': 3, 'trash can': 4, 'door': 5}. The locations of bookshelf and door are already given in the following matrix: [[0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 5, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 2, 0, 0, 0, 0, 0, 0, 0, 0]]. Your task is to fill in the locations of the remaining objects. Focus solely on the object placement without considering other factors. If multiple objects overlap in the same location, keep only the one with the largest area.
[ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ], [ 0, 0, 0, 0, 0, 0, 0, 5, 0, 0 ], [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ], [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ], [ 0, 0, 0, 0, 0, 0, 0, 0, 3, 0 ], [ 0, 0, 0, 0, 0, 0, 0, 0, 4, 0 ], [ 0, 0, 0, 1, 1, 0, 0, 0, 0, 0 ], [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ], [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ], [ 4, 2, 0, 0, 0, 0, 0, 4, 0, 0 ] ]
{ "bed": null, "bookshelf": 2, "chair": null, "computer tower": 3, "door": 5, "microwave": null, "printer": null, "refrigerator": null, "sofa": null, "suitcase": null, "table": 1, "toilet": null, "trash can": 4, "tv": null }
8
3e8bba0176
scannetpp
.mp4
layout_generation
This video contains the following objects: 5 chair(s), 1 door, 2 trash can(s), 3 table(s). Your task is to first understand the spatial layout of the scene and then represent it using a 10x10 matrix. Use the provided object-to-index mapping to place each object in its corresponding location within the matrix: {'chair': 1, 'door': 2, 'trash can': 3, 'table': 4}. The locations of door and trash can are already given in the following matrix: [[0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [3, 3, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [2, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0]]. Your task is to fill in the locations of the remaining objects. Focus solely on the object placement without considering other factors. If multiple objects overlap in the same location, keep only the one with the largest area.
[ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ], [ 3, 3, 1, 0, 0, 0, 0, 0, 0, 0 ], [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ], [ 2, 0, 0, 0, 0, 1, 0, 0, 0, 0 ], [ 0, 0, 0, 0, 0, 4, 0, 0, 0, 0 ], [ 0, 0, 0, 0, 0, 0, 0, 4, 0, 0 ], [ 0, 0, 0, 0, 0, 4, 0, 0, 0, 0 ], [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ], [ 0, 0, 0, 0, 0, 0, 1, 0, 0, 0 ], [ 0, 0, 1, 1, 0, 0, 0, 0, 0, 0 ] ]
{ "bed": null, "bookshelf": null, "chair": 1, "computer tower": null, "door": 2, "microwave": null, "printer": null, "refrigerator": null, "sofa": null, "suitcase": null, "table": 4, "toilet": null, "trash can": 3, "tv": null }
9
3f15a9266d
scannetpp
.mp4
layout_generation
This video contains the following objects: 4 chair(s), 1 door, 2 bookshelf(s). Your task is to first understand the spatial layout of the scene and then represent it using a 10x10 matrix. Use the provided object-to-index mapping to place each object in its corresponding location within the matrix: {'chair': 1, 'door': 2, 'bookshelf': 3}. The locations of door and bookshelf are already given in the following matrix: [[0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 3, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [2, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [3, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0]]. Your task is to fill in the locations of the remaining objects. Focus solely on the object placement without considering other factors. If multiple objects overlap in the same location, keep only the one with the largest area.
[ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ], [ 0, 3, 0, 0, 0, 0, 0, 0, 0, 0 ], [ 0, 0, 0, 1, 0, 0, 0, 0, 0, 0 ], [ 2, 0, 0, 0, 0, 0, 0, 0, 0, 0 ], [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ], [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ], [ 0, 1, 0, 0, 0, 0, 0, 0, 0, 0 ], [ 3, 0, 0, 0, 0, 1, 0, 0, 0, 0 ], [ 0, 0, 1, 0, 0, 0, 0, 0, 0, 0 ], [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ] ]
{ "bed": null, "bookshelf": 3, "chair": 1, "computer tower": null, "door": 2, "microwave": null, "printer": null, "refrigerator": null, "sofa": null, "suitcase": null, "table": null, "toilet": null, "trash can": null, "tv": null }
10
21d970d8de
scannetpp
.mp4
layout_generation
This video contains the following objects: 34 chair(s), 1 door. Your task is to first understand the spatial layout of the scene and then represent it using a 10x10 matrix. Use the provided object-to-index mapping to place each object in its corresponding location within the matrix: {'chair': 1, 'door': 3}. The locations of door and chair are already given in the following matrix: [[0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 1, 1, 1, 1, 1, 1, 1, 0, 0], [0, 1, 1, 1, 1, 1, 0, 1, 0, 0], [0, 1, 0, 1, 1, 1, 1, 0, 1, 0], [0, 0, 0, 0, 0, 1, 1, 1, 0, 0], [0, 0, 1, 1, 1, 1, 0, 0, 0, 0], [3, 0, 1, 1, 1, 1, 1, 1, 0, 0], [0, 0, 0, 0, 0, 0, 0, 1, 0, 0], [0, 0, 1, 0, 0, 0, 0, 0, 0, 0]]. Your task is to fill in the locations of the remaining objects. Focus solely on the object placement without considering other factors. If multiple objects overlap in the same location, keep only the one with the largest area.
[ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ], [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ], [ 0, 1, 1, 1, 1, 1, 1, 1, 0, 0 ], [ 0, 1, 1, 1, 1, 1, 0, 1, 0, 0 ], [ 0, 1, 0, 1, 1, 1, 1, 0, 1, 0 ], [ 0, 0, 0, 0, 0, 1, 1, 1, 0, 0 ], [ 0, 0, 1, 1, 1, 1, 0, 0, 0, 0 ], [ 3, 0, 1, 1, 1, 1, 1, 1, 0, 0 ], [ 0, 0, 0, 0, 0, 0, 0, 1, 0, 0 ], [ 0, 0, 1, 0, 0, 0, 0, 0, 0, 0 ] ]
{ "bed": null, "bookshelf": null, "chair": 1, "computer tower": null, "door": 3, "microwave": null, "printer": null, "refrigerator": null, "sofa": null, "suitcase": null, "table": null, "toilet": null, "trash can": null, "tv": null }
11
5748ce6f01
scannetpp
.mp4
layout_generation
This video contains the following objects: 5 chair(s), 2 door(s), 1 table. Your task is to first understand the spatial layout of the scene and then represent it using a 10x10 matrix. Use the provided object-to-index mapping to place each object in its corresponding location within the matrix: {'chair': 1, 'door': 2, 'table': 3}. The locations of table and door are already given in the following matrix: [[0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [2, 0, 0, 0, 0, 0, 0, 0, 2, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 3, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0]]. Your task is to fill in the locations of the remaining objects. Focus solely on the object placement without considering other factors. If multiple objects overlap in the same location, keep only the one with the largest area.
[ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ], [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ], [ 2, 0, 0, 0, 0, 0, 0, 0, 2, 0 ], [ 0, 0, 0, 0, 1, 0, 0, 0, 0, 0 ], [ 0, 0, 0, 1, 0, 0, 0, 0, 0, 0 ], [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ], [ 0, 0, 1, 0, 3, 0, 0, 0, 0, 0 ], [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ], [ 0, 0, 0, 1, 0, 1, 0, 0, 0, 0 ], [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ] ]
{ "bed": null, "bookshelf": null, "chair": 1, "computer tower": null, "door": 2, "microwave": null, "printer": null, "refrigerator": null, "sofa": null, "suitcase": null, "table": 3, "toilet": null, "trash can": null, "tv": null }
12
c4c04e6d6c
scannetpp
.mp4
layout_generation
This video contains the following objects: 3 door(s), 31 chair(s). Your task is to first understand the spatial layout of the scene and then represent it using a 10x10 matrix. Use the provided object-to-index mapping to place each object in its corresponding location within the matrix: {'door': 1, 'chair': 2}. The locations of door are already given in the following matrix: [[0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [1, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [1, 0, 0, 0, 0, 0, 0, 1, 0, 0]]. Your task is to fill in the locations of the remaining objects. Focus solely on the object placement without considering other factors. If multiple objects overlap in the same location, keep only the one with the largest area.
[ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ], [ 1, 0, 0, 0, 2, 2, 0, 0, 0, 0 ], [ 0, 2, 2, 0, 0, 0, 0, 0, 0, 0 ], [ 0, 2, 2, 0, 2, 2, 2, 0, 0, 0 ], [ 0, 2, 2, 0, 2, 0, 2, 0, 0, 0 ], [ 0, 2, 2, 0, 2, 2, 0, 0, 0, 0 ], [ 0, 2, 0, 0, 2, 2, 2, 0, 0, 0 ], [ 0, 0, 2, 0, 2, 2, 0, 0, 0, 0 ], [ 2, 0, 2, 2, 2, 2, 2, 0, 0, 0 ], [ 1, 0, 2, 0, 0, 0, 0, 1, 0, 0 ] ]
{ "bed": null, "bookshelf": null, "chair": 2, "computer tower": null, "door": 1, "microwave": null, "printer": null, "refrigerator": null, "sofa": null, "suitcase": null, "table": null, "toilet": null, "trash can": null, "tv": null }
13
7831862f02
scannetpp
.mp4
layout_generation
This video contains the following objects: 4 door(s), 2 chair(s), 1 sofa. Your task is to first understand the spatial layout of the scene and then represent it using a 10x10 matrix. Use the provided object-to-index mapping to place each object in its corresponding location within the matrix: {'door': 1, 'chair': 2, 'sofa': 3}. The locations of sofa and chair are already given in the following matrix: [[0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 3, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 2, 0, 0], [0, 0, 0, 0, 0, 0, 0, 2, 0, 0]]. Your task is to fill in the locations of the remaining objects. Focus solely on the object placement without considering other factors. If multiple objects overlap in the same location, keep only the one with the largest area.
[ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ], [ 0, 0, 1, 0, 0, 1, 1, 0, 1, 0 ], [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ], [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ], [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ], [ 0, 0, 0, 0, 0, 0, 3, 0, 0, 0 ], [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ], [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ], [ 0, 0, 0, 0, 0, 0, 0, 2, 0, 0 ], [ 0, 0, 0, 0, 0, 0, 0, 2, 0, 0 ] ]
{ "bed": null, "bookshelf": null, "chair": 2, "computer tower": null, "door": 1, "microwave": null, "printer": null, "refrigerator": null, "sofa": 3, "suitcase": null, "table": null, "toilet": null, "trash can": null, "tv": null }
14
bde1e479ad
scannetpp
.mp4
layout_generation
This video contains the following objects: 30 chair(s), 9 table(s), 2 door(s). Your task is to first understand the spatial layout of the scene and then represent it using a 10x10 matrix. Use the provided object-to-index mapping to place each object in its corresponding location within the matrix: {'chair': 1, 'table': 2, 'door': 3}. The locations of door are already given in the following matrix: [[0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 3, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 3, 0, 0, 0, 0, 0, 0, 0]]. Your task is to fill in the locations of the remaining objects. Focus solely on the object placement without considering other factors. If multiple objects overlap in the same location, keep only the one with the largest area.
[ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ], [ 0, 0, 3, 1, 1, 1, 2, 0, 0, 0 ], [ 2, 0, 0, 1, 0, 1, 1, 2, 1, 0 ], [ 0, 0, 0, 0, 1, 1, 2, 0, 1, 0 ], [ 0, 0, 0, 0, 0, 0, 0, 0, 1, 0 ], [ 0, 0, 2, 2, 0, 1, 1, 2, 0, 0 ], [ 0, 1, 1, 1, 0, 1, 1, 1, 0, 0 ], [ 0, 0, 1, 1, 1, 1, 1, 2, 0, 0 ], [ 1, 0, 1, 1, 1, 1, 1, 2, 0, 0 ], [ 0, 0, 3, 0, 0, 0, 0, 0, 0, 0 ] ]
{ "bed": null, "bookshelf": null, "chair": 1, "computer tower": null, "door": 3, "microwave": null, "printer": null, "refrigerator": null, "sofa": null, "suitcase": null, "table": 2, "toilet": null, "trash can": null, "tv": null }
15
38d58a7a31
scannetpp
.mp4
layout_generation
This video contains the following objects: 24 chair(s), 8 table(s), 2 door(s), 1 trash can. Your task is to first understand the spatial layout of the scene and then represent it using a 10x10 matrix. Use the provided object-to-index mapping to place each object in its corresponding location within the matrix: {'chair': 1, 'table': 2, 'door': 3, 'trash can': 4}. The locations of trash can and door are already given in the following matrix: [[0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 3, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [3, 0, 0, 0, 0, 0, 0, 0, 4, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0]]. Your task is to fill in the locations of the remaining objects. Focus solely on the object placement without considering other factors. If multiple objects overlap in the same location, keep only the one with the largest area.
[ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ], [ 0, 0, 1, 0, 0, 0, 0, 0, 0, 0 ], [ 0, 2, 0, 0, 0, 0, 1, 0, 3, 0 ], [ 0, 1, 1, 1, 0, 0, 1, 0, 0, 0 ], [ 3, 0, 0, 1, 1, 1, 0, 0, 4, 0 ], [ 0, 2, 0, 2, 1, 1, 0, 2, 0, 0 ], [ 0, 0, 1, 1, 0, 1, 1, 1, 0, 0 ], [ 0, 2, 0, 0, 0, 0, 0, 0, 1, 0 ], [ 0, 1, 1, 2, 1, 2, 2, 1, 1, 0 ], [ 0, 0, 0, 0, 0, 0, 0, 1, 1, 0 ] ]
{ "bed": null, "bookshelf": null, "chair": 1, "computer tower": null, "door": 3, "microwave": null, "printer": null, "refrigerator": null, "sofa": null, "suitcase": null, "table": 2, "toilet": null, "trash can": 4, "tv": null }
16
5ee7c22ba0
scannetpp
.mp4
layout_generation
This video contains the following objects: 1 microwave, 1 refrigerator, 1 table, 1 door. Your task is to first understand the spatial layout of the scene and then represent it using a 10x10 matrix. Use the provided object-to-index mapping to place each object in its corresponding location within the matrix: {'microwave': 1, 'refrigerator': 2, 'table': 3, 'door': 4}. The locations of door and refrigerator are already given in the following matrix: [[0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [4, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 2, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0]]. Your task is to fill in the locations of the remaining objects. Focus solely on the object placement without considering other factors. If multiple objects overlap in the same location, keep only the one with the largest area.
[ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ], [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ], [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ], [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ], [ 4, 0, 0, 0, 0, 0, 0, 0, 0, 0 ], [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ], [ 0, 2, 0, 0, 0, 0, 0, 0, 0, 0 ], [ 0, 0, 0, 0, 0, 0, 0, 1, 0, 0 ], [ 0, 0, 0, 0, 0, 0, 0, 3, 0, 0 ], [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ] ]
{ "bed": null, "bookshelf": null, "chair": null, "computer tower": null, "door": 4, "microwave": 1, "printer": null, "refrigerator": 2, "sofa": null, "suitcase": null, "table": 3, "toilet": null, "trash can": null, "tv": null }
17
f9f95681fd
scannetpp
.mp4
layout_generation
This video contains the following objects: 1 door, 1 refrigerator, 1 microwave. Your task is to first understand the spatial layout of the scene and then represent it using a 10x10 matrix. Use the provided object-to-index mapping to place each object in its corresponding location within the matrix: {'door': 1, 'refrigerator': 2, 'microwave': 3}. The locations of refrigerator and door are already given in the following matrix: [[0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [1, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 2, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0]]. Your task is to fill in the locations of the remaining objects. Focus solely on the object placement without considering other factors. If multiple objects overlap in the same location, keep only the one with the largest area.
[ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ], [ 0, 0, 3, 0, 0, 0, 0, 0, 0, 0 ], [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ], [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ], [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ], [ 1, 0, 0, 0, 0, 0, 0, 0, 0, 0 ], [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ], [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ], [ 0, 0, 2, 0, 0, 0, 0, 0, 0, 0 ], [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ] ]
{ "bed": null, "bookshelf": null, "chair": null, "computer tower": null, "door": 1, "microwave": 3, "printer": null, "refrigerator": 2, "sofa": null, "suitcase": null, "table": null, "toilet": null, "trash can": null, "tv": null }
18
3864514494
scannetpp
.mp4
layout_generation
This video contains the following objects: 3 trash can(s), 1 microwave, 1 door. Your task is to first understand the spatial layout of the scene and then represent it using a 10x10 matrix. Use the provided object-to-index mapping to place each object in its corresponding location within the matrix: {'trash can': 1, 'microwave': 2, 'door': 3}. The locations of microwave and door are already given in the following matrix: [[0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 2, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 3, 0, 0, 0]]. Your task is to fill in the locations of the remaining objects. Focus solely on the object placement without considering other factors. If multiple objects overlap in the same location, keep only the one with the largest area.
[ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ], [ 0, 1, 0, 0, 0, 0, 0, 0, 0, 0 ], [ 0, 0, 0, 0, 0, 0, 0, 1, 0, 0 ], [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ], [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ], [ 0, 2, 0, 0, 0, 0, 0, 0, 0, 0 ], [ 0, 0, 0, 0, 0, 0, 0, 1, 0, 0 ], [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ], [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ], [ 0, 0, 0, 0, 0, 0, 3, 0, 0, 0 ] ]
{ "bed": null, "bookshelf": null, "chair": null, "computer tower": null, "door": 3, "microwave": 2, "printer": null, "refrigerator": null, "sofa": null, "suitcase": null, "table": null, "toilet": null, "trash can": 1, "tv": null }
19
40aec5fffa
scannetpp
.mp4
layout_generation
This video contains the following objects: 1 refrigerator, 1 microwave, 1 door. Your task is to first understand the spatial layout of the scene and then represent it using a 10x10 matrix. Use the provided object-to-index mapping to place each object in its corresponding location within the matrix: {'refrigerator': 1, 'microwave': 2, 'door': 3}. The locations of microwave and door are already given in the following matrix: [[0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 3, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 2, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0]]. Your task is to fill in the locations of the remaining objects. Focus solely on the object placement without considering other factors. If multiple objects overlap in the same location, keep only the one with the largest area.
[ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ], [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ], [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ], [ 0, 0, 0, 0, 0, 0, 0, 0, 3, 0 ], [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ], [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ], [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ], [ 0, 0, 1, 0, 0, 0, 0, 0, 0, 0 ], [ 0, 0, 0, 0, 0, 0, 0, 2, 0, 0 ], [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ] ]
{ "bed": null, "bookshelf": null, "chair": null, "computer tower": null, "door": 3, "microwave": 2, "printer": null, "refrigerator": 1, "sofa": null, "suitcase": null, "table": null, "toilet": null, "trash can": null, "tv": null }
20
13c3e046d7
scannetpp
.mp4
layout_generation
This video contains the following objects: 1 door, 1 trash can. Your task is to first understand the spatial layout of the scene and then represent it using a 10x10 matrix. Use the provided object-to-index mapping to place each object in its corresponding location within the matrix: {'door': 1, 'trash can': 2}. The locations of door and trash can are already given in the following matrix: [[0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 1, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 2, 0]]. Your task is to fill in the locations of the remaining objects. Focus solely on the object placement without considering other factors. If multiple objects overlap in the same location, keep only the one with the largest area.
[ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ], [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ], [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ], [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ], [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ], [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ], [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ], [ 0, 0, 0, 0, 0, 0, 0, 0, 1, 0 ], [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ], [ 0, 0, 0, 0, 0, 0, 0, 0, 2, 0 ] ]
{ "bed": null, "bookshelf": null, "chair": null, "computer tower": null, "door": 1, "microwave": null, "printer": null, "refrigerator": null, "sofa": null, "suitcase": null, "table": null, "toilet": null, "trash can": 2, "tv": null }
21
a8bf42d646
scannetpp
.mp4
layout_generation
This video contains the following objects: 3 trash can(s), 2 door(s), 4 table(s). Your task is to first understand the spatial layout of the scene and then represent it using a 10x10 matrix. Use the provided object-to-index mapping to place each object in its corresponding location within the matrix: {'trash can': 1, 'door': 2, 'table': 3}. The locations of door are already given in the following matrix: [[0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 2, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 2, 0, 0]]. Your task is to fill in the locations of the remaining objects. Focus solely on the object placement without considering other factors. If multiple objects overlap in the same location, keep only the one with the largest area.
[ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ], [ 0, 0, 0, 3, 0, 0, 0, 0, 0, 0 ], [ 0, 0, 0, 0, 0, 1, 0, 0, 0, 0 ], [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ], [ 0, 3, 0, 0, 0, 0, 0, 2, 0, 0 ], [ 0, 0, 0, 0, 3, 3, 0, 0, 1, 0 ], [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ], [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ], [ 0, 1, 0, 0, 0, 0, 0, 0, 0, 0 ], [ 0, 0, 0, 0, 0, 0, 0, 2, 0, 0 ] ]
{ "bed": null, "bookshelf": null, "chair": null, "computer tower": null, "door": 2, "microwave": null, "printer": null, "refrigerator": null, "sofa": null, "suitcase": null, "table": 3, "toilet": null, "trash can": 1, "tv": null }
22
45b0dac5e3
scannetpp
.mp4
layout_generation
This video contains the following objects: 1 door, 1 toilet. Your task is to first understand the spatial layout of the scene and then represent it using a 10x10 matrix. Use the provided object-to-index mapping to place each object in its corresponding location within the matrix: {'door': 1, 'toilet': 2}. The locations of door and toilet are already given in the following matrix: [[0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 2, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 1, 0, 0]]. Your task is to fill in the locations of the remaining objects. Focus solely on the object placement without considering other factors. If multiple objects overlap in the same location, keep only the one with the largest area.
[ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ], [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ], [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ], [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ], [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ], [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ], [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ], [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ], [ 0, 0, 0, 0, 2, 0, 0, 0, 0, 0 ], [ 0, 0, 0, 0, 0, 0, 0, 1, 0, 0 ] ]
{ "bed": null, "bookshelf": null, "chair": null, "computer tower": null, "door": 1, "microwave": null, "printer": null, "refrigerator": null, "sofa": null, "suitcase": null, "table": null, "toilet": 2, "trash can": null, "tv": null }
23
31a2c91c43
scannetpp
.mp4
layout_generation
This video contains the following objects: 1 toilet, 1 door. Your task is to first understand the spatial layout of the scene and then represent it using a 10x10 matrix. Use the provided object-to-index mapping to place each object in its corresponding location within the matrix: {'toilet': 1, 'door': 2}. The locations of toilet and door are already given in the following matrix: [[0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 2, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0]]. Your task is to fill in the locations of the remaining objects. Focus solely on the object placement without considering other factors. If multiple objects overlap in the same location, keep only the one with the largest area.
[ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ], [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ], [ 0, 0, 0, 0, 0, 0, 1, 0, 0, 0 ], [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ], [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ], [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ], [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ], [ 0, 0, 0, 0, 0, 0, 0, 0, 2, 0 ], [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ], [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ] ]
{ "bed": null, "bookshelf": null, "chair": null, "computer tower": null, "door": 2, "microwave": null, "printer": null, "refrigerator": null, "sofa": null, "suitcase": null, "table": null, "toilet": 1, "trash can": null, "tv": null }
24
286b55a2bf
scannetpp
.mp4
layout_generation
This video contains the following objects: 1 toilet, 1 door. Your task is to first understand the spatial layout of the scene and then represent it using a 10x10 matrix. Use the provided object-to-index mapping to place each object in its corresponding location within the matrix: {'toilet': 1, 'door': 2}. The locations of door and toilet are already given in the following matrix: [[0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 2, 0, 0, 0, 0, 0]]. Your task is to fill in the locations of the remaining objects. Focus solely on the object placement without considering other factors. If multiple objects overlap in the same location, keep only the one with the largest area.
[ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ], [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ], [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ], [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ], [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ], [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ], [ 0, 1, 0, 0, 0, 0, 0, 0, 0, 0 ], [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ], [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ], [ 0, 0, 0, 0, 2, 0, 0, 0, 0, 0 ] ]
{ "bed": null, "bookshelf": null, "chair": null, "computer tower": null, "door": 2, "microwave": null, "printer": null, "refrigerator": null, "sofa": null, "suitcase": null, "table": null, "toilet": 1, "trash can": null, "tv": null }
25
7bc286c1b6
scannetpp
.mp4
layout_generation
This video contains the following objects: 1 door, 1 toilet. Your task is to first understand the spatial layout of the scene and then represent it using a 10x10 matrix. Use the provided object-to-index mapping to place each object in its corresponding location within the matrix: {'door': 1, 'toilet': 2}. The locations of door and toilet are already given in the following matrix: [[0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 1, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 2, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0]]. Your task is to fill in the locations of the remaining objects. Focus solely on the object placement without considering other factors. If multiple objects overlap in the same location, keep only the one with the largest area.
[ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ], [ 0, 0, 0, 0, 1, 0, 0, 0, 0, 0 ], [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ], [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ], [ 0, 0, 0, 0, 0, 0, 0, 2, 0, 0 ], [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ], [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ], [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ], [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ], [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ] ]
{ "bed": null, "bookshelf": null, "chair": null, "computer tower": null, "door": 1, "microwave": null, "printer": null, "refrigerator": null, "sofa": null, "suitcase": null, "table": null, "toilet": 2, "trash can": null, "tv": null }
26
f3685d06a9
scannetpp
.mp4
layout_generation
This video contains the following objects: 2 toilet(s), 3 door(s). Your task is to first understand the spatial layout of the scene and then represent it using a 10x10 matrix. Use the provided object-to-index mapping to place each object in its corresponding location within the matrix: {'toilet': 1, 'door': 2}. The locations of toilet are already given in the following matrix: [[0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 1, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0]]. Your task is to fill in the locations of the remaining objects. Focus solely on the object placement without considering other factors. If multiple objects overlap in the same location, keep only the one with the largest area.
[ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ], [ 0, 0, 1, 0, 0, 0, 0, 0, 0, 0 ], [ 0, 0, 0, 0, 0, 0, 1, 0, 0, 0 ], [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ], [ 0, 0, 0, 0, 2, 2, 0, 0, 0, 0 ], [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ], [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ], [ 2, 0, 0, 0, 0, 0, 0, 0, 0, 0 ], [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ], [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ] ]
{ "bed": null, "bookshelf": null, "chair": null, "computer tower": null, "door": 2, "microwave": null, "printer": null, "refrigerator": null, "sofa": null, "suitcase": null, "table": null, "toilet": 1, "trash can": null, "tv": null }
27
b0a08200c9
scannetpp
.mp4
layout_generation
This video contains the following objects: 8 computer tower(s), 1 chair, 1 door. Your task is to first understand the spatial layout of the scene and then represent it using a 10x10 matrix. Use the provided object-to-index mapping to place each object in its corresponding location within the matrix: {'computer tower': 1, 'chair': 2, 'door': 3}. The locations of chair and door are already given in the following matrix: [[0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 3, 0], [0, 0, 0, 0, 2, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0]]. Your task is to fill in the locations of the remaining objects. Focus solely on the object placement without considering other factors. If multiple objects overlap in the same location, keep only the one with the largest area.
[ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ], [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ], [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ], [ 0, 1, 1, 0, 0, 0, 0, 0, 0, 0 ], [ 0, 1, 1, 1, 1, 1, 1, 0, 0, 0 ], [ 0, 0, 0, 0, 0, 0, 0, 0, 3, 0 ], [ 0, 0, 0, 0, 2, 0, 0, 0, 0, 0 ], [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ], [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ], [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ] ]
{ "bed": null, "bookshelf": null, "chair": 2, "computer tower": 1, "door": 3, "microwave": null, "printer": null, "refrigerator": null, "sofa": null, "suitcase": null, "table": null, "toilet": null, "trash can": null, "tv": null }
28
825d228aec
scannetpp
.mp4
layout_generation
This video contains the following objects: 1 trash can, 1 printer, 1 door, 1 table. Your task is to first understand the spatial layout of the scene and then represent it using a 10x10 matrix. Use the provided object-to-index mapping to place each object in its corresponding location within the matrix: {'trash can': 1, 'printer': 2, 'door': 3, 'table': 4}. The locations of printer and trash can are already given in the following matrix: [[0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [2, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 1, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0]]. Your task is to fill in the locations of the remaining objects. Focus solely on the object placement without considering other factors. If multiple objects overlap in the same location, keep only the one with the largest area.
[ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ], [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ], [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ], [ 2, 0, 0, 0, 0, 0, 0, 0, 0, 0 ], [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ], [ 0, 0, 0, 0, 0, 4, 0, 0, 0, 0 ], [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ], [ 0, 0, 0, 0, 0, 1, 0, 0, 0, 0 ], [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ], [ 0, 0, 0, 3, 0, 0, 0, 0, 0, 0 ] ]
{ "bed": null, "bookshelf": null, "chair": null, "computer tower": null, "door": 3, "microwave": null, "printer": 2, "refrigerator": null, "sofa": null, "suitcase": null, "table": 4, "toilet": null, "trash can": 1, "tv": null }
29
a980334473
scannetpp
.mp4
layout_generation
This video contains the following objects: 1 chair, 1 table, 1 door. Your task is to first understand the spatial layout of the scene and then represent it using a 10x10 matrix. Use the provided object-to-index mapping to place each object in its corresponding location within the matrix: {'chair': 1, 'table': 2, 'door': 3}. The locations of chair and table are already given in the following matrix: [[0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 1, 2, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0]]. Your task is to fill in the locations of the remaining objects. Focus solely on the object placement without considering other factors. If multiple objects overlap in the same location, keep only the one with the largest area.
[ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ], [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ], [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ], [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ], [ 0, 0, 0, 1, 2, 0, 0, 0, 0, 0 ], [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ], [ 0, 0, 0, 0, 0, 0, 0, 0, 3, 0 ], [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ], [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ], [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ] ]
{ "bed": null, "bookshelf": null, "chair": 1, "computer tower": null, "door": 3, "microwave": null, "printer": null, "refrigerator": null, "sofa": null, "suitcase": null, "table": 2, "toilet": null, "trash can": null, "tv": null }
30
f2dc06b1d2
scannetpp
.mp4
layout_generation
This video contains the following objects: 1 chair, 1 door, 1 table. Your task is to first understand the spatial layout of the scene and then represent it using a 10x10 matrix. Use the provided object-to-index mapping to place each object in its corresponding location within the matrix: {'chair': 1, 'door': 2, 'table': 3}. The locations of table and chair are already given in the following matrix: [[0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 1, 0, 0], [0, 3, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0]]. Your task is to fill in the locations of the remaining objects. Focus solely on the object placement without considering other factors. If multiple objects overlap in the same location, keep only the one with the largest area.
[ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ], [ 0, 0, 0, 0, 0, 2, 0, 0, 0, 0 ], [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ], [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ], [ 0, 0, 0, 0, 0, 0, 0, 1, 0, 0 ], [ 0, 3, 0, 0, 0, 0, 0, 0, 0, 0 ], [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ], [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ], [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ], [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ] ]
{ "bed": null, "bookshelf": null, "chair": 1, "computer tower": null, "door": 2, "microwave": null, "printer": null, "refrigerator": null, "sofa": null, "suitcase": null, "table": 3, "toilet": null, "trash can": null, "tv": null }
31
5942004064
scannetpp
.mp4
layout_generation
This video contains the following objects: 4 door(s), 1 sofa, 1 toilet, 1 bed, 1 tv, 2 table(s). Your task is to first understand the spatial layout of the scene and then represent it using a 10x10 matrix. Use the provided object-to-index mapping to place each object in its corresponding location within the matrix: {'door': 1, 'sofa': 2, 'toilet': 3, 'bed': 5, 'tv': 6, 'table': 7}. The locations of sofa and toilet are already given in the following matrix: [[0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 2, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [3, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0]]. Your task is to fill in the locations of the remaining objects. Focus solely on the object placement without considering other factors. If multiple objects overlap in the same location, keep only the one with the largest area.
[ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ], [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ], [ 0, 0, 0, 0, 6, 0, 2, 0, 0, 0 ], [ 0, 0, 1, 0, 0, 0, 0, 0, 0, 0 ], [ 1, 0, 0, 0, 0, 0, 7, 0, 0, 0 ], [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ], [ 3, 1, 0, 0, 0, 0, 0, 0, 0, 0 ], [ 0, 0, 0, 5, 0, 0, 0, 1, 0, 0 ], [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ], [ 0, 0, 0, 0, 0, 7, 0, 0, 0, 0 ] ]
{ "bed": 5, "bookshelf": null, "chair": null, "computer tower": null, "door": 1, "microwave": null, "printer": null, "refrigerator": null, "sofa": 2, "suitcase": null, "table": 7, "toilet": 3, "trash can": null, "tv": 6 }
32
25f3b7a318
scannetpp
.mp4
layout_generation
This video contains the following objects: 2 chair(s), 1 table, 1 door, 1 bed, 1 toilet. Your task is to first understand the spatial layout of the scene and then represent it using a 10x10 matrix. Use the provided object-to-index mapping to place each object in its corresponding location within the matrix: {'chair': 1, 'table': 2, 'door': 3, 'bed': 4, 'toilet': 5}. The locations of bed and toilet are already given in the following matrix: [[0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 5, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 4, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0]]. Your task is to fill in the locations of the remaining objects. Focus solely on the object placement without considering other factors. If multiple objects overlap in the same location, keep only the one with the largest area.
[ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ], [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ], [ 0, 0, 0, 0, 0, 0, 1, 2, 0, 0 ], [ 3, 0, 0, 0, 0, 0, 0, 0, 0, 0 ], [ 0, 0, 0, 0, 0, 0, 0, 1, 0, 0 ], [ 0, 5, 0, 0, 0, 0, 0, 0, 0, 0 ], [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ], [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ], [ 0, 0, 0, 0, 4, 0, 0, 0, 0, 0 ], [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ] ]
{ "bed": 4, "bookshelf": null, "chair": 1, "computer tower": null, "door": 3, "microwave": null, "printer": null, "refrigerator": null, "sofa": null, "suitcase": null, "table": 2, "toilet": 5, "trash can": null, "tv": null }
33
bcd2436daf
scannetpp
.mp4
layout_generation
This video contains the following objects: 1 chair, 1 bed. Your task is to first understand the spatial layout of the scene and then represent it using a 10x10 matrix. Use the provided object-to-index mapping to place each object in its corresponding location within the matrix: {'chair': 1, 'bed': 2}. The locations of bed and chair are already given in the following matrix: [[0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [1, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 2, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0]]. Your task is to fill in the locations of the remaining objects. Focus solely on the object placement without considering other factors. If multiple objects overlap in the same location, keep only the one with the largest area.
[ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ], [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ], [ 1, 0, 0, 0, 0, 0, 0, 0, 0, 0 ], [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ], [ 0, 0, 0, 0, 2, 0, 0, 0, 0, 0 ], [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ], [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ], [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ], [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ], [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ] ]
{ "bed": 2, "bookshelf": null, "chair": 1, "computer tower": null, "door": null, "microwave": null, "printer": null, "refrigerator": null, "sofa": null, "suitcase": null, "table": null, "toilet": null, "trash can": null, "tv": null }
34
f3d64c30f8
scannetpp
.mp4
layout_generation
This video contains the following objects: 15 chair(s), 2 table(s), 1 door, 1 bookshelf, 2 trash can(s), 1 microwave. Your task is to first understand the spatial layout of the scene and then represent it using a 10x10 matrix. Use the provided object-to-index mapping to place each object in its corresponding location within the matrix: {'chair': 1, 'table': 2, 'door': 3, 'bookshelf': 4, 'trash can': 5, 'microwave': 6}. The locations of microwave and bookshelf are already given in the following matrix: [[0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 6, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 4, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0]]. Your task is to fill in the locations of the remaining objects. Focus solely on the object placement without considering other factors. If multiple objects overlap in the same location, keep only the one with the largest area.
[ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ], [ 0, 0, 0, 5, 5, 0, 0, 0, 0, 0 ], [ 0, 0, 0, 0, 1, 0, 1, 0, 0, 0 ], [ 1, 0, 1, 0, 0, 1, 0, 6, 0, 0 ], [ 0, 0, 1, 0, 0, 1, 0, 0, 0, 0 ], [ 0, 0, 1, 0, 2, 0, 1, 0, 4, 0 ], [ 0, 0, 0, 1, 0, 1, 0, 0, 0, 0 ], [ 0, 0, 0, 1, 0, 0, 1, 0, 1, 0 ], [ 0, 0, 0, 0, 1, 0, 0, 0, 2, 0 ], [ 0, 0, 0, 3, 0, 0, 0, 0, 0, 0 ] ]
{ "bed": null, "bookshelf": 4, "chair": 1, "computer tower": null, "door": 3, "microwave": 6, "printer": null, "refrigerator": null, "sofa": null, "suitcase": null, "table": 2, "toilet": null, "trash can": 5, "tv": null }
35
0d2ee665be
scannetpp
.mp4
layout_generation
This video contains the following objects: 1 table, 2 chair(s), 1 door, 1 bed, 1 trash can, 1 microwave. Your task is to first understand the spatial layout of the scene and then represent it using a 10x10 matrix. Use the provided object-to-index mapping to place each object in its corresponding location within the matrix: {'table': 1, 'chair': 2, 'door': 3, 'bed': 4, 'trash can': 5, 'microwave': 6}. The locations of bed and door are already given in the following matrix: [[0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 4, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [3, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0]]. Your task is to fill in the locations of the remaining objects. Focus solely on the object placement without considering other factors. If multiple objects overlap in the same location, keep only the one with the largest area.
[ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ], [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ], [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ], [ 0, 0, 0, 0, 0, 0, 0, 4, 0, 0 ], [ 0, 0, 0, 0, 6, 0, 0, 0, 0, 0 ], [ 0, 0, 0, 0, 0, 0, 0, 0, 2, 0 ], [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ], [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ], [ 3, 0, 0, 0, 0, 0, 0, 2, 0, 0 ], [ 0, 0, 0, 0, 0, 0, 5, 1, 0, 0 ] ]
{ "bed": 4, "bookshelf": null, "chair": 2, "computer tower": null, "door": 3, "microwave": 6, "printer": null, "refrigerator": null, "sofa": null, "suitcase": null, "table": 1, "toilet": null, "trash can": 5, "tv": null }
36
3db0a1c8f3
scannetpp
.mp4
layout_generation
This video contains the following objects: 1 refrigerator, 2 chair(s), 1 sofa, 4 table(s), 2 door(s), 1 bed, 1 tv, 1 printer. Your task is to first understand the spatial layout of the scene and then represent it using a 10x10 matrix. Use the provided object-to-index mapping to place each object in its corresponding location within the matrix: {'refrigerator': 1, 'chair': 2, 'sofa': 3, 'table': 4, 'door': 5, 'bed': 6, 'tv': 7, 'printer': 8}. The locations of refrigerator and sofa are already given in the following matrix: [[0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 3, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 1, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0]]. Your task is to fill in the locations of the remaining objects. Focus solely on the object placement without considering other factors. If multiple objects overlap in the same location, keep only the one with the largest area.
[ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ], [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ], [ 0, 0, 0, 0, 0, 0, 4, 6, 0, 0 ], [ 0, 0, 0, 0, 3, 7, 0, 0, 0, 0 ], [ 0, 0, 0, 0, 2, 0, 0, 0, 0, 0 ], [ 0, 0, 0, 1, 4, 0, 5, 0, 0, 0 ], [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ], [ 0, 0, 0, 0, 0, 0, 5, 0, 0, 0 ], [ 0, 0, 0, 0, 2, 4, 0, 0, 0, 0 ], [ 0, 0, 0, 0, 4, 8, 0, 0, 0, 0 ] ]
{ "bed": 6, "bookshelf": null, "chair": 2, "computer tower": null, "door": 5, "microwave": null, "printer": 8, "refrigerator": 1, "sofa": 3, "suitcase": null, "table": 4, "toilet": null, "trash can": null, "tv": 7 }
37
ac48a9b736
scannetpp
.mp4
layout_generation
This video contains the following objects: 1 trash can, 7 chair(s), 8 table(s), 3 door(s). Your task is to first understand the spatial layout of the scene and then represent it using a 10x10 matrix. Use the provided object-to-index mapping to place each object in its corresponding location within the matrix: {'trash can': 1, 'chair': 2, 'table': 3, 'door': 4}. The locations of trash can and door are already given in the following matrix: [[0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 4, 0, 0, 0, 4, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 4, 0], [0, 0, 0, 0, 0, 0, 0, 0, 1, 0]]. Your task is to fill in the locations of the remaining objects. Focus solely on the object placement without considering other factors. If multiple objects overlap in the same location, keep only the one with the largest area.
[ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ], [ 0, 3, 4, 0, 3, 3, 4, 0, 0, 0 ], [ 3, 2, 0, 0, 0, 2, 2, 2, 0, 0 ], [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ], [ 3, 0, 0, 0, 0, 0, 0, 0, 0, 0 ], [ 0, 2, 0, 0, 0, 0, 0, 0, 0, 0 ], [ 0, 2, 0, 0, 0, 0, 0, 2, 0, 0 ], [ 0, 3, 0, 0, 0, 0, 0, 0, 3, 0 ], [ 0, 0, 0, 0, 0, 0, 0, 0, 4, 0 ], [ 0, 3, 0, 0, 0, 0, 0, 0, 1, 0 ] ]
{ "bed": null, "bookshelf": null, "chair": 2, "computer tower": null, "door": 4, "microwave": null, "printer": null, "refrigerator": null, "sofa": null, "suitcase": null, "table": 3, "toilet": null, "trash can": 1, "tv": null }
38
c5439f4607
scannetpp
.mp4
layout_generation
This video contains the following objects: 1 door, 3 chair(s), 2 trash can(s). Your task is to first understand the spatial layout of the scene and then represent it using a 10x10 matrix. Use the provided object-to-index mapping to place each object in its corresponding location within the matrix: {'door': 1, 'chair': 2, 'trash can': 3}. The locations of door and trash can are already given in the following matrix: [[0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 1, 0, 3, 3, 0, 0, 0, 0]]. Your task is to fill in the locations of the remaining objects. Focus solely on the object placement without considering other factors. If multiple objects overlap in the same location, keep only the one with the largest area.
[ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ], [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ], [ 0, 0, 0, 2, 0, 0, 0, 0, 0, 0 ], [ 0, 0, 0, 0, 0, 0, 2, 0, 0, 0 ], [ 0, 0, 0, 0, 2, 0, 0, 0, 0, 0 ], [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ], [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ], [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ], [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ], [ 0, 0, 1, 0, 3, 3, 0, 0, 0, 0 ] ]
{ "bed": null, "bookshelf": null, "chair": 2, "computer tower": null, "door": 1, "microwave": null, "printer": null, "refrigerator": null, "sofa": null, "suitcase": null, "table": null, "toilet": null, "trash can": 3, "tv": null }
39
578511c8a9
scannetpp
.mp4
layout_generation
This video contains the following objects: 17 table(s), 4 computer tower(s), 1 door, 11 chair(s), 1 printer. Your task is to first understand the spatial layout of the scene and then represent it using a 10x10 matrix. Use the provided object-to-index mapping to place each object in its corresponding location within the matrix: {'table': 1, 'computer tower': 2, 'door': 3, 'chair': 4, 'printer': 5}. The locations of door and printer are already given in the following matrix: [[0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [5, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 3, 0, 0, 0]]. Your task is to fill in the locations of the remaining objects. Focus solely on the object placement without considering other factors. If multiple objects overlap in the same location, keep only the one with the largest area.
[ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ], [ 0, 0, 0, 0, 0, 1, 1, 0, 0, 0 ], [ 0, 0, 0, 0, 0, 0, 0, 4, 0, 0 ], [ 0, 0, 1, 0, 0, 4, 0, 1, 0, 0 ], [ 1, 4, 0, 1, 0, 1, 2, 1, 0, 0 ], [ 0, 2, 1, 1, 0, 2, 4, 1, 2, 0 ], [ 1, 4, 0, 1, 4, 1, 4, 4, 1, 0 ], [ 0, 4, 1, 0, 0, 1, 0, 0, 0, 0 ], [ 5, 0, 0, 0, 0, 4, 0, 0, 4, 0 ], [ 0, 0, 0, 0, 0, 0, 3, 0, 0, 0 ] ]
{ "bed": null, "bookshelf": null, "chair": 4, "computer tower": 2, "door": 3, "microwave": null, "printer": 5, "refrigerator": null, "sofa": null, "suitcase": null, "table": 1, "toilet": null, "trash can": null, "tv": null }
40
d755b3d9d8
scannetpp
.mp4
layout_generation
This video contains the following objects: 3 chair(s), 1 door, 3 table(s), 2 printer(s). Your task is to first understand the spatial layout of the scene and then represent it using a 10x10 matrix. Use the provided object-to-index mapping to place each object in its corresponding location within the matrix: {'chair': 1, 'door': 2, 'table': 3, 'printer': 4}. The locations of door and printer are already given in the following matrix: [[0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 2, 0, 0, 4, 4, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0]]. Your task is to fill in the locations of the remaining objects. Focus solely on the object placement without considering other factors. If multiple objects overlap in the same location, keep only the one with the largest area.
[ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ], [ 0, 0, 0, 0, 2, 0, 0, 4, 4, 0 ], [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ], [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ], [ 0, 0, 0, 0, 0, 0, 1, 0, 0, 0 ], [ 0, 0, 0, 0, 0, 0, 0, 3, 0, 0 ], [ 0, 0, 0, 0, 0, 0, 1, 0, 0, 0 ], [ 0, 3, 0, 1, 0, 0, 0, 3, 0, 0 ], [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ], [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ] ]
{ "bed": null, "bookshelf": null, "chair": 1, "computer tower": null, "door": 2, "microwave": null, "printer": 4, "refrigerator": null, "sofa": null, "suitcase": null, "table": 3, "toilet": null, "trash can": null, "tv": null }
41
09c1414f1b
scannetpp
.mp4
layout_generation
This video contains the following objects: 1 sofa, 2 bookshelf(s), 1 refrigerator, 1 tv, 1 suitcase, 1 trash can. Your task is to first understand the spatial layout of the scene and then represent it using a 10x10 matrix. Use the provided object-to-index mapping to place each object in its corresponding location within the matrix: {'sofa': 1, 'bookshelf': 2, 'refrigerator': 3, 'tv': 4, 'suitcase': 5, 'trash can': 6}. The locations of trash can and sofa are already given in the following matrix: [[0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 1, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [6, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0]]. Your task is to fill in the locations of the remaining objects. Focus solely on the object placement without considering other factors. If multiple objects overlap in the same location, keep only the one with the largest area.
[ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ], [ 0, 2, 0, 0, 4, 0, 0, 0, 0, 0 ], [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ], [ 0, 0, 0, 0, 1, 0, 0, 0, 0, 0 ], [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ], [ 0, 5, 0, 0, 0, 0, 0, 0, 0, 0 ], [ 0, 0, 0, 0, 0, 0, 0, 2, 0, 0 ], [ 6, 0, 0, 0, 0, 0, 0, 0, 0, 0 ], [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ], [ 0, 3, 0, 0, 0, 0, 0, 0, 0, 0 ] ]
{ "bed": null, "bookshelf": 2, "chair": null, "computer tower": null, "door": null, "microwave": null, "printer": null, "refrigerator": 3, "sofa": 1, "suitcase": 5, "table": null, "toilet": null, "trash can": 6, "tv": 4 }
42
5f99900f09
scannetpp
.mp4
layout_generation
This video contains the following objects: 2 door(s), 11 table(s), 2 printer(s), 1 suitcase, 11 chair(s), 1 refrigerator. Your task is to first understand the spatial layout of the scene and then represent it using a 10x10 matrix. Use the provided object-to-index mapping to place each object in its corresponding location within the matrix: {'door': 1, 'table': 2, 'printer': 3, 'suitcase': 4, 'chair': 5, 'refrigerator': 6}. The locations of suitcase and refrigerator are already given in the following matrix: [[0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 4, 0, 0, 0], [0, 0, 0, 0, 6, 0, 0, 0, 0, 0]]. Your task is to fill in the locations of the remaining objects. Focus solely on the object placement without considering other factors. If multiple objects overlap in the same location, keep only the one with the largest area.
[ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ], [ 0, 0, 0, 0, 3, 0, 0, 0, 5, 0 ], [ 5, 2, 5, 2, 3, 2, 0, 0, 5, 0 ], [ 0, 0, 2, 0, 0, 0, 0, 5, 0, 0 ], [ 2, 0, 0, 0, 0, 0, 0, 2, 5, 0 ], [ 0, 2, 0, 0, 0, 0, 0, 5, 0, 0 ], [ 2, 0, 0, 0, 0, 0, 0, 0, 5, 0 ], [ 2, 2, 5, 5, 0, 0, 0, 0, 0, 0 ], [ 0, 0, 2, 5, 0, 0, 4, 0, 1, 0 ], [ 0, 0, 0, 0, 6, 0, 0, 1, 0, 0 ] ]
{ "bed": null, "bookshelf": null, "chair": 5, "computer tower": null, "door": 1, "microwave": null, "printer": 3, "refrigerator": 6, "sofa": null, "suitcase": 4, "table": 2, "toilet": null, "trash can": null, "tv": null }
43
9071e139d9
scannetpp
.mp4
layout_generation
This video contains the following objects: 5 chair(s), 5 table(s), 5 sofa(s), 1 door. Your task is to first understand the spatial layout of the scene and then represent it using a 10x10 matrix. Use the provided object-to-index mapping to place each object in its corresponding location within the matrix: {'chair': 1, 'table': 2, 'sofa': 3, 'door': 4}. The locations of door and table are already given in the following matrix: [[0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 4, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 2, 0, 0, 0], [0, 2, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [2, 0, 2, 0, 2, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0]]. Your task is to fill in the locations of the remaining objects. Focus solely on the object placement without considering other factors. If multiple objects overlap in the same location, keep only the one with the largest area.
[ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ], [ 0, 4, 0, 0, 0, 0, 0, 0, 0, 0 ], [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ], [ 3, 0, 0, 0, 0, 0, 0, 0, 0, 0 ], [ 0, 0, 0, 0, 0, 0, 1, 1, 0, 0 ], [ 0, 0, 0, 0, 0, 0, 2, 1, 0, 0 ], [ 3, 2, 3, 0, 0, 0, 1, 1, 0, 0 ], [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ], [ 2, 3, 2, 3, 2, 0, 0, 0, 0, 0 ], [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ] ]
{ "bed": null, "bookshelf": null, "chair": 1, "computer tower": null, "door": 4, "microwave": null, "printer": null, "refrigerator": null, "sofa": 3, "suitcase": null, "table": 2, "toilet": null, "trash can": null, "tv": null }
44
6115eddb86
scannetpp
.mp4
layout_generation
This video contains the following objects: 1 sofa, 2 door(s), 1 tv, 1 toilet, 1 table, 1 bed. Your task is to first understand the spatial layout of the scene and then represent it using a 10x10 matrix. Use the provided object-to-index mapping to place each object in its corresponding location within the matrix: {'sofa': 2, 'door': 3, 'tv': 4, 'toilet': 5, 'table': 6, 'bed': 7}. The locations of tv and bed are already given in the following matrix: [[0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [4, 0, 0, 0, 0, 0, 7, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0]]. Your task is to fill in the locations of the remaining objects. Focus solely on the object placement without considering other factors. If multiple objects overlap in the same location, keep only the one with the largest area.
[ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ], [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ], [ 0, 0, 6, 0, 0, 0, 2, 0, 0, 0 ], [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ], [ 4, 0, 0, 0, 0, 0, 7, 0, 0, 0 ], [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ], [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ], [ 3, 0, 0, 0, 0, 0, 0, 0, 0, 0 ], [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ], [ 0, 3, 0, 0, 0, 0, 5, 0, 0, 0 ] ]
{ "bed": 7, "bookshelf": null, "chair": null, "computer tower": null, "door": 3, "microwave": null, "printer": null, "refrigerator": null, "sofa": 2, "suitcase": null, "table": 6, "toilet": 5, "trash can": null, "tv": 4 }
45
27dd4da69e
scannetpp
.mp4
layout_generation
This video contains the following objects: 5 door(s), 1 tv, 2 chair(s), 1 bed, 3 suitcase(s), 2 trash can(s), 1 microwave, 1 sofa. Your task is to first understand the spatial layout of the scene and then represent it using a 10x10 matrix. Use the provided object-to-index mapping to place each object in its corresponding location within the matrix: {'door': 1, 'tv': 2, 'chair': 3, 'bed': 4, 'suitcase': 5, 'trash can': 6, 'microwave': 7, 'sofa': 8}. The locations of tv and bed are already given in the following matrix: [[0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [2, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 4, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0]]. Your task is to fill in the locations of the remaining objects. Focus solely on the object placement without considering other factors. If multiple objects overlap in the same location, keep only the one with the largest area.
[ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ], [ 2, 0, 0, 0, 0, 0, 0, 0, 0, 0 ], [ 0, 0, 8, 0, 0, 0, 0, 6, 0, 0 ], [ 3, 3, 0, 5, 0, 0, 0, 0, 0, 0 ], [ 0, 0, 4, 5, 0, 0, 7, 6, 0, 0 ], [ 0, 0, 0, 5, 0, 0, 0, 0, 0, 0 ], [ 0, 0, 0, 1, 0, 0, 0, 0, 0, 0 ], [ 0, 0, 1, 0, 1, 0, 0, 0, 1, 0 ], [ 0, 0, 0, 0, 0, 0, 0, 0, 1, 0 ], [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ] ]
{ "bed": 4, "bookshelf": null, "chair": 3, "computer tower": null, "door": 1, "microwave": 7, "printer": null, "refrigerator": null, "sofa": 8, "suitcase": 5, "table": null, "toilet": null, "trash can": 6, "tv": 2 }
46
c49a8c6cff
scannetpp
.mp4
layout_generation
This video contains the following objects: 1 door, 1 bed, 1 chair, 1 table, 1 trash can. Your task is to first understand the spatial layout of the scene and then represent it using a 10x10 matrix. Use the provided object-to-index mapping to place each object in its corresponding location within the matrix: {'door': 1, 'bed': 2, 'chair': 3, 'table': 4, 'trash can': 5}. The locations of chair and table are already given in the following matrix: [[0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 3, 0, 0, 0, 0, 0, 0, 0], [0, 4, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0]]. Your task is to fill in the locations of the remaining objects. Focus solely on the object placement without considering other factors. If multiple objects overlap in the same location, keep only the one with the largest area.
[ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ], [ 0, 0, 0, 0, 0, 0, 0, 1, 0, 0 ], [ 0, 0, 0, 2, 0, 0, 0, 0, 0, 0 ], [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ], [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ], [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ], [ 0, 5, 0, 0, 0, 0, 0, 0, 0, 0 ], [ 0, 0, 3, 0, 0, 0, 0, 0, 0, 0 ], [ 0, 4, 0, 0, 0, 0, 0, 0, 0, 0 ], [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ] ]
{ "bed": 2, "bookshelf": null, "chair": 3, "computer tower": null, "door": 1, "microwave": null, "printer": null, "refrigerator": null, "sofa": null, "suitcase": null, "table": 4, "toilet": null, "trash can": 5, "tv": null }

No dataset card yet

Downloads last month
7