objects list | surfaces list | scenes list | object_to_scenes dict | object_to_surfaces dict | surface_to_scenes dict | prompt_templates dict |
|---|---|---|---|---|---|---|
[
"chair",
"vase",
"pillow",
"blanket",
"cushion",
"stack of books",
"table lamp",
"bowl",
"coffee mug",
"flower pot",
"stool",
"tote bag",
"plate",
"basket of fruits",
"vacuum cleaner",
"vintage radio",
"wicker basket",
"jar",
"toaster",
"pair of slippers",
"guitar",
"paperw... | [
"wooden table",
"glass shelf",
"kitchen island",
"bookshelf",
"window sill",
"ottoman",
"side table",
"coffee table",
"nightstand",
"fireplace mantel",
"dresser top",
"dining table",
"desk surface",
"wardrobe top",
"bench",
"bathroom counter",
"staircase step",
"bedside cabinet",
... | [
"living room",
"bedroom",
"kitchen",
"dining room",
"study room",
"home office",
"bathroom",
"laundry room",
"entryway",
"reading nook",
"walk-in closet",
"attic",
"basement",
"pantry",
"mudroom"
] | {
"chair": [
"dining room",
"study room",
"bedroom",
"living room"
],
"vase": [
"living room",
"dining room",
"entryway"
],
"pillow": [
"bedroom",
"living room"
],
"blanket": [
"bedroom",
"living room"
],
"cushion": [
"bedroom",
"living room",
"r... | {
"chair": [
"floor"
],
"vase": [
"coffee table",
"side table",
"dresser top",
"fireplace mantel",
"entryway table",
"wooden table"
],
"pillow": [
"ottoman",
"bench",
"bedside cabinet"
],
"blanket": [
"ottoman",
"bedside cabinet",
"bench"
],
"cushion... | {
"wooden table": [
"living room",
"dining room",
"study room",
"home office"
],
"glass shelf": [
"bathroom",
"living room",
"entryway",
"home office",
"bedroom"
],
"kitchen island": [
"kitchen"
],
"bookshelf": [
"study room",
"bedroom",
"home office",
... | {
"A": [
"{a_object1} {object1} placed on {a_surface} {surface} in {a_scene} {scene}.",
"A single {object1} resting on {a_surface} {surface} in {a_scene} {scene}.",
"{a_object1} {object1} located on {a_surface} {surface} in {a_scene} {scene}."
],
"B": [
"{a_object1} {object1} beside {a_object2} {o... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.