_parse([what,is,on,the,left,side,of,the,white,oven,on,the,floor,and,on,right,side,of,the,blue,armchair,in,the,image1,?], answer(A, (const(A,garbage_bin)))). _parse([what,is,on,the,left,side,of,the,fire,extinguisher,and,on,the,right,side,of,the,chair,in,the,image1,?], answer(A, (const(A,table)))). _parse([what,is,between,the,the,two,white,and,black,garbage,bins,in,the,image1,?], answer(A, (const(A,chair)))). _parse([how,many,objects,are,between,the,fire,extinguisher,and,the,white,oven,on,the,floor,in,the,image1,?], answer(A, (const(A,3)))). _parse([what,is,the,largest,object,in,this,picture,in,the,image1,?], answer(A, (const(A,washing_machine)))). _parse([how,many,plastic,bottles,are,between,the,white,fridge,and,the,oven,in,the,image2,?], answer(A, (const(A,5)))). _parse([what,is,under,the,white,cabinet,on,the,right,side,of,the,oven,and,and,on,the,left,side,of,the,fridge,in,the,image2,?], answer(A, (const(A,sink)))). _parse([what,is,on,the,left,side,of,the,white,sink,and,under,the,cabinet,in,the,image2,?], answer(A, (const(A,microwave)))). _parse([how,many,white,objects,in,this,picture,in,the,image2,?], answer(A, (const(A,9)))). _parse([what,is,under,the,pan,in,the,image2,?], answer(A, (const(A,oven)))). _parse([what,is,on,the,right,side,of,the,black,telephone,and,on,the,left,side,of,the,red,chair,in,the,image3,?], answer(A, (const(A,desk)))). _parse([what,is,in,front,of,the,white,door,on,the,left,side,of,the,desk,in,the,image3,?], answer(A, (const(A,telephone)))). _parse([what,is,on,the,desk,in,the,image3,?], answer(A, (const(A,book);const(A,scissor);const(A,papers);const(A,tape_dispenser)))). _parse([what,is,the,largest,brown,objects,in,this,image3,?], answer(A, (const(A,carton)))). _parse([what,color,is,the,chair,in,front,of,the,white,wall,in,the,image3,?], answer(A, (const(A,red)))). _parse([what,is,on,the,right,side,of,the,notebook,on,the,desk,in,the,image4,?], answer(A, (const(A,plastic_cup_of_coffee)))). _parse([what,is,on,the,right,and,left,and,in,front,of,the,papers,on,the,desk,in,the,image4,?], answer(A, (const(A,notebook)))). _parse([what,is,on,the,desk,and,behind,the,black,cup,in,the,image4,?], answer(A, (const(A,bottle)))). _parse([how,many,bottles,are,on,the,desk,in,the,image4,?], answer(A, (const(A,11)))). _parse([what,is,in,front,of,the,papers,and,notebook,and,bottles,in,the,image4,?], answer(A, (const(A,chair)))). _parse([what,is,on,the,left,side,of,the,cabinet,and,on,the,right,side,of,the,chair,in,the,image5,?], answer(A, (const(A,whiteboard)))). _parse([what,is,in,front,of,the,door,and,on,the,right,of,the,table,in,the,image5,?], answer(A, (const(A,chair)))). _parse([how,many,chairs,are,on,the,right,side,of,the,table,in,the,image5,?], answer(A, (const(A,3)))). _parse([what,is,behind,the,whiteboard,and,in,front,of,the,wall,in,the,image5,?], answer(A, (const(A,stacked_chairs)))). _parse([what,is,in,front,of,the,white,board,or,in,front,of,the,door,in,the,image5,?], answer(A, (const(A,table);const(A,chair)))). _parse([what,is,in,front,of,the,stacked,chairs,and,on,the,left,side,of,the,table,in,the,image6,?], answer(A, (const(A,ladder)))). _parse([how,many,dark,blue,armchairs,are,in,this,picture,in,the,image6,?], answer(A, (const(A,8)))). _parse([what,is,in,front,of,the,monitor,in,the,image6,?], answer(A, (const(A,keyboard)))). _parse([what,color,is,the,chair,in,front,of,the,wall,on,the,left,side,of,the,stacked,chairs,in,the,image6,?], answer(A, (const(A,blue)))). _parse([what,is,in,front,of,the,black,wall,on,the,right,side,of,the,projector,screen,in,the,image7,?], answer(A, (const(A,monitor)))). _parse([what,color,is,the,ladder,between,the,projector,screen,and,armchairs,in,the,image7,?], answer(A, (const(A,red)))). _parse([how,many,monitors,are,in,this,picture,in,the,image7,?], answer(A, (const(A,3)))). _parse([what,color,is,the,wall,behind,the,projector,screen,in,the,image7,?], answer(A, (const(A,black)))). _parse([what,is,on,the,wall,below,the,clock,on,the,left,side,of,the,green,curtain,and,on,the,right,side,of,the,gray,door,in,the,image8,?], answer(A, (const(A,telephone)))). _parse([what,color,is,the,garbage,bin,in,front,of,the,gray,door,on,the,left,side,of,the,fire,extinguisher,in,the,image8,?], answer(A, (const(A,blue)))). _parse([how,many,red,objects,are,in,this,picture,in,the,image8,?], answer(A, (const(A,1)))). _parse([what,are,on,the,wall,on,the,left,side,of,the,green,curtain,but,not,behind,the,garbage,bin,in,the,image8,?], answer(A, (const(A,clock);const(A,telephone)))). _parse([what,is,the,largest,dark,gery,object,in,this,picture,in,the,image8,?], answer(A, (const(A,door)))). _parse([what,color,is,the,red,object,in,front,of,the,wall,on,the,left,side,of,the,desk,in,the,image9,?], answer(A, (const(A,paper_tray)))). _parse([what,is,above,the,desk,in,fornt,of,the,scissor,in,the,image9,?], answer(A, (const(A,hole_puncher)))). _parse([what,is,the,largest,blue,object,in,this,picture,in,the,image9,?], answer(A, (const(A,garbage_bin)))). _parse([what,is,on,the,wall,on,the,left,side,of,the,door,above,the,desk,in,the,image9,?], answer(A, (const(A,framed_certificate)))). _parse([what,is,on,the,floor,on,the,right,side,of,the,image10,behind,the,door,frame,in,fornt,of,the,cabinet,in,the,image10,?], answer(A, (const(A,garbage_bin)))). _parse([how,many,blue,objects,are,in,this,picture,on,the,top,of,the,white,cabinet,not,on,the,floor,in,the,image10,?], answer(A, (const(A,1)))). _parse([what,is,the,largest,white,object,on,the,left,side,of,the,picture,in,the,image10,?], answer(A, (const(A,printer)))). _parse([what,is,between,the,paper,holder,and,tape,dispenser,below,the,white,paper,rack,in,the,image11,?], answer(A, (const(A,hole_puncher)))). _parse([what,is,the,blue,object,in,the,black,pen,stand,in,the,image11,?], answer(A, (const(A,scissor)))). _parse([what,color,is,the,fax,machine,below,the,paper,rack,in,front,of,the,wall,on,the,top,of,the,cabinet,in,the,image11,?], answer(A, (const(A,white)))). _parse([how,many,blue,objects,are,on,the,top,of,the,cabinet,but,not,below,the,tape,dispenser,or,in,the,pen,stand,in,the,image11,?], answer(A, (const(A,1)))). _parse([what,is,the,black,object,between,the,white,wall,and,gray,locker,in,the,image12,?], answer(A, (const(A,garbage_bin)))). _parse([what,is,on,the,right,side,of,the,wall,on,the,top,of,the,cabinet,on,the,left,side,of,the,hole,puncher,in,the,image12,?], answer(A, (const(A,paper_holder)))). _parse([what,color,is,the,tape,dispenser,on,the,right,side,of,the,hole,puncher,in,front,of,the,wall,in,the,image12,?], answer(A, (const(A,gray)))). _parse([how,many,table,fans,are,in,this,picture,in,the,image13,?], answer(A, (const(A,1)))). _parse([what,is,the,black,and,white,object,on,the,cabinet,door,between,the,pictures,in,the,image13,?], answer(A, (const(A,clock)))). _parse([what,is,in,fornt,of,the,window,on,the,left,side,of,the,fan,coil,on,the,right,side,of,the,wall,in,the,image14,?], answer(A, (const(A,ornamental_plant)))). _parse([what,color,is,the,ornamental,plant,in,fornt,of,the,fan,coil,but,not,close,to,sofa,in,the,image14,?], answer(A, (const(A,red)))). _parse([what,the,largest,light,green,object,in,this,picture,in,the,image14,?], answer(A, (const(A,sofa)))). _parse([what,is,in,fornt,of,the,white,wall,below,the,colorful,picture,but,not,close,to,window,in,the,image14,?], answer(A, (const(A,sofa)))). _parse([how,many,ornamental,plants,are,in,this,picture,in,the,image14,?], answer(A, (const(A,3)))). _parse([what,is,the,red,object,on,the,wall,on,the,left,side,of,the,corridor,in,the,image15,?], answer(A, (const(A,fire_extinguisher)))). _parse([what,is,on,the,wall,on,the,left,side,of,the,door,and,on,the,right,side,of,the,picture,in,the,image15,?], answer(A, (const(A,fire_alarm)))). _parse([what,color,is,the,door,on,the,right,side,of,the,corridor,in,the,image15,?], answer(A, (const(A,brown)))). _parse([how,many,ceiling,lamps,are,on,in,the,corridor,in,the,image15,?], answer(A, (const(A,1)))). _parse([what,is,the,smallest,black,object,on,the,table,below,the,bookshelf,in,the,image16,?], answer(A, (const(A,tape_dispenser)))). _parse([what,is,the,white,object,on,the,table,on,the,right,side,of,the,wall,below,the,bookshelf,in,the,image16,?], answer(A, (const(A,printer)))). _parse([what,is,in,front,of,the,wall,on,the,left,side,of,the,picture,in,the,image16,?], answer(A, (const(A,ladder)))). _parse([what,color,is,the,table,below,the,printer,but,not,below,the,tape,dispenser,or,paper,tray,in,the,image16,?], answer(A, (const(A,brown)))). _parse([what,is,on,the,right,side,of,the,brown,table,and,on,the,left,side,of,the,door,frame,in,fornt,of,the,wall,in,the,image17,?], answer(A, (const(A,ladder)))). _parse([what,is,the,brown,object,above,the,file,cabinet,in,the,image17,?], answer(A, (const(A,bookshelf)))). _parse([what,is,on,the,right,side,of,the,ladder,in,the,image18,?], answer(A, (const(A,door_way)))). _parse([how,many,ladders,are,in,this,picture,in,the,image18,?], answer(A, (const(A,1)))). _parse([how,many,chairs,are,around,the,conference,table,in,the,image19,?], answer(A, (const(A,6)))). _parse([what,has,been,mounted,on,the,ceiling,between,two,ceiling,lights,in,the,image19,?], answer(A, (const(A,projector)))). _parse([what,color,is,the,chair,in,front,of,the,wall,on,the,right,side,of,the,door,behind,the,black,chair,in,the,image19,?], answer(A, (const(A,pink)))). _parse([what,is,on,the,top,of,the,computer,case,on,the,right,side,of,the,picture,in,the,image20,?], answer(A, (const(A,modem)))). _parse([what,color,is,the,table,below,the,computer,case,in,front,of,the,wall,in,the,image20,?], answer(A, (const(A,brown)))). _parse([how,many,papers,are,on,the,wall,on,the,left,side,of,the,modem,in,the,image20,?], answer(A, (const(A,1)))). _parse([what,is,on,right,side,of,the,door,way,and,on,the,left,side,of,the,armchair,in,frot,of,the,wall,in,the,image21,?], answer(A, (const(A,water_dispenser)))). _parse([what,is,on,the,right,side,of,the,blue,water,carboy,and,on,the,left,side,of,the,black,cables,in,the,image21,?], answer(A, (const(A,telephone_cord)))). _parse([what,is,on,the,table,on,the,right,side,of,the,armchair,in,fornt,of,the,wall,in,the,image21,?], answer(A, (const(A,hand_sanitizer_dispenser)))). _parse([what,is,the,largest,blue,object,in,this,picture,in,the,image21,?], answer(A, (const(A,water_carboy)))). _parse([what,is,the,brown,object,on,the,desk,on,the,left,side,of,the,paper,in,fornt,of,the,computer,chair,in,the,image22,?], answer(A, (const(A,paper_tray)))). _parse([what,color,is,the,garbage,bin,on,the,floor,on,the,left,side,of,the,desk,in,the,image22,?], answer(A, (const(A,purple)))). _parse([what,is,between,the,computer,chair,and,sofa,and,on,the,right,side,of,the,column,in,the,image22,?], answer(A, (const(A,wall_divider)))). _parse([what,color,is,the,paper,holder,on,the,right,side,of,the,water,spray,bottle,in,the,image22,?], answer(A, (const(A,black)))). _parse([how,many,tape,dispensers,are,on,the,desk,in,the,image22,?], answer(A, (const(A,1)))). _parse([what,is,on,the,top,right,of,the,clock,on,the,wall,in,the,image23,?], answer(A, (const(A,framed_certificate)))). _parse([how,many,hanging,hooks,are,on,the,wall,on,the,left,side,of,the,brown,board,below,the,red,fire,alarm,in,the,image23,?], answer(A, (const(A,3)))). _parse([what,color,are,the,paper,trays,in,the,bookshelf,on,the,left,side,of,the,wall,divider,not,on,the,desk,in,front,of,the,computer,chair,in,the,image23,?], answer(A, (const(A,black)))). _parse([what,is,the,smallest,dark,blue,object,on,the,desk,in,the,image23,?], answer(A, (const(A,pen)))). _parse([what,is,the,black,and,white,object,on,the,top,right,of,the,brown,board,in,the,image23,?], answer(A, (const(A,clock)))). _parse([what,color,is,the,garbage,bin,in,front,of,the,white,board,on,the,floor,in,the,image28,?], answer(A, (const(A,blue)))). _parse([how,many,ceiling,lamps,are,off,in,this,picture,in,the,image28,?], answer(A, (const(A,2)))). _parse([what,is,the,black,object,on,the,right,side,of,the,flipped,table,in,the,image28,?], answer(A, (const(A,chair)))). _parse([what,is,the,largest,white,object,in,this,picture,in,the,image28,?], answer(A, (const(A,whiteboard)))). _parse([what,is,the,blue,object,on,the,left,side,electrical,outlet,behind,the,computer,case,in,the,image30,?], answer(A, (const(A,water_carboy)))). _parse([how,many,black,objects,are,on,the,desk,in,the,image30,?], answer(A, (const(A,3)))). _parse([how,many,red,objects,are,on,the,wall,in,the,image30,?], answer(A, (const(A,1)))). _parse([what,are,the,small,objects,below,the,whiteboard,in,the,image33,?], answer(A, (const(A,whiteboard_eraser);const(A,whiteboard_marker)))). _parse([what,colors,are,the,writings,on,the,whiteboard,in,the,image33,?], answer(A, (const(A,red);const(A,black)))). _parse([how,many,chairs,are,in,fornt,of,the,whiteboard,in,the,image33,?], answer(A, (const(A,1)))). _parse([how,many,mugs,are,on,the,table,in,front,of,the,wall,in,the,image42,?], answer(A, (const(A,1)))). _parse([what,color,is,the,wall,behind,the,cable,outlets,below,the,whiteboards,in,the,image42,?], answer(A, (const(A,gray)))). _parse([what,color,is,the,whole,circle,on,the,whiteboard,in,the,image42,?], answer(A, (const(A,green)))). _parse([what,is,behind,the,whiteboard,on,the,gray,part,of,the,wall,in,the,image42,?], answer(A, (const(A,electrical_outlet)))). _parse([how,many,toothbrushes,are,in,toothbrush,holder,in,the,image44,?], answer(A, (const(A,2)))). _parse([how,many,frames,are,reflected,in,the,mirror,in,the,image44,?], answer(A, (const(A,2)))). _parse([what,is,the,white,object,between,the,bathroom,basin,and,the,door,in,the,image44,?], answer(A, (const(A,toilet)))). _parse([what,is,in,front,of,red,bag,on,the,bathroom,basin,in,the,image44,?], answer(A, (const(A,hair_brush)))). _parse([what,is,the,white,object,in,front,of,the,window,on,the,left,side,of,the,fan,coil,in,the,image50,?], answer(A, (const(A,lamp_shade)))). _parse([what,color,is,the,flower,on,the,top,pf,the,fan,coil,in,the,image50,?], answer(A, (const(A,purple)))). _parse([how,many,frames,are,in,this,picture,on,the,windowsill,but,not,on,the,side,table,in,the,image50,?], answer(A, (const(A,1)))). _parse([what,is,on,the,right,side,of,the,side,table,and,below,the,colorful,painting,in,the,image50,?], answer(A, (const(A,sofa)))). _parse([what,is,between,two,dark,brown,and,beige,couches,in,the,image51,?], answer(A, (const(A,bookshelf)))). _parse([what,is,the,colorful,object,on,the,arm,of,the,beige,couch,in,the,image51,?], answer(A, (const(A,blanket)))). _parse([what,is,the,largest,yellow,and,white,object,in,this,picture,in,the,image51,?], answer(A, (const(A,pillow)))). _parse([how,many,pictures,are,above,the,dark,brown,couch,on,the,right,side,of,the,bookshelf,in,the,image51,?], answer(A, (const(A,2)))). _parse([what,is,on,the,floor,on,the,left,side,of,the,wardrobe,door,in,the,image59,?], answer(A, (const(A,head_phone)))). _parse([what,are,in,the,wardrobe,on,the,right,side,of,the,picture,in,the,image59,?], answer(A, (const(A,shirts_in_hanger)))). _parse([what,color,is,the,basketball,hoop,above,the,computer,chair,in,the,image59,?], answer(A, (const(A,red);const(A,white)))). _parse([what,is,the,brown,wooden,object,behind,the,flat,screen,in,front,of,the,wall,in,the,image63,?], answer(A, (const(A,dresser)))). _parse([what,is,between,the,dresser,and,the,desk,on,the,floor,in,the,image63,?], answer(A, (const(A,cables)))). _parse([what,color,is,the,desk,drawer,on,the,left,side,of,the,dresser,in,the,image63,?], answer(A, (const(A,white)))). _parse([what,is,on,the,mattress,in,front,of,the,wall,in,the,image65,?], answer(A, (const(A,blanket)))). _parse([how,many,bottles,of,water,are,on,the,night,stand,in,the,image73,?], answer(A, (const(A,1)))). _parse([what,color,is,the,bedside,lamp,behind,the,bottle,of,water,in,the,image73,?], answer(A, (const(A,black)))). _parse([what,is,below,the,blanket,and,pillows,on,the,left,side,of,the,night,stand,in,the,image73,?], answer(A, (const(A,mattress)))). _parse([what,are,the,white,objects,on,the,mattress,in,the,image73,?], answer(A, (const(A,blanket);const(A,pillow)))). _parse([what,color,is,the,lamp,shade,on,the,night,stand,on,the,left,side,of,the,bed,in,the,image76,?], answer(A, (const(A,brown)))). _parse([what,is,the,largest,dark,brown,object,in,this,picture,in,the,image76,?], answer(A, (const(A,blinds)))). _parse([what,is,the,gray,object,on,the,mattress,below,the,blanket,in,the,image76,?], answer(A, (const(A,pillow)))). _parse([what,color,is,the,bedhead,in,this,picture,in,the,image76,?], answer(A, (const(A,brown)))). _parse([what,is,on,the,wall,above,the,night,stand,in,the,image76,?], answer(A, (const(A,picture)))). _parse([what,color,is,the,frame,on,the,wall,above,the,desk,in,the,image77,?], answer(A, (const(A,black)))). _parse([what,is,the,red,and,gray,object,in,front,of,the,mirror,and,close,to,the,edge,of,the,desk,in,the,image77,?], answer(A, (const(A,deoderant)))). _parse([what,is,in,the,corner,of,the,wall,on,the,left,sight,of,the,blinds,in,the,image77,?], answer(A, (const(A,bookshelf)))). _parse([what,is,on,the,floor,on,the,left,side,of,the,desk,in,the,image78,?], answer(A, (const(A,bicycle)))). _parse([how,many,framed,pictures,are,on,the,wall,in,the,image78,?], answer(A, (const(A,2)))). _parse([how,many,drawer,knobs,are,in,this,picture,in,the,image78,?], answer(A, (const(A,2)))). _parse([what,is,the,smallest,brown,object,in,this,picture,in,the,image79,?], answer(A, (const(A,lamp_shade)))). _parse([how,many,drawers,does,the,night,stand,have,on,right,side,of,the,bed,in,the,image79,?], answer(A, (const(A,2)))). _parse([what,color,is,the,bed,sheet,below,the,blanket,and,pillows,in,the,image79,?], answer(A, (const(A,gray)))). _parse([what,is,the,rectangular,shaped,object,on,the,night,stand,on,the,right,side,of,the,bed,in,the,image79,?], answer(A, (const(A,laptop)))). _parse([what,is,in,the,corner,of,the,wall,on,the,left,side,of,the,bookshelf,in,the,image80,?], answer(A, (const(A,hockey_stick)))). _parse([what,color,is,the,hat,on,the,top,right,of,the,bookshelf,in,the,image80,?], answer(A, (const(A,black);const(A,white)))). _parse([what,color,is,the,bookshelf,in,front,of,wall,in,the,image80,?], answer(A, (const(A,brown)))). _parse([what,is,the,red,object,on,the,dresser,in,the,image82,?], answer(A, (const(A,deoderant)))). _parse([how,many,knobs,are,in,the,first,row,of,the,drawers,in,the,image82,?], answer(A, (const(A,5)))). _parse([what,color,is,the,blanket,on,the,mattress,in,the,image82,?], answer(A, (const(A,brown)))). _parse([what,is,on,the,top,of,the,dresser,close,to,the,red,deoderant,in,the,image82,?], answer(A, (const(A,box)))). _parse([how,many,tables,are,in,front,of,the,bookshelf,close,to,the,ladder,in,the,image84,?], answer(A, (const(A,1)))). _parse([what,are,the,blue,and,white,objects,above,the,tables,on,the,left,side,of,the,picture,in,the,image84,?], answer(A, (const(A,umbrella)))). _parse([what,color,are,the,bookshelves,in,this,picture,in,the,image84,?], answer(A, (const(A,brown)))). _parse([how,many,ladders,are,in,this,picture,in,the,image87,?], answer(A, (const(A,1)))). _parse([what,color,are,the,bookshelves,in,the,image87,?], answer(A, (const(A,brown)))). _parse([what,is,the,most,frequent,object,in,this,picture,in,the,image87,?], answer(A, (const(A,book)))). _parse([what,colors,are,the,backpacks,in,the,store,in,the,image91,?], answer(A, (const(A,pink);const(A,purple);const(A,blue);const(A,black)))). _parse([what,is,the,red,object,on,the,white,column,in,the,image91,?], answer(A, (const(A,fire_alarm)))). _parse([what,is,in,the,cartons,close,to,the,notebooks,in,the,image93,?], answer(A, (const(A,file_holder)))). _parse([what,color,is,the,lamp,shade,near,the,laptop,on,the,table,in,the,image93,?], answer(A, (const(A,red)))). _parse([which,object,is,made,of,glass,and,wood,in,this,picture,in,the,image93,?], answer(A, (const(A,display_case)))). _parse([what,color,is,the,wall,behind,the,laptop,and,lampshade,in,the,image93,?], answer(A, (const(A,purple)))). _parse([what,colors,are,the,sweatshirts,in,front,of,the,store,in,the,image95,?], answer(A, (const(A,gray);const(A,blue);const(A,black)))). _parse([how,many,stairs,are,between,the,front,side,and,the,back,side,of,the,store,in,the,image95,?], answer(A, (const(A,3)))). _parse([what,colors,are,the,mugs,in,the,shelf,in,the,image97,?], answer(A, (const(A,white);const(A,black);const(A,purple);const(A,blue)))). _parse([what,are,the,shelves,made,of,in,the,image97,?], answer(A, (const(A,glass)))). _parse([what,colors,are,the,sweatshirts,in,the,image99,?], answer(A, (const(A,pink);const(A,blue);const(A,black);const(A,white)))). _parse([how,many,shelves,does,the,bookcase,have,on,the,left,side,of,the,sweatshirts,in,the,image99,?], answer(A, (const(A,6)))). _parse([how,many,steps,does,the,step,stool,have,in,the,image104,?], answer(A, (const(A,3)))). _parse([what,colors,are,the,sticker,notes,on,the,shelves,in,the,image104,?], answer(A, (const(A,pink);const(A,yellow)))). _parse([how,many,shelves,does,the,bookcase,have,close,to,the,step,stool,in,the,image104,?], answer(A, (const(A,7)))). _parse([what,is,on,the,top,of,the,monitor,on,the,cash,desk,in,the,image114,?], answer(A, (const(A,soft_toy)))). _parse([how,many,lamps,are,above,the,cash,desk,in,this,picture,in,the,image114,?], answer(A, (const(A,2)))). _parse([what,is,under,the,counter,and,behind,the,floor,mat,in,the,image123,?], answer(A, (const(A,radiator)))). _parse([what,is,on,the,top,of,the,counter,between,the,paper,cups,and,the,paper,boxes,in,the,image123,?], answer(A, (const(A,napkin_dispenser)))). _parse([how,many,blackboards,are,in,the,picture,in,the,image123,?], answer(A, (const(A,3)))). _parse([how,many,tumblers,are,on,the,counter,in,the,image124,?], answer(A, (const(A,4)))). _parse([what,is,between,the,white,mug,and,the,paper,cups,on,the,counter,in,the,image124,?], answer(A, (const(A,ornamental_plant)))). _parse([what,color,is,the,counter,in,the,image124,?], answer(A, (const(A,white);const(A,brown)))). _parse([what,is,on,the,cabinet,in,front,of,the,dish,rack,in,the,image130,?], answer(A, (const(A,casserole_dish)))). _parse([how,many,plates,are,in,the,dish,rack,in,the,image130,?], answer(A, (const(A,2)))). _parse([how,many,cabinets,are,above,the,sink,and,the,dish,rack,in,the,image130,?], answer(A, (const(A,3)))). _parse([how,many,tiers,does,the,spice,rack,have,in,the,image133,?], answer(A, (const(A,3)))). _parse([what,is,hanging,on,the,wall,between,the,spice,rack,and,the,cabinet,in,the,image133,?], answer(A, (const(A,kichen_towel)))). _parse([what,color,is,the,cabinet,above,the,sink,in,the,image133,?], answer(A, (const(A,white)))). _parse([what,is,the,electrical,object,on,the,cabinet,in,the,image134,?], answer(A, (const(A,blender)))). _parse([what,color,is,the,kitchen,towel,hanging,on,the,cabinet,handle,in,the,image134,?], answer(A, (const(A,yellow)))). _parse([what,is,on,the,refridgerator,door,in,the,image134,?], answer(A, (const(A,picture)))). _parse([what,is,above,the,oven,on,the,wall,in,the,image136,?], answer(A, (const(A,microwave)))). _parse([what,is,in,the,rack,on,the,wall,in,the,image136,?], answer(A, (const(A,spice_bottle)))). _parse([what,is,the,dish,on,the,oven,made,of,in,the,image136,?], answer(A, (const(A,aluminium_foil)))). _parse([what,color,is,the,toaster,oven,on,the,top,of,the,cabinet,in,the,image139,?], answer(A, (const(A,white)))). _parse([what,color,is,the,salt,shaker,below,the,electrical,outlet,in,the,image139,?], answer(A, (const(A,red)))). _parse([how,many,electrical,objects,are,on,the,cabinet,in,the,image139,?], answer(A, (const(A,2)))). _parse([what,is,on,the,cabinet,in,front,of,the,electrical,kettle,in,the,image140,?], answer(A, (const(A,vegetable_peeler)))). _parse([what,is,in,front,of,the,oven,rack,in,the,image140,?], answer(A, (const(A,faucet)))). _parse([what,is,between,the,wall,and,the,scissor,on,the,right,side,of,the,sink,in,the,image140,?], answer(A, (const(A,pitcher)))). _parse([what,is,on,the,top,of,the,oven,in,the,image145,?], answer(A, (const(A,cutting_board);const(A,pot)))). _parse([how,many,knobs,does,the,oven,have,in,the,image145,?], answer(A, (const(A,4)))). _parse([what,is,on,the,cabinet,on,the,left,side,of,the,pot,in,the,image145,?], answer(A, (const(A,toaster_oven)))). _parse([what,is,on,the,top,of,the,fan,coil,in,the,image156,?], answer(A, (const(A,book)))). _parse([what,is,between,the,fan,coil,and,the,sofa,in,the,image156,?], answer(A, (const(A,tv_stand);const(A,television)))). _parse([what,color,are,the,blinds,in,the,image156,?], answer(A, (const(A,white)))). _parse([what,is,below,the,light,switch,on,the,right,side,of,the,door,in,the,image159,?], answer(A, (const(A,package_of_bottled_water)))). _parse([what,is,leaning,against,the,wall,in,the,corridor,in,the,image163,?], answer(A, (const(A,chair)))). _parse([what,is,on,the,tv,stand,in,the,image163,?], answer(A, (const(A,dvds)))). _parse([what,is,in,the,wooden,tv,stand,in,the,image164,?], answer(A, (const(A,book)))). _parse([how,many,bowls,are,on,the,tv,stand,in,the,image164,?], answer(A, (const(A,2)))). _parse([how,many,frames,are,on,the,wall,in,the,image167,?], answer(A, (const(A,1)))). _parse([what,is,on,the,side,table,close,to,the,magazines,in,the,image168,?], answer(A, (const(A,ashtray)))). _parse([what,is,the,glass,object,close,to,the,side,table,in,the,image168,?], answer(A, (const(A,vase)))). _parse([what,color,are,the,towels,reflected,in,the,mirror,in,the,image170,?], answer(A, (const(A,blue)))). _parse([how,many,colors,does,the,shower,curtain,have,in,the,image170,?], answer(A, (const(A,4)))). _parse([what,is,on,the,right,side,of,the,faucet,in,the,image170,?], answer(A, (const(A,bottle_of_hand_wash_liquid)))). _parse([what,is,the,wooden,object,in,front,of,the,radiator,in,the,image171,?], answer(A, (const(A,dresser)))). _parse([what,is,in,the,top,shelf,of,the,book,case,in,the,image171,?], answer(A, (const(A,book)))). _parse([what,color,is,the,armchair,on,the,right,side,of,the,door,way,in,the,image171,?], answer(A, (const(A,brown)))). _parse([what,is,on,the,dark,brown,armchair,on,the,right,side,of,the,door,way,in,the,image172,?], answer(A, (const(A,pillow);const(A,backpack)))). _parse([what,is,on,the,table,between,the,dark,brown,armchairs,in,the,image172,?], answer(A, (const(A,paper);const(A,book)))). _parse([what,color,is,the,carpet,below,the,bed,in,the,image172,?], answer(A, (const(A,green)))). _parse([what,is,the,largest,black,object,in,this,picture,in,the,image177,?], answer(A, (const(A,television)))). _parse([how,many,pictures,are,on,the,wall,around,the,television,in,the,image177,?], answer(A, (const(A,3)))). _parse([what,color,is,the,ironing,board,on,the,right,side,of,the,picture,in,the,image181,?], answer(A, (const(A,white)))). _parse([what,is,below,the,rolled,blanket,in,the,image181,?], answer(A, (const(A,carton)))). _parse([what,color,is,the,shade,of,the,table,lamp,close,to,the,bookshelf,in,the,image181,?], answer(A, (const(A,white)))). _parse([what,is,the,black,rectangular,object,on,the,mattress,in,the,image183,?], answer(A, (const(A,remote_control)))). _parse([how,many,black,objects,are,on,the,bed,in,the,image183,?], answer(A, (const(A,3)))). _parse([how,many,bottles,are,on,the,top,pf,the,bookcase,in,the,image187,?], answer(A, (const(A,4)))). _parse([what,is,below,the,blue,jean,in,the,image187,?], answer(A, (const(A,desk);const(A,box)))). _parse([how,many,lamps,are,on,in,this,picture,in,the,image187,?], answer(A, (const(A,1)))). _parse([how,many,frames,are,on,the,wall,in,the,image192,?], answer(A, (const(A,2)))). _parse([what,is,below,the,television,in,the,image192,?], answer(A, (const(A,dresser)))). _parse([what,color,is,the,dish,washing,sponge,close,to,the,sink,in,the,image194,?], answer(A, (const(A,green);const(A,yellow)))). _parse([what,are,the,wooden,objects,in,this,picture,in,the,image194,?], answer(A, (const(A,cabinet);const(A,cutting_board)))). _parse([what,color,is,the,dish,rack,in,the,image194,?], answer(A, (const(A,black)))). _parse([which,objects,are,around,the,sink,in,the,image195,?], answer(A, (const(A,hair_brush);const(A,bottle_of_hand_wash_liquid);const(A,toothbrush_holder);const(A,toothbrush);const(A,faucet);const(A,faucet_handle)))). _parse([what,is,reflected,in,the,mirror,in,the,image195,?], answer(A, (const(A,shower_curtain)))). _parse([what,is,the,largest,object,on,the,cabinet,in,the,image198,?], answer(A, (const(A,flask)))). _parse([what,is,in,the,bottom,row,of,the,cabinet,in,the,image198,?], answer(A, (const(A,onion)))). _parse([what,color,is,the,pitcher,close,to,the,bowl,in,the,image198,?], answer(A, (const(A,white)))). _parse([what,is,the,yellow,object,close,to,the,faucet,in,the,image204,?], answer(A, (const(A,dish_brush)))). _parse([what,color,is,the,cutting,board,behind,the,dish,rack,in,the,image204,?], answer(A, (const(A,white)))). _parse([how,many,electrical,appliances,are,on,the,cabinet,in,the,image205,?], answer(A, (const(A,2)))). _parse([what,is,between,the,cabinet,and,the,wall,in,the,image205,?], answer(A, (const(A,refridgerator)))). _parse([what,is,on,the,cabinet,behind,the,roll,of,paper,towels,and,the,can,in,the,image206,?], answer(A, (const(A,crock_pot)))). _parse([how,many,kitchen,towels,are,on,the,cabinet,in,the,image206,?], answer(A, (const(A,2)))). _parse([what,color,is,the,doors,of,the,cabinets,in,the,image206,?], answer(A, (const(A,white)))). _parse([how,many,frames,are,on,the,wall,of,the,kitchen,in,the,image207,?], answer(A, (const(A,2)))). _parse([what,color,is,the,kitchen,towel,hanging,on,the,handle,of,the,cabinet,in,the,image207,?], answer(A, (const(A,white)))). _parse([what,is,on,the,top,of,the,bookshelf,below,the,frame,in,the,image207,?], answer(A, (const(A,box)))). _parse([what,is,on,the,top,shelf,of,the,bookcase,close,to,the,face,shape,sculpture,in,the,image207,?], answer(A, (const(A,decorative_candle)))). _parse([what,color,is,the,chair,in,front,of,the,desk,in,the,image210,?], answer(A, (const(A,red)))). _parse([what,is,the,gray,object,close,to,the,white,board,in,the,image210,?], answer(A, (const(A,curtain)))). _parse([how,many,layers,does,the,file,holder,on,the,desk,have,in,the,image210,?], answer(A, (const(A,3)))). _parse([what,is,hanging,from,the,ceiling,above,the,table,in,the,image223,?], answer(A, (const(A,chandelier)))). _parse([what,color,is,the,column,in,the,middle,of,the,store,in,the,image223,?], answer(A, (const(A,brown)))). _parse([how,many,shelves,does,the,cabinet,with,light,green,dishes,have,in,the,image223,?], answer(A, (const(A,4)))). _parse([what,color,are,the,mats,on,the,table,on,the,left,side,of,the,picture,in,the,image225,?], answer(A, (const(A,pink)))). _parse([what,are,the,circle,shape,objects,on,the,table,on,the,right,side,of,the,picture,in,the,image234,?], answer(A, (const(A,box)))). _parse([what,kind,of,containers,are,on,the,dark,brown,wall,shelves,in,the,image234,?], answer(A, (const(A,vase)))). _parse([how,many,lamps,are,above,the,cash,desk,in,the,image234,?], answer(A, (const(A,2)))). _parse([how,many,vases,are,on,the,coffee,table,in,front,of,the,light,blue,armchair,in,the,image237,?], answer(A, (const(A,2)))). _parse([how,many,colors,do,the,armchairs,and,their,cushions,have,in,the,image237,?], answer(A, (const(A,2)))). _parse([what,colors,do,the,stools,around,the,table,have,in,the,image239,?], answer(A, (const(A,blue);const(A,white)))). _parse([what,is,leaning,against,the,wall,on,the,left,side,of,the,white,cabinet,in,the,image239,?], answer(A, (const(A,ladder)))). _parse([what,color,is,the,chandelier,hanging,from,the,ceiling,in,the,image245,?], answer(A, (const(A,black)))). _parse([what,color,is,the,pipe,behind,the,room,divider,in,the,image245,?], answer(A, (const(A,red)))). _parse([what,is,in,the,shelf,on,the,right,side,of,the,room,in,the,image245,?], answer(A, (const(A,decorative_bowl)))). _parse([how,many,black,chairs,are,behind,the,coffee,table,in,the,image248,?], answer(A, (const(A,2)))). _parse([what,color,is,the,dresser,below,the,white,lamp,shade,in,the,image248,?], answer(A, (const(A,white)))). _parse([what,color,is,the,table,below,the,black,chandelier,in,the,image249,?], answer(A, (const(A,white)))). _parse([how,many,cushions,are,on,the,black,sofa,in,the,image249,?], answer(A, (const(A,2)))). _parse([how,many,larg,frames,are,on,the,wall,in,the,image249,?], answer(A, (const(A,2)))). _parse([how,many,rows,does,the,spice,rack,have,in,the,image252,?], answer(A, (const(A,4)))). _parse([how,many,handles,does,the,faucet,have,in,the,image252,?], answer(A, (const(A,1)))). _parse([how,many,remote,controls,are,on,the,tv,stand,in,the,image259,?], answer(A, (const(A,1)))). _parse([what,are,the,black,objects,on,the,tv,stand,in,the,image259,?], answer(A, (const(A,television);const(A,dvd_player)))). _parse([how,many,high,stools,are,in,front,of,the,kitchen,counter,in,the,image263,?], answer(A, (const(A,2)))). _parse([what,is,on,the,right,side,of,the,kitchen,counter,close,to,the,wall,in,the,image263,?], answer(A, (const(A,scale)))). _parse([what,color,is,the,tablecloth,in,the,image263,?], answer(A, (const(A,green)))). _parse([how,many,chairs,are,around,the,conference,table,in,this,picture,in,the,image271,?], answer(A, (const(A,5)))). _parse([what,colors,is,the,conference,table,in,the,image271,?], answer(A, (const(A,brown);const(A,black)))). _parse([what,is,the,red,object,in,this,picture,in,the,image273,?], answer(A, (const(A,fire_alarm)))). _parse([what,colors,are,the,garbage,bins,close,to,the,wall,in,the,image273,?], answer(A, (const(A,white);const(A,blue)))). _parse([what,color,is,the,light,above,the,door,at,the,end,of,the,room,in,the,image275,?], answer(A, (const(A,pink)))). _parse([what,is,on,the,wall,on,the,left,side,of,the,room,in,the,image275,?], answer(A, (const(A,whiteboard)))). _parse([what,is,the,largest,blue,object,in,this,picture,in,the,image276,?], answer(A, (const(A,table)))). _parse([how,many,toys,are,on,the,bed,in,the,image280,?], answer(A, (const(A,3)))). _parse([what,is,on,the,floor,and,on,the,right,side,of,the,painting,in,the,image280,?], answer(A, (const(A,toy_box)))). _parse([what,color,is,the,window,shutter,in,the,image280,?], answer(A, (const(A,white)))). _parse([what,is,the,most,colorful,object,in,this,picture,in,the,image285,?], answer(A, (const(A,rug)))). _parse([what,color,is,the,chair,on,the,carpet,in,the,image285,?], answer(A, (const(A,blue)))). _parse([what,color,are,the,circles,in,the,picture,below,the,whiteboard,in,the,image285,?], answer(A, (const(A,green)))). _parse([how,many,rolling,chairs,are,in,this,picture,in,the,image290,?], answer(A, (const(A,1)))). _parse([what,color,is,the,picture,on,the,right,side,of,the,whiteboard,in,the,image290,?], answer(A, (const(A,yellow);const(A,red);const(A,orange)))). _parse([how,many,plastic,toy,containers,are,below,the,table,in,front,of,the,wall,in,the,image292,?], answer(A, (const(A,6)))). _parse([what,is,covering,the,wall,above,the,cabinet,in,the,image292,?], answer(A, (const(A,picture)))). _parse([what,colors,are,the,garbage,bins,in,the,image292,?], answer(A, (const(A,blue);const(A,gray)))). _parse([what,colors,are,the,circles,on,the,back,of,the,chairs,in,the,image294,?], answer(A, (const(A,green);const(A,yellow)))). _parse([what,is,on,the,right,side,of,the,desk,on,the,floor,in,the,image294,?], answer(A, (const(A,garbage_bin)))). _parse([what,is,the,round,object,at,the,end,of,the,room,in,front,of,the,blue,boxes,in,the,image308,?], answer(A, (const(A,globe)))). _parse([what,color,is,the,lamp,shade,on,the,desk,in,the,image308,?], answer(A, (const(A,red)))). _parse([what,is,hanging,on,the,hangers,on,the,right,side,of,the,room,in,the,image309,?], answer(A, (const(A,backpack)))). _parse([how,many,lamps,are,on,the,ceiling,in,the,image309,?], answer(A, (const(A,2)))). _parse([which,objects,are,used,in,this,room,to,show,the,world,in,the,image309,?], answer(A, (const(A,globe);const(A,map)))). _parse([what,is,the,round,colorful,object,on,the,floor,in,the,image316,?], answer(A, (const(A,rug)))). _parse([what,colors,are,the,notebooks,on,the,blue,table,in,the,image316,?], answer(A, (const(A,orange);const(A,white)))). _parse([how,many,chairs,are,around,the,green,table,in,the,image317,?], answer(A, (const(A,6)))). _parse([what,colors,are,the,tables,with,the,orange,notebooks,on,them,in,the,image317,?], answer(A, (const(A,yellow);const(A,green)))). _parse([what,color,are,the,children,tshirtsg,in,the,image318,?], answer(A, (const(A,red)))). _parse([what,color,are,the,pencil,holders,on,the,table,on,the,right,side,of,the,room,in,the,image318,?], answer(A, (const(A,green)))). _parse([what,is,on,the,brown,board,on,the,wall,in,the,image318,?], answer(A, (const(A,paper)))). _parse([what,is,the,flower,shaped,object,on,the,toy,sofa,in,the,image325,?], answer(A, (const(A,pillow)))). _parse([which,object,has,the,circle,shaped,design,in,the,image325,?], answer(A, (const(A,rug)))). _parse([what,color,is,the,water,flask,on,the,desk,in,the,image334,?], answer(A, (const(A,blue)))). _parse([how,many,monitors,are,off,in,this,picture,in,the,image334,?], answer(A, (const(A,4)))). _parse([what,is,the,round,object,on,the,wall,in,the,image336,?], answer(A, (const(A,clock)))). _parse([how,many,computer,mouses,are,in,this,picture,in,the,image336,?], answer(A, (const(A,3)))). _parse([what,is,in,the,corner,of,the,wall,in,the,image339,?], answer(A, (const(A,whiteboard)))). _parse([what,colors,are,the,walls,in,this,picture,in,the,image339,?], answer(A, (const(A,yellow);const(A,white)))). _parse([what,is,the,red,object,on,the,desk,in,the,image360,?], answer(A, (const(A,pen_holder)))). _parse([what,color,is,the,window,shutter,in,the,image360,?], answer(A, (const(A,white)))). _parse([how,many,frames,are,on,the,desk,in,the,image360,?], answer(A, (const(A,1)))). _parse([what,is,on,the,brown,board,on,the,desk,in,the,image361,?], answer(A, (const(A,paper);const(A,picture)))). _parse([what,is,in,the,red,mug,on,the,desk,in,the,image361,?], answer(A, (const(A,pen);const(A,pencil)))). _parse([what,is,the,most,frequent,object,in,the,room,in,the,image374,?], answer(A, (const(A,book)))). _parse([what,is,on,the,desk,in,the,image374,?], answer(A, (const(A,desk_mat);const(A,paper);const(A,book);const(A,napkin_dispenser)))). _parse([what,color,is,the,frame,in,front,of,the,bookshelf,on,the,floor,in,the,image377,?], answer(A, (const(A,black)))). _parse([what,color,is,the,paper,under,the,black,frame,on,the,floor,in,the,image377,?], answer(A, (const(A,pink)))). _parse([how,many,wall,lamp,shades,are,in,the,picture,in,the,image381,?], answer(A, (const(A,1)))). _parse([how,many,drawers,are,on,the,left,side,of,the,desk,in,the,image381,?], answer(A, (const(A,10)))). _parse([what,color,is,the,leather,sofa,in,the,image383,?], answer(A, (const(A,brown)))). _parse([how,many,chairs,are,in,front,of,the,desk,in,the,image383,?], answer(A, (const(A,2)))). _parse([what,is,on,the,desk,in,the,image384,?], answer(A, (const(A,book)))). _parse([what,color,is,the,wall,behind,the,leather,chair,in,the,image384,?], answer(A, (const(A,brown)))). _parse([how,many,white,monitors,are,on,the,desk,in,the,image389,?], answer(A, (const(A,1)))). _parse([what,is,on,the,left,side,of,the,desk,close,to,a,bunch,of,paper,in,the,image389,?], answer(A, (const(A,printer)))). _parse([what,color,is,the,plastic,bag,on,the,desk,in,the,image390,?], answer(A, (const(A,white);const(A,red)))). _parse([how,many,white,paper,folders,are,on,the,desk,in,the,image390,?], answer(A, (const(A,2)))). _parse([how,many,frames,are,on,the,wall,in,the,image396,?], answer(A, (const(A,4)))). _parse([what,color,are,the,blinds,in,the,image396,?], answer(A, (const(A,white)))). _parse([how,many,shelves,are,above,the,monitor,in,the,image396,?], answer(A, (const(A,2)))). _parse([what,is,on,the,right,side,of,the,bookshelf,in,the,image400,?], answer(A, (const(A,toy_house)))). _parse([what,color,is,the,rocking,chair,in,front,of,the,bookshelf,in,the,image400,?], answer(A, (const(A,white)))). _parse([how,many,toy,chairs,are,on,the,floor,in,the,image402,?], answer(A, (const(A,2)))). _parse([what,color,is,the,plastic,toy,container,on,the,toy,chair,in,the,image402,?], answer(A, (const(A,blue)))). _parse([what,is,the,round,object,between,the,armchairs,in,the,image403,?], answer(A, (const(A,ottoman)))). _parse([what,is,behind,the,armchairs,and,ottoman,in,the,image403,?], answer(A, (const(A,railing)))). _parse([what,is,in,the,corner,of,the,wall,close,to,the,garbage,bin,in,the,image414,?], answer(A, (const(A,water_dispenser)))). _parse([what,color,is,the,door,of,the,garbage,bin,in,the,image414,?], answer(A, (const(A,black)))). _parse([what,color,are,the,chair,seats,around,the,table,in,the,image414,?], answer(A, (const(A,red)))). _parse([what,is,the,largest,blue,object,in,this,picture,in,the,image417,?], answer(A, (const(A,water_carboy)))). _parse([what,color,is,the,chair,seat,pad,in,the,image417,?], answer(A, (const(A,black)))). _parse([what,is,the,purple,box,on,the,table,in,the,image419,?], answer(A, (const(A,napkin_dispenser)))). _parse([what,color,is,the,bed,sheet,in,the,image419,?], answer(A, (const(A,blue)))). _parse([how,many,pink,towels,are,on,the,pile,of,clothes,in,the,image419,?], answer(A, (const(A,1)))). _parse([what,kinds,of,tables,are,in,the,picture,in,the,image422,?], answer(A, (const(A,foosball_table);const(A,toy_table)))). _parse([how,many,frames,are,on,the,wall,close,to,the,window,in,the,image422,?], answer(A, (const(A,6)))). _parse([what,is,the,black,and,white,toy,behind,the,foosball,table,on,the,floor,in,the,image422,?], answer(A, (const(A,ball)))). _parse([how,many,pairs,of,socks,are,on,the,toy,table,in,the,image424,?], answer(A, (const(A,1)))). _parse([what,color,is,the,kitchen,counter,in,the,image432,?], answer(A, (const(A,red)))). _parse([how,many,kitchen,stools,are,in,front,of,the,kitchen,counter,in,the,image432,?], answer(A, (const(A,2)))). _parse([what,color,is,the,circle,shaped,carpet,below,the,stool,in,the,image432,?], answer(A, (const(A,red)))). _parse([what,is,between,the,two,black,chairs,on,the,floor,in,the,image434,?], answer(A, (const(A,ottoman)))). _parse([which,decorative,object,is,in,this,picture,in,the,image434,?], answer(A, (const(A,vase)))). _parse([what,is,on,the,door,of,the,wardrobe,in,the,image441,?], answer(A, (const(A,mirror)))). _parse([what,color,are,the,blinds,in,the,image441,?], answer(A, (const(A,white)))). _parse([how,many,pictures,are,on,the,wall,on,the,right,side,of,the,window,in,the,image441,?], answer(A, (const(A,2)))). _parse([what,is,on,the,floor,on,the,left,side,of,the,shelf,in,the,image442,?], answer(A, (const(A,toy_truck)))). _parse([what,is,between,the,toy,truck,and,the,toy,shelf,in,the,image443,?], answer(A, (const(A,doll_house)))). _parse([what,color,is,the,plastic,toy,container,close,to,the,door,way,in,the,image443,?], answer(A, (const(A,blue)))). _parse([how,many,toy,boxes,are,on,the,top,of,the,toy,shelf,in,the,image443,?], answer(A, (const(A,2)))). _parse([how,many,doll,houses,are,in,the,room,in,the,image444,?], answer(A, (const(A,3)))). _parse([what,color,is,the,stool,close,to,the,baby,towel,in,the,image444,?], answer(A, (const(A,black);const(A,white)))). _parse([what,color,is,the,door,of,the,doll,house,in,front,of,the,wall,behind,the,armchair,in,the,image444,?], answer(A, (const(A,blue);const(A,red)))). _parse([what,colors,are,the,folding,chairs,in,the,image445,?], answer(A, (const(A,green);const(A,yellow)))). _parse([what,is,the,largest,dark,blue,object,in,this,picture,in,the,image445,?], answer(A, (const(A,sofa)))). _parse([how,many,toy,boxes,are,on,the,floor,in,the,image447,?], answer(A, (const(A,2)))). _parse([what,is,the,yellow,object,on,the,floor,on,the,right,side,of,the,toy,box,in,the,image447,?], answer(A, (const(A,chair)))). _parse([how,many,tape,dispensers,are,on,the,cabinet,below,the,brown,board,in,the,image450,?], answer(A, (const(A,3)))). _parse([what,color,are,the,cabinets,in,the,image450,?], answer(A, (const(A,brown)))). _parse([what,is,on,the,chair,back,behind,the,counter,in,the,image453,?], answer(A, (const(A,jacket)))). _parse([how,many,pens,are,on,the,counter,in,the,image453,?], answer(A, (const(A,2)))). _parse([how,many,frames,are,hanging,on,the,wall,in,the,image462,?], answer(A, (const(A,3)))). _parse([what,colors,are,the,carpet,under,the,coffee,table,in,the,image462,?], answer(A, (const(A,black);const(A,brown);const(A,white);const(A,gray);const(A,pink)))). _parse([how,many,doors,does,the,bookshelf,have,in,the,image472,?], answer(A, (const(A,4)))). _parse([what,is,the,largest,wooden,object,in,this,picture,in,the,image472,?], answer(A, (const(A,bookshelf)))). _parse([what,is,on,the,end,table,between,the,chairs,in,the,image478,?], answer(A, (const(A,book)))). _parse([how,many,four,leg,objects,are,in,this,picture,in,the,image478,?], answer(A, (const(A,4)))). _parse([what,is,the,largest,black,object,in,this,picture,in,the,image488,?], answer(A, (const(A,sofa)))). _parse([what,color,is,the,side,table,on,the,left,side,of,the,sofa,in,the,image488,?], answer(A, (const(A,brown)))). _parse([how,many,electrical,outlets,are,behind,the,lamp,shade,in,the,image488,?], answer(A, (const(A,2)))). _parse([how,many,white,plastic,boxes,are,close,to,the,wall,in,the,image491,?], answer(A, (const(A,3)))). _parse([what,is,the,white,cylinder,shaped,object,in,front,of,the,wall,in,the,image491,?], answer(A, (const(A,water_heater)))). _parse([what,is,on,the,floor,in,front,of,the,toilet,in,the,image506,?], answer(A, (const(A,floor_mat)))). _parse([what,is,in,the,basket,on,the,right,side,of,the,toilet,in,the,image506,?], answer(A, (const(A,magazine)))). _parse([what,color,is,the,bathroom,mat,on,the,floor,in,the,image508,?], answer(A, (const(A,red)))). _parse([what,is,the,shower,door,made,of,in,the,image508,?], answer(A, (const(A,glass)))). _parse([what,color,is,the,frame,of,the,window,in,the,image508,?], answer(A, (const(A,white)))). _parse([what,kind,of,toothbrush,is,close,to,the,sink,in,the,image509,?], answer(A, (const(A,electric_toothbrush)))). _parse([what,is,on,the,left,side,of,the,faucet,with,black,cap,in,the,image509,?], answer(A, (const(A,bottle_of_listerine)))). _parse([how,many,electric,toothbrushes,are,close,to,the,sink,in,the,image509,?], answer(A, (const(A,3)))). _parse([what,are,the,golden,objects,below,the,mirror,in,the,image510,?], answer(A, (const(A,faucet);const(A,faucet_handle)))). _parse([what,color,is,the,flower,pattern,on,the,glass,on,the,right,side,of,the,faucet,handle,in,the,image510,?], answer(A, (const(A,white)))). _parse([what,is,on,the,left,side,of,the,sink,in,the,image511,?], answer(A, (const(A,razor);const(A,toothpaste)))). _parse([what,is,the,white,object,on,the,left,side,of,the,toilet,in,the,image511,?], answer(A, (const(A,bathtub)))). _parse([what,color,is,the,handwash,container,on,the,left,side,of,the,faucet,in,the,image511,?], answer(A, (const(A,brown)))). _parse([what,color,is,the,frame,of,the,mirror,close,to,the,wardrobe,in,the,image515,?], answer(A, (const(A,white)))). _parse([how,many,pieces,does,the,curtain,have,in,the,image515,?], answer(A, (const(A,2)))). _parse([how,many,lamp,shades,are,in,front,of,the,window,in,the,image516,?], answer(A, (const(A,2)))). _parse([what,color,are,the,bed,sheets,in,the,image516,?], answer(A, (const(A,red)))). _parse([what,is,on,the,desk,close,to,the,bookshelf,in,the,image517,?], answer(A, (const(A,book)))). _parse([what,color,is,the,bathrobe,on,the,clothing,drying,rack,in,the,image517,?], answer(A, (const(A,black)))). _parse([which,electric,home,appliance,is,on,the,right,side,of,the,table,in,the,image523,?], answer(A, (const(A,clothing_iron)))). _parse([what,is,the,blue,object,on,the,left,side,of,the,clothing,iron,in,the,image523,?], answer(A, (const(A,ironing_board)))). _parse([what,color,is,the,blind,above,the,table,in,the,image523,?], answer(A, (const(A,white)))). _parse([which,object,has,the,colorful,circle,pattern,in,the,image525,?], answer(A, (const(A,bed_sheets)))). _parse([how,many,drawers,does,the,night,stand,have,in,the,image525,?], answer(A, (const(A,2)))). _parse([what,are,the,most,colorful,objects,in,this,picture,in,the,image525,?], answer(A, (const(A,map);const(A,bed_sheets)))). _parse([what,colors,do,the,circles,of,the,bed,sheet,have,in,the,image526,?], answer(A, (const(A,yellow);const(A,orange);const(A,black);const(A,purple)))). _parse([what,is,the,largest,dark,brown,object,in,this,picture,in,the,image526,?], answer(A, (const(A,dresser)))). _parse([how,many,pillows,are,on,the,mattress,in,the,image532,?], answer(A, (const(A,2)))). _parse([what,is,the,green,and,blue,object,in,this,picture,in,the,image532,?], answer(A, (const(A,blanket)))). _parse([what,is,on,the,left,side,of,the,mattress,on,the,floor,in,the,image532,?], answer(A, (const(A,paper);const(A,napkin_dispenser)))). _parse([what,color,is,the,sheet,on,the,mattress,in,the,image534,?], answer(A, (const(A,green)))). _parse([how,many,dark,blue,objects,are,on,the,bed,in,the,image534,?], answer(A, (const(A,1)))). _parse([what,color,is,the,laundry,basket,on,the,floor,in,the,image539,?], answer(A, (const(A,white)))). _parse([what,is,the,electric,appliance,on,the,top,shelf,of,the,bookcase,and,close,to,the,basket,in,the,image542,?], answer(A, (const(A,hair_dryer)))). _parse([which,rolled,object,is,in,this,room,in,the,image542,?], answer(A, (const(A,yoga_mat)))). _parse([how,many,shelves,does,the,bookcase,have,in,the,image542,?], answer(A, (const(A,4)))). _parse([what,color,is,the,lamp,shade,in,front,of,the,window,in,the,image546,?], answer(A, (const(A,white)))). _parse([what,is,on,the,left,side,of,the,3,tier,round,table,in,the,image548,?], answer(A, (const(A,window)))). _parse([what,color,is,the,door,frame,in,the,image548,?], answer(A, (const(A,brown)))). _parse([how,many,sculptures,are,on,the,top,of,the,round,table,in,the,image548,?], answer(A, (const(A,2)))). _parse([what,color,is,the,paper,towel,holder,on,the,dining,table,in,the,image550,?], answer(A, (const(A,brown)))). _parse([how,many,chairs,are,around,the,table,in,the,image550,?], answer(A, (const(A,6)))). _parse([how,many,drawers,does,the,filing,cabinet,have,in,the,image552,?], answer(A, (const(A,4)))). _parse([what,color,is,the,file,container,on,the,filing,cabinet,in,the,image552,?], answer(A, (const(A,white)))). _parse([what,is,the,wooden,object,on,the,cabinet,leaning,against,the,wall,in,the,image564,?], answer(A, (const(A,cutting_board)))). _parse([what,color,are,the,drawer,knobs,in,the,image564,?], answer(A, (const(A,white)))). _parse([what,is,hanging,on,the,wall,on,the,left,side,of,the,door,way,in,the,image564,?], answer(A, (const(A,calendar)))). _parse([what,is,the,electric,appliance,close,to,the,dish,rack,in,the,image568,?], answer(A, (const(A,electric_mixer)))). _parse([what,is,the,red,object,below,the,kitchen,counter,on,the,left,side,of,the,stool,in,the,image569,?], answer(A, (const(A,fire_extinguisher)))). _parse([how,many,knobs,does,the,oven,have,in,the,image569,?], answer(A, (const(A,5)))). _parse([what,is,the,black,object,on,the,top,of,the,microwave,in,the,image570,?], answer(A, (const(A,coffee_machine)))). _parse([what,is,hanging,on,the,refridgerator,handle,in,the,image570,?], answer(A, (const(A,kichen_towel)))). _parse([what,is,hanging,on,the,cabinet,above,the,sink,in,the,image575,?], answer(A, (const(A,ladel)))). _parse([what,color,is,the,window,frame,in,the,image575,?], answer(A, (const(A,blue)))). _parse([what,is,the,largest,black,object,in,the,kitchen,in,the,image575,?], answer(A, (const(A,dishwasher)))). _parse([what,is,the,white,electric,appliance,close,to,the,dish,rack,in,the,image575,?], answer(A, (const(A,electrical_kettle)))). _parse([what,color,is,the,cabinet,above,the,kitchen,counter,in,the,image577,?], answer(A, (const(A,brown)))). _parse([how,many,cushions,are,on,the,sofa,in,the,image580,?], answer(A, (const(A,2)))). _parse([what,is,the,largest,glassy,object,in,this,picture,in,the,image580,?], answer(A, (const(A,window)))). _parse([how,many,frames,are,on,the,wall,above,the,chair,and,the,lamp,shade,in,the,image588,?], answer(A, (const(A,3)))). _parse([what,color,is,the,coffee,table,in,front,of,the,sofa,in,the,image588,?], answer(A, (const(A,brown)))). _parse([what,color,are,the,candles,in,the,candlesticks,in,the,image590,?], answer(A, (const(A,red)))). _parse([what,is,on,the,top,of,the,cabinet,in,the,image590,?], answer(A, (const(A,candlestick);const(A,toy_dog)))). _parse([what,is,the,most,colorful,object,in,this,picture,in,the,image590,?], answer(A, (const(A,rug)))). _parse([what,is,the,dark,red,object,in,this,picture,in,the,image594,?], answer(A, (const(A,curtain)))). _parse([what,is,the,object,for,air,conditioning,in,the,image595,?], answer(A, (const(A,fan)))). _parse([what,is,on,the,coffee,table,in,the,image598,?], answer(A, (const(A,paper);const(A,console_controller);const(A,remote_control)))). _parse([how,many,stairs,are,on,the,right,side,of,the,stair,railing,in,the,image601,?], answer(A, (const(A,2)))). _parse([how,many,bicycles,are,hanging,on,the,wall,in,the,image603,?], answer(A, (const(A,1)))). _parse([what,is,on,the,left,side,of,the,reading,lamp,on,the,desk,in,the,image603,?], answer(A, (const(A,monitor)))). _parse([what,color,is,the,stool,below,the,table,in,the,image607,?], answer(A, (const(A,white);const(A,brown)))). _parse([how,many,shelves,does,the,bookcase,have,in,the,image607,?], answer(A, (const(A,4)))). _parse([what,is,the,only,leather,object,in,this,room,in,the,image612,?], answer(A, (const(A,chair)))). _parse([what,color,is,the,lamp,shade,on,the,cabinet,in,the,image612,?], answer(A, (const(A,white)))). _parse([what,is,the,rectangular,wooden,object,on,the,desk,in,the,image614,?], answer(A, (const(A,paper_holder)))). _parse([what,is,below,the,colorful,painting,on,the,cabinet,in,the,image614,?], answer(A, (const(A,printer)))). _parse([how,many,side,chairs,are,on,the,right,side,of,the,dining,table,in,front,of,the,window,in,the,image1404,?], answer(A, (const(A,4)))). _parse([what,is,the,white,object,below,the,reception,desk,on,the,floor,in,the,image123,?], answer(A, (const(A,radiator)))). _parse([how,many,pieces,of,glass,does,the,table,have,in,this,picture,in,the,image462,?], answer(A, (const(A,3)))). _parse([how,many,electrical,outlets,are,above,the,kitchen,counter,in,this,picture,in,the,image839,?], answer(A, (const(A,1)))). _parse([what,is,on,the,right,side,of,the,bookshelf,in,front,of,the,curtain,in,the,image381,?], answer(A, (const(A,chair)))). _parse([how,many,ottomans,are,around,the,table,in,the,image434,?], answer(A, (const(A,1)))). _parse([what,is,spread,on,the,floor,below,the,dining,table,in,the,image1449,?], answer(A, (const(A,rug)))). _parse([what,is,the,colorful,object,containing,white,soaps,on,the,left,side,of,the,sink,in,the,image682,?], answer(A, (const(A,decorative_dish)))). _parse([how,many,drawer,knobs,does,the,desk,have,in,the,image1053,?], answer(A, (const(A,5)))). _parse([what,is,hanging,on,the,rod,below,the,sink,in,the,image663,?], answer(A, (const(A,towel)))). _parse([how,many,lamps,are,above,the,cash,desk,in,the,image114,?], answer(A, (const(A,3)))). _parse([what,are,the,objects,on,the,coffee,table,in,the,image1288,?], answer(A, (const(A,book);const(A,decorative_bowl)))). _parse([what,color,is,the,door,of,the,toy,tent,in,the,image1157,?], answer(A, (const(A,brown)))). _parse([what,is,the,red,object,on,the,desk,on,the,right,side,of,the,mouse,in,the,image360,?], answer(A, (const(A,pen_cup)))). _parse([what,is,in,front,of,the,glass,door,of,the,dresser,in,the,image1061,?], answer(A, (const(A,book)))). _parse([what,are,the,green,objects,between,the,cage,and,window,on,the,floor,in,the,image1300,?], answer(A, (const(A,ornamental_plant)))). _parse([what,is,behind,the,pull,down,faucet,in,the,image807,?], answer(A, (const(A,window_shelf)))). _parse([what,color,are,the,stools,under,the,table,in,the,image756,?], answer(A, (const(A,white);const(A,blue)))). _parse([which,wall,mounted,objects,are,on,the,left,side,of,the,toilet,in,the,image705,?], answer(A, (const(A,towel_rod);const(A,toilet_paper_holder)))). _parse([what,is,on,the,handle,of,the,dishwasher,in,the,image848,?], answer(A, (const(A,kichen_towel)))). _parse([what,is,the,main,color,of,the,blanket,on,the,bed,in,the,image920,?], answer(A, (const(A,blue)))). _parse([what,is,the,round,object,in,front,of,the,blue,boxes,at,the,end,of,the,room,in,the,image308,?], answer(A, (const(A,globe)))). _parse([what,color,is,the,floor,in,this,picture,in,the,image167,?], answer(A, (const(A,brown)))). _parse([what,color,are,the,handles,of,the,cabinets,in,the,image862,?], answer(A, (const(A,pink)))). _parse([what,is,the,dining,table,made,of,in,the,image1440,?], answer(A, (const(A,glass)))). _parse([what,color,is,the,flower,shaped,pillow,on,the,blue,toy,sofa,in,the,image325,?], answer(A, (const(A,purple);const(A,yellow)))). _parse([what,is,the,largest,round,object,in,this,picture,in,the,image1299,?], answer(A, (const(A,ottoman)))). _parse([what,is,in,the,corner,of,the,wall,in,the,image339,?], answer(A, (const(A,whiteboard)))). _parse([what,color,is,the,towels,reflected,in,the,mirror,in,the,image170,?], answer(A, (const(A,blue)))). _parse([what,is,between,the,two,armchairs,in,the,image1216,?], answer(A, (const(A,bookshelf)))). _parse([what,is,the,red,and,gray,object,in,front,of,the,mirror,and,close,to,the,edge,of,the,desk,in,the,image77,?], answer(A, (const(A,deoderant)))). _parse([what,is,on,the,cabinet,close,to,the,roll,of,paper,towels,in,the,image898,?], answer(A, (const(A,knife_rack)))). _parse([how,many,lamps,are,on,the,ceiling,in,the,image797,?], answer(A, (const(A,3)))). _parse([how,crest,rails,are,behind,the,dining,table,in,the,image1399,?], answer(A, (const(A,3)))). _parse([what,are,behind,the,armchairs,on,the,left,and,right,sides,of,the,television,in,the,image1232,?], answer(A, (const(A,lamp)))). _parse([what,kind,of,toys,are,between,the,bookshelf,and,the,chair,in,the,image1001,?], answer(A, (const(A,soft_toy)))). _parse([what,is,the,gray,object,on,the,kitchen,table,close,to,the,paper,in,the,image789,?], answer(A, (const(A,spice_stand)))). _parse([what,is,the,round,object,on,the,wall,above,the,television,in,the,image163,?], answer(A, (const(A,clock)))). _parse([how,many,drawers,does,the,dresser,have,in,the,image964,?], answer(A, (const(A,6)))). _parse([what,color,is,the,cloth,on,the,top,of,the,clothing,drying,rack,on,the,left,side,of,the,bed,in,the,image516,?], answer(A, (const(A,black)))). _parse([what,is,the,name,of,the,small,appliance,on,the,cabinet,and,on,the,left,side,of,the,pot,in,the,image145,?], answer(A, (const(A,toaster_oven)))). _parse([what,colors,are,the,backpacks,in,this,store,in,the,image91,?], answer(A, (const(A,black);const(A,purple);const(A,blue);const(A,pink)))). _parse([what,is,the,brown,leather,object,on,the,right,side,of,the,bookshelf,in,the,image384,?], answer(A, (const(A,chair)))). _parse([what,color,is,the,garbage,bin,on,the,right,side,of,the,desk,on,the,floor,in,the,image612,?], answer(A, (const(A,black)))). _parse([how,many,blue,objects,are,on,the,top,of,the,cabinet,but,not,below,the,tape,dispenser,or,in,the,pen,stand,in,the,image11,?], answer(A, (const(A,1)))). _parse([what,color,is,the,shower,curtain,and,drawer,knobs,in,the,image729,?], answer(A, (const(A,green)))). _parse([what,color,is,the,dresser,below,the,salt,shaker,in,the,image1342,?], answer(A, (const(A,brown)))). _parse([what,colors,are,the,flower,patterns,on,the,pillows,in,the,image1074,?], answer(A, (const(A,orange);const(A,pink)))). _parse([how,many,toy,boxes,are,under,the,table,close,to,the,wall,in,the,image292,?], answer(A, (const(A,6)))). _parse([what,is,the,large,black,object,on,the,left,side,of,the,bedroom,in,front,of,the,radiator,in,the,image172,?], answer(A, (const(A,dresser)))). _parse([how,many,colors,do,the,sweatshirts,have,in,the,image99,?], answer(A, (const(A,blue);const(A,pink);const(A,black);const(A,white)))). _parse([what,is,the,light,brown,object,on,the,left,side,of,the,cup,shelf,in,front,of,the,wall,in,the,image239,?], answer(A, (const(A,ladder)))). _parse([what,is,on,the,desk,and,below,the,window,in,the,image523,?], answer(A, (const(A,ironing_board);const(A,clothing_iron)))). _parse([what,kind,of,gym,equipment,is,on,the,right,side,of,the,sofa,in,the,image1318,?], answer(A, (const(A,treadmill)))). _parse([what,is,on,the,left,side,of,the,bed,and,the,belt,in,the,image1050,?], answer(A, (const(A,wardrobe)))). _parse([what,is,on,the,right,side,of,the,toilet,on,the,floor,in,the,image678,?], answer(A, (const(A,magazine_holder)))). _parse([what,is,the,largest,red,object,in,front,of,the,shelf,in,the,image1293,?], answer(A, (const(A,sofa)))). _parse([what,color,is,the,ball,on,the,floor,on,the,right,side,of,the,bed,in,the,image1185,?], answer(A, (const(A,red)))). _parse([what,color,is,the,wall,between,the,yelow,chair,and,the,dressing,table,in,the,image1101,?], answer(A, (const(A,gray);const(A,purple)))). _parse([how,many,frames,are,on,the,wall,of,the,kitchen,in,the,image1351,?], answer(A, (const(A,2)))). _parse([what,is,between,the,sidetable,and,the,window,below,the,mantel,in,the,image1225,?], answer(A, (const(A,fireplace)))). _parse([what,is,the,most,frequent,object,in,this,picture,in,the,image84,?], answer(A, (const(A,book)))). _parse([how,many,chairs,are,around,the,dining,table,in,this,picture,in,the,image1352,?], answer(A, (const(A,7)))). _parse([how,many,monitors,are,off,in,front,of,the,window,on,the,desk,in,the,image334,?], answer(A, (const(A,3)))). _parse([how,many,frames,are,reflected,in,the,mirror,in,the,image1384,?], answer(A, (const(A,1)))). _parse([what,color,is,the,lamp,shades,close,to,the,sofa,in,the,image1229,?], answer(A, (const(A,white)))). _parse([which,objects,are,in,this,room,to,show,the,countries,in,the,image309,?], answer(A, (const(A,map);const(A,globe)))). _parse([how,many,pink,cubes,are,on,the,top,of,the,night,stand,on,the,left,side,of,the,bed,in,the,image1163,?], answer(A, (const(A,1)))). _parse([what,are,the,most,frequent,colors,in,this,bathroom,in,the,image742,?], answer(A, (const(A,white);const(A,black)))). _parse([what,are,the,two,largest,black,objects,in,this,picture,in,the,image1082,?], answer(A, (const(A,bookshelf);const(A,treadmill)))). _parse([what,are,the,objects,on,the,floor,near,each,other,in,the,image1206,?], answer(A, (const(A,pool_table);const(A,sofa);const(A,coffee_table)))). _parse([what,is,close,to,the,silver,color,garbage,bin,on,the,floor,in,the,image877,?], answer(A, (const(A,garbage_bag)))). _parse([what,is,above,the,oven,on,the,top,right,of,the,kitchen,counter,in,the,image902,?], answer(A, (const(A,range_hood)))). _parse([what,is,the,smallest,black,object,on,the,counter,in,the,image786,?], answer(A, (const(A,key)))). _parse([how,many,drawers,does,the,night,stand,on,the,left,side,of,the,bed,have,in,the,image1076,?], answer(A, (const(A,2)))). _parse([what,color,are,the,stars,on,the,pillow,in,the,image928,?], answer(A, (const(A,purple)))). _parse([how,many,frames,are,on,the,wall,between,the,blinds,and,the,bookshelf,in,the,image396,?], answer(A, (const(A,4)))). _parse([what,color,is,the,small,bin,on,the,left,side,of,the,doorway,on,the,floor,in,the,image1012,?], answer(A, (const(A,green)))). _parse([what,color,is,the,lamp,shade,close,to,the,sofa,in,front,of,the,curtain,in,the,image546,?], answer(A, (const(A,white)))). _parse([what,are,the,silver,objects,on,the,left,side,of,the,wine,bottles,on,the,kitchen,counter,in,the,image1435,?], answer(A, (const(A,candlestick)))). _parse([what,kinds,of,tables,are,in,this,room,in,the,image422,?], answer(A, (const(A,toy_table);const(A,foosball_table)))). _parse([what,is,in,the,round,plastic,bin,close,to,the,toy,shelf,in,the,image443,?], answer(A, (const(A,toy)))). _parse([what,are,on,the,brown,table,in,the,image1345,?], answer(A, (const(A,book);const(A,magazine)))). _parse([what,is,reflected,on,the,right,side,of,the,mirror,on,the,wall,in,the,image665,?], answer(A, (const(A,towel_rod);const(A,towel)))). _parse([what,is,the,white,object,at,the,end,of,the,room,below,the,pink,light,in,the,image275,?], answer(A, (const(A,door)))). _parse([how,many,gray,computer,chairs,are,in,front,of,blue,chairs,in,the,image290,?], answer(A, (const(A,1)))). _parse([how,many,bathroom,basins,are,in,this,picture,in,the,image661,?], answer(A, (const(A,2)))). _parse([what,color,is,the,bath,sponge,below,the,faucet,in,the,image718,?], answer(A, (const(A,green)))). _parse([what,is,the,round,object,on,the,floor,in,front,of,the,bookshelf,in,the,image316,?], answer(A, (const(A,rug)))). _parse([how,many,candlesticks,are,on,the,shelf,of,the,fireplace,in,the,image1380,?], answer(A, (const(A,2)))). _parse([what,is,on,the,top,shelf,of,the,bookcase,close,to,the,face,shape,sculpture,in,the,image207,?], answer(A, (const(A,candle)))). _parse([what,color,is,the,chair,base,in,front,of,the,desk,in,the,image986,?], answer(A, (const(A,red)))). _parse([what,color,is,the,lamp,shade,base,on,the,night,stand,on,the,left,side,of,the,bed,in,the,image982,?], answer(A, (const(A,red)))). _parse([what,is,the,blue,object,on,the,topmost,row,of,the,bookshelf,close,to,the,basket,in,the,image542,?], answer(A, (const(A,hair_dryer)))). _parse([what,color,is,the,door,of,the,toyhouse,behind,the,armchair,in,the,image444,?], answer(A, (const(A,blue);const(A,red)))). _parse([what,is,in,front,of,the,curtain,behind,the,armchair,in,the,image1294,?], answer(A, (const(A,guitar)))). _parse([what,is,the,largest,object,on,the,blanket,in,the,image1007,?], answer(A, (const(A,laundry_basket)))). _parse([what,color,is,the,bath,mat,in,the,image730,?], answer(A, (const(A,white)))). _parse([how,many,red,objects,are,on,the,cabinets,in,the,image450,?], answer(A, (const(A,1)))). _parse([what,is,the,blue,object,below,the,foosball,table,on,the,left,side,of,the,sofa,in,the,image424,?], answer(A, (const(A,baby_chair)))). _parse([what,is,the,largest,rectangular,object,in,this,picture,in,the,image1396,?], answer(A, (const(A,table)))). _parse([what,is,on,the,desk,in,the,image3,?], answer(A, (const(A,book);const(A,scissor);const(A,papers);const(A,tape_dispenser)))). _parse([how,many,drawers,does,the,dresser,have,in,the,image1148,?], answer(A, (const(A,5)))). _parse([what,is,on,the,top,the,file,cabinet,in,the,image552,?], answer(A, (const(A,file_container)))). _parse([what,is,between,the,magazines,and,the,door,in,the,image506,?], answer(A, (const(A,toilet)))). _parse([what,is,the,round,object,on,the,wall,in,the,image336,?], answer(A, (const(A,clock)))). _parse([what,color,is,the,blind,above,the,left,bed,in,the,image1042,?], answer(A, (const(A,purple)))). _parse([how,many,remote,controls,are,on,the,tv,stand,in,the,image259,?], answer(A, (const(A,1)))). _parse([how,many,bicycles,are,hanging,on,the,wall,in,the,image603,?], answer(A, (const(A,1)))). _parse([what,color,is,the,cabinet,above,the,kitchen,counter,in,the,image577,?], answer(A, (const(A,brown)))). _parse([what,are,the,black,objects,in,the,room,in,the,image970,?], answer(A, (const(A,dresser);const(A,television);const(A,sofa)))). _parse([what,is,the,colorful,object,on,the,top,right,of,the,window,on,the,shelf,in,the,image1437,?], answer(A, (const(A,decorative_plate)))). _parse([what,is,the,white,object,above,the,side,table,on,the,right,side,of,the,sofa,in,the,image580,?], answer(A, (const(A,lamp_shade)))). _parse([what,kind,of,glass,is,in,the,sink,in,the,image204,?], answer(A, (const(A,wine_glass)))). _parse([what,color,is,the,soft,toy,on,the,floor,on,the,left,side,of,the,bed,in,the,image1035,?], answer(A, (const(A,brown);const(A,white)))). _parse([what,is,the,metal,object,on,top,of,the,cabinet,close,to,the,oven,knobs,in,the,image760,?], answer(A, (const(A,can)))). _parse([how,many,drawers,of,the,dresser,are,open,in,the,image1004,?], answer(A, (const(A,2)))). _parse([what,is,the,main,color,of,the,tablecloth,in,the,image772,?], answer(A, (const(A,yellow)))). _parse([what,is,the,purple,box,the,brown,table,in,the,image419,?], answer(A, (const(A,tissue_box)))). _parse([how,many,pictures,are,above,the,dark,brown,couch,on,the,right,side,of,the,bookshelf,in,the,image51,?], answer(A, (const(A,2)))). _parse([how,many,towel,hangers,are,in,the,picture,in,the,image694,?], answer(A, (const(A,2)))). _parse([what,is,on,the,top,of,the,dresser,close,to,the,red,deoderant,in,the,image82,?], answer(A, (const(A,box)))). _parse([where,are,the,toys,kept,in,this,picture,in,the,image447,?], answer(A, (const(A,plastic_toy_container)))). _parse([what,is,the,black,object,on,the,right,side,of,the,sink,below,the,cabinet,in,the,image252,?], answer(A, (const(A,dish_rack)))). _parse([what,color,is,the,cooking,pan,on,the,oven,in,the,image892,?], answer(A, (const(A,black)))). _parse([what,are,the,dark,brown,objects,in,this,picture,in,the,image1387,?], answer(A, (const(A,piano);const(A,piano_bench)))). _parse([how,many,frames,are,on,the,wall,behind,the,chairs,in,the,image1346,?], answer(A, (const(A,3)))). _parse([which,object,has,the,striped,design,in,the,image1266,?], answer(A, (const(A,lamp_shade)))). _parse([what,is,the,light,blue,object,in,this,picture,in,the,image1149,?], answer(A, (const(A,wall)))). _parse([what,is,the,wooden,object,between,the,bed,and,the,rocking,chair,in,the,image1152,?], answer(A, (const(A,night_stand)))). _parse([what,is,below,the,bedside,lamp,between,the,bed,and,the,window,in,the,image914,?], answer(A, (const(A,night_stand)))). _parse([what,are,the,most,colorful,objects,in,this,picture,in,the,image525,?], answer(A, (const(A,bed_sheets);const(A,map)))). _parse([what,is,the,wooden,object,in,front,of,the,radiator,in,the,image171,?], answer(A, (const(A,dresser)))). _parse([what,is,the,brown,object,on,the,left,side,of,the,pink,laundry,basket,in,the,image944,?], answer(A, (const(A,crib)))). _parse([what,is,on,the,chair,behind,the,reception,counter,in,the,image453,?], answer(A, (const(A,jacket)))). _parse([what,is,the,rectangular,shaped,object,on,the,night,stand,on,the,right,side,of,the,bed,in,the,image79,?], answer(A, (const(A,laptop)))). _parse([how,many,towels,are,hanging,on,the,towel,rods,in,the,image675,?], answer(A, (const(A,3)))). _parse([what,is,on,the,left,side,of,the,sink,and,the,faucet,handle,on,the,top,of,the,cabinet,in,the,image860,?], answer(A, (const(A,cutting_board)))). _parse([what,is,in,front,of,the,fireplace,behind,the,leather,chair,in,the,image1323,?], answer(A, (const(A,book)))). _parse([what,is,the,most,colorful,object,in,this,picture,in,the,image1287,?], answer(A, (const(A,blanket)))). _parse([what,is,the,decorative,object,on,the,coffee,table,in,the,image1287,?], answer(A, (const(A,decorative_bowl)))). _parse([what,is,in,the,corner,of,the,wall,on,the,left,side,of,the,bookshelf,in,the,image80,?], answer(A, (const(A,hockey_stick)))). _parse([how,many,lamps,are,on,the,ceiling,in,this,picture,in,the,image271,?], answer(A, (const(A,4)))). _parse([how,many,lamps,are,reflected,in,the,mirror,in,the,image1016,?], answer(A, (const(A,1)))). _parse([how,many,sofa,side,tables,are,in,the,living,room,in,the,image1337,?], answer(A, (const(A,2)))). _parse([what,color,is,the,bedside,lamp,behind,the,bottle,of,water,in,the,image73,?], answer(A, (const(A,black)))). _parse([what,is,on,the,left,side,of,the,wardrobe,door,below,the,cushions,in,the,image1179,?], answer(A, (const(A,window_seat)))). _parse([how,many,remote,controls,are,on,the,right,arm,of,the,chair,close,to,the,purple,stool,in,the,image1263,?], answer(A, (const(A,2)))). _parse([what,is,the,gray,object,in,front,of,the,cabinet,on,the,floor,in,the,image884,?], answer(A, (const(A,step_stool)))). _parse([which,objects,are,for,playing,ping,pong,in,this,picture,in,the,image641,?], answer(A, (const(A,ping_pong_racket);const(A,ping_pong_table)))). _parse([what,is,between,the,pictures,on,the,right,side,of,the,dvd,player,in,the,image192,?], answer(A, (const(A,television)))). _parse([what,is,on,the,door,of,the,wardrobe,on,the,left,side,of,the,blinds,in,the,image441,?], answer(A, (const(A,mirror)))). _parse([what,is,between,the,display,cabinet,and,the,bookshelf,in,the,image1421,?], answer(A, (const(A,door_way)))). _parse([how,many,frames,are,on,the,wall,above,the,lamp,shade,and,the,armchair,in,the,image588,?], answer(A, (const(A,3)))). _parse([what,kind,of,table,is,on,the,right,side,of,the,room,in,the,image640,?], answer(A, (const(A,ping_pong_table)))). _parse([what,is,the,white,object,on,the,floor,between,the,toilet,and,the,bathtub,in,the,image723,?], answer(A, (const(A,floor_mat)))). _parse([what,are,the,most,colorful,objects,in,this,picture,in,the,image1151,?], answer(A, (const(A,floor_mat);const(A,blanket)))). _parse([what,is,the,black,object,on,the,right,side,of,the,flipped,table,in,the,image28,?], answer(A, (const(A,chair)))). _parse([what,is,in,front,of,the,piano,on,the,runner,rug,in,the,image1279,?], answer(A, (const(A,piano_bench)))). _parse([what,is,the,long,object,in,the,middle,of,the,store,in,front,of,the,shelves,in,the,image225,?], answer(A, (const(A,column)))). _parse([how,many,drawer,handles,are,on,the,left,side,of,the,armchair,in,this,picture,in,the,image389,?], answer(A, (const(A,3)))). _parse([what,color,is,the,mirror,frame,above,the,sink,in,the,image679,?], answer(A, (const(A,brown)))). _parse([what,is,the,largest,dark,brown,object,in,this,picture,in,the,image1424,?], answer(A, (const(A,table)))). _parse([which,objects,have,the,flower,pattern,in,the,image1075,?], answer(A, (const(A,bed_sheets)))). _parse([what,is,the,black,object,on,the,top,of,the,cabinet,on,the,right,side,of,the,refrigerator,in,the,image843,?], answer(A, (const(A,electrical_kettle)))). _parse([what,color,is,the,cloth,hanging,on,the,door,handle,in,the,image1003,?], answer(A, (const(A,blue)))). _parse([what,color,is,the,mirror,frame,on,the,right,side,of,the,bed,in,the,image515,?], answer(A, (const(A,white)))). _parse([what,is,the,brown,wooden,object,behind,the,flat,screen,in,front,of,the,wall,in,the,image63,?], answer(A, (const(A,dresser)))). _parse([what,is,the,largest,wooden,object,in,this,picture,in,the,image822,?], answer(A, (const(A,table)))). _parse([what,color,is,the,rolling,stool,in,front,of,the,arched,door,way,and,close,to,the,rug,in,the,image1265,?], answer(A, (const(A,purple)))). _parse([how,many,hight,stools,are,in,front,of,the,kitchen,counter,in,the,image263,?], answer(A, (const(A,2)))). _parse([what,is,below,the,kitchen,hood,between,the,cabinets,in,the,image882,?], answer(A, (const(A,oven)))). _parse([what,color,are,the,dining,chair,seats,in,the,image1418,?], answer(A, (const(A,brown)))). _parse([what,are,the,white,objects,on,the,kitchen,table,in,the,image570,?], answer(A, (const(A,envelope);const(A,microwave);const(A,paper_towel)))). _parse([how,many,plate,mats,are,on,the,table,in,the,image869,?], answer(A, (const(A,4)))). _parse([what,color,is,the,table,fan,on,the,floor,on,the,right,side,of,the,wall,in,the,image832,?], answer(A, (const(A,black)))). _parse([what,color,are,the,cabinets,in,this,picture,in,the,image853,?], answer(A, (const(A,brown)))). _parse([what,is,the,black,object,below,the,bedside,lamp,on,the,left,side,of,the,bed,in,the,image972,?], answer(A, (const(A,night_stand)))). _parse([what,is,below,the,bedside,lamp,between,the,beds,in,the,image1117,?], answer(A, (const(A,night_stand)))). _parse([what,is,the,red,object,on,the,blanket,on,the,left,side,of,the,night,stand,in,the,image978,?], answer(A, (const(A,pillow)))). _parse([what,is,dominant,color,of,the,image383,?], answer(A, (const(A,brown)))). _parse([how,many,chairs,are,there,on,the,image888,?], answer(A, (const(A,6)))). _parse([how,many,black,chairs,are,there,in,the,image957,?], answer(A, (const(A,1)))). _parse([what,is,the,object,on,the,floor,in,the,corner,in,the,image148,?], answer(A, (const(A,lamp)))). _parse([what,is,the,object,on,the,floor,in,front,of,the,wall,in,the,image50,?], answer(A, (const(A,sofa)))). _parse([what,is,the,object,on,the,cd,rack,in,the,image90,?], answer(A, (const(A,cd_disc)))). _parse([what,is,the,object,in,the,shelf,in,the,image72,?], answer(A, (const(A,shoe)))). _parse([what,are,the,objects,on,the,bed,in,the,image65,?], answer(A, (const(A,pillow);const(A,blanket)))). _parse([what,is,the,object,on,the,table,in,the,corner,in,the,image477,?], answer(A, (const(A,photo)))). _parse([what,is,the,object,on,the,towel,rod,in,the,image723,?], answer(A, (const(A,towel)))). _parse([what,is,the,object,in,front,of,the,room,divider,left,of,the,table,in,the,image1270,?], answer(A, (const(A,plant)))). _parse([what,is,the,object,close,to,the,wall,in,the,image472,?], answer(A, (const(A,picture)))). _parse([what,are,the,objects,on,the,bed,in,the,image937,?], answer(A, (const(A,pillow);const(A,blanket);const(A,toy)))). _parse([what,are,the,objects,on,the,bed,in,the,image1129,?], answer(A, (const(A,pillow);const(A,blanket)))). _parse([how,many,garbage,bins,are,there,in,the,image28,?], answer(A, (const(A,2)))). _parse([what,is,the,object,on,the,stool,in,the,image1138,?], answer(A, (const(A,television)))). _parse([what,is,the,object,close,to,the,wall,left,of,the,mirror,in,the,image1051,?], answer(A, (const(A,shoe_rack)))). _parse([what,is,the,object,on,the,table,in,the,image805,?], answer(A, (const(A,flower_pot)))). _parse([what,is,the,object,on,the,floor,below,the,sink,in,the,image682,?], answer(A, (const(A,cabinet)))). _parse([what,is,the,object,close,to,the,counter,in,the,image563,?], answer(A, (const(A,stove)))). _parse([what,sre,the,objects,in,the,shelf,in,the,image67,?], answer(A, (const(A,books);const(A,printer);const(A,cream);const(A,hair_brush)))). _parse([how,many,beds,are,there,in,the,image1199,?], answer(A, (const(A,2)))). _parse([what,is,the,largest,object,in,the,image1400,?], answer(A, (const(A,table)))). _parse([what,is,the,object,on,the,chair,in,the,image811,?], answer(A, (const(A,bag)))). _parse([what,is,the,object,on,the,floor,behind,the,toilet,in,the,image730,?], answer(A, (const(A,garbage_bin)))). _parse([what,is,the,object,on,the,floor,behind,the,table,in,the,image22,?], answer(A, (const(A,room_divider)))). _parse([what,are,the,objects,on,the,bed,in,the,image1166,?], answer(A, (const(A,pillow);const(A,blanket)))). _parse([what,is,the,largest,object,in,the,image1443,?], answer(A, (const(A,table)))). _parse([what,is,the,largest,object,in,the,image1395,?], answer(A, (const(A,table)))). _parse([what,is,the,object,on,the,floor,close,to,the,wall,in,the,image492,?], answer(A, (const(A,ironing_board)))). _parse([what,is,the,object,close,to,the,counter,in,the,image776,?], answer(A, (const(A,stove)))). _parse([what,is,the,largest,object,in,the,image1233,?], answer(A, (const(A,sofa)))). _parse([what,is,the,object,close,to,the,counter,in,the,image826,?], answer(A, (const(A,stove)))). _parse([what,is,the,largest,object,in,the,image1304,?], answer(A, (const(A,sofa)))). _parse([what,is,the,object,on,the,floor,close,to,the,wall,in,the,image1306,?], answer(A, (const(A,piano)))). _parse([what,is,the,largest,object,in,the,image807,?], answer(A, (const(A,refridgerator)))). _parse([what,are,the,objects,kept,on,the,shelves,in,the,image108,?], answer(A, (const(A,books)))). _parse([what,is,the,object,on,the,floor,behind,the,room,divider,in,the,image696,?], answer(A, (const(A,bathtub)))). _parse([what,is,the,object,close,to,the,towel,rod,in,the,image693,?], answer(A, (const(A,towel)))). _parse([what,is,the,object,on,the,floor,in,front,of,the,plant,in,the,image14,?], answer(A, (const(A,sofa)))). _parse([what,is,the,object,on,the,floor,close,to,the,lamp,in,the,image55,?], answer(A, (const(A,excercise_ball)))). _parse([what,is,the,object,on,the,floor,left,of,the,room,divider,in,the,image728,?], answer(A, (const(A,toilet)))). _parse([what,is,the,object,close,to,the,floor,in,the,image494,?], answer(A, (const(A,floor_mat)))). _parse([what,are,the,objects,on,the,shelves,in,the,image16,?], answer(A, (const(A,books)))). _parse([what,are,the,objects,on,the,table,in,the,image30,?], answer(A, (const(A,monitor);const(A,telephone);const(A,computer)))). _parse([what,is,the,object,on,the,floor,in,front,of,the,window,in,the,image932,?], answer(A, (const(A,bed)))). _parse([what,is,the,object,on,the,sink,table,in,the,image499,?], answer(A, (const(A,tissue)))). _parse([how,many,chairs,are,there,in,the,image822,?], answer(A, (const(A,5)))). _parse([what,is,the,tallest,object,on,the,floor,left,of,the,bed,in,the,image537,?], answer(A, (const(A,lamp)))). _parse([what,is,the,largest,black,object,in,the,image63,?], answer(A, (const(A,monitor)))). _parse([what,is,the,object,on,the,hangers,in,the,image95,?], answer(A, (const(A,jacket)))). _parse([how,many,beds,are,there,in,the,image1097,?], answer(A, (const(A,3)))). _parse([what,is,the,object,in,front,of,the,white,board,in,the,image7,?], answer(A, (const(A,ladder)))). _parse([what,is,the,largest,object,in,the,image1447,?], answer(A, (const(A,table)))). _parse([how,many,sink,are,there,close,to,the,counter,in,the,image671,?], answer(A, (const(A,2)))). _parse([what,is,the,object,on,the,stool,in,front,of,the,wall,in,the,image520,?], answer(A, (const(A,fan)))). _parse([what,is,the,object,on,the,counter,in,the,image780,?], answer(A, (const(A,microwave)))). _parse([what,is,the,round,object,on,the,blue,box,that,is,on,the,floor,close,to,the,wall,in,the,image966,?], answer(A, (const(A,ball)))). _parse([what,is,the,object,on,the,floor,below,the,picture,in,the,image43,?], answer(A, (const(A,sofa)))). _parse([what,is,the,object,on,the,table,in,the,corner,in,the,image1349,?], answer(A, (const(A,lamp)))). _parse([what,is,the,object,close,to,the,counter,in,the,image127,?], answer(A, (const(A,sink)))). _parse([what,are,the,objects,close,to,the,wall,on,the,racks,in,the,image53,?], answer(A, (const(A,books)))). _parse([what,is,the,object,on,the,floor,left,bags,in,the,image975,?], answer(A, (const(A,picture)))). _parse([what,are,the,objects,on,the,floor,in,the,image61,?], answer(A, (const(A,bag);const(A,garbage_bin);const(A,shoe);const(A,clothes);const(A,bottle)))). _parse([what,are,the,objects,on,the,shelves,in,the,image1065,?], answer(A, (const(A,toy);const(A,photo)))). _parse([what,is,the,object,on,the,table,in,the,image1399,?], answer(A, (const(A,paper)))). _parse([what,is,the,object,close,to,the,wall,in,the,image18,?], answer(A, (const(A,ladder)))). _parse([what,is,object,on,the,floor,left,side,of,the,cabinet,in,the,image45,?], answer(A, (const(A,toilet)))). _parse([what,is,the,largest,object,in,the,image601,?], answer(A, (const(A,sofa)))). _parse([what,are,the,objects,on,the,shelves,that,is,close,to,the,wall,in,the,image100,?], answer(A, (const(A,cup)))). _parse([what,is,the,object,on,the,floor,in,front,of,the,wall,in,the,image506,?], answer(A, (const(A,toilet)))). _parse([what,is,the,object,on,the,side,rack,in,the,image98,?], answer(A, (const(A,cup)))). _parse([what,is,the,object,close,to,the,wall,in,the,image42,?], answer(A, (const(A,whiteboard)))). _parse([what,is,the,largest,object,in,the,image125,?], answer(A, (const(A,refridgerator)))). _parse([what,is,the,green,object,on,the,floor,in,the,image519,?], answer(A, (const(A,basket)))). _parse([how,many,garbage,bins,are,there,on,the,floor,in,the,image571,?], answer(A, (const(A,2)))). _parse([what,is,the,largest,object,in,the,image1394,?], answer(A, (const(A,table)))). _parse([what,is,the,object,on,the,table,in,the,image980,?], answer(A, (const(A,television)))). _parse([whats,is,the,object,close,to,the,ceiling,in,the,image114,?], answer(A, (const(A,light)))). _parse([what,is,the,object,on,the,floor,in,front,of,the,cabinet,in,the,image877,?], answer(A, (const(A,garbage_bin)))). _parse([what,is,the,object,close,to,the,wall,in,the,image36,?], answer(A, (const(A,poster_board)))). _parse([what,is,the,object,on,the,counter,in,the,image872,?], answer(A, (const(A,coffee_machine)))). _parse([what,is,the,object,on,the,floor,surrounded,by,sofas,in,the,image1429,?], answer(A, (const(A,table)))). _parse([what,are,the,objects,kept,on,the,table,in,the,image85,?], answer(A, (const(A,books)))). _parse([what,is,the,mat,kept,close,to,the,box,in,the,image89,?], answer(A, (const(A,yoga_mat)))). _parse([what,is,the,object,on,the,table,in,the,image1380,?], answer(A, (const(A,decoration_item)))). _parse([what,is,the,object,close,to,the,ceiling,in,front,of,the,window,in,the,image27,?], answer(A, (const(A,projector_screen)))). _parse([what,is,the,object,on,the,floor,close,to,the,wall,in,the,corner,in,the,image1353,?], answer(A, (const(A,lamp)))). _parse([how,many,sofas,are,there,in,the,image1331,?], answer(A, (const(A,2)))). _parse([what,is,the,object,on,the,floor,left,of,the,table,in,the,image1351,?], answer(A, (const(A,sofa)))). _parse([what,are,the,objects,close,to,the,counter,in,the,image695,?], answer(A, (const(A,sink);const(A,faucet)))). _parse([what,is,the,mat,on,the,floor,in,the,image590,?], answer(A, (const(A,floor_mat)))). _parse([what,is,the,object,on,the,table,right,of,the,sofa,in,the,image588,?], answer(A, (const(A,lamp)))). _parse([what,is,the,black,object,on,the,floor,behind,the,table,in,the,image1231,?], answer(A, (const(A,sofa)))). _parse([what,is,the,object,on,the,floor,close,to,the,room,divider,in,the,image683,?], answer(A, (const(A,floor_mat)))). _parse([what,is,object,close,to,the,wall,above,the,sofa,in,the,image50,?], answer(A, (const(A,picture)))). _parse([what,are,the,objects,on,the,table,in,the,image1441,?], answer(A, (const(A,clothes)))). _parse([what,is,the,object,close,to,the,counter,in,the,image892,?], answer(A, (const(A,stove)))). _parse([what,is,the,object,close,to,the,wall,left,of,the,screen,in,the,image911,?], answer(A, (const(A,window)))). _parse([what,is,the,object,close,to,the,counter,in,the,image679,?], answer(A, (const(A,sink)))). _parse([what,is,the,object,close,to,the,wall,in,the,image471,?], answer(A, (const(A,wall_decoration)))). _parse([what,is,the,largest,object,on,the,floor,in,the,image1325,?], answer(A, (const(A,sofa)))). _parse([what,is,the,object,on,the,floor,in,the,corner,in,the,image1167,?], answer(A, (const(A,lamp)))). _parse([what,is,the,largest,black,object,on,the,floor,in,the,image621,?], answer(A, (const(A,chair)))). _parse([what,is,the,object,close,to,the,wall,in,the,shelf,in,the,image829,?], answer(A, (const(A,microwave)))). _parse([what,is,the,object,on,the,table,in,the,corner,in,the,image122,?], answer(A, (const(A,plant)))). _parse([what,is,the,object,kept,on,the,table,in,the,image1439,?], answer(A, (const(A,flower_pot)))). _parse([what,is,the,object,close,to,the,wall,above,the,counter,in,the,image121,?], answer(A, (const(A,blackboard)))). _parse([what,is,the,red,object,on,the,floor,in,the,image687,?], answer(A, (const(A,floor_mat)))). _parse([what,is,the,object,left,of,the,room,divider,in,the,image681,?], answer(A, (const(A,door)))). _parse([what,are,objects,on,the,shelves,in,the,image97,?], answer(A, (const(A,cup)))). _parse([what,are,the,objects,on,the,shelves,in,the,image658,?], answer(A, (const(A,soap);const(A,bottle_of_liquid);const(A,hand_sanitizer);const(A,toothpaste);const(A,face_wash_cream)))). _parse([what,is,the,object,on,the,table,in,the,image147,?], answer(A, (const(A,television)))). _parse([what,is,the,object,close,to,the,ceiling,above,the,table,in,the,image20,?], answer(A, (const(A,projector)))). _parse([what,are,are,the,objects,close,to,the,counter,in,the,image848,?], answer(A, (const(A,sink);const(A,faucet)))). _parse([what,are,the,objects,on,the,bed,in,the,image1168,?], answer(A, (const(A,blanket);const(A,pillow);const(A,paper)))). _parse([what,is,the,largest,object,in,the,image1269,?], answer(A, (const(A,sofa)))). _parse([what,is,the,object,on,the,floor,in,front,of,the,window,in,the,image1267,?], answer(A, (const(A,sofa)))). _parse([what,is,the,object,on,the,table,in,the,corner,in,the,image988,?], answer(A, (const(A,lamp)))). _parse([what,is,the,object,close,to,the,bed,in,the,image1077,?], answer(A, (const(A,ladder)))). _parse([what,are,the,objects,on,the,bed,in,the,image1060,?], answer(A, (const(A,pillow);const(A,blanket);const(A,bed_sheets)))). _parse([what,are,the,objects,kept,close,on,the,shelves,in,the,image106,?], answer(A, (const(A,books)))). _parse([what,is,the,object,close,to,the,wall,right,and,left,of,the,cabinet,in,the,image1260,?], answer(A, (const(A,television)))). _parse([what,is,the,object,on,the,bed,in,the,image1163,?], answer(A, (const(A,pillow)))). _parse([how,many,doors,are,there,in,the,image1037,?], answer(A, (const(A,1)))). _parse([what,is,the,object,below,the,window,in,the,image138,?], answer(A, (const(A,heater)))). _parse([what,is,the,object,close,to,the,wall,right,of,the,screen,in,the,image1075,?], answer(A, (const(A,picture)))). _parse([what,is,the,object,on,the,table,in,the,image1078,?], answer(A, (const(A,toy)))). _parse([how,many,chairs,are,there,in,the,image1262,?], answer(A, (const(A,1)))). _parse([what,is,the,object,right,and,left,of,the,sofas,in,the,image1232,?], answer(A, (const(A,television)))). _parse([what,is,the,object,on,the,counter,in,the,corner,in,the,image819,?], answer(A, (const(A,microwave)))). _parse([what,is,the,object,on,the,floor,close,to,the,shelves,in,the,image86,?], answer(A, (const(A,trolley)))). _parse([what,is,the,object,close,to,the,table,top,in,the,image1379,?], answer(A, (const(A,tablecloth)))). _parse([what,is,the,object,close,to,the,wall,behind,the,sofa,in,the,image1086,?], answer(A, (const(A,mirror)))). _parse([what,is,the,object,on,the,floor,in,front,of,the,desk,in,the,image528,?], answer(A, (const(A,chair)))). _parse([what,are,the,objects,in,the,shelves,in,the,image1251,?], answer(A, (const(A,books)))). _parse([what,is,the,object,close,to,the,wall,in,the,image1159,?], answer(A, (const(A,wall_decoration)))). _parse([what,is,the,object,on,the,counter,below,the,cabinet,in,the,image140,?], answer(A, (const(A,hot_water_heater)))). _parse([how,many,pillows,are,there,on,the,bed,in,the,image1022,?], answer(A, (const(A,2)))). _parse([what,is,the,object,on,the,floor,close,to,the,wall,divider,in,the,image836,?], answer(A, (const(A,stool)))). _parse([what,is,the,largest,object,in,the,image1422,?], answer(A, (const(A,piano)))). _parse([what,is,the,object,close,to,the,wall,in,the,image149,?], answer(A, (const(A,wall_decoration)))). _parse([what,are,the,objects,on,the,bookshelf,in,the,image922,?], answer(A, (const(A,books)))). _parse([what,is,the,largest,object,in,the,image577,?], answer(A, (const(A,table)))). _parse([what,are,the,objects,on,the,floor,in,front,of,the,window,in,the,image1119,?], answer(A, (const(A,table);const(A,chair)))). _parse([what,is,the,object,on,the,floor,in,the,corner,in,the,image59,?], answer(A, (const(A,chair)))). _parse([what,is,the,object,on,the,floor,left,side,of,the,sink,in,the,image44,?], answer(A, (const(A,toilet)))). _parse([what,is,the,object,close,to,the,wall,in,the,image1093,?], answer(A, (const(A,picture)))). _parse([what,is,the,object,close,to,the,wall,in,the,image135,?], answer(A, (const(A,spice_rack)))). _parse([what,is,the,object,on,the,floor,in,front,of,the,door,in,the,image925,?], answer(A, (const(A,chair)))). _parse([what,are,the,object,kept,close,on,the,shelves,in,the,image1040,?], answer(A, (const(A,books)))). _parse([how,many,chairs,are,there,in,the,image629,?], answer(A, (const(A,2)))). _parse([what,is,the,object,on,the,floor,in,front,of,the,door,in,the,image1106,?], answer(A, (const(A,chair)))). _parse([what,is,the,object,behind,the,screen,in,the,image667,?], answer(A, (const(A,bathtub)))). _parse([what,is,the,object,close,to,the,wall,in,the,image9,?], answer(A, (const(A,framed_certificate)))). _parse([what,is,the,object,on,the,floor,in,the,middle,in,the,image589,?], answer(A, (const(A,floor_mat)))). _parse([what,are,the,objects,close,to,the,wall,in,the,image23,?], answer(A, (const(A,poster_board);const(A,hanger);const(A,fire_alarm);const(A,framed_certificate)))). _parse([what,is,the,object,close,to,the,ceiling,in,the,image783,?], answer(A, (const(A,light)))). _parse([what,is,the,object,on,the,floor,right,of,the,chair,in,the,image1058,?], answer(A, (const(A,garbage_bin)))). _parse([what,is,the,object,on,the,hanger,in,the,image115,?], answer(A, (const(A,bag)))). _parse([what,is,the,object,close,to,the,ceiling,in,the,image1415,?], answer(A, (const(A,light)))). _parse([what,is,the,object,on,the,floor,in,front,of,the,wall,in,the,image1156,?], answer(A, (const(A,bed)))). _parse([what,is,the,object,on,the,floor,close,to,the,wall,in,the,image692,?], answer(A, (const(A,bathtub)))). _parse([what,is,the,object,close,to,the,wall,right,of,the,table,in,the,image476,?], answer(A, (const(A,framed_certificate)))). _parse([what,are,the,objects,on,the,shelves,in,the,image646,?], answer(A, (const(A,books)))). _parse([what,is,the,largest,object,in,the,image1083,?], answer(A, (const(A,sofa)))). _parse([what,is,the,largest,object,on,the,table,in,the,image4,?], answer(A, (const(A,laptop)))). _parse([what,is,the,largest,object,in,the,image1278,?], answer(A, (const(A,sofa)))). _parse([what,is,the,object,close,to,the,wall,in,the,image450,?], answer(A, (const(A,poster_board)))). _parse([what,are,the,objects,on,the,bed,in,the,image56,?], answer(A, (const(A,pillow);const(A,blanket);const(A,clothes)))). _parse([what,is,the,object,close,to,the,wall,in,front,of,the,room,divider,in,the,image48,?], answer(A, (const(A,sink)))). _parse([how,many,doors,are,open,in,the,image1315,?], answer(A, (const(A,1)))). _parse([what,is,the,object,close,to,the,wall,below,the,window,in,the,image77,?], answer(A, (const(A,heater)))). _parse([what,is,the,object,on,the,table,in,front,of,the,wall,in,the,image1027,?], answer(A, (const(A,lamp)))). _parse([what,is,the,object,on,the,racks,that,are,close,to,the,wall,in,the,image989,?], answer(A, (const(A,photo)))). _parse([what,is,the,largest,object,in,the,image1224,?], answer(A, (const(A,sofa)))). _parse([what,is,the,largest,object,in,the,image953,?], answer(A, (const(A,bed)))). _parse([what,is,the,largest,object,in,the,image1409,?], answer(A, (const(A,table)))). _parse([what,is,the,object,on,the,floor,close,to,the,counter,in,the,image109,?], answer(A, (const(A,trolley)))). _parse([what,is,the,object,on,the,bed,in,the,image1181,?], answer(A, (const(A,pillow)))). _parse([what,is,the,object,on,the,table,in,the,image812,?], answer(A, (const(A,bottle)))). _parse([what,are,the,objects,on,the,bed,in,the,image1147,?], answer(A, (const(A,pillow);const(A,blanket)))). _parse([what,is,the,object,close,to,the,wall,below,the,window,in,the,image1161,?], answer(A, (const(A,picture)))). _parse([what,is,the,object,on,the,floor,close,to,the,wall,in,the,image1149,?], answer(A, (const(A,picture)))). _parse([what,is,the,object,on,the,floor,in,front,of,the,wall,in,the,image1217,?], answer(A, (const(A,sofa)))). _parse([what,is,the,object,on,the,floor,in,front,of,the,wall,in,the,image1336,?], answer(A, (const(A,fan)))). _parse([what,is,the,object,close,to,the,ceiling,in,the,image1364,?], answer(A, (const(A,light)))). _parse([what,is,the,object,kept,close,on,the,chair,in,the,image453,?], answer(A, (const(A,jacket)))). _parse([what,are,the,objects,on,the,floor,in,the,image998,?], answer(A, (const(A,books)))). _parse([what,are,the,objects,on,the,counter,table,in,the,image12,?], answer(A, (const(A,stapler);const(A,tape_dispenser);const(A,paper_holder)))). _parse([what,is,the,largest,object,in,the,image1029,?], answer(A, (const(A,bed)))). _parse([what,are,the,objects,on,the,table,in,the,image88,?], answer(A, (const(A,books)))). _parse([what,is,the,object,close,to,the,counter,in,the,image883,?], answer(A, (const(A,sink)))). _parse([what,is,the,object,on,the,floor,right,of,the,table,in,the,image110,?], answer(A, (const(A,trolley)))). _parse([what,is,the,object,on,the,counter,in,the,corner,in,the,image752,?], answer(A, (const(A,toaster)))). _parse([what,is,the,object,close,to,the,floor,in,the,image673,?], answer(A, (const(A,floor_mat)))). _parse([what,is,the,object,on,the,floor,close,to,the,wall,in,the,image1403,?], answer(A, (const(A,cabinet)))). _parse([what,is,the,object,on,the,floor,in,front,of,the,wall,in,the,image497,?], answer(A, (const(A,toilet)))). _parse([what,are,the,objects,on,the,bed,in,the,image1092,?], answer(A, (const(A,pillow);const(A,blanket)))). _parse([what,are,the,objects,on,the,table,in,the,image1362,?], answer(A, (const(A,decoration_item)))). _parse([what,is,the,object,close,to,the,counter,in,the,image854,?], answer(A, (const(A,stove)))). _parse([what,is,the,object,on,the,wall,behind,the,table,in,the,image628,?], answer(A, (const(A,poster_board)))). _parse([what,is,the,object,close,to,the,door,in,the,image650,?], answer(A, (const(A,door_knob)))). _parse([what,is,the,largest,object,in,the,image1241,?], answer(A, (const(A,sofa)))). _parse([what,is,the,object,on,the,floor,in,front,of,the,room,divider,in,the,image833,?], answer(A, (const(A,stool)))). _parse([what,is,the,object,close,to,the,wall,right,side,of,the,t,shirt,in,the,image1066,?], answer(A, (const(A,window)))). _parse([what,is,the,obejct,on,the,bed,in,the,image920,?], answer(A, (const(A,blanket)))). _parse([what,is,the,object,on,top,of,the,table,in,the,image485,?], answer(A, (const(A,monitor)))). _parse([what,is,the,object,close,to,the,wall,left,of,the,faucet,in,the,image903,?], answer(A, (const(A,sink)))). _parse([how,many,chairs,are,there,in,the,image879,?], answer(A, (const(A,4)))). _parse([what,is,the,object,close,to,the,middle,counter,table,in,the,image908,?], answer(A, (const(A,stove)))). _parse([what,is,the,largest,object,in,the,image1333,?], answer(A, (const(A,sofa)))). _parse([what,is,the,largest,object,in,the,image1124,?], answer(A, (const(A,bed)))). _parse([how,many,wall,decorations,are,close,to,the,wall,in,the,image1352,?], answer(A, (const(A,2)))). _parse([what,is,the,object,on,the,floor,in,front,of,the,counter,in,the,image768,?], answer(A, (const(A,table)))). _parse([what,is,the,object,on,the,table,in,the,image1424,?], answer(A, (const(A,flower_pot)))). _parse([what,is,the,largest,object,in,the,image594,?], answer(A, (const(A,sofa)))). _parse([what,is,the,object,close,to,the,wall,above,the,floor,in,the,image1057,?], answer(A, (const(A,window)))). _parse([what,are,the,objects,on,the,counter,in,the,image862,?], answer(A, (const(A,coffee_machine);const(A,hot_water_heater);const(A,cup)))). _parse([what,is,the,object,close,to,the,wall,in,the,image17,?], answer(A, (const(A,ladder)))). _parse([what,is,the,object,below,the,bed,on,the,floor,in,the,image1153,?], answer(A, (const(A,cabinet)))). _parse([what,is,the,object,on,the,towel,rod,in,the,image690,?], answer(A, (const(A,towel)))). _parse([what,are,the,objects,on,the,bed,in,the,image541,?], answer(A, (const(A,pillow);const(A,blanket)))). _parse([what,is,the,largest,object,in,the,image1264,?], answer(A, (const(A,sofa)))). _parse([how,many,chairs,are,there,in,the,image1430,?], answer(A, (const(A,1)))). _parse([what,are,the,objects,on,the,counter,in,the,image561,?], answer(A, (const(A,plate);const(A,spoon);const(A,knife);const(A,cup);const(A,bottle)))). _parse([what,is,the,object,on,the,counter,in,the,corner,in,the,image800,?], answer(A, (const(A,hot_water_heater)))). _parse([what,are,the,objects,in,the,shelves,in,the,image51,?], answer(A, (const(A,books)))). _parse([how,many,monitors,are,there,in,the,table,in,the,image605,?], answer(A, (const(A,2)))). _parse([what,are,the,objects,on,the,bed,in,the,image74,?], answer(A, (const(A,pillow);const(A,blanket)))). _parse([what,is,the,largest,object,in,the,image1302,?], answer(A, (const(A,sofa)))). _parse([what,is,the,object,on,the,floor,behind,the,rack,in,the,image1220,?], answer(A, (const(A,room_divider)))). _parse([what,is,the,object,close,to,the,floor,in,the,image1182,?], answer(A, (const(A,floor_mat)))). _parse([what,is,the,object,on,the,stool,in,the,image146,?], answer(A, (const(A,photo)))). _parse([how,many,chairs,are,there,in,the,image864,?], answer(A, (const(A,4)))). _parse([what,is,the,largest,object,in,the,image1254,?], answer(A, (const(A,sofa)))). _parse([what,is,the,toy,kept,on,the,shelf,close,to,the,wall,in,the,image634,?], answer(A, (const(A,soft_toy)))). _parse([what,are,the,objects,in,the,shelves,in,the,image104,?], answer(A, (const(A,books)))). _parse([how,many,beds,are,there,in,the,image1020,?], answer(A, (const(A,2)))). _parse([what,are,the,objects,on,the,bed,in,the,image64,?], answer(A, (const(A,pillow);const(A,blanket)))). _parse([what,are,the,objects,on,the,table,in,the,image83,?], answer(A, (const(A,laptop);const(A,mouse);const(A,books);const(A,paper)))). _parse([what,is,the,object,close,to,the,wall,above,the,stove,in,the,image2,?], answer(A, (const(A,microwave)))). _parse([what,is,the,object,close,to,the,wall,above,the,table,in,the,image1213,?], answer(A, (const(A,television)))). _parse([what,is,the,red,object,close,to,the,wall,left,of,the,dustbin,in,the,image1,?], answer(A, (const(A,fire_extinguisher)))). _parse([what,is,the,object,on,the,floor,in,front,of,the,wall,in,the,image1326,?], answer(A, (const(A,sofa)))). _parse([what,are,the,objects,on,the,bed,in,the,image540,?], answer(A, (const(A,blanket);const(A,pillow)))). _parse([what,is,the,largest,object,in,the,image843,?], answer(A, (const(A,refridgerator)))). _parse([what,are,the,objects,on,the,shelves,in,the,image644,?], answer(A, (const(A,books)))). _parse([what,are,the,objects,in,the,shelves,in,the,image113,?], answer(A, (const(A,books)))). _parse([how,many,monitors,are,on,the,counter,in,the,image635,?], answer(A, (const(A,3)))). _parse([how,many,monitors,are,the,in,the,image13,?], answer(A, (const(A,1)))). _parse([what,is,the,object,on,the,table,in,the,image941,?], answer(A, (const(A,lamp)))). _parse([what,are,the,objects,on,the,table,in,the,image1427,?], answer(A, (const(A,picture);const(A,lamp);const(A,flower_pot)))). _parse([what,is,the,object,close,to,the,counter,in,the,image130,?], answer(A, (const(A,sink)))). _parse([what,is,the,object,on,the,floor,in,front,of,the,bathtub,in,the,image744,?], answer(A, (const(A,toilet)))). _parse([what,are,the,objects,close,to,the,wall,in,the,image1173,?], answer(A, (const(A,photo)))). _parse([what,is,the,object,on,the,bed,in,the,image940,?], answer(A, (const(A,pillow)))). _parse([what,is,the,object,on,the,counter,in,the,corner,in,the,image874,?], answer(A, (const(A,toaster)))). _parse([what,are,the,objects,on,the,bed,in,the,image921,?], answer(A, (const(A,pillow);const(A,blanket)))). _parse([what,is,the,object,on,the,shelves,on,the,side,rack,in,the,image103,?], answer(A, (const(A,photo)))). _parse([what,is,the,largest,object,in,the,image1357,?], answer(A, (const(A,table)))). _parse([what,is,the,object,on,the,floor,in,front,of,the,table,in,the,image496,?], answer(A, (const(A,garbage_bin)))). _parse([what,is,the,object,on,the,table,in,the,corner,in,the,image1180,?], answer(A, (const(A,lamp)))). _parse([what,is,the,object,on,the,floor,in,front,of,the,cabinet,in,the,image876,?], answer(A, (const(A,garbage_bin)))). _parse([what,is,the,object,on,the,stool,in,the,image24,?], answer(A, (const(A,printer)))). _parse([what,is,the,object,close,to,the,wall,above,the,table,in,the,image1391,?], answer(A, (const(A,picture)))). _parse([what,is,the,object,close,to,the,ceiling,in,the,image1397,?], answer(A, (const(A,light)))). _parse([what,is,the,object,on,the,counter,below,the,cabinet,in,the,image751,?], answer(A, (const(A,coffee_machine)))). _parse([what,are,the,objects,on,the,table,in,the,image1227,?], answer(A, (const(A,books)))). _parse([what,is,the,object,close,to,the,counter,in,the,image576,?], answer(A, (const(A,sink)))). _parse([what,is,the,object,close,to,the,wall,in,the,image58,?], answer(A, (const(A,picture)))). _parse([what,is,the,object,in,the,shelves,in,the,image11,?], answer(A, (const(A,paper)))). _parse([what,is,the,table,in,the,image1206,on,the,floor,in,the,image1206,?], answer(A, (const(A,pool_table)))). _parse([what,are,the,objects,on,the,shelves,in,the,image87,?], answer(A, (const(A,books)))). _parse([what,is,the,object,close,to,the,wall,in,the,image41,?], answer(A, (const(A,whiteboard)))). _parse([what,is,the,object,close,to,the,wall,above,the,sink,in,the,image47,?], answer(A, (const(A,mirror)))). _parse([what,is,the,object,close,to,the,wall,below,the,window,in,the,image703,?], answer(A, (const(A,towel_rod)))). _parse([what,is,the,object,on,the,floor,left,of,the,sink,in,the,image738,?], answer(A, (const(A,toilet)))). _parse([what,is,the,object,on,the,side,room,divider,wall,in,the,image662,?], answer(A, (const(A,sponge)))). _parse([how,many,chairs,are,there,in,the,image39,?], answer(A, (const(A,6)))). _parse([what,is,the,black,object,on,the,counter,in,the,image844,?], answer(A, (const(A,hot_water_heater)))). _parse([what,are,the,objects,on,the,floor,mat,in,the,image1369,?], answer(A, (const(A,table);const(A,chair)))). _parse([what,are,the,objects,on,the,bed,in,the,image927,?], answer(A, (const(A,blanket);const(A,pillow)))). _parse([what,is,the,object,in,the,corner,on,the,counter,in,the,image674,?], answer(A, (const(A,mirror)))). _parse([what,is,the,object,on,the,floor,in,front,of,the,wall,in,the,image618,?], answer(A, (const(A,sofa)))). _parse([what,is,the,object,on,the,on,the,wall,above,the,sink,in,the,image721,?], answer(A, (const(A,mirror)))). _parse([what,is,the,object,on,the,floor,left,of,the,counter,in,the,image5,?], answer(A, (const(A,whiteboard)))). _parse([what,are,the,objects,on,the,table,in,the,image1342,?], answer(A, (const(A,decoration_item)))). _parse([what,are,the,objects,on,the,table,in,the,image1234,?], answer(A, (const(A,photo);const(A,lamp)))). _parse([what,is,the,object,close,to,the,towel,rod,in,the,image659,?], answer(A, (const(A,towel)))). _parse([what,is,the,object,close,to,the,wall,in,the,image1442,?], answer(A, (const(A,picture)))). _parse([what,is,the,object,on,the,table,in,the,corner,in,the,image1435,?], answer(A, (const(A,plant)))). _parse([what,is,the,object,on,the,floor,in,front,of,the,wall,in,the,image1004,?], answer(A, (const(A,cabinet)))). _parse([what,is,the,object,on,the,table,in,the,image1418,?], answer(A, (const(A,decoration_item)))). _parse([what,is,the,object,on,the,wall,left,and,right,of,the,window,in,the,image913,?], answer(A, (const(A,photo)))). _parse([how,many,chairs,are,there,in,the,image550,?], answer(A, (const(A,6)))). _parse([what,is,the,object,on,the,floor,left,of,the,cot,in,the,image1039,?], answer(A, (const(A,jacket)))). _parse([what,is,the,object,on,the,flower,in,front,of,the,wall,in,the,image457,?], answer(A, (const(A,flower_pot)))). _parse([what,is,the,object,on,the,shelf,in,the,image92,?], answer(A, (const(A,jacket)))). _parse([what,is,the,object,close,to,the,wall,in,the,image76,?], answer(A, (const(A,photo)))). _parse([what,is,the,largest,object,in,the,image909,?], answer(A, (const(A,bed)))). _parse([how,many,stools,are,there,in,the,image105,?], answer(A, (const(A,2)))). _parse([what,is,the,object,on,the,fruit,platter,in,the,image565,?], answer(A, (const(A,fruit)))). _parse([what,are,the,objects,close,to,the,wall,in,the,image117,?], answer(A, (const(A,wall_decoration)))). _parse([what,are,the,objects,on,the,hangers,in,the,image116,?], answer(A, (const(A,jacket)))). _parse([what,is,the,object,on,the,floor,left,of,the,sink,in,the,image503,?], answer(A, (const(A,toilet)))). _parse([what,is,the,object,on,the,floor,in,front,of,the,middle,table,in,the,image906,?], answer(A, (const(A,garbage_bag)))). _parse([what,are,the,objects,on,the,bed,in,the,image1036,?], answer(A, (const(A,pillow);const(A,blanket);const(A,book)))). _parse([what,are,the,objects,on,the,bed,in,the,image79,?], answer(A, (const(A,pillow);const(A,blanket);const(A,bed_sheets)))). _parse([how,many,beds,are,there,in,the,image1127,?], answer(A, (const(A,2)))). _parse([what,are,the,objects,kept,on,the,shelves,in,the,image84,?], answer(A, (const(A,books)))). _parse([what,is,the,object,on,the,floor,close,to,the,cabinet,in,the,image699,?], answer(A, (const(A,garbage_bin)))). _parse([what,is,the,object,on,the,chair,in,the,image1053,?], answer(A, (const(A,jacket)))). _parse([what,is,the,object,on,the,floor,left,and,right,of,the,chairs,in,the,image828,?], answer(A, (const(A,table)))). _parse([what,is,the,object,in,the,image912,close,to,the,wall,in,the,image912,?], answer(A, (const(A,television)))). _parse([what,is,the,object,close,to,the,refrigerator,in,the,image126,?], answer(A, (const(A,magnet)))). _parse([what,is,the,object,close,to,the,wall,behind,the,chair,in,the,image33,?], answer(A, (const(A,whiteboard)))). _parse([what,is,the,largest,object,in,the,image1252,?], answer(A, (const(A,sofa)))). _parse([what,is,the,largest,object,on,the,table,in,the,image57,?], answer(A, (const(A,laptop)))). _parse([what,are,the,objects,on,the,hangers,in,the,image96,?], answer(A, (const(A,jacket)))). _parse([what,is,the,object,close,to,the,wall,in,the,image1026,?], answer(A, (const(A,photo)))). _parse([what,is,the,object,behind,the,screen,in,the,image649,?], answer(A, (const(A,bathtub)))). _parse([how,many,chairs,are,there,in,the,image1383,?], answer(A, (const(A,4)))). _parse([what,is,the,largest,object,on,the,counter,in,the,image137,?], answer(A, (const(A,grill)))). _parse([what,is,the,object,close,to,the,wall,below,the,mirror,in,the,image664,?], answer(A, (const(A,sink)))). _parse([what,is,the,object,on,the,floor,in,the,image735,?], answer(A, (const(A,stool)))). _parse([what,is,the,object,close,to,the,counter,in,the,image896,?], answer(A, (const(A,sink)))). _parse([what,is,the,object,on,the,floor,left,of,the,counter,in,the,image884,?], answer(A, (const(A,ladder)))). _parse([what,is,the,object,behind,the,chair,close,to,the,wall,in,the,image8,?], answer(A, (const(A,green_screen)))). _parse([what,is,the,largest,black,object,in,the,image1187,?], answer(A, (const(A,sofa)))). _parse([how,many,pictures,are,there,close,to,the,wall,in,the,image1440,?], answer(A, (const(A,3)))). _parse([what,are,the,objects,on,the,table,in,the,image29,?], answer(A, (const(A,monitor);const(A,keyboard);const(A,mouse);const(A,computer);const(A,paper)))). _parse([what,is,the,object,on,the,counter,close,to,the,side,wall,in,the,image25,?], answer(A, (const(A,printer)))). _parse([what,is,the,largest,object,in,the,image669,?], answer(A, (const(A,bathtub)))). _parse([what,is,the,largest,object,in,the,image1258,?], answer(A, (const(A,sofa)))). _parse([what,are,the,object,close,to,the,cabinet,in,front,of,the,mirror,in,the,image743,?], answer(A, (const(A,sink);const(A,faucet)))). _parse([what,is,the,object,close,to,the,counter,in,the,image677,?], answer(A, (const(A,sink)))). _parse([what,are,the,objects,on,the,counter,in,the,image139,?], answer(A, (const(A,hot_water_heater);const(A,microwave);const(A,bowl);const(A,bread);const(A,spoon)))). _parse([what,is,the,object,on,the,floor,in,front,of,the,window,in,the,image1298,?], answer(A, (const(A,sofa)))). _parse([how,many,pillows,are,there,on,the,bed,in,the,image1195,?], answer(A, (const(A,3)))). _parse([how,many,pillows,are,there,in,the,sofa,in,the,image1295,?], answer(A, (const(A,2)))). _parse([what,is,the,object,on,the,floor,in,front,of,the,counter,in,the,image880,?], answer(A, (const(A,chair)))). _parse([how,many,sofas,are,there,in,the,image630,?], answer(A, (const(A,3)))). _parse([what,is,object,on,the,floor,right,of,the,table,in,the,image1069,?], answer(A, (const(A,bag)))). _parse([what,is,the,object,close,to,the,ceiling,above,the,table,in,the,image19,?], answer(A, (const(A,projector)))). _parse([how,many,chairs,are,there,in,the,image6,?], answer(A, (const(A,8)))). _parse([what,is,the,object,on,the,table,in,the,image120,?], answer(A, (const(A,jacket)))). _parse([what,is,the,largest,object,in,the,image536,?], answer(A, (const(A,chair)))). _parse([what,is,the,wall,decoration,close,to,the,wall,in,the,image1322,?], answer(A, (const(A,picture)))). _parse([what,is,the,black,object,in,the,image1285,on,the,floor,in,the,image1285,?], answer(A, (const(A,chair)))). _parse([what,is,the,object,kept,close,inside,the,sink,in,the,image143,?], answer(A, (const(A,vessel)))). _parse([what,is,object,close,to,the,wall,in,the,image73,?], answer(A, (const(A,wall_decoration)))). _parse([how,many,pillows,are,there,in,the,image1133,?], answer(A, (const(A,2)))). _parse([what,is,the,blue,object,on,the,bed,in,the,image1172,?], answer(A, (const(A,blanket)))). _parse([what,are,the,objects,on,the,bed,in,the,image914,?], answer(A, (const(A,pillow);const(A,blanket)))). _parse([what,is,the,object,on,the,table,in,the,corner,in,the,image1021,?], answer(A, (const(A,lamp)))). _parse([what,is,the,object,on,the,floor,in,front,of,the,wall,in,the,image1082,?], answer(A, (const(A,sofa)))). _parse([what,are,the,objects,on,the,shelf,in,the,image979,?], answer(A, (const(A,books)))). _parse([what,is,the,largest,object,in,the,image1433,?], answer(A, (const(A,table)))). _parse([what,are,the,objects,on,the,bed,in,the,image1141,?], answer(A, (const(A,pillow);const(A,blanket)))). _parse([what,is,the,object,behind,the,table,close,to,the,wall,in,the,image596,?], answer(A, (const(A,window)))). _parse([what,is,the,object,close,to,the,counter,in,the,image670,?], answer(A, (const(A,sink)))). _parse([what,is,the,object,on,the,floor,right,of,the,bed,in,the,image928,?], answer(A, (const(A,garbage_bin)))). _parse([how,many,lamps,are,there,in,the,image1175,?], answer(A, (const(A,2)))). _parse([what,are,the,objects,on,the,bed,in,the,image516,?], answer(A, (const(A,pillow);const(A,blanket)))). _parse([what,is,the,object,on,the,floor,in,front,of,the,wall,in,the,image21,?], answer(A, (const(A,water_dispenser)))). _parse([what,is,the,object,close,to,the,wall,in,the,image614,?], answer(A, (const(A,poster_board)))). _parse([what,is,the,object,on,the,hangers,in,the,image94,?], answer(A, (const(A,jacket)))). _parse([what,is,the,object,close,to,the,wall,behind,the,table,in,the,image1312,?], answer(A, (const(A,heater)))). _parse([what,is,the,largest,object,in,the,image1335,?], answer(A, (const(A,sofa)))). _parse([what,is,the,object,close,to,the,wall,above,the,table,in,the,image643,?], answer(A, (const(A,television)))). _parse([what,is,the,largest,object,in,the,image1277,?], answer(A, (const(A,sofa)))). _parse([what,is,the,object,close,to,the,wall,above,the,table,in,the,image986,?], answer(A, (const(A,whiteboard)))). _parse([what,is,the,object,on,the,counter,in,the,corner,in,the,image857,?], answer(A, (const(A,microwave)))). _parse([what,is,the,object,on,the,floor,left,of,the,table,in,the,image37,?], answer(A, (const(A,printer)))). _parse([how,many,chairs,are,there,in,the,image900,?], answer(A, (const(A,4)))). _parse([what,is,object,on,the,floor,mat,in,the,image1242,?], answer(A, (const(A,table)))). _parse([what,are,the,objects,close,to,the,counter,in,the,image861,?], answer(A, (const(A,sink);const(A,faucet)))). _parse([what,is,the,object,on,the,floor,right,side,of,the,table,in,the,image613,?], answer(A, (const(A,garbage_bin)))). _parse([what,is,the,object,on,the,floor,right,of,the,screen,in,the,image501,?], answer(A, (const(A,bathtub)))). _parse([what,is,largest,machine,in,the,image10,?], answer(A, (const(A,printer)))). _parse([what,is,the,object,on,the,side,table,in,the,image1068,?], answer(A, (const(A,telephone)))). _parse([what,is,the,object,close,to,the,wall,above,the,cabinet,in,the,image923,?], answer(A, (const(A,mirror)))). _parse([what,is,the,largest,object,on,the,study,table,in,the,image782,?], answer(A, (const(A,monitor)))). _parse([what,is,the,object,on,the,wall,above,the,counter,in,the,image123,?], answer(A, (const(A,blackboard)))). _parse([what,is,the,largest,object,in,the,image1014,?], answer(A, (const(A,bed)))). _parse([what,is,the,object,in,the,shelves,in,the,image715,?], answer(A, (const(A,towel)))). _parse([what,is,the,object,on,the,floor,in,front,of,the,wall,in,the,image987,?], answer(A, (const(A,bed)))). _parse([what,is,the,object,on,the,floor,in,the,corner,in,the,image77,?], answer(A, (const(A,cabinet)))). _parse([what,is,the,object,on,the,table,left,of,the,sofa,in,the,image1245,?], answer(A, (const(A,plant)))). _parse([what,is,the,object,on,the,shelves,in,the,image102,?], answer(A, (const(A,cup)))). _parse([how,many,monitors,are,there,on,the,table,in,the,image112,?], answer(A, (const(A,3)))). _parse([what,are,the,object,on,the,side,table,in,the,image487,?], answer(A, (const(A,lamp);const(A,flower_pot)))). _parse([what,is,the,red,object,on,the,stove,in,the,image129,?], answer(A, (const(A,tea_kettle)))). _parse([how,many,chairs,are,there,in,the,image467,?], answer(A, (const(A,3)))). _parse([what,is,the,object,behind,the,sink,in,the,image49,?], answer(A, (const(A,room_divider)))). _parse([what,is,the,object,on,the,floor,in,front,of,the,window,in,the,image1411,?], answer(A, (const(A,piano)))). _parse([what,are,the,objects,on,the,table,in,the,image1358,?], answer(A, (const(A,lamp);const(A,tray);const(A,decoration_item)))). _parse([what,is,the,object,close,to,the,wall,in,the,image1274,?], answer(A, (const(A,wall_decoration)))). _parse([what,are,the,objects,on,the,table,in,the,image54,?], answer(A, (const(A,laptop);const(A,books);const(A,headphones)))). _parse([what,is,the,object,on,the,floor,in,front,of,the,room,divider,in,the,image737,?], answer(A, (const(A,bathtub)))). _parse([what,is,the,object,on,the,chair,in,the,image1001,?], answer(A, (const(A,soft_toy)))). _parse([what,is,the,object,on,the,floor,in,front,of,the,wall,in,the,image1169,?], answer(A, (const(A,bed)))). _parse([what,are,the,objects,on,the,table,in,the,image1288,?], answer(A, (const(A,books);const(A,plate)))). _parse([what,are,the,objects,on,the,boxes,in,the,image93,?], answer(A, (const(A,books)))). _parse([what,is,the,object,on,the,table,in,the,image68,?], answer(A, (const(A,television)))). _parse([what,are,the,objects,on,the,shelves,in,the,image1145,?], answer(A, (const(A,books);const(A,toy);const(A,basket)))). _parse([what,is,the,object,on,the,floor,in,front,of,the,table,in,the,image1324,?], answer(A, (const(A,chair)))). _parse([what,is,the,object,close,to,the,wall,in,the,image1019,?], answer(A, (const(A,photo)))). _parse([what,is,the,object,close,to,the,wall,above,the,stove,in,the,image145,?], answer(A, (const(A,microwave)))). _parse([what,is,the,object,on,the,floor,close,to,the,cabinet,in,the,image543,?], answer(A, (const(A,basket)))). _parse([what,are,the,clothes,on,the,bed,in,the,image70,?], answer(A, (const(A,jacket)))). _parse([what,is,the,object,close,to,the,refrigerator,in,the,image575,?], answer(A, (const(A,magnet)))). _parse([what,is,the,object,close,to,the,door,in,the,image648,?], answer(A, (const(A,door_knob)))). _parse([what,is,the,object,on,the,floor,in,front,of,the,wall,in,the,image1055,?], answer(A, (const(A,cabinet)))). _parse([what,is,the,object,on,the,floor,right,of,the,shelves,in,the,image990,?], answer(A, (const(A,garbage_bin)))). _parse([how,many,chairs,are,there,in,the,image1382,?], answer(A, (const(A,7)))). _parse([what,is,the,object,close,to,the,cabinet,in,the,image34,?], answer(A, (const(A,light)))). _parse([what,is,the,object,close,to,the,counter,in,the,image785,?], answer(A, (const(A,stove)))). _parse([what,is,the,obejct,below,the,window,close,to,the,wall,in,the,image80,?], answer(A, (const(A,heater)))). _parse([what,is,the,object,close,to,the,floor,in,the,image736,?], answer(A, (const(A,bathtub)))). _parse([what,is,the,object,on,the,floor,below,the,picture,in,the,image732,?], answer(A, (const(A,toilet)))). _parse([what,is,the,object,on,the,counter,in,front,of,the,colored,wall,in,the,image793,?], answer(A, (const(A,microwave)))). _parse([what,are,the,objects,on,the,sofa,in,the,image607,?], answer(A, (const(A,pillow);const(A,blanket);const(A,clothes)))). _parse([what,is,the,object,on,the,table,in,the,image1419,?], answer(A, (const(A,fruit)))). _parse([what,is,the,object,in,front,of,the,wall,below,the,cabinet,in,the,image141,?], answer(A, (const(A,stove)))). _parse([what,is,the,largest,object,on,the,floor,in,the,image591,?], answer(A, (const(A,sofa)))). _parse([what,is,the,object,on,the,floor,in,front,of,the,air,vent,in,the,image509,?], answer(A, (const(A,bathtub)))). _parse([what,is,the,object,close,to,the,wall,behind,the,table,in,the,image1373,?], answer(A, (const(A,picture)))). _parse([what,is,the,object,close,to,the,wall,above,to,the,table,in,the,image1162,?], answer(A, (const(A,window)))). _parse([what,are,the,objects,on,the,shelves,in,the,image111,?], answer(A, (const(A,books)))). _parse([what,is,the,largest,red,object,in,the,image1250,?], answer(A, (const(A,sofa)))). _parse([what,is,the,object,above,the,sink,close,to,the,wall,in,the,image651,?], answer(A, (const(A,mirror)))). _parse([what,are,the,objects,on,the,bed,in,the,image60,?], answer(A, (const(A,blanket);const(A,pillow);const(A,clothes)))). _parse([what,is,the,object,on,the,floor,right,of,the,wall,in,the,image973,?], answer(A, (const(A,cabinet)))). _parse([what,is,the,object,above,the,counter,in,the,image720,?], answer(A, (const(A,mirror)))). _parse([what,is,the,object,on,the,table,in,front,of,the,wall,in,the,image1290,?], answer(A, (const(A,television)))). _parse([what,is,the,object,inside,the,cabinet,in,the,image530,?], answer(A, (const(A,clothes)))). _parse([what,are,the,objects,on,the,bed,in,the,image976,?], answer(A, (const(A,blanket);const(A,pillow)))). _parse([what,is,the,object,on,the,side,table,in,the,image633,?], answer(A, (const(A,bag)))). _parse([what,is,the,object,close,to,the,table,in,the,image717,?], answer(A, (const(A,sink)))). _parse([what,are,the,objects,on,the,table,in,the,image1283,?], answer(A, (const(A,books)))). _parse([what,is,object,on,the,floor,in,front,of,the,table,in,the,image552,?], answer(A, (const(A,chair)))). _parse([what,is,the,object,on,the,below,the,wall,picture,in,the,image992,?], answer(A, (const(A,lamp)))). _parse([what,are,the,objects,on,the,table,in,the,image931,?], answer(A, (const(A,lamp);const(A,fan);const(A,book);const(A,wire)))). _parse([how,many,beds,are,there,in,the,image1200,?], answer(A, (const(A,2)))). _parse([what,is,the,largest,object,in,the,image870,?], answer(A, (const(A,counter)))). _parse([what,are,the,objects,on,the,table,in,the,image66,?], answer(A, (const(A,lamp);const(A,books);const(A,perfume);const(A,cream)))). _parse([what,is,the,object,on,the,below,the,table,in,the,image466,?], answer(A, (const(A,floor_mat)))). _parse([what,is,the,object,close,to,the,wall,in,the,image118,?], answer(A, (const(A,wall_decoration)))). _parse([what,is,the,largest,object,in,the,image1344,?], answer(A, (const(A,table)))). _parse([what,is,the,brown,object,on,the,floor,left,of,the,cabinet,in,the,image967,?], answer(A, (const(A,chair)))). _parse([what,is,the,object,on,the,towel,rod,in,the,image705,?], answer(A, (const(A,towel)))). _parse([what,is,the,object,on,the,floor,right,of,the,counter,in,the,image775,?], answer(A, (const(A,refridgerator)))). _parse([how,many,chairs,are,there,in,the,image1341,?], answer(A, (const(A,7)))). _parse([what,is,the,object,on,the,counter,in,the,image860,?], answer(A, (const(A,bread)))). _parse([what,is,the,object,on,the,stool,in,the,image602,?], answer(A, (const(A,television)))). _parse([what,is,the,largest,object,on,the,image486,?], answer(A, (const(A,sofa)))). _parse([what,is,the,object,on,the,floor,in,front,of,the,cabinet,in,the,image592,?], answer(A, (const(A,table)))). _parse([what,is,the,object,on,the,towel,rod,in,the,image709,?], answer(A, (const(A,towel)))). _parse([what,is,the,object,on,the,towel,rod,in,the,image718,?], answer(A, (const(A,towel)))). _parse([what,is,the,object,on,the,counter,in,the,image907,?], answer(A, (const(A,stove)))). _parse([what,are,the,objects,kept,in,the,shelves,in,the,image1196,?], answer(A, (const(A,books)))). _parse([what,is,the,object,on,the,floor,in,front,of,the,wall,in,the,image1043,?], answer(A, (const(A,cabinet)))). _parse([what,is,the,object,hung,close,to,the,door,knob,in,the,image150,?], answer(A, (const(A,bag)))). _parse([what,is,the,object,on,the,floor,in,front,of,the,window,in,the,image971,?], answer(A, (const(A,sofa)))). _parse([what,is,the,object,right,of,the,stove,close,to,the,wall,in,the,image831,?], answer(A, (const(A,refridgerator)))). _parse([what,is,the,object,on,the,shelves,in,the,image101,?], answer(A, (const(A,cup)))). _parse([how,many,pillows,are,there,in,the,image538,?], answer(A, (const(A,2)))). _parse([what,is,the,object,on,the,floor,left,of,the,window,in,the,image1273,?], answer(A, (const(A,stool)))). _parse([what,is,the,object,on,the,floor,in,front,of,the,wall,in,the,image75,?], answer(A, (const(A,cabinet)))). _parse([what,is,the,object,close,to,the,wall,in,the,image31,?], answer(A, (const(A,whiteboard)))). _parse([what,is,the,largest,object,in,the,image1368,?], answer(A, (const(A,table)))). _parse([what,is,the,largest,object,in,the,image1377,?], answer(A, (const(A,table)))). _parse([what,is,the,object,on,the,bed,in,the,image1105,?], answer(A, (const(A,blanket)))). _parse([what,is,the,close,to,the,ceiling,in,front,of,the,window,in,the,image26,?], answer(A, (const(A,projector_screen)))). _parse([what,is,the,object,hung,close,to,the,hangers,in,the,image99,?], answer(A, (const(A,jacket)))). _parse([what,is,the,object,above,the,stove,close,to,the,wall,in,the,image144,?], answer(A, (const(A,microwave)))). _parse([what,are,the,objects,on,the,shelf,in,the,image69,?], answer(A, (const(A,books);const(A,toy);const(A,hair_brush)))). _parse([what,is,the,object,on,the,table,in,the,image1421,?], answer(A, (const(A,flower_pot)))). _parse([what,is,the,object,on,the,table,if,front,of,the,chair,in,the,image40,?], answer(A, (const(A,telephone)))). _parse([what,is,the,object,close,to,the,wall,in,the,image572,?], answer(A, (const(A,wall_decoration)))). _parse([what,is,the,object,on,the,floor,right,of,the,table,in,the,image52,?], answer(A, (const(A,lamp)))). _parse([what,is,the,object,on,the,floor,in,front,of,the,wall,in,the,image784,?], answer(A, (const(A,refridgerator)))). _parse([what,is,the,object,close,to,the,wall,above,the,counter,in,the,image124,?], answer(A, (const(A,blackboard)))). _parse([what,is,the,object,on,top,of,the,stove,attached,to,the,cabinet,in,the,image1,?], answer(A, (const(A,microwave)))). _parse([how,many,blue,chairs,are,in,the,image1,?], answer(A, (const(A,2)))). _parse([what,is,the,object,on,the,side,of,the,garbage,bin,and,close,to,the,wall,in,the,image1,?], answer(A, (const(A,fire_extinguisher)))). _parse([what,is,the,object,built,on,top,of,the,counter,right,of,the,stove,in,the,image1,?], answer(A, (const(A,sink)))). _parse([what,is,the,object,that,is,right,of,the,black,garbage,bin,and,left,of,the,gray,garbage,bin,in,the,image1,?], answer(A, (const(A,chair)))). _parse([what,is,the,object,on,top,of,the,stove,in,the,image2,?], answer(A, (const(A,vessel)))). _parse([what,is,the,largest,object,in,the,image2,?], answer(A, (const(A,refridgerator)))). _parse([what,are,the,objects,placed,on,the,counter,in,the,image2,?], answer(A, (const(A,vessel);const(A,sink);const(A,bowl);const(A,sponge)))). _parse([what,is,the,object,fixed,close,to,the,wall,in,the,image2,?], answer(A, (const(A,cabinet)))). _parse([what,are,objects,on,top,of,the,table,in,the,image3,?], answer(A, (const(A,paper);const(A,book);const(A,tape);const(A,paper_cutter)))). _parse([what,is,object,placed,on,left,of,the,table,in,the,image3,?], answer(A, (const(A,telephone)))). _parse([what,is,the,object,on,the,right,of,the,table,and,in,front,of,the,door,in,the,image3,?], answer(A, (const(A,chair)))). _parse([how,many,doors,are,open,in,the,image3,?], answer(A, (const(A,1)))). _parse([what,is,the,largest,object,that,is,placed,on,the,table,in,the,image4,?], answer(A, (const(A,laptop)))). _parse([what,is,the,object,hung,close,to,the,wall,in,the,image4,?], answer(A, (const(A,picture)))). _parse([what,is,the,object,in,front,of,the,table,in,the,image4,?], answer(A, (const(A,chair)))). _parse([how,many,bottles,are,there,in,the,image4,?], answer(A, (const(A,14)))). _parse([what,is,the,object,that,is,on,the,left,of,the,counter,and,right,of,the,stack,of,chairs,in,the,image5,?], answer(A, (const(A,whiteboard)))). _parse([what,is,the,largest,object,in,the,image5,?], answer(A, (const(A,table)))). _parse([what,is,the,object,stuck,close,to,the,door,in,the,image5,?], answer(A, (const(A,sheet)))). _parse([how,many,chairs,are,there,in,the,image5,?], answer(A, (const(A,4)))). _parse([what,are,the,objects,that,are,wired,close,to,the,ceiling,in,the,image5,?], answer(A, (const(A,spot_light)))). _parse([how,many,chairs,are,there,in,the,image6,?], answer(A, (const(A,7)))). _parse([what,is,the,object,placed,close,to,the,floor,to,the,right,of,the,stand,in,the,image6,?], answer(A, (const(A,speaker)))). _parse([what,is,the,object,that,is,placed,on,the,middle,rack,of,the,stand,that,is,placed,closed,to,the,wall,in,the,image6,?], answer(A, (const(A,projector)))). _parse([what,are,the,two,long,objects,that,are,rested,close,to,the,table,on,the,right,side,of,the,chair,in,the,image6,?], answer(A, (const(A,wooden_planks)))). _parse([what,are,the,objects,that,are,placed,on,the,shelves,in,the,image6,?], answer(A, (const(A,monitor);const(A,mouse);const(A,keyboard)))). _parse([what,is,the,white,object,that,is,placed,close,to,the,wall,and,to,the,left,of,the,shelves,in,the,image7,?], answer(A, (const(A,projector_screen)))). _parse([what,is,the,red,object,that,is,standing,on,the,floor,in,front,of,the,projector,screen,in,the,image7,?], answer(A, (const(A,ladder)))). _parse([how,many,monitors,are,switched,on,in,the,image7,?], answer(A, (const(A,1)))). _parse([how,many,chairs,are,there,in,the,room,with,writing,flipboard,attached,close,to,it,in,the,image7,?], answer(A, (const(A,3)))). _parse([what,are,the,connecting,objects,between,the,spot,light,that,are,close,to,the,wall,in,the,image7,?], answer(A, (const(A,wire)))). _parse([what,is,the,object,to,which,the,round,clock,is,hung,on,in,the,image8,?], answer(A, (const(A,wall)))). _parse([what,is,the,object,behind,the,gray,garbage,can,that,is,attached,on,the,wall,in,the,image8,?], answer(A, (const(A,fire_extinguisher)))). _parse([how,many,garbage,bins,are,not,blue,in,color,in,the,image8,?], answer(A, (const(A,1)))). _parse([what,is,the,object,in,front,of,the,bright,green,curtain,in,the,image8,?], answer(A, (const(A,chair)))). _parse([what,is,the,object,on,telephone,cord,attached,in,the,image8,?], answer(A, (const(A,telephone)))). _parse([what,are,stacked,on,the,red,paper,rack,in,the,image9,?], answer(A, (const(A,paper)))). _parse([how,many,wall,hanging,frames,are,hung,on,the,wall,in,the,image9,?], answer(A, (const(A,3)))). _parse([what,is,kept,on,top,of,the,storage,table,right,of,the,paper,rack,in,the,image9,?], answer(A, (const(A,box_of_paper)))). _parse([what,is,the,object,kept,inside,the,file,container,that,is,kept,above,the,file,stand,in,the,image9,?], answer(A, (const(A,file)))). _parse([what,is,the,object,on,which,the,pen,stand,is,placed,in,the,image9,?], answer(A, (const(A,table)))). _parse([what,is,the,object,in,front,of,the,photocopying,machine,attached,close,to,the,wall,in,the,image10,?], answer(A, (const(A,shelves)))). _parse([what,is,the,object,on,which,the,fax,machine,is,placed,in,the,image10,?], answer(A, (const(A,counter)))). _parse([what,are,the,sheets,stuck,to,the,door,in,the,image10,?], answer(A, (const(A,paper)))). _parse([what,is,the,blue,object,that,is,in,front,of,the,counter,and,to,the,right,of,the,photocopying,machine,in,the,image10,?], answer(A, (const(A,garbage_bin)))). _parse([what,is,the,object,that,placed,below,the,shelves,and,to,the,right,of,the,pen,holder,in,the,image11,?], answer(A, (const(A,flatbed_scanner)))). _parse([what,is,the,machine,placed,on,the,counter,close,to,the,wall,in,the,image11,?], answer(A, (const(A,printer)))). _parse([what,are,the,sheets,that,are,kept,close,on,the,shelves,in,the,image11,?], answer(A, (const(A,paper)))). _parse([what,are,the,objects,placed,on,the,counter,left,side,of,the,printer,in,the,image11,?], answer(A, (const(A,stapler);const(A,staple_remover);const(A,tape_dispenser);const(A,hole_puncher)))). _parse([what,are,the,objects,that,are,placed,close,inside,the,pen,stand,in,the,image11,?], answer(A, (const(A,pen);const(A,pencil);const(A,scale)))). _parse([what,are,the,objects,placed,on,the,counter,below,the,shelves,in,the,image12,?], answer(A, (const(A,tape_dispenser);const(A,hole_puncher);const(A,paper_holder)))). _parse([what,are,the,objects,stuck,close,to,the,wall,above,the,counter,in,the,image12,?], answer(A, (const(A,paper)))). _parse([what,are,the,objects,that,are,fitted,close,to,the,ceiling,in,the,image12,?], answer(A, (const(A,air_vent);const(A,light);const(A,fire_alarm)))). _parse([what,is,the,object,that,is,placed,right,of,the,wall,and,left,of,the,tall,cabinet,in,the,image12,?], answer(A, (const(A,garbage_bin)))). _parse([what,is,the,round,object,that,is,hung,close,to,the,cabinet,above,the,fan,in,the,image13,?], answer(A, (const(A,clock)))). _parse([what,are,the,objects,that,are,stacked,on,the,counter,in,the,image13,?], answer(A, (const(A,file_container);const(A,file_stand);const(A,file_holder)))). _parse([what,is,the,object,that,is,on,the,counter,below,the,shelve,rack,in,the,image13,?], answer(A, (const(A,fan)))). _parse([what,is,the,object,on,top,of,the,cabinet,below,the,ceiling,close,to,the,wall,in,the,image13,?], answer(A, (const(A,modem)))). _parse([what,are,glued,close,to,the,cabinet,doors,in,the,image13,?], answer(A, (const(A,photo)))). _parse([what,is,the,largest,object,in,the,image14,?], answer(A, (const(A,sofa)))). _parse([what,is,the,object,in,front,of,the,sofa,and,behind,the,window,in,the,image14,?], answer(A, (const(A,plant)))). _parse([what,is,the,object,close,to,the,wall,in,the,image14,?], answer(A, (const(A,picture)))). _parse([what,is,the,red,object,with,hanging,hooks,in,front,of,the,wall,in,the,image14,?], answer(A, (const(A,ornamental_plant)))). _parse([what,are,the,objects,that,are,attached,close,to,the,door,in,the,image15,?], answer(A, (const(A,door_knob);const(A,door_lock)))). _parse([what,is,the,red,object,close,to,the,wall,in,the,turning,of,the,room,in,the,image15,?], answer(A, (const(A,fire_extinguisher)))). _parse([what,are,the,objects,close,to,the,ceiling,in,the,image15,?], answer(A, (const(A,exit_sign);const(A,fire_alarm);const(A,light)))). _parse([what,are,objects,stacked,on,the,shelves,in,the,image15,?], answer(A, (const(A,books)))). _parse([what,is,the,reading,materials,placed,close,on,the,bookshelf,in,the,image16,?], answer(A, (const(A,books)))). _parse([what,are,objects,below,the,bookshelf,on,top,of,the,counter,in,the,image16,?], answer(A, (const(A,tape_dispenser);const(A,hole_puncher);const(A,paper_holder)))). _parse([how,many,lights,are,fitted,close,to,the,ceiling,in,this,image16,?], answer(A, (const(A,2)))). _parse([what,is,the,object,placed,on,a,table,below,the,bookshelf,in,the,image16,?], answer(A, (const(A,flatbed_scanner)))). _parse([what,is,the,climbing,object,close,to,the,wall,in,the,image17,?], answer(A, (const(A,ladder)))). _parse([what,are,objects,kept,close,to,shelf,in,the,image17,?], answer(A, (const(A,books);const(A,papers);const(A,file_holder)))). _parse([what,is,the,object,placed,in,front,of,the,filling,shelves,in,the,image17,?], answer(A, (const(A,table)))). _parse([what,are,fitted,close,to,the,ceiling,in,the,image17,?], answer(A, (const(A,display_board);const(A,fire_alarm)))). _parse([what,is,the,largest,object,in,the,image18,?], answer(A, (const(A,ladder)))). _parse([what,is,the,red,board,hanging,from,the,ceiling,in,the,image18,?], answer(A, (const(A,display_board)))). _parse([what,is,the,object,built,in,the,middle,close,to,the,wall,in,the,image18,?], answer(A, (const(A,door_frame)))). _parse([what,is,the,object,that,is,built,close,to,the,floor,giving,doorway,to,walk,in,the,image18,?], answer(A, (const(A,door);const(A,door_way_arch)))). _parse([what,is,the,object,fitted,close,to,the,wall,in,the,image19,?], answer(A, (const(A,projector_screen)))). _parse([what,is,the,object,attached,close,to,the,ceiling,in,the,image19,?], answer(A, (const(A,projector)))). _parse([what,is,the,largest,object,in,the,image19,?], answer(A, (const(A,table)))). _parse([how,many,black,chairs,are,there,in,the,image19,?], answer(A, (const(A,6)))). _parse([how,many,lights,are,switched,on,in,the,image19,?], answer(A, (const(A,2)))). _parse([what,is,the,object,placed,in,front,of,the,wall,to,the,right,and,left,of,the,chairs,in,the,image20,?], answer(A, (const(A,table)))). _parse([what,is,placed,on,the,table,to,the,right,of,the,wall,in,the,image20,?], answer(A, (const(A,computer)))). _parse([what,is,the,displaying,object,close,to,the,wall,in,the,image20,?], answer(A, (const(A,projector)))). _parse([what,is,the,white,sheet,stuck,close,to,the,wall,in,the,image20,?], answer(A, (const(A,projector_screen)))). _parse([what,are,the,objects,close,to,the,wall,in,the,image21,?], answer(A, (const(A,clock);const(A,poster_board);const(A,wire);const(A,telephone);const(A,fire_alarm)))). _parse([what,are,the,sheets,pinned,on,the,poster,board,in,the,image21,?], answer(A, (const(A,newspapers)))). _parse([what,is,the,object,left,of,the,chair,in,front,of,the,wall,in,the,image21,?], answer(A, (const(A,water_dispenser)))). _parse([what,is,the,liquid,bottle,kept,on,the,table,in,the,image21,?], answer(A, (const(A,hand_sanitizer)))). _parse([how,many,doors,are,open,in,the,image21,?], answer(A, (const(A,1)))). _parse([what,are,objects,close,to,the,poster,board,in,the,image22,?], answer(A, (const(A,paper);const(A,clock)))). _parse([what,are,the,objects,kept,on,the,table,in,the,image22,?], answer(A, (const(A,monitor);const(A,pen_holder);const(A,hand_sanitizer);const(A,tissue);const(A,file_holder);const(A,paper)))). _parse([what,is,the,object,close,and,left,of,the,table,in,the,image22,?], answer(A, (const(A,garbage_bin)))). _parse([what,is,the,object,behind,the,see,through,room,divider,in,the,image22,?], answer(A, (const(A,sofa)))). _parse([how,many,lights,are,on,in,the,image22,?], answer(A, (const(A,3)))). _parse([what,are,the,objects,close,to,the,poster,board,in,the,image23,?], answer(A, (const(A,paper);const(A,clock)))). _parse([what,is,the,object,close,to,the,chair,in,the,image23,?], answer(A, (const(A,jacket)))). _parse([what,are,the,objects,fitted,close,to,the,wall,in,the,image23,?], answer(A, (const(A,fire_alarm);const(A,poster_board);const(A,coat_hanger);const(A,framed_certificate)))). _parse([what,is,the,object,close,to,the,wall,left,side,of,the,printer,in,the,image24,?], answer(A, (const(A,whiteboard)))). _parse([what,are,the,objects,kept,the,shelf,close,to,the,wall,in,the,image24,?], answer(A, (const(A,books);const(A,paper_holder)))). _parse([what,is,kept,close,on,the,second,shelf,on,the,rack,in,the,image25,?], answer(A, (const(A,paper_holder)))). _parse([what,are,object,on,the,top,shelves,of,the,shelf,frame,in,the,image25,?], answer(A, (const(A,books)))). _parse([what,is,the,object,hung,close,in,front,of,the,window,in,the,image26,?], answer(A, (const(A,projector_screen)))). _parse([what,is,the,object,close,to,the,wall,in,the,image26,?], answer(A, (const(A,whiteboard)))). _parse([what,is,the,largest,object,in,the,image26,?], answer(A, (const(A,table)))). _parse([how,many,red,chairs,are,there,in,the,image26,?], answer(A, (const(A,5)))). _parse([what,is,the,object,close,to,the,ceiling,and,in,front,of,the,window,in,the,image27,?], answer(A, (const(A,projector_screen)))). _parse([what,are,the,objects,on,the,table,in,the,image27,?], answer(A, (const(A,bottle);const(A,glass);const(A,pen_stand);const(A,pen);const(A,paper);const(A,book)))). _parse([what,is,the,object,in,front,of,the,projector,screen,in,the,image27,?], answer(A, (const(A,table)))). _parse([what,is,the,object,close,to,the,wall,in,the,image28,?], answer(A, (const(A,whiteboard)))). _parse([how,many,blue,dustbins,are,there,in,the,image28,?], answer(A, (const(A,2)))). _parse([what,is,the,object,close,to,the,ceiling,in,the,image28,?], answer(A, (const(A,spot_light)))). _parse([what,are,the,objects,on,the,table,in,the,image29,?], answer(A, (const(A,monitor);const(A,keyboard);const(A,computer);const(A,wire);const(A,paper);const(A,mouse)))). _parse([how,many,cpu,are,there,in,the,image29,?], answer(A, (const(A,2)))). _parse([what,is,the,object,close,to,the,wall,behind,the,table,in,the,image29,?], answer(A, (const(A,switchbox)))). _parse([what,is,the,object,close,to,the,wall,in,the,image30,?], answer(A, (const(A,fire_alarm)))). _parse([how,many,chairs,are,there,in,the,image30,?], answer(A, (const(A,1)))). _parse([what,is,the,object,right,of,the,table,in,the,middle,of,the,room,in,the,image30,?], answer(A, (const(A,room_divider)))). _parse([how,many,chairs,are,there,in,the,image31,?], answer(A, (const(A,2)))). _parse([what,is,the,object,close,to,the,wall,in,the,image31,?], answer(A, (const(A,whiteboard)))). _parse([what,are,objects,on,the,table,in,the,image31,?], answer(A, (const(A,computer);const(A,monitor);const(A,telephone);const(A,keyboard)))). _parse([how,many,monitors,are,there,on,the,table,in,the,image32,?], answer(A, (const(A,2)))). _parse([what,is,the,object,in,front,of,the,corner,wall,in,the,image32,?], answer(A, (const(A,water_dispenser)))). _parse([what,is,the,kept,on,top,of,the,cpu,left,of,the,monitor,in,the,image32,?], answer(A, (const(A,keyboard)))). _parse([what,is,the,object,close,to,the,wall,in,the,image33,?], answer(A, (const(A,whiteboard)))). _parse([what,is,the,object,in,front,of,the,whiteboard,in,the,image33,?], answer(A, (const(A,chair)))). _parse([what,is,the,object,to,the,right,side,of,the,chair,in,the,image33,?], answer(A, (const(A,monitor)))). _parse([how,many,chairs,are,there,in,the,image34,?], answer(A, (const(A,1)))). _parse([what,is,the,object,close,to,the,wall,on,the,right,side,in,the,image34,?], answer(A, (const(A,whiteboard)))). _parse([how,many,sofas,are,there,in,the,image35,?], answer(A, (const(A,3)))). _parse([what,are,the,objects,close,to,the,wall,in,the,image35,?], answer(A, (const(A,exit_sign);const(A,poster_board);const(A,fire_alarm)))). _parse([what,is,the,sign,board,close,to,in,the,image36,?], answer(A, (const(A,wall)))). _parse([what,are,the,objects,close,to,the,poster,board,in,the,image36,?], answer(A, (const(A,paper);const(A,clock)))). _parse([what,are,the,objects,in,front,of,the,wall,left,side,of,the,cabinets,in,the,image36,?], answer(A, (const(A,printer);const(A,garbage_bin)))). _parse([what,is,the,largest,object,in,the,image37,?], answer(A, (const(A,printer)))). _parse([what,are,the,objects,on,the,cabinet,table,in,the,image37,?], answer(A, (const(A,stapler);const(A,paper_cutter);const(A,tape)))). _parse([what,is,the,object,in,front,of,the,wall,on,top,of,the,table,left,of,the,big,printer,in,the,image37,?], answer(A, (const(A,printer)))). _parse([how,many,printers,are,there,in,the,image38,?], answer(A, (const(A,2)))). _parse([what,is,the,object,left,of,the,table,in,the,image38,?], answer(A, (const(A,room_divider)))). _parse([what,are,the,objects,on,the,table,in,the,image38,?], answer(A, (const(A,printer);const(A,stapler);const(A,paper)))). _parse([how,many,red,chairs,are,there,in,the,image39,?], answer(A, (const(A,6)))). _parse([what,is,the,largest,object,in,the,image39,?], answer(A, (const(A,table)))). _parse([what,is,the,object,on,the,table,in,the,image39,?], answer(A, (const(A,telephone)))). _parse([how,many,windows,are,covered,with,red,screen,in,the,image39,?], answer(A, (const(A,3)))). _parse([how,many,window,screens,are,there,in,the,image40,?], answer(A, (const(A,2)))). _parse([what,is,the,object,in,front,of,the,window,in,the,image40,?], answer(A, (const(A,chair)))). _parse([what,is,the,object,on,the,table,in,the,image40,?], answer(A, (const(A,telephone)))). _parse([what,is,the,object,close,to,the,wall,in,the,image41,?], answer(A, (const(A,whiteboard)))). _parse([what,are,objects,the,in,front,of,the,wall,in,the,image41,?], answer(A, (const(A,table);const(A,chair)))). _parse([what,is,the,close,to,the,window,to,the,right,of,the,chairs,in,the,image41,?], answer(A, (const(A,room_divider)))). _parse([what,is,the,object,close,to,the,wall,in,the,image42,?], answer(A, (const(A,whiteboard)))). _parse([what,are,the,objects,kept,on,the,rack,of,the,whiteboard,in,the,image42,?], answer(A, (const(A,whiteboard_marker);const(A,duster)))). _parse([what,are,the,objects,kept,in,front,of,the,wall,on,the,table,in,the,image42,?], answer(A, (const(A,coffee_pot);const(A,cleaner);const(A,paper);const(A,book)))). _parse([what,is,the,object,close,to,the,wall,above,the,sofa,in,the,image43,?], answer(A, (const(A,picture)))). _parse([what,is,the,largest,object,in,the,image43,?], answer(A, (const(A,sofa)))). _parse([what,are,objects,on,the,top,most,shelves,close,to,the,wall,in,the,image43,?], answer(A, (const(A,books)))). _parse([what,is,the,object,below,the,shelf,frame,in,the,image44,?], answer(A, (const(A,toilet)))). _parse([what,is,the,object,close,to,the,cabinet,in,the,image44,?], answer(A, (const(A,sink)))). _parse([what,are,the,objects,on,the,shelf,frame,in,the,image44,?], answer(A, (const(A,hair_brush);const(A,toothbrush);const(A,makeup_brush);const(A,face_wash_cream);const(A,bottle_of_liquid)))). _parse([what,is,the,object,close,on,the,floor,in,the,image45,?], answer(A, (const(A,floor_mat)))). _parse([what,are,the,objects,on,the,shelf,frame,in,the,image45,?], answer(A, (const(A,hair_brush);const(A,toothbrush);const(A,makeup_brush);const(A,face_wash_cream);const(A,bottle_of_liquid)))). _parse([what,is,the,largest,object,in,the,image45,?], answer(A, (const(A,cabinet)))). _parse([what,is,the,object,close,to,the,sink,in,the,image46,?], answer(A, (const(A,faucet_handle)))). _parse([what,are,the,objects,close,to,the,wall,in,the,image46,?], answer(A, (const(A,soap);const(A,hand_sanitizer);const(A,towel_rod);const(A,towel)))). _parse([what,is,the,object,close,to,the,wall,above,the,sink,in,the,image46,?], answer(A, (const(A,mirror)))). _parse([what,are,the,objects,above,the,toilet,on,the,shelf,frame,in,the,image47,?], answer(A, (const(A,tissue_box)))). _parse([what,is,the,object,left,side,of,the,toilet,in,the,image47,?], answer(A, (const(A,room_divider)))). _parse([what,is,the,object,above,the,shelf,frame,close,to,the,wall,in,the,image47,?], answer(A, (const(A,mirror)))). _parse([what,is,the,basin,fitted,close,to,the,wall,in,the,image48,?], answer(A, (const(A,sink)))). _parse([what,is,the,object,left,of,the,sink,in,the,image48,?], answer(A, (const(A,room_divider)))). _parse([what,is,the,object,on,the,sink,in,the,image48,?], answer(A, (const(A,hand_sanitizer)))). _parse([what,is,the,largest,object,in,the,image49,?], answer(A, (const(A,cabinet)))). _parse([what,is,the,object,above,the,sink,close,to,the,wall,in,the,image49,?], answer(A, (const(A,mirror)))). _parse([what,are,the,objects,on,the,sink,in,the,image49,?], answer(A, (const(A,toothbrush);const(A,toothbrush_holder);const(A,toothpaste);const(A,hand_sanitizer)))). _parse([what,is,the,largest,object,in,the,image50,?], answer(A, (const(A,sofa)))). _parse([what,is,the,object,close,to,the,wall,above,the,sofa,in,the,image50,?], answer(A, (const(A,picture)))). _parse([what,are,objects,in,front,of,the,window,in,the,image50,?], answer(A, (const(A,plant);const(A,picture);const(A,table);const(A,light)))). _parse([what,are,the,objects,close,to,the,wall,in,the,image51,?], answer(A, (const(A,shelf_frame);const(A,picture);const(A,wall_decoration)))). _parse([what,is,the,object,in,front,of,the,wall,to,the,left,side,of,the,shelf,frame,in,the,image51,?], answer(A, (const(A,sofa)))). _parse([what,are,the,objects,in,the,shelf,in,the,image51,?], answer(A, (const(A,book)))). _parse([what,is,the,object,in,front,of,the,wall,and,to,the,right,of,the,rack,in,the,image52,?], answer(A, (const(A,lamp)))). _parse([what,are,objects,kept,on,the,rack,close,to,the,wall,in,the,image52,?], answer(A, (const(A,books)))). _parse([what,is,the,object,close,to,the,wall,above,the,rack,in,the,image52,?], answer(A, (const(A,picture)))). _parse([what,is,the,object,on,top,of,the,rack,in,the,image52,?], answer(A, (const(A,candle);const(A,bowl);const(A,banana)))). _parse([what,are,the,objects,close,to,the,wall,in,the,image53,?], answer(A, (const(A,books);const(A,magazine_holder);const(A,wall_decoration)))). _parse([how,many,chairs,are,there,in,the,image53,?], answer(A, (const(A,1)))). _parse([what,is,the,object,right,side,of,the,table,and,left,of,the,dustbin,in,the,image53,?], answer(A, (const(A,wall_divider)))). _parse([what,is,the,largest,object,in,the,image54,?], answer(A, (const(A,table)))). _parse([what,are,the,objects,on,the,table,in,the,image54,?], answer(A, (const(A,laptop);const(A,books);const(A,headphones);const(A,paper)))). _parse([what,is,the,object,right,of,the,wall,divider,in,the,image54,?], answer(A, (const(A,garbage_bin)))). _parse([what,is,the,object,left,of,the,chair,on,the,floor,in,the,image55,?], answer(A, (const(A,excercise_ball)))). _parse([what,are,the,objects,close,to,the,wall,in,the,image55,?], answer(A, (const(A,wall_decoration);const(A,framed_certificate)))). _parse([what,is,the,object,in,front,of,the,wall,in,the,image55,?], answer(A, (const(A,table)))). _parse([how,many,pillows,are,there,in,the,image56,?], answer(A, (const(A,2)))). _parse([what,are,the,objects,on,the,cot,in,the,image56,?], answer(A, (const(A,pillow);const(A,blanket);const(A,jacket)))). _parse([what,is,kept,on,top,of,the,side,table,in,the,image56,?], answer(A, (const(A,tissue_box)))). _parse([what,are,the,objects,on,the,table,in,the,image57,?], answer(A, (const(A,laptop);const(A,printer);const(A,pen_holder);const(A,bottle);const(A,paper);const(A,cables)))). _parse([what,are,the,objects,on,the,side,table,in,the,image57,?], answer(A, (const(A,hand_sanitizer);const(A,tissue_box)))). _parse([what,is,the,object,close,to,the,wall,on,the,floor,in,the,image57,?], answer(A, (const(A,garbage_bin)))). _parse([how,many,pillows,are,there,in,the,image58,?], answer(A, (const(A,2)))). _parse([what,are,the,objects,on,the,cot,in,the,image58,?], answer(A, (const(A,pillow);const(A,blanket)))). _parse([what,is,the,object,close,to,the,wall,in,the,image58,?], answer(A, (const(A,wall_decoration)))). _parse([what,is,the,object,on,top,of,the,chair,close,to,the,wall,in,the,image59,?], answer(A, (const(A,basketball_hoop)))). _parse([what,is,the,largest,object,in,the,image59,?], answer(A, (const(A,chair)))). _parse([what,are,the,objects,hung,close,in,the,wardrobe,in,the,image59,?], answer(A, (const(A,shirts_in_hanger)))). _parse([what,are,the,objects,on,the,floor,in,the,image60,?], answer(A, (const(A,box);const(A,garbage_bin);const(A,shoe)))). _parse([how,many,shoes,are,there,in,the,image60,?], answer(A, (const(A,2)))). _parse([what,are,the,objects,in,the,bed,in,the,image60,?], answer(A, (const(A,hair_brush);const(A,clothes)))). _parse([what,is,the,object,close,to,the,wall,below,the,window,screen,in,the,image61,?], answer(A, (const(A,heater)))). _parse([what,are,the,objects,on,the,floor,in,the,image61,?], answer(A, (const(A,bag);const(A,shoe);const(A,garbage_bin);const(A,bag);const(A,box)))). _parse([what,are,the,objects,on,the,bed,in,the,image61,?], answer(A, (const(A,clothes)))). _parse([what,is,the,largest,object,in,the,image62,?], answer(A, (const(A,monitor)))). _parse([what,are,the,objects,on,the,table,in,the,image62,?], answer(A, (const(A,cleaner);const(A,monitor);const(A,dvd_player)))). _parse([what,are,the,objects,hung,close,to,the,door,in,the,image62,?], answer(A, (const(A,clothes)))). _parse([what,are,the,objects,on,the,table,in,the,image63,?], answer(A, (const(A,cleaner);const(A,monitor);const(A,dvd_player)))). _parse([what,is,the,object,close,to,the,wall,in,the,image63,?], answer(A, (const(A,cabinet)))). _parse([what,are,the,objects,in,the,cabinets,in,the,image63,?], answer(A, (const(A,computer);const(A,books);const(A,bottle)))). _parse([what,are,the,objects,on,the,bed,in,the,image64,?], answer(A, (const(A,pillow);const(A,blanket)))). _parse([what,is,the,object,in,front,of,the,room,divider,and,right,side,of,the,cot,in,the,image64,?], answer(A, (const(A,table)))). _parse([what,is,the,object,behind,the,cot,and,the,table,in,the,image64,?], answer(A, (const(A,room_divider)))). _parse([what,is,the,largest,object,in,the,image65,?], answer(A, (const(A,blanket)))). _parse([what,are,the,objects,on,the,bed,in,the,image65,?], answer(A, (const(A,blanket);const(A,pillow)))). _parse([what,is,the,object,behind,the,bed,in,the,image65,?], answer(A, (const(A,wall)))). _parse([what,are,the,objects,on,the,side,table,below,the,window,screen,in,the,image66,?], answer(A, (const(A,soft_toy);const(A,toy);const(A,photo)))). _parse([what,is,the,largest,object,in,the,image66,?], answer(A, (const(A,cabinet)))). _parse([what,are,the,objects,on,the,cabinet,top,in,the,image66,?], answer(A, (const(A,book);const(A,lamp);const(A,perfume);const(A,hand_sanitizer)))). _parse([what,is,the,object,close,to,the,wall,in,the,corner,on,the,floor,in,the,image67,?], answer(A, (const(A,soft_toy)))). _parse([what,are,the,objects,on,the,rack,in,the,second,and,third,shelves,in,the,image67,?], answer(A, (const(A,books)))). _parse([what,is,the,largest,object,in,the,image68,?], answer(A, (const(A,television)))). _parse([what,are,the,objects,on,the,rack,in,the,image68,?], answer(A, (const(A,television);const(A,dvd_player);const(A,hand_sanitizer)))). _parse([what,are,kept,on,the,floor,on,the,left,side,of,the,cabinet,in,the,image68,?], answer(A, (const(A,bag)))). _parse([what,are,the,objects,kept,on,the,floor,in,the,image69,?], answer(A, (const(A,cabinet);const(A,bag)))). _parse([what,are,the,objects,in,the,middle,rack,of,the,shelf,in,the,image69,?], answer(A, (const(A,books)))). _parse([what,are,the,objects,on,the,bed,in,the,image70,?], answer(A, (const(A,pillow);const(A,blanket);const(A,clothes);const(A,jacket)))). _parse([what,is,the,object,on,top,of,the,side,table,in,the,image70,?], answer(A, (const(A,flower_pot)))). _parse([what,is,the,object,close,to,the,wall,above,the,cot,in,the,image70,?], answer(A, (const(A,window)))). _parse([what,is,the,object,on,the,window,shelf,in,the,image71,?], answer(A, (const(A,photo)))). _parse([what,is,the,largest,object,in,the,image72,?], answer(A, (const(A,wardrobe)))). _parse([what,are,the,objects,kept,on,the,shelves,in,the,wardrobe,in,the,image72,?], answer(A, (const(A,shoe);const(A,clothes);const(A,cream);const(A,jacket)))). _parse([how,many,wall,decorations,are,there,close,to,the,wall,in,the,image73,?], answer(A, (const(A,3)))). _parse([what,are,the,objects,on,the,bed,in,the,image73,?], answer(A, (const(A,pillow);const(A,blanket)))). _parse([what,are,objects,on,the,side,table,right,of,the,bed,in,the,image73,?], answer(A, (const(A,bottle);const(A,lamp);const(A,book);const(A,hand_sanitizer)))). _parse([what,are,the,objects,on,the,bed,in,the,image74,?], answer(A, (const(A,pillow);const(A,bed_sheets);const(A,blanket)))). _parse([what,is,the,object,in,front,of,the,wall,in,the,image74,?], answer(A, (const(A,bed)))). _parse([what,is,the,largest,object,in,the,image75,?], answer(A, (const(A,cabinet)))). _parse([what,are,the,objects,on,the,bed,in,the,image76,?], answer(A, (const(A,pillow);const(A,blanket);const(A,clothes)))). _parse([what,is,the,object,close,to,the,wall,in,the,image76,?], answer(A, (const(A,picture)))). _parse([what,is,the,object,on,the,side,table,in,the,image76,?], answer(A, (const(A,lamp)))). _parse([what,is,the,object,below,the,window,close,to,the,wall,in,the,image77,?], answer(A, (const(A,heater)))). _parse([what,is,the,object,close,to,the,wall,in,the,image77,?], answer(A, (const(A,wall_decoration)))). _parse([what,are,the,objects,on,the,table,close,to,the,wall,in,the,image77,?], answer(A, (const(A,fan);const(A,pen_holder);const(A,bottle);const(A,pen);const(A,pencil);const(A,paper);const(A,hand_sanitizer)))). _parse([what,is,the,largest,object,in,the,image78,?], answer(A, (const(A,bicycle)))). _parse([what,are,the,objects,close,to,the,wall,in,the,image78,?], answer(A, (const(A,wall_decoration)))). _parse([what,is,the,object,right,of,the,bicycle,in,the,image78,?], answer(A, (const(A,cabinet)))). _parse([what,is,the,object,on,top,of,the,bed,in,the,image79,?], answer(A, (const(A,pillow);const(A,blanket);const(A,bed_sheets);const(A,clothes)))). _parse([what,is,the,object,right,of,the,bed,in,the,image79,?], answer(A, (const(A,table)))). _parse([what,is,on,top,of,the,side,table,that,is,left,of,the,bed,in,the,image79,?], answer(A, (const(A,lamp)))). _parse([what,is,the,object,right,of,the,window,screen,in,the,image80,?], answer(A, (const(A,hockey_stick)))). _parse([what,is,the,object,below,the,window,close,to,the,wall,in,the,image80,?], answer(A, (const(A,heater)))). _parse([what,are,the,objects,on,the,tall,shelf,in,front,of,the,wall,in,the,image80,?], answer(A, (const(A,book);const(A,hockey_glove);const(A,picture)))). _parse([what,are,the,objects,on,the,bed,in,the,image81,?], answer(A, (const(A,pillow);const(A,blanket);const(A,jacket)))). _parse([how,many,lamps,are,on,in,the,image81,?], answer(A, (const(A,1)))). _parse([what,is,the,object,right,of,the,bed,and,in,front,wall,in,the,image81,?], answer(A, (const(A,table)))). _parse([what,is,the,object,that,is,largest,in,the,image82,?], answer(A, (const(A,cabinet)))). _parse([what,are,the,objects,on,the,floor,in,the,image82,?], answer(A, (const(A,bag);const(A,suitcase)))). _parse([what,are,objects,on,top,of,the,bed,in,the,image82,?], answer(A, (const(A,pillow);const(A,blanket);const(A,clothes)))). _parse([what,is,the,largest,object,on,the,table,in,the,image83,?], answer(A, (const(A,laptop)))). _parse([what,is,the,object,on,the,table,in,front,of,the,laptop,in,the,image83,?], answer(A, (const(A,mouse)))). _parse([what,are,the,objects,on,top,of,the,table,in,the,image83,?], answer(A, (const(A,laptop);const(A,mouse);const(A,books);const(A,pen);const(A,paper)))). _parse([how,many,tables,are,there,in,the,image84,?], answer(A, (const(A,4)))). _parse([what,are,objects,on,the,shelves,in,the,image84,?], answer(A, (const(A,books)))). _parse([what,are,the,objects,on,top,of,the,bookshelf,in,the,image84,?], answer(A, (const(A,wall_decoration)))). _parse([how,many,tables,are,there,in,the,image85,?], answer(A, (const(A,2)))). _parse([what,are,objects,on,the,shelves,in,the,image85,?], answer(A, (const(A,books)))). _parse([what,are,the,objects,close,to,the,ceiling,in,the,image86,?], answer(A, (const(A,spot_light)))). _parse([what,is,the,object,close,to,the,rack,in,the,doorway,in,the,image86,?], answer(A, (const(A,ladder)))). _parse([how,many,strollers,are,there,in,the,image86,?], answer(A, (const(A,2)))). _parse([what,are,the,objects,close,to,the,ceiling,in,the,image87,?], answer(A, (const(A,spot_light)))). _parse([what,is,the,object,close,to,the,rack,in,the,doorway,in,the,image87,?], answer(A, (const(A,ladder)))). _parse([what,are,the,objects,kept,on,the,rack,in,the,image87,?], answer(A, (const(A,books)))). _parse([what,are,the,objects,close,to,the,ceiling,in,the,image88,?], answer(A, (const(A,spot_light)))). _parse([what,are,the,objects,kept,on,the,table,in,the,image88,?], answer(A, (const(A,books)))). _parse([what,is,the,object,kept,close,to,the,wall,in,the,image88,?], answer(A, (const(A,clock)))). _parse([what,are,the,objects,kept,on,the,rack,in,the,image89,?], answer(A, (const(A,books)))). _parse([what,is,the,object,kept,on,the,floor,close,to,the,pillar,in,the,image89,?], answer(A, (const(A,table);const(A,box)))). _parse([what,are,the,objects,in,the,box,close,to,the,pillar,in,the,image89,?], answer(A, (const(A,yoga_mat)))). _parse([what,are,the,objects,on,the,side,rack,in,the,image90,?], answer(A, (const(A,cd_disc)))). _parse([what,is,the,object,hung,on,the,hanger,in,the,image90,?], answer(A, (const(A,shirts_in_hanger);const(A,bag)))). _parse([what,are,the,objects,on,the,shelf,in,the,image90,?], answer(A, (const(A,books)))). _parse([what,are,the,objects,hung,close,on,the,hangers,in,the,image91,?], answer(A, (const(A,bag)))). _parse([what,are,the,objects,kept,on,the,top,rack,of,the,shelf,in,the,image91,?], answer(A, (const(A,clothes)))). _parse([what,are,the,objects,on,the,rack,in,the,image91,?], answer(A, (const(A,books)))). _parse([what,are,the,objects,on,the,shelf,in,the,image92,?], answer(A, (const(A,clothes)))). _parse([what,are,the,objects,close,to,the,ceiling,in,the,image92,?], answer(A, (const(A,spot_light)))). _parse([what,is,the,object,close,to,the,wall,in,the,image92,?], answer(A, (const(A,clock)))). _parse([what,are,the,objects,kept,on,the,boxes,in,the,image93,?], answer(A, (const(A,books)))). _parse([what,are,the,objects,hang,close,to,the,wall,in,the,image93,?], answer(A, (const(A,clothes)))). _parse([what,are,the,objects,on,the,table,that,is,close,to,the,wall,in,the,image93,?], answer(A, (const(A,laptop);const(A,telephone);const(A,lamp);const(A,printer)))). _parse([what,are,the,objects,hung,close,on,the,hangers,in,the,image94,?], answer(A, (const(A,clothes)))). _parse([what,is,the,object,close,to,the,ceiling,in,the,image94,?], answer(A, (const(A,spot_light)))). _parse([what,is,the,object,close,to,the,wall,in,the,image94,?], answer(A, (const(A,clock)))). _parse([what,are,the,objects,hung,close,on,the,hangers,in,the,image95,?], answer(A, (const(A,jacket)))). _parse([what,is,the,object,close,to,the,ceiling,in,the,image95,?], answer(A, (const(A,spot_light)))). _parse([what,are,the,objects,hung,close,on,the,hangers,in,the,image96,?], answer(A, (const(A,jacket)))). _parse([what,is,the,object,close,to,the,ceiling,in,the,image96,?], answer(A, (const(A,spot_light)))). _parse([what,is,the,object,close,to,the,wall,in,front,of,the,pillar,in,the,image96,?], answer(A, (const(A,shelf_frame)))). _parse([what,is,the,object,on,top,of,the,shelf,frame,in,the,image97,?], answer(A, (const(A,cup)))). _parse([how,many,glass,racks,are,there,in,the,image97,?], answer(A, (const(A,4)))). _parse([what,is,the,object,on,top,of,the,shelf,frame,in,the,image98,?], answer(A, (const(A,cup)))). _parse([what,is,the,object,on,the,shelf,close,to,the,wall,in,the,image98,?], answer(A, (const(A,books)))). _parse([what,is,the,object,on,the,floor,in,the,doorway,in,the,image98,?], answer(A, (const(A,toy_chair)))). _parse([what,is,the,object,hanging,on,the,hangers,in,the,image99,?], answer(A, (const(A,jacket)))). _parse([what,is,the,object,on,the,shelves,in,the,image99,?], answer(A, (const(A,books)))). _parse([what,is,the,object,on,the,post,case,in,the,image99,?], answer(A, (const(A,notecards)))). _parse([what,is,the,object,hanging,on,the,hangers,in,the,image100,?], answer(A, (const(A,jacket)))). _parse([what,is,the,object,on,the,shelves,in,the,image100,?], answer(A, (const(A,cup)))). _parse([what,is,the,object,on,the,post,case,in,the,image100,?], answer(A, (const(A,notecards)))). _parse([what,are,the,objects,on,the,rack,in,the,image101,?], answer(A, (const(A,cup);const(A,books)))). _parse([how,many,rack,shelves,are,there,with,coffee,mugs,in,the,image101,?], answer(A, (const(A,2)))). _parse([what,is,the,object,on,the,side,rack,that,rotates,in,the,image101,?], answer(A, (const(A,notecards)))). _parse([what,are,the,objects,in,the,shelf,in,the,image102,?], answer(A, (const(A,cup);const(A,bottle)))). _parse([what,is,the,object,kept,on,the,floor,close,to,the,shelves,in,the,image102,?], answer(A, (const(A,stool)))). _parse([what,is,the,object,on,the,side,rack,in,the,image102,?], answer(A, (const(A,photo_album)))). _parse([what,is,the,object,on,the,tall,shelf,frame,close,to,the,wall,in,the,image103,?], answer(A, (const(A,photo_album)))). _parse([what,is,the,object,on,the,side,rack,in,the,image103,?], answer(A, (const(A,cup)))). _parse([what,are,the,objects,on,the,shelves,in,the,image104,?], answer(A, (const(A,books)))). _parse([what,is,stuck,close,to,every,shelf,frame,in,the,image104,?], answer(A, (const(A,sticker)))). _parse([what,is,the,object,on,the,floor,close,to,the,shelves,in,the,image104,?], answer(A, (const(A,step_stool)))). _parse([what,are,the,objects,on,the,shelves,in,the,image105,?], answer(A, (const(A,books)))). _parse([what,is,stuck,close,to,every,shelf,frame,in,the,image105,?], answer(A, (const(A,sticker)))). _parse([what,is,the,object,on,the,floor,close,to,the,shelves,in,the,image105,?], answer(A, (const(A,stool)))). _parse([how,many,stools,are,there,in,the,image105,?], answer(A, (const(A,2)))). _parse([what,are,the,objects,on,the,shelves,in,the,image106,?], answer(A, (const(A,books)))). _parse([what,is,stuck,close,to,every,shelf,frame,in,the,image106,?], answer(A, (const(A,sticker)))). _parse([what,is,the,brown,cardboard,kept,on,the,floor,close,to,the,shelves,in,the,image106,?], answer(A, (const(A,box)))). _parse([what,is,the,object,stuck,close,to,the,wall,in,the,image106,?], answer(A, (const(A,wall_decoration)))). _parse([what,are,the,objects,on,the,shelves,in,the,image107,?], answer(A, (const(A,books)))). _parse([what,is,stuck,close,to,every,shelf,frame,in,front,of,the,books,in,the,image107,?], answer(A, (const(A,sticker)))). _parse([what,is,the,object,that,is,built,on,the,floor,close,around,the,pillar,in,the,image107,?], answer(A, (const(A,table)))). _parse([what,is,the,object,close,to,the,ceiling,in,the,image107,?], answer(A, (const(A,light)))). _parse([what,is,the,board,close,to,the,ceiling,that,says,course,book,lists,in,the,image108,?], answer(A, (const(A,sign)))). _parse([what,is,the,black,object,on,the,counter,close,to,the,printer,in,the,image108,?], answer(A, (const(A,tape_dispenser)))). _parse([what,is,the,object,on,the,floor,close,to,the,pillar,in,the,image108,?], answer(A, (const(A,trolley)))). _parse([what,are,the,objects,that,are,stacked,on,the,shelf,frames,in,the,image108,?], answer(A, (const(A,books)))). _parse([how,many,black,machines,are,there,on,the,counter,in,the,image109,?], answer(A, (const(A,3)))). _parse([what,is,object,on,the,ground,close,to,the,counter,in,the,image109,?], answer(A, (const(A,trolley)))). _parse([what,is,the,object,on,the,floor,left,of,the,bookshelf,in,the,image109,?], answer(A, (const(A,stool)))). _parse([what,is,the,red,object,close,to,the,pillar,in,the,image109,?], answer(A, (const(A,fire_alarm)))). _parse([how,many,trollies,are,there,in,the,image110,?], answer(A, (const(A,2)))). _parse([what,is,the,blue,object,on,the,ground,close,to,the,pillar,in,the,image110,?], answer(A, (const(A,garbage_bin)))). _parse([what,are,the,objects,on,the,floor,right,of,the,pillar,in,the,image110,?], answer(A, (const(A,shopping_baskets)))). _parse([how,many,monitors,are,there,in,the,image111,?], answer(A, (const(A,4)))). _parse([what,are,the,objects,on,the,shelves,in,the,image111,?], answer(A, (const(A,books)))). _parse([what,is,stuck,close,to,every,shelf,frame,in,front,of,the,books,in,the,image111,?], answer(A, (const(A,sticker)))). _parse([what,is,the,object,close,to,the,ceiling,in,the,image111,?], answer(A, (const(A,light)))). _parse([how,many,monitors,are,there,in,the,image112,?], answer(A, (const(A,3)))). _parse([what,is,object,on,the,floor,close,to,the,counter,in,the,image112,?], answer(A, (const(A,garbage_bin)))). _parse([what,is,the,object,on,the,counter,to,the,left,and,right,of,the,monitors,in,the,image112,?], answer(A, (const(A,box)))). _parse([what,are,the,objects,on,the,counter,in,the,image112,?], answer(A, (const(A,monitor);const(A,paper);const(A,mouse);const(A,keyboard);const(A,box)))). _parse([what,are,the,objects,on,the,shelves,in,the,image113,?], answer(A, (const(A,books)))). _parse([what,is,stuck,close,to,every,shelf,frame,in,front,of,the,books,in,the,image113,?], answer(A, (const(A,sticker)))). _parse([what,is,the,object,close,to,the,wall,in,the,image113,?], answer(A, (const(A,wall_decoration)))). _parse([what,is,the,object,on,the,monitor,in,the,image114,?], answer(A, (const(A,toy)))). _parse([how,many,billing,counters,are,there,in,the,image114,?], answer(A, (const(A,6)))). _parse([what,is,the,object,close,to,the,ceiling,in,the,image114,?], answer(A, (const(A,light)))). _parse([what,are,the,objects,that,are,hung,on,the,hangers,in,the,image115,?], answer(A, (const(A,jacket);const(A,bag)))). _parse([what,is,the,largest,object,in,the,image115,?], answer(A, (const(A,jacket)))). _parse([what,is,the,object,to,which,the,jackets,are,hung,close,to,in,the,image115,?], answer(A, (const(A,hangers)))). _parse([what,are,the,objects,in,the,image116,close,to,the,shelf,in,the,image116,?], answer(A, (const(A,jacket)))). _parse([what,is,the,object,to,which,the,jackets,are,hung,in,the,image116,?], answer(A, (const(A,hangers)))). _parse([what,is,the,object,close,to,the,pillar,on,the,floor,in,the,image116,?], answer(A, (const(A,table)))). _parse([what,is,the,object,left,and,right,of,the,chair,in,the,image117,?], answer(A, (const(A,table)))). _parse([how,many,chairs,are,there,left,and,right,of,the,first,table,in,the,image117,?], answer(A, (const(A,4)))). _parse([what,is,the,object,stuck,close,to,the,wall,in,the,image117,?], answer(A, (const(A,wall_decoration)))). _parse([how,many,chairs,are,there,in,the,image118,?], answer(A, (const(A,13)))). _parse([what,is,the,object,on,the,table,in,the,image118,?], answer(A, (const(A,cup)))). _parse([what,is,the,object,behind,the,chairs,in,the,hangers,in,the,image118,?], answer(A, (const(A,clothes)))). _parse([what,is,the,largest,object,in,the,image119,?], answer(A, (const(A,trolley)))). _parse([how,many,chairs,are,there,in,the,image119,?], answer(A, (const(A,2)))). _parse([what,are,the,objects,on,the,trolley,in,the,image119,?], answer(A, (const(A,books)))). _parse([what,is,the,object,on,the,hangers,in,the,image119,?], answer(A, (const(A,clothes)))). _parse([how,many,square,tables,are,there,in,the,image120,?], answer(A, (const(A,1)))). _parse([what,is,the,object,close,to,the,wall,in,the,image120,?], answer(A, (const(A,whiteboard)))). _parse([what,is,the,object,close,to,the,whiteboard,in,the,corner,of,the,room,in,the,image120,?], answer(A, (const(A,plant)))). _parse([what,is,the,brown,object,on,the,table,in,the,image120,?], answer(A, (const(A,jacket)))). _parse([how,many,coffee,machines,are,there,in,the,image121,?], answer(A, (const(A,2)))). _parse([what,are,the,objects,on,the,front,table,in,the,image121,?], answer(A, (const(A,coffee_packet);const(A,cup)))). _parse([what,is,the,object,above,the,shelves,close,to,the,wall,in,the,image121,?], answer(A, (const(A,blackboard)))). _parse([what,is,the,below,the,blackboard,on,the,table,in,the,image122,?], answer(A, (const(A,plant)))). _parse([what,is,the,object,on,the,counter,in,the,image122,?], answer(A, (const(A,tissue_box)))). _parse([what,is,the,object,above,the,shelves,close,to,the,wall,in,the,image122,?], answer(A, (const(A,blackboard)))). _parse([what,is,the,object,above,the,shelves,close,to,the,wall,in,the,image123,?], answer(A, (const(A,blackboard)))). _parse([what,is,the,blue,object,on,the,floor,close,to,the,floor,in,the,image123,?], answer(A, (const(A,garbage_bin)))). _parse([what,are,the,objects,on,the,counter,in,the,image123,?], answer(A, (const(A,box);const(A,tissue_box);const(A,cup);const(A,bottle);const(A,plant)))). _parse([what,is,the,edible,object,kept,on,the,trays,in,the,image123,?], answer(A, (const(A,bread)))). _parse([how,many,bottles,are,there,on,the,counter,in,the,image124,?], answer(A, (const(A,4)))). _parse([what,is,the,object,left,of,the,cups,on,the,counter,in,the,image124,?], answer(A, (const(A,plant)))). _parse([what,is,the,object,right,of,the,cup,on,the,counter,in,the,image124,?], answer(A, (const(A,tissue_box)))). _parse([what,is,the,object,above,the,shelves,close,to,the,wall,in,the,image124,?], answer(A, (const(A,blackboard)))). _parse([what,is,the,largest,object,in,the,image125,?], answer(A, (const(A,refridgerator)))). _parse([what,is,the,object,stuck,close,to,the,refrigerator,door,in,the,image125,?], answer(A, (const(A,magnet)))). _parse([what,are,the,objects,close,to,the,wall,in,the,image125,?], answer(A, (const(A,scarf);const(A,switchbox)))). _parse([what,is,the,largest,object,in,the,image126,?], answer(A, (const(A,refridgerator)))). _parse([what,is,the,object,stuck,close,to,the,refrigerator,door,in,the,image126,?], answer(A, (const(A,magnet)))). _parse([what,is,the,object,on,the,counter,in,the,image126,?], answer(A, (const(A,stove_burner)))). _parse([what,is,the,object,close,to,the,wall,above,the,stove,burner,in,the,image126,?], answer(A, (const(A,microwave)))). _parse([what,is,the,object,close,to,the,counter,in,the,image127,?], answer(A, (const(A,sink)))). _parse([what,is,the,object,close,to,the,sink,on,the,counter,in,the,image127,?], answer(A, (const(A,faucet)))). _parse([what,are,the,objects,on,the,counter,in,the,image127,?], answer(A, (const(A,bottle);const(A,toaster);const(A,cup);const(A,dish_brush)))). _parse([what,is,the,object,on,the,spice,stand,in,the,image128,?], answer(A, (const(A,spice_bottle)))). _parse([what,is,the,object,right,of,the,ladle,cups,in,the,image128,?], answer(A, (const(A,box)))). _parse([what,is,the,object,below,the,microwave,in,the,image129,?], answer(A, (const(A,stove_burner)))). _parse([what,is,the,object,close,to,the,wall,above,the,stove,burner,in,the,image129,?], answer(A, (const(A,microwave)))). _parse([what,is,the,red,object,on,the,stove,burner,in,the,image129,?], answer(A, (const(A,tea_kettle)))). _parse([what,is,the,object,left,of,the,stove,burner,in,the,image129,?], answer(A, (const(A,knife_rack)))). _parse([what,is,the,yellow,cloth,hung,close,to,the,refrigerator,handle,in,the,image130,?], answer(A, (const(A,tablecloth)))). _parse([what,is,the,close,to,the,counter,in,the,image130,?], answer(A, (const(A,sink)))). _parse([what,is,the,object,kept,on,the,stove,burner,in,the,image130,?], answer(A, (const(A,tea_kettle)))). _parse([what,is,the,object,close,to,the,wall,right,of,the,refrigerator,and,left,of,the,hand,towel,in,the,image131,?], answer(A, (const(A,spice_rack)))). _parse([what,is,the,object,on,the,stove,in,the,image131,?], answer(A, (const(A,plate)))). _parse([what,is,the,object,on,the,counter,in,front,of,the,stove,in,the,image131,?], answer(A, (const(A,hot_water_heater)))). _parse([what,is,the,object,close,to,the,counter,in,which,the,vessels,are,kept,in,the,image132,?], answer(A, (const(A,sink)))). _parse([what,is,the,object,in,the,spice,rack,close,to,the,wall,in,the,image132,?], answer(A, (const(A,spice_bottle)))). _parse([what,are,the,objects,on,the,counter,in,the,image132,?], answer(A, (const(A,tissue);const(A,bottle_of_liquid);const(A,knife)))). _parse([how,many,spice,bottles,are,there,in,the,spice,rack,in,the,image133,?], answer(A, (const(A,12)))). _parse([what,is,object,that,is,on,the,counter,close,to,the,sink,in,the,image133,?], answer(A, (const(A,faucet)))). _parse([what,is,the,largest,object,in,the,image134,?], answer(A, (const(A,refridgerator)))). _parse([what,are,the,boards,that,are,slanted,on,the,counter,in,the,image134,?], answer(A, (const(A,cutting_board)))). _parse([what,is,the,yellow,machine,on,the,counter,in,the,image134,?], answer(A, (const(A,electric_mixer)))). _parse([what,are,the,objects,close,to,the,wall,in,the,image135,?], answer(A, (const(A,spice_rack);const(A,spice_bottle)))). _parse([what,is,the,largest,container,in,the,image135,that,is,on,the,counter,in,the,image135,?], answer(A, (const(A,oil_container)))). _parse([what,are,the,objects,close,to,the,counter,in,the,image135,?], answer(A, (const(A,faucet);const(A,sink)))). _parse([what,is,object,kept,on,the,stove,in,the,image136,?], answer(A, (const(A,aluminium_foil)))). _parse([what,is,the,object,close,to,the,wall,in,the,image136,?], answer(A, (const(A,spice_rack)))). _parse([what,are,the,bottles,kept,on,the,spice,rack,in,the,image136,?], answer(A, (const(A,spice_bottle)))). _parse([what,is,the,object,above,the,stove,close,to,the,wall,in,the,image136,?], answer(A, (const(A,microwave)))). _parse([what,is,the,largest,object,in,the,image137,?], answer(A, (const(A,grill)))). _parse([what,are,the,objects,close,to,the,counter,below,the,cabinet,in,the,image137,?], answer(A, (const(A,faucet);const(A,sink)))). _parse([what,is,object,left,of,the,sink,on,the,counter,in,the,image137,?], answer(A, (const(A,bottle_of_liquid)))). _parse([what,is,the,object,close,to,the,wall,below,the,window,in,the,image138,?], answer(A, (const(A,air_vent)))). _parse([what,is,the,object,in,front,of,the,stove,on,the,counter,in,the,image138,?], answer(A, (const(A,bottle)))). _parse([what,are,the,objects,close,to,the,counter,below,the,cabinet,in,the,image138,?], answer(A, (const(A,faucet);const(A,sink)))). _parse([what,is,the,largest,object,in,the,image139,on,the,counter,in,the,image139,?], answer(A, (const(A,microwave)))). _parse([what,is,the,black,object,on,the,counter,below,the,cabinet,in,the,image139,?], answer(A, (const(A,hot_water_heater)))). _parse([what,is,the,object,on,the,ground,below,the,counter,in,the,image139,?], answer(A, (const(A,dishwasher)))). _parse([what,is,the,largest,object,in,the,image140,?], answer(A, (const(A,hot_water_heater)))). _parse([what,is,the,object,close,to,the,wall,above,the,counter,in,the,image140,?], answer(A, (const(A,switchbox)))). _parse([what,are,the,objects,close,to,the,counter,in,the,image140,?], answer(A, (const(A,sink);const(A,faucet)))). _parse([what,is,the,largest,object,in,the,image141,?], answer(A, (const(A,stove)))). _parse([what,is,the,object,close,to,the,wall,below,the,window,in,the,image141,?], answer(A, (const(A,air_vent)))). _parse([what,is,the,object,on,the,floor,close,to,the,window,wall,in,the,image141,?], answer(A, (const(A,chair)))). _parse([what,is,the,object,above,the,air,vent,in,the,image141,?], answer(A, (const(A,window)))). _parse([what,is,the,object,on,the,counter,behind,the,bottles,in,the,image142,?], answer(A, (const(A,knife_rack)))). _parse([how,many,brown,bottles,are,there,in,the,image142,?], answer(A, (const(A,4)))). _parse([what,is,the,object,close,to,the,wall,above,the,air,vent,in,the,image142,?], answer(A, (const(A,window)))). _parse([what,are,the,objects,close,to,the,counter,in,the,image143,?], answer(A, (const(A,sink);const(A,faucet)))). _parse([what,is,the,object,above,the,stove,close,to,the,wall,in,the,image144,?], answer(A, (const(A,microwave)))). _parse([what,is,the,object,close,to,the,counter,below,the,cabinet,in,the,image144,?], answer(A, (const(A,sink);const(A,faucet)))). _parse([what,are,the,objects,close,to,the,wall,above,the,counter,in,the,image144,?], answer(A, (const(A,cabinet)))). _parse([what,is,the,largest,object,in,the,image145,?], answer(A, (const(A,stove)))). _parse([what,is,the,object,above,the,stove,close,to,the,wall,in,the,image145,?], answer(A, (const(A,microwave)))). _parse([what,are,the,object,on,the,counter,left,of,the,stove,in,the,image145,?], answer(A, (const(A,hot_water_heater);const(A,microwave);const(A,bottle);const(A,plate)))). _parse([how,many,laptops,are,there,in,the,image146,?], answer(A, (const(A,1)))). _parse([what,is,the,object,on,which,the,laptop,is,kept,in,the,image146,?], answer(A, (const(A,table)))). _parse([what,is,the,object,on,the,side,table,in,the,image146,?], answer(A, (const(A,photo)))). _parse([what,is,the,object,close,to,the,wall,behind,the,table,in,the,image146,?], answer(A, (const(A,cabinet)))). _parse([what,is,largest,object,in,the,image147,?], answer(A, (const(A,television)))). _parse([what,is,the,object,close,to,the,television,table,in,the,image147,?], answer(A, (const(A,dvd_player)))). _parse([what,is,the,object,kept,on,the,side,stool,in,the,image147,?], answer(A, (const(A,photo)))). _parse([what,is,the,object,on,the,floor,close,to,the,wall,in,the,image148,?], answer(A, (const(A,lamp)))). _parse([what,is,the,frame,on,the,floor,close,to,the,wall,in,the,image148,?], answer(A, (const(A,photo)))). _parse([what,are,the,objects,on,the,chair,in,the,image148,?], answer(A, (const(A,clothes)))). _parse([what,is,the,object,close,to,the,wall,in,the,image148,?], answer(A, (const(A,wall_decoration)))). _parse([what,is,the,object,on,the,floor,close,to,the,wall,corner,in,the,image149,?], answer(A, (const(A,lamp)))). _parse([what,is,the,object,on,the,table,in,the,image149,?], answer(A, (const(A,plant)))). _parse([what,are,the,objects,on,the,chair,in,the,image149,?], answer(A, (const(A,clothes);const(A,jacket)))). _parse([what,is,the,framed,object,close,to,the,wall,in,the,image149,?], answer(A, (const(A,wall_decoration)))). _parse([what,is,object,on,the,table,top,in,the,image149,?], answer(A, (const(A,tablecloth)))). _parse([how,many,wall,decorations,are,there,in,the,image150,?], answer(A, (const(A,3)))). _parse([what,is,the,largest,object,in,the,image150,?], answer(A, (const(A,chair)))). _parse([what,are,the,objects,on,the,floor,in,front,of,the,door,in,the,image150,?], answer(A, (const(A,shoe);const(A,umbrella);const(A,bag)))). _parse([what,is,the,object,close,to,the,wall,on,the,left,side,of,the,door,in,the,image150,?], answer(A, (const(A,telephone)))). _parse([what,is,the,object,close,to,the,wall,in,the,image450,?], answer(A, (const(A,poster_board)))). _parse([how,many,chairs,are,there,in,the,image453,?], answer(A, (const(A,3)))). _parse([what,are,the,objects,on,the,counter,in,the,image453,?], answer(A, (const(A,paper);const(A,pen);const(A,clock);const(A,box)))). _parse([what,is,the,object,on,the,chair,in,the,image453,?], answer(A, (const(A,jacket)))). _parse([how,many,plants,are,there,on,the,floor,in,the,image457,?], answer(A, (const(A,3)))). _parse([what,is,the,object,on,the,floor,in,the,image457,?], answer(A, (const(A,plant)))). _parse([what,is,the,object,on,the,floor,below,the,table,in,the,image466,?], answer(A, (const(A,floor_mat)))). _parse([how,many,lamps,are,there,on,the,table,in,the,image466,?], answer(A, (const(A,2)))). _parse([what,is,the,object,on,the,floor,in,front,of,the,wall,in,the,image466,?], answer(A, (const(A,sofa)))). _parse([how,many,chairs,are,there,in,the,image467,?], answer(A, (const(A,3)))). _parse([what,is,the,object,close,to,the,wall,in,the,image467,?], answer(A, (const(A,wall_decoration)))). _parse([what,is,the,object,on,the,floor,close,to,the,chairs,in,the,image467,?], answer(A, (const(A,table)))). _parse([how,many,wall,pictures,are,there,close,to,the,wall,in,the,image471,?], answer(A, (const(A,3)))). _parse([what,is,the,object,on,the,floor,in,which,the,man,is,sitting,in,the,image471,?], answer(A, (const(A,chair)))). _parse([what,are,the,objects,on,the,counter,in,the,image471,?], answer(A, (const(A,printer);const(A,monitor);const(A,laptop);const(A,paper_holder);const(A,file)))). _parse([what,is,the,object,close,to,the,wall,in,the,image472,?], answer(A, (const(A,photo)))). _parse([what,are,the,objects,in,the,shelves,in,the,image472,?], answer(A, (const(A,books)))). _parse([what,is,the,object,kept,on,the,floor,in,the,image472,?], answer(A, (const(A,computer)))). _parse([what,are,the,objects,on,the,shelves,in,the,image476,?], answer(A, (const(A,books)))). _parse([what,is,the,object,on,the,floor,behind,the,table,in,the,image476,?], answer(A, (const(A,chair)))). _parse([what,are,the,objects,on,the,table,in,the,image476,?], answer(A, (const(A,books);const(A,ball);const(A,telephone);const(A,paper)))). _parse([what,is,the,object,on,the,floor,left,of,the,table,in,the,image477,?], answer(A, (const(A,sofa)))). _parse([what,is,the,ball,on,the,table,in,the,image477,?], answer(A, (const(A,basketball)))). _parse([what,is,the,object,in,the,middle,shelf,in,the,image477,?], answer(A, (const(A,monitor)))). _parse([what,is,the,object,on,the,floor,in,the,image483,?], answer(A, (const(A,sofa)))). _parse([how,many,sofas,are,there,in,the,image483,?], answer(A, (const(A,2)))). _parse([what,are,the,objects,in,the,shelves,in,the,image483,?], answer(A, (const(A,books)))). _parse([how,many,doors,are,open,in,the,image485,?], answer(A, (const(A,1)))). _parse([what,is,the,object,on,the,top,shelf,in,the,image485,?], answer(A, (const(A,monitor)))). _parse([what,are,the,objects,in,the,shelf,in,the,image485,?], answer(A, (const(A,books);const(A,paper)))). _parse([what,is,the,largest,object,in,the,image486,?], answer(A, (const(A,sofa)))). _parse([what,is,the,object,on,the,floor,right,of,the,sofa,in,the,image486,?], answer(A, (const(A,box)))). _parse([what,is,the,largest,object,in,the,image487,?], answer(A, (const(A,sofa)))). _parse([what,is,the,object,on,the,floor,right,of,the,sofa,in,the,image487,?], answer(A, (const(A,stool)))). _parse([what,are,the,objects,on,the,stool,in,the,image487,?], answer(A, (const(A,lamp);const(A,flower_pot)))). _parse([what,is,the,object,close,to,the,room,divider,in,the,image492,?], answer(A, (const(A,ironing_board)))). _parse([what,is,the,object,on,the,floor,close,to,the,room,divider,in,the,image492,?], answer(A, (const(A,can)))). _parse([what,are,the,objects,on,the,floor,in,the,image492,?], answer(A, (const(A,basket);const(A,table);const(A,chair);const(A,machine)))). _parse([what,is,the,object,in,the,shelves,in,the,image494,?], answer(A, (const(A,box)))). _parse([what,is,the,object,on,the,floor,right,of,the,shelf,in,the,image494,?], answer(A, (const(A,chair)))). _parse([what,is,the,object,on,the,floor,in,the,image494,?], answer(A, (const(A,floor_mat)))). _parse([what,is,the,object,on,the,floor,in,front,of,the,table,in,the,image496,?], answer(A, (const(A,garbage_bin)))). _parse([what,is,the,object,on,the,table,in,the,image496,?], answer(A, (const(A,box)))). _parse([what,is,the,largest,object,on,the,floor,in,the,image497,?], answer(A, (const(A,toilet)))). _parse([what,is,the,on,the,towel,rod,in,the,image497,?], answer(A, (const(A,towel)))). _parse([what,is,the,object,left,of,the,toilet,in,the,image497,?], answer(A, (const(A,garbage_bin)))). _parse([what,is,the,object,close,to,the,counter,in,the,image499,?], answer(A, (const(A,sink)))). _parse([what,is,the,object,close,to,the,wall,above,the,sink,in,the,image499,?], answer(A, (const(A,mirror)))). _parse([what,is,the,object,on,the,floor,right,of,the,counter,in,the,image499,?], answer(A, (const(A,toilet)))). _parse([what,is,the,object,on,the,floor,left,of,the,bathtub,in,the,image501,?], answer(A, (const(A,toilet)))). _parse([what,is,the,object,right,of,the,screen,in,the,image501,?], answer(A, (const(A,bathtub)))). _parse([what,is,the,object,left,of,the,toilet,in,the,image501,?], answer(A, (const(A,garbage_bin)))). _parse([what,is,the,object,on,the,floor,left,of,the,counter,in,the,image503,?], answer(A, (const(A,toilet)))). _parse([what,is,the,object,close,to,the,wall,left,of,the,mirror,in,the,image503,?], answer(A, (const(A,towel_rod)))). _parse([what,is,the,object,on,the,floor,left,of,the,toilet,in,the,image503,?], answer(A, (const(A,bathtub)))). _parse([what,is,the,largest,object,in,the,image506,?], answer(A, (const(A,toilet)))). _parse([what,is,the,object,on,the,floor,in,front,of,the,wall,in,the,image506,?], answer(A, (const(A,basket)))). _parse([what,is,the,object,on,the,floor,right,of,the,toilet,in,the,image506,?], answer(A, (const(A,floor_mat)))). _parse([what,is,the,object,on,the,floor,in,front,of,the,wall,in,the,image509,?], answer(A, (const(A,bathtub)))). _parse([what,is,the,object,close,to,the,cabinet,in,the,image509,?], answer(A, (const(A,sink);const(A,faucet)))). _parse([what,is,the,object,close,to,the,wall,left,of,the,sink,in,the,image509,?], answer(A, (const(A,mirror)))). _parse([what,is,the,object,in,front,window,in,the,image516,?], answer(A, (const(A,lamp)))). _parse([what,are,the,objects,on,the,bed,in,the,image516,?], answer(A, (const(A,pillow);const(A,blanket);const(A,bed_sheets)))). _parse([what,is,the,object,close,to,the,wall,in,the,image516,?], answer(A, (const(A,picture)))). _parse([what,is,the,object,on,the,floor,in,front,of,the,cabinet,in,the,image519,?], answer(A, (const(A,basket)))). _parse([how,many,lamps,are,there,in,the,image519,?], answer(A, (const(A,2)))). _parse([what,are,the,objects,in,the,shelves,in,the,image519,?], answer(A, (const(A,books)))). _parse([what,is,the,object,on,the,stool,in,the,image520,?], answer(A, (const(A,fan)))). _parse([what,is,the,object,on,the,floor,in,front,of,the,wall,in,the,image520,?], answer(A, (const(A,cabinet)))). _parse([what,is,the,largest,object,in,the,image520,?], answer(A, (const(A,bed)))). _parse([how,many,monitors,are,there,in,the,table,in,the,image528,?], answer(A, (const(A,2)))). _parse([what,is,the,object,on,the,floor,in,front,of,the,table,in,the,image528,?], answer(A, (const(A,chair)))). _parse([what,is,the,object,on,the,floor,left,of,the,table,in,the,image528,?], answer(A, (const(A,bed)))). _parse([what,are,the,objects,in,the,shelf,in,the,image530,?], answer(A, (const(A,clothes)))). _parse([what,is,the,object,on,the,floor,left,of,the,cabinet,in,the,image530,?], answer(A, (const(A,bed)))). _parse([how,many,cabinets,are,there,in,the,image530,?], answer(A, (const(A,2)))). _parse([what,is,the,largest,object,in,the,image536,?], answer(A, (const(A,chair)))). _parse([what,is,the,object,close,to,the,wall,in,the,image536,?], answer(A, (const(A,wall_decoration)))). _parse([what,is,the,object,on,the,floor,right,of,the,wall,in,the,image537,?], answer(A, (const(A,lamp)))). _parse([what,are,the,objects,on,the,bed,in,the,image537,?], answer(A, (const(A,blanket);const(A,pillow)))). _parse([what,is,the,object,on,the,floor,left,of,the,bed,in,the,image537,?], answer(A, (const(A,cabinet)))). _parse([how,many,pillows,are,there,on,the,bed,in,the,image538,?], answer(A, (const(A,2)))). _parse([what,is,the,object,on,the,floor,left,of,the,bed,in,the,image538,?], answer(A, (const(A,cabinet)))). _parse([what,is,the,object,on,the,cabinet,in,the,image538,?], answer(A, (const(A,lamp)))). _parse([what,is,the,object,on,the,floor,left,of,the,bed,in,the,image540,?], answer(A, (const(A,lamp)))). _parse([what,are,the,objects,on,the,bed,in,the,image540,?], answer(A, (const(A,pillow);const(A,jacket);const(A,bed_sheets)))). _parse([what,is,the,object,on,the,floor,in,front,of,the,wall,in,the,image540,?], answer(A, (const(A,cabinet)))). _parse([what,is,the,largest,object,in,the,image541,?], answer(A, (const(A,bed)))). _parse([what,are,the,objects,on,the,bed,in,the,image541,?], answer(A, (const(A,pillow);const(A,blanket)))). _parse([what,is,the,object,on,the,floor,in,front,of,the,cabinet,in,the,image541,?], answer(A, (const(A,garbage_bin)))). _parse([what,is,the,object,on,the,floor,in,front,the,cabinet,in,the,image543,?], answer(A, (const(A,basket)))). _parse([what,is,the,object,on,the,floor,in,front,of,the,wall,in,the,image543,?], answer(A, (const(A,cabinet)))). _parse([how,many,chairs,are,there,in,the,image550,?], answer(A, (const(A,6)))). _parse([what,is,the,largest,object,in,the,image550,?], answer(A, (const(A,table)))). _parse([what,is,the,mat,on,the,table,in,the,image550,?], answer(A, (const(A,desk_mat)))). _parse([what,is,the,largest,object,on,the,table,in,the,image552,?], answer(A, (const(A,monitor)))). _parse([what,is,the,object,on,the,floor,in,front,of,the,table,in,the,image552,?], answer(A, (const(A,chair)))). _parse([what,is,the,object,on,the,floor,left,of,the,table,in,the,image552,?], answer(A, (const(A,cabinet)))). _parse([what,is,the,object,close,to,the,wall,above,the,sink,in,the,image561,?], answer(A, (const(A,window)))). _parse([what,is,the,object,close,to,the,counter,in,the,image561,?], answer(A, (const(A,sink)))). _parse([what,are,the,objects,on,the,counter,in,the,image561,?], answer(A, (const(A,plate);const(A,cup);const(A,bottle);const(A,spoon);const(A,bag)))). _parse([what,is,the,object,close,to,the,counter,in,front,of,the,wall,in,the,image563,?], answer(A, (const(A,stove)))). _parse([what,is,the,object,above,the,stove,close,to,the,wall,in,the,image563,?], answer(A, (const(A,microwave)))). _parse([what,is,the,object,on,the,floor,in,the,corner,in,the,image563,?], answer(A, (const(A,refridgerator)))). _parse([what,is,the,largest,object,in,the,image564,?], answer(A, (const(A,cabinet)))). _parse([what,are,the,objects,on,the,table,in,the,image564,?], answer(A, (const(A,books)))). _parse([what,are,the,objects,on,the,counter,in,the,image564,?], answer(A, (const(A,plate);const(A,cutting_board);const(A,cup);const(A,bottle);const(A,spoon)))). _parse([what,is,the,largest,object,in,the,image565,?], answer(A, (const(A,table)))). _parse([how,many,chairs,are,there,in,the,image565,?], answer(A, (const(A,4)))). _parse([what,is,the,object,on,the,floor,in,front,of,the,wall,in,the,image565,?], answer(A, (const(A,refridgerator)))). _parse([what,is,the,object,on,the,floor,in,front,of,the,wall,in,the,image566,?], answer(A, (const(A,refridgerator)))). _parse([how,many,chairs,are,there,in,the,image566,?], answer(A, (const(A,3)))). _parse([what,is,the,object,on,the,counter,in,the,corner,in,the,image566,?], answer(A, (const(A,electric_mixer)))). _parse([what,is,the,object,on,the,floor,in,front,of,the,counter,in,the,image568,?], answer(A, (const(A,garbage_bin)))). _parse([what,is,the,object,close,to,the,counter,in,the,image568,?], answer(A, (const(A,stove)))). _parse([what,is,the,object,on,the,counter,in,the,corner,in,the,image568,?], answer(A, (const(A,electric_mixer)))). _parse([what,is,the,object,close,to,the,counter,in,the,image571,?], answer(A, (const(A,stove)))). _parse([what,is,the,object,on,the,floor,in,front,of,the,wall,in,the,image571,?], answer(A, (const(A,refridgerator)))). _parse([what,is,the,object,on,the,floor,left,of,the,refrigerator,in,the,image571,?], answer(A, (const(A,garbage_bin)))). _parse([what,is,the,object,close,to,the,wall,in,the,image572,?], answer(A, (const(A,wall_decoration)))). _parse([what,is,the,object,close,to,the,counter,in,the,image572,?], answer(A, (const(A,stove)))). _parse([what,is,the,object,on,the,counter,left,of,the,stove,in,the,image572,?], answer(A, (const(A,microwave)))). _parse([what,is,the,largest,object,in,the,image575,?], answer(A, (const(A,refridgerator)))). _parse([what,is,the,object,close,to,the,counter,in,the,image575,?], answer(A, (const(A,sink)))). _parse([what,is,the,object,close,to,the,wall,above,the,counter,in,the,image575,?], answer(A, (const(A,window)))). _parse([what,is,the,object,close,to,the,counter,in,the,image576,?], answer(A, (const(A,sink)))). _parse([what,is,the,object,in,the,knife,rack,in,the,image576,?], answer(A, (const(A,knife)))). _parse([what,is,the,object,on,the,floor,left,of,the,counter,in,the,image576,?], answer(A, (const(A,dishwasher)))). _parse([what,is,the,largest,object,in,the,image577,?], answer(A, (const(A,table)))). _parse([what,is,the,object,close,to,the,wall,above,the,table,in,the,image577,?], answer(A, (const(A,cabinet)))). _parse([how,many,doors,are,open,in,the,image578,?], answer(A, (const(A,1)))). _parse([what,is,the,largest,object,in,the,image578,?], answer(A, (const(A,cabinet)))). _parse([what,are,the,objects,on,the,table,in,the,image585,?], answer(A, (const(A,monitor);const(A,lamp);const(A,cup);const(A,cell_phone);const(A,paper)))). _parse([what,is,the,object,on,the,floor,in,front,of,the,desk,in,the,image585,?], answer(A, (const(A,chair)))). _parse([what,is,the,object,on,the,floor,in,front,of,the,wall,in,the,image585,?], answer(A, (const(A,cabinet)))). _parse([what,is,the,object,on,the,table,in,the,image588,?], answer(A, (const(A,lamp)))). _parse([what,is,the,largest,object,in,the,image588,?], answer(A, (const(A,sofa)))). _parse([how,many,pictures,are,there,on,the,wall,in,the,image588,?], answer(A, (const(A,3)))). _parse([what,is,the,object,close,to,the,floor,in,the,image589,?], answer(A, (const(A,floor_mat)))). _parse([what,is,the,object,close,to,the,wall,below,the,window,in,the,image589,?], answer(A, (const(A,heater)))). _parse([what,is,the,object,close,to,the,wall,in,the,image589,?], answer(A, (const(A,picture)))). _parse([how,many,sofas,are,there,in,the,image590,?], answer(A, (const(A,2)))). _parse([what,is,the,object,on,the,shelf,in,the,image590,?], answer(A, (const(A,toy)))). _parse([what,is,the,object,close,to,the,wall,below,the,window,in,the,image590,?], answer(A, (const(A,heater)))). _parse([what,is,the,largest,object,in,the,image591,?], answer(A, (const(A,sofa)))). _parse([what,is,the,object,on,the,floor,in,front,of,the,wall,in,the,image591,?], answer(A, (const(A,cabinet)))). _parse([what,is,the,object,on,the,table,in,the,image591,?], answer(A, (const(A,bowl)))). _parse([what,is,the,object,on,the,floor,in,the,corner,in,the,image592,?], answer(A, (const(A,sofa)))). _parse([what,is,the,object,on,the,stool,in,the,image592,?], answer(A, (const(A,lamp)))). _parse([what,is,the,object,on,the,floor,in,front,of,the,wall,in,the,image592,?], answer(A, (const(A,cabinet)))). _parse([what,is,the,object,on,the,floor,in,front,of,the,cabinet,in,the,image594,?], answer(A, (const(A,sofa)))). _parse([what,is,the,object,on,the,sofa,in,the,image594,?], answer(A, (const(A,towel)))). _parse([what,is,the,object,left,of,the,screen,in,the,image594,?], answer(A, (const(A,door)))). _parse([what,is,the,on,the,floor,in,front,of,the,window,in,the,image596,?], answer(A, (const(A,table)))). _parse([what,is,the,object,close,to,the,wall,behind,the,table,in,the,image596,?], answer(A, (const(A,window)))). _parse([how,many,chairs,are,there,in,the,image596,?], answer(A, (const(A,3)))). _parse([what,is,the,object,on,the,floor,behind,the,table,in,the,image601,?], answer(A, (const(A,sofa)))). _parse([what,is,the,object,on,the,floor,in,the,corner,in,the,image601,?], answer(A, (const(A,stool)))). _parse([what,is,the,object,on,the,floor,in,front,of,the,sofa,in,the,image601,?], answer(A, (const(A,table)))). _parse([what,is,the,object,on,the,table,in,the,image602,?], answer(A, (const(A,television)))). _parse([what,is,the,object,on,the,floor,in,front,of,the,wall,in,the,image602,?], answer(A, (const(A,speaker)))). _parse([what,is,the,object,close,to,the,wall,in,the,image602,?], answer(A, (const(A,picture)))). _parse([what,is,the,object,on,the,floor,in,front,of,the,table,in,the,image605,?], answer(A, (const(A,chair)))). _parse([how,many,monitors,are,there,on,the,table,in,the,image605,?], answer(A, (const(A,2)))). _parse([what,is,the,object,on,the,table,in,the,image605,?], answer(A, (const(A,pot)))). _parse([what,is,the,largest,object,in,the,image607,?], answer(A, (const(A,sofa)))). _parse([what,is,the,object,on,the,floor,in,front,of,the,cabinet,in,the,image607,?], answer(A, (const(A,stool)))). _parse([what,are,the,objects,on,the,sofa,in,the,image607,?], answer(A, (const(A,pillow);const(A,blanket)))). _parse([what,is,the,object,on,the,floor,right,of,the,table,in,the,image613,?], answer(A, (const(A,garbage_bin)))). _parse([how,many,chairs,are,there,in,the,image613,?], answer(A, (const(A,3)))). _parse([what,is,the,object,close,to,the,wall,in,the,image613,?], answer(A, (const(A,poster_board)))). _parse([what,is,the,largest,object,on,the,table,in,the,image614,?], answer(A, (const(A,monitor)))). _parse([what,is,the,object,close,to,the,wall,in,the,image614,?], answer(A, (const(A,poster_board)))). _parse([what,is,the,object,close,to,the,wall,behind,the,counter,in,the,image614,?], answer(A, (const(A,window)))). _parse([what,is,the,largest,object,in,the,image618,?], answer(A, (const(A,sofa)))). _parse([what,is,the,object,close,to,the,wall,left,of,the,wall,in,the,image618,?], answer(A, (const(A,door)))). _parse([what,is,the,object,on,the,table,in,the,image618,?], answer(A, (const(A,paper)))). _parse([what,is,the,object,on,the,floor,close,to,the,table,in,the,image621,?], answer(A, (const(A,chair)))). _parse([what,is,the,object,close,to,the,wall,in,the,image621,?], answer(A, (const(A,poster_board)))). _parse([what,is,the,object,on,the,counter,in,the,image621,?], answer(A, (const(A,monitor);const(A,keyboard);const(A,mouse);const(A,pen);const(A,paper)))). _parse([what,are,the,objects,on,the,shelf,in,the,image626,?], answer(A, (const(A,books)))). _parse([what,is,the,object,on,the,side,rack,in,the,image626,?], answer(A, (const(A,plant)))). _parse([what,is,the,object,in,the,corner,close,to,the,wall,in,the,image628,?], answer(A, (const(A,plant)))). _parse([what,is,the,object,close,to,the,wall,in,the,image628,?], answer(A, (const(A,poster_board)))). _parse([what,are,the,objects,on,the,table,in,the,image628,?], answer(A, (const(A,stapler);const(A,paper);const(A,file_holder)))). _parse([how,many,chairs,are,there,in,the,image629,?], answer(A, (const(A,2)))). _parse([what,are,the,objects,on,the,shelves,in,the,image629,?], answer(A, (const(A,books)))). _parse([what,is,the,object,in,front,of,the,wall,left,of,the,shelf,in,the,image629,?], answer(A, (const(A,box)))). _parse([how,many,sofas,are,there,in,the,image630,?], answer(A, (const(A,3)))). _parse([what,is,the,object,close,to,the,wall,in,the,image630,?], answer(A, (const(A,whiteboard)))). _parse([what,is,the,object,in,front,of,the,sofa,in,the,image630,?], answer(A, (const(A,table)))). _parse([what,is,the,toy,on,the,shelf,in,the,image633,?], answer(A, (const(A,soft_toy)))). _parse([what,is,the,object,on,the,floor,right,of,the,cabinet,in,the,image633,?], answer(A, (const(A,room_divider)))). _parse([what,is,the,object,on,which,the,person,is,sitting,in,the,image633,?], answer(A, (const(A,chair)))). _parse([how,many,chairs,are,there,in,the,image634,?], answer(A, (const(A,2)))). _parse([what,is,the,toy,on,the,shelf,in,the,image634,?], answer(A, (const(A,soft_toy)))). _parse([what,is,the,object,on,the,counter,left,of,the,soft,toy,in,the,image634,?], answer(A, (const(A,laptop)))). _parse([how,many,monitors,are,there,on,the,shelf,in,the,image635,?], answer(A, (const(A,3)))). _parse([what,is,the,object,close,to,the,wall,in,the,image635,?], answer(A, (const(A,door)))). _parse([what,is,the,object,on,the,cabinet,in,the,image635,?], answer(A, (const(A,cup)))). _parse([what,is,the,object,close,to,the,wall,in,the,image643,?], answer(A, (const(A,television)))). _parse([what,is,the,object,on,the,floor,below,the,television,in,the,image643,?], answer(A, (const(A,table)))). _parse([what,is,the,object,on,the,floor,right,of,the,table,in,the,image643,?], answer(A, (const(A,box)))). _parse([what,is,the,largest,object,on,the,floor,in,the,image644,?], answer(A, (const(A,sofa)))). _parse([what,are,the,objects,on,the,shelves,in,the,image644,?], answer(A, (const(A,books)))). _parse([how,many,pillows,are,there,on,the,sofa,in,the,image644,?], answer(A, (const(A,2)))). _parse([what,are,the,objects,on,the,shelves,in,the,image646,?], answer(A, (const(A,books)))). _parse([what,is,the,object,on,the,shelf,in,the,image646,?], answer(A, (const(A,dvd_player)))). _parse([what,is,the,object,on,the,floor,in,the,image648,?], answer(A, (const(A,toilet)))). _parse([what,is,the,object,on,the,tissue,holder,in,the,image648,?], answer(A, (const(A,tissue)))). _parse([what,is,the,object,above,the,sink,in,the,image648,?], answer(A, (const(A,mirror)))). _parse([what,is,the,object,above,the,sink,in,the,image649,?], answer(A, (const(A,mirror)))). _parse([what,is,the,object,close,to,the,counter,in,the,image649,?], answer(A, (const(A,sink)))). _parse([what,is,the,object,behind,the,screen,in,the,image649,?], answer(A, (const(A,bathtub)))). _parse([what,is,the,object,close,to,the,door,in,the,image650,?], answer(A, (const(A,door_knob)))). _parse([what,is,the,object,close,to,the,counter,in,the,image650,?], answer(A, (const(A,sink)))). _parse([what,is,the,object,close,to,the,counter,in,the,image651,?], answer(A, (const(A,sink)))). _parse([what,is,the,object,above,the,sink,in,the,image651,?], answer(A, (const(A,mirror)))). _parse([what,is,the,object,right,of,the,sink,in,the,image651,?], answer(A, (const(A,faucet)))). _parse([what,is,the,object,above,the,sink,close,to,the,wall,in,the,image657,?], answer(A, (const(A,mirror)))). _parse([what,is,the,object,close,to,the,towel,rod,in,the,image657,?], answer(A, (const(A,towel)))). _parse([what,is,the,object,close,to,the,sink,in,the,image657,?], answer(A, (const(A,faucet)))). _parse([what,is,the,object,on,the,table,in,the,image658,?], answer(A, (const(A,plant)))). _parse([what,is,the,object,above,the,toilet,close,to,the,wall,in,the,image659,?], answer(A, (const(A,mirror)))). _parse([what,is,the,object,close,to,the,towel,rod,in,the,image659,?], answer(A, (const(A,towel)))). _parse([what,is,the,object,close,to,the,wall,above,to,the,towel,rod,in,the,image659,?], answer(A, (const(A,cabinet)))). _parse([what,is,the,object,right,of,the,weighing,machine,in,the,image662,?], answer(A, (const(A,room_divider)))). _parse([what,are,the,objects,on,the,shelf,in,the,image662,?], answer(A, (const(A,sponge);const(A,bottle_of_liquid)))). _parse([what,is,the,object,close,to,the,wall,above,the,sink,in,the,image664,?], answer(A, (const(A,mirror)))). _parse([what,is,the,object,close,to,the,wall,below,the,mirror,in,the,image664,?], answer(A, (const(A,sink)))). _parse([what,is,the,decoration,close,to,the,wall,in,the,image664,?], answer(A, (const(A,wall_decoration)))). _parse([what,is,the,object,close,to,the,towel,rod,in,the,image667,?], answer(A, (const(A,towel)))). _parse([what,is,the,object,behind,the,screen,in,the,image667,?], answer(A, (const(A,bathtub)))). _parse([what,is,the,object,in,front,of,the,screen,in,the,image667,?], answer(A, (const(A,toilet)))). _parse([what,is,the,largest,object,in,the,image669,?], answer(A, (const(A,bathtub)))). _parse([what,is,the,object,on,the,shelves,in,the,image669,?], answer(A, (const(A,towel)))). _parse([what,is,the,object,behind,and,above,the,bathtub,in,the,image669,?], answer(A, (const(A,faucet)))). _parse([what,are,the,objects,close,to,the,counter,in,the,image670,?], answer(A, (const(A,sink);const(A,faucet)))). _parse([what,is,the,object,on,the,floor,below,the,counter,in,the,image670,?], answer(A, (const(A,chair)))). _parse([what,is,the,object,close,to,the,wall,above,the,sink,in,the,image670,?], answer(A, (const(A,mirror)))). _parse([how,many,sinks,are,there,in,the,image671,?], answer(A, (const(A,2)))). _parse([what,is,the,object,close,to,the,wall,above,the,counter,in,the,image671,?], answer(A, (const(A,mirror)))). _parse([what,is,the,object,close,to,the,sink,in,the,image671,?], answer(A, (const(A,faucet)))). _parse([what,is,the,object,close,to,the,floor,in,the,image673,?], answer(A, (const(A,floor_mat)))). _parse([what,is,the,object,close,to,the,floor,right,of,the,door,in,the,image673,?], answer(A, (const(A,bathtub)))). _parse([what,is,the,object,close,to,the,towel,rod,in,the,image673,?], answer(A, (const(A,towel)))). _parse([what,is,the,object,close,to,the,counter,in,the,image674,?], answer(A, (const(A,sink)))). _parse([what,is,the,object,on,the,counter,in,the,corner,in,the,image674,?], answer(A, (const(A,mirror)))). _parse([what,is,the,object,close,to,the,towel,rod,in,the,image674,?], answer(A, (const(A,towel)))). _parse([what,is,the,object,close,to,the,counter,in,the,image677,?], answer(A, (const(A,sink)))). _parse([what,is,the,object,close,to,the,sink,in,the,image677,?], answer(A, (const(A,faucet)))). _parse([what,is,the,object,in,front,of,the,counter,in,the,image677,?], answer(A, (const(A,toilet)))). _parse([what,is,the,object,close,to,the,counter,in,the,image679,?], answer(A, (const(A,sink)))). _parse([what,is,the,object,close,to,the,sink,in,the,image679,?], answer(A, (const(A,faucet)))). _parse([what,is,the,object,right,of,the,sink,on,the,counter,in,the,image679,?], answer(A, (const(A,towel)))). _parse([what,is,the,object,close,to,the,towel,rod,in,the,image681,?], answer(A, (const(A,towel)))). _parse([what,is,the,object,behind,the,flower,pot,in,the,image681,?], answer(A, (const(A,door)))). _parse([what,is,the,object,on,the,floor,in,front,of,the,door,in,the,image681,?], answer(A, (const(A,flower_pot)))). _parse([what,is,the,object,close,to,the,counter,in,the,image682,?], answer(A, (const(A,sink)))). _parse([what,is,the,object,close,to,the,sink,in,the,image682,?], answer(A, (const(A,faucet)))). _parse([what,is,the,object,close,to,the,wall,above,the,counter,in,the,image682,?], answer(A, (const(A,mirror)))). _parse([what,is,the,object,on,the,floor,left,of,the,pots,in,the,image683,?], answer(A, (const(A,floor_mat)))). _parse([what,is,the,object,on,the,floor,right,of,the,floor,mat,in,the,image683,?], answer(A, (const(A,pot)))). _parse([what,is,the,object,behind,the,floor,mat,in,the,image683,?], answer(A, (const(A,bathtub)))). _parse([what,is,the,object,on,the,floor,left,of,the,bathtub,in,the,image686,?], answer(A, (const(A,floor_mat)))). _parse([what,is,the,object,on,the,floor,right,of,the,floor,mat,in,the,image686,?], answer(A, (const(A,bathtub)))). _parse([what,is,the,object,close,to,the,wall,in,the,image686,?], answer(A, (const(A,faucet)))). _parse([what,is,the,object,close,to,the,wall,in,the,image687,?], answer(A, (const(A,faucet)))). _parse([what,is,the,object,on,the,floor,right,of,the,door,in,the,image687,?], answer(A, (const(A,floor_mat)))). _parse([what,is,the,object,below,the,counter,in,the,image687,?], answer(A, (const(A,cabinet)))). _parse([what,is,the,object,close,to,the,towel,rod,in,the,image690,?], answer(A, (const(A,towel)))). _parse([what,is,the,object,close,to,the,door,in,the,image690,?], answer(A, (const(A,door_knob)))). _parse([what,is,the,object,close,to,wall,in,the,image690,?], answer(A, (const(A,towel_rod)))). _parse([what,is,the,object,behind,the,screen,in,the,image692,?], answer(A, (const(A,bathtub)))). _parse([what,is,the,object,close,to,the,wall,above,the,bathtub,in,the,image692,?], answer(A, (const(A,soap)))). _parse([what,is,the,object,on,the,floor,right,of,the,screen,in,the,image693,?], answer(A, (const(A,floor_mat)))). _parse([what,is,the,object,close,to,the,floor,left,of,the,wall,in,the,image693,?], answer(A, (const(A,toilet)))). _parse([what,is,the,object,close,to,the,towel,rod,in,the,image693,?], answer(A, (const(A,towel)))). _parse([what,is,the,object,close,to,the,counter,in,the,image695,?], answer(A, (const(A,sink)))). _parse([what,is,the,object,close,to,the,sink,in,the,image695,?], answer(A, (const(A,faucet)))). _parse([what,is,the,object,close,to,the,wall,above,the,counter,in,the,image695,?], answer(A, (const(A,mirror)))). _parse([what,is,the,object,on,the,floor,behind,the,toilet,in,the,image696,?], answer(A, (const(A,bathtub)))). _parse([what,is,the,object,in,front,of,the,bathtub,in,the,image696,?], answer(A, (const(A,toilet)))). _parse([what,is,the,object,close,to,the,wall,in,the,image696,?], answer(A, (const(A,faucet)))). _parse([what,is,the,object,on,the,floor,in,the,image699,?], answer(A, (const(A,garbage_bin)))). _parse([what,is,the,object,below,the,counter,in,the,image699,?], answer(A, (const(A,cabinet)))). _parse([what,is,the,object,close,to,the,counter,in,the,image699,?], answer(A, (const(A,sink)))). _parse([what,is,the,object,close,to,the,tissue,rod,in,the,image703,?], answer(A, (const(A,tissue)))). _parse([what,is,the,object,on,the,floor,in,the,image703,?], answer(A, (const(A,garbage_bin)))). _parse([what,is,the,object,close,to,the,wall,below,the,window,in,the,image703,?], answer(A, (const(A,towel_rod)))). _parse([what,is,the,object,close,to,the,tissue,rod,in,the,image705,?], answer(A, (const(A,tissue)))). _parse([what,is,the,object,close,to,the,towel,rod,in,the,image705,?], answer(A, (const(A,towel)))). _parse([what,is,the,object,in,front,of,the,counter,in,the,image705,?], answer(A, (const(A,toilet)))). _parse([what,is,the,object,close,to,the,counter,in,the,image708,?], answer(A, (const(A,sink)))). _parse([what,is,the,object,close,to,the,sink,in,the,image708,?], answer(A, (const(A,faucet)))). _parse([what,is,the,object,close,to,the,tissue,box,in,the,image708,?], answer(A, (const(A,tissue)))). _parse([what,is,the,object,close,to,the,towel,rod,in,the,image709,?], answer(A, (const(A,towel)))). _parse([what,is,the,object,behind,the,screen,in,the,image709,?], answer(A, (const(A,bathtub)))). _parse([what,is,the,object,in,front,of,the,counter,in,the,image709,?], answer(A, (const(A,toilet)))). _parse([what,is,the,object,close,to,the,shelves,in,the,image715,?], answer(A, (const(A,towel)))). _parse([what,is,the,object,close,to,the,door,in,the,image715,?], answer(A, (const(A,door_knob)))). _parse([what,is,the,object,close,to,the,counter,in,the,image717,?], answer(A, (const(A,sink)))). _parse([what,is,the,object,on,the,counter,in,front,of,the,cabinet,in,the,image717,?], answer(A, (const(A,towel)))). _parse([what,is,the,object,above,counter,close,to,the,wall,in,the,image717,?], answer(A, (const(A,mirror)))). _parse([what,is,the,object,close,to,the,towel,rod,in,the,image718,?], answer(A, (const(A,towel)))). _parse([what,is,the,object,behind,the,room,divider,in,the,image718,?], answer(A, (const(A,bathtub)))). _parse([what,is,the,object,in,front,of,the,room,divider,on,the,floor,in,the,image718,?], answer(A, (const(A,toilet)))). _parse([what,is,the,object,close,to,the,counter,in,the,image720,?], answer(A, (const(A,sink)))). _parse([what,is,the,object,on,the,counter,left,of,the,hair,dryer,in,the,image720,?], answer(A, (const(A,towel)))). _parse([what,is,the,object,above,counter,close,to,the,wall,in,the,image720,?], answer(A, (const(A,mirror)))). _parse([what,is,the,object,close,to,the,counter,in,the,image721,?], answer(A, (const(A,sink)))). _parse([what,is,the,object,close,to,the,sink,in,the,image721,?], answer(A, (const(A,faucet)))). _parse([what,is,the,object,close,to,the,wall,above,the,counter,in,the,image721,?], answer(A, (const(A,mirror)))). _parse([what,is,the,object,close,to,the,towel,rod,in,the,image723,?], answer(A, (const(A,towel)))). _parse([what,is,the,object,on,the,floor,in,front,of,the,wall,in,the,image723,?], answer(A, (const(A,toilet)))). _parse([what,is,the,object,close,to,the,floor,in,the,image723,?], answer(A, (const(A,floor_mat)))). _parse([what,is,the,object,close,to,the,counter,in,the,image724,?], answer(A, (const(A,sink)))). _parse([what,is,the,object,close,to,the,sink,in,the,image724,?], answer(A, (const(A,faucet)))). _parse([what,is,the,object,close,to,the,tissue,rod,in,the,image724,?], answer(A, (const(A,tissue)))). _parse([what,is,the,object,close,to,the,tissue,box,in,the,image728,?], answer(A, (const(A,tissue)))). _parse([what,is,the,object,behind,the,room,divider,in,the,image728,?], answer(A, (const(A,bathtub)))). _parse([what,is,the,object,on,the,floor,in,front,of,the,room,divider,in,the,image728,?], answer(A, (const(A,toilet)))). _parse([what,is,the,object,on,the,floor,in,the,corner,in,the,image730,?], answer(A, (const(A,garbage_bin)))). _parse([what,is,the,object,on,the,floor,in,front,of,the,dustbin,in,the,image730,?], answer(A, (const(A,toilet)))). _parse([what,is,the,object,close,to,the,floor,in,the,image730,?], answer(A, (const(A,floor_mat)))). _parse([what,is,the,object,close,to,the,wall,in,the,image732,?], answer(A, (const(A,wall_decoration)))). _parse([what,is,the,object,close,to,the,tissue,rod,in,the,image732,?], answer(A, (const(A,tissue)))). _parse([what,is,the,object,on,the,floor,below,the,picture,in,the,image732,?], answer(A, (const(A,toilet)))). _parse([what,is,the,object,close,to,the,counter,in,the,image735,?], answer(A, (const(A,sink)))). _parse([what,is,the,object,on,the,floor,right,of,the,counter,in,the,image735,?], answer(A, (const(A,stool)))). _parse([what,is,the,object,on,the,counter,right,side,of,the,sink,in,the,image735,?], answer(A, (const(A,towel)))). _parse([what,is,the,object,on,the,window,pane,in,the,image736,?], answer(A, (const(A,plant)))). _parse([what,is,the,object,close,to,the,floor,in,the,image736,?], answer(A, (const(A,bathtub)))). _parse([what,is,the,object,on,the,candle,stand,on,the,bathtub,in,the,image736,?], answer(A, (const(A,candle)))). _parse([what,is,the,object,close,to,the,door,in,the,image737,?], answer(A, (const(A,door_knob)))). _parse([what,is,the,object,close,to,the,floor,in,the,image737,?], answer(A, (const(A,bathtub)))). _parse([what,is,the,object,on,the,floor,right,of,the,bathtub,in,the,image737,?], answer(A, (const(A,cabinet)))). _parse([what,is,the,object,close,to,the,counter,in,the,image738,?], answer(A, (const(A,sink)))). _parse([what,is,the,object,on,the,floor,left,of,the,counter,in,the,image738,?], answer(A, (const(A,toilet)))). _parse([what,is,the,object,close,to,the,wall,above,the,counter,in,the,image738,?], answer(A, (const(A,mirror)))). _parse([what,is,the,object,close,to,the,towel,rod,in,the,image739,?], answer(A, (const(A,towel)))). _parse([what,is,the,object,on,the,floor,in,the,image739,?], answer(A, (const(A,floor_mat)))). _parse([what,is,the,object,on,the,floor,in,front,of,the,room,divider,in,the,image739,?], answer(A, (const(A,bathtub)))). _parse([what,is,the,object,close,to,the,counter,in,the,image743,?], answer(A, (const(A,sink)))). _parse([what,is,the,object,close,to,the,sink,in,the,image743,?], answer(A, (const(A,faucet)))). _parse([what,is,the,object,close,to,the,wall,above,the,counter,in,the,image743,?], answer(A, (const(A,mirror)))). _parse([what,is,the,object,on,the,floor,behind,the,screen,in,the,image744,?], answer(A, (const(A,bathtub)))). _parse([what,is,the,object,on,the,floor,in,front,of,the,screen,in,the,image744,?], answer(A, (const(A,toilet)))). _parse([what,is,the,object,on,the,bathtub,in,the,image744,?], answer(A, (const(A,floor_mat)))). _parse([how,many,chairs,are,there,in,the,image748,?], answer(A, (const(A,6)))). _parse([what,is,the,largest,object,in,the,image748,?], answer(A, (const(A,table)))). _parse([what,is,the,object,on,the,counter,below,the,cabinet,in,the,image751,?], answer(A, (const(A,coffee_machine)))). _parse([what,is,the,object,close,to,the,wall,above,the,toaster,in,the,image751,?], answer(A, (const(A,microwave)))). _parse([what,is,the,object,close,to,the,floor,in,the,image751,?], answer(A, (const(A,floor_mat)))). _parse([what,is,the,object,close,to,the,wall,above,the,toaster,in,the,image752,?], answer(A, (const(A,microwave)))). _parse([what,is,the,object,close,to,the,floor,in,the,image752,?], answer(A, (const(A,floor_mat)))). _parse([what,is,the,object,on,the,counter,below,the,microwave,in,the,image752,?], answer(A, (const(A,toaster)))). _parse([how,many,chairs,are,there,in,the,image768,?], answer(A, (const(A,2)))). _parse([what,is,the,object,on,the,table,in,the,image768,?], answer(A, (const(A,fruit)))). _parse([what,is,the,object,close,to,the,refrigerator,in,the,image768,?], answer(A, (const(A,paper)))). _parse([what,is,the,object,close,to,the,counter,in,the,image775,?], answer(A, (const(A,sink)))). _parse([what,is,the,object,on,the,floor,right,of,the,counter,in,the,image775,?], answer(A, (const(A,refridgerator)))). _parse([what,is,the,object,below,the,counter,in,the,image775,?], answer(A, (const(A,dishwasher)))). _parse([what,is,the,object,close,to,the,counter,in,the,image776,?], answer(A, (const(A,stove)))). _parse([what,are,the,objects,on,the,counter,in,the,image776,?], answer(A, (const(A,box);const(A,bottle_of_liquid)))). _parse([what,is,the,largest,object,in,the,image780,?], answer(A, (const(A,counter)))). _parse([what,is,the,object,on,the,counter,left,of,the,hot,water,heater,in,the,image780,?], answer(A, (const(A,toaster)))). _parse([what,is,the,object,close,to,the,wall,in,the,image782,?], answer(A, (const(A,picture)))). _parse([what,is,the,object,on,the,floor,in,front,of,the,table,in,the,image782,?], answer(A, (const(A,chair)))). _parse([how,many,monitors,are,there,on,the,table,in,the,image782,?], answer(A, (const(A,1)))). _parse([what,is,the,object,close,to,the,ceiling,in,the,image783,?], answer(A, (const(A,light)))). _parse([what,is,the,object,close,to,the,wall,in,the,image783,?], answer(A, (const(A,window)))). _parse([what,is,the,object,on,the,floor,in,front,of,the,wall,in,the,image784,?], answer(A, (const(A,refridgerator)))). _parse([what,is,the,object,close,to,the,floor,in,the,image784,?], answer(A, (const(A,floor_mat)))). _parse([what,is,the,object,close,to,the,counter,in,the,image784,?], answer(A, (const(A,stove)))). _parse([what,is,the,object,close,to,the,counter,in,the,image785,?], answer(A, (const(A,stove)))). _parse([what,is,the,object,on,the,counter,left,of,the,stove,in,the,image785,?], answer(A, (const(A,microwave)))). _parse([what,is,the,object,on,the,counter,right,of,the,stove,in,the,image785,?], answer(A, (const(A,hot_water_heater)))). _parse([what,is,the,object,on,the,counter,below,the,cabinet,in,the,image793,?], answer(A, (const(A,microwave)))). _parse([what,is,the,object,on,the,table,in,the,pot,in,the,image793,?], answer(A, (const(A,plant)))). _parse([what,is,the,object,in,the,box,in,the,image793,?], answer(A, (const(A,fruit)))). _parse([what,is,the,object,on,the,counter,in,the,corner,in,the,image800,?], answer(A, (const(A,hot_water_heater)))). _parse([what,is,the,object,close,to,the,wall,above,the,counter,in,the,image800,?], answer(A, (const(A,window)))). _parse([what,is,the,object,on,the,table,in,the,image805,?], answer(A, (const(A,flower_pot)))). _parse([what,is,the,object,close,to,the,floor,in,the,image805,?], answer(A, (const(A,floor_mat)))). _parse([what,is,the,object,left,of,the,table,in,the,image805,?], answer(A, (const(A,chair)))). _parse([what,is,the,largest,object,in,the,image807,?], answer(A, (const(A,refridgerator)))). _parse([what,is,the,object,close,to,the,counter,in,the,image807,?], answer(A, (const(A,sink)))). _parse([what,is,the,object,close,to,the,sink,in,the,image807,?], answer(A, (const(A,faucet)))). _parse([how,many,chairs,are,there,in,the,image811,?], answer(A, (const(A,2)))). _parse([what,is,the,object,on,the,chair,in,the,image811,?], answer(A, (const(A,bag)))). _parse([what,is,the,object,close,to,the,wall,above,the,counter,in,the,image811,?], answer(A, (const(A,microwave)))). _parse([what,is,the,object,on,the,table,in,the,image812,?], answer(A, (const(A,bottle)))). _parse([what,is,the,object,close,to,the,wall,above,the,counter,in,the,image812,?], answer(A, (const(A,microwave)))). _parse([how,many,bottles,are,there,on,the,table,in,the,image812,?], answer(A, (const(A,2)))). _parse([what,is,the,object,left,of,the,wall,divider,in,the,image815,?], answer(A, (const(A,refridgerator)))). _parse([how,many,chairs,are,there,in,the,image815,?], answer(A, (const(A,3)))). _parse([what,is,the,object,close,to,the,wall,in,the,image815,?], answer(A, (const(A,picture)))). _parse([what,is,the,object,on,the,counter,in,the,corner,in,the,image819,?], answer(A, (const(A,microwave)))). _parse([what,is,the,object,right,of,the,counter,in,the,image819,?], answer(A, (const(A,dishwasher)))). _parse([what,is,the,object,below,the,counter,in,the,image819,?], answer(A, (const(A,cabinet)))). _parse([how,many,chairs,are,there,in,the,image822,?], answer(A, (const(A,5)))). _parse([what,is,the,largest,object,in,the,image822,?], answer(A, (const(A,table)))). _parse([what,is,the,object,on,the,table,in,the,image822,?], answer(A, (const(A,newspapers)))). _parse([what,is,the,object,close,to,the,counter,in,the,image826,?], answer(A, (const(A,stove)))). _parse([what,is,the,object,below,the,counter,left,of,the,cabinet,in,the,image826,?], answer(A, (const(A,dishwasher)))). _parse([what,is,the,object,in,the,pull,tray,in,the,image826,?], answer(A, (const(A,garbage_bin)))). _parse([how,many,chairs,are,there,in,the,image828,?], answer(A, (const(A,8)))). _parse([what,is,the,largest,object,in,the,image828,?], answer(A, (const(A,table)))). _parse([what,is,the,object,on,the,shelf,above,the,counter,in,the,image828,?], answer(A, (const(A,microwave)))). _parse([what,are,the,objects,on,the,table,in,the,image829,?], answer(A, (const(A,printer);const(A,monitor);const(A,paper);const(A,tissue_box)))). _parse([what,is,the,object,on,the,shelf,above,the,counter,in,the,image829,?], answer(A, (const(A,microwave)))). _parse([what,is,the,object,below,the,table,in,the,image829,?], answer(A, (const(A,chair)))). _parse([what,is,the,largest,object,in,the,image831,?], answer(A, (const(A,refridgerator)))). _parse([what,is,the,object,on,the,counter,in,the,image831,?], answer(A, (const(A,stove)))). _parse([what,is,the,object,close,to,the,refrigerator,in,the,image831,?], answer(A, (const(A,magnet)))). _parse([how,many,sinks,are,close,to,the,counter,in,the,image833,?], answer(A, (const(A,2)))). _parse([what,is,the,object,on,the,floor,in,front,of,the,room,divider,in,the,image833,?], answer(A, (const(A,stool)))). _parse([what,is,the,object,below,the,counter,in,the,image833,?], answer(A, (const(A,cabinet)))). _parse([what,is,the,object,on,the,floor,in,front,of,the,room,divider,in,the,image835,?], answer(A, (const(A,stool)))). _parse([what,is,the,object,on,the,counter,in,the,corner,in,the,image835,?], answer(A, (const(A,tea_kettle)))). _parse([what,is,the,object,close,to,the,counter,in,the,image835,?], answer(A, (const(A,stove)))). _parse([what,is,the,object,on,the,floor,in,front,of,the,room,divider,in,the,image836,?], answer(A, (const(A,stool)))). _parse([what,is,the,object,in,front,of,the,chair,in,the,image836,?], answer(A, (const(A,table)))). _parse([what,is,the,object,on,the,floor,left,of,the,room,divider,in,the,image836,?], answer(A, (const(A,water_dispenser)))). _parse([how,many,chairs,are,there,in,the,image842,?], answer(A, (const(A,7)))). _parse([what,is,the,largest,object,in,the,image842,?], answer(A, (const(A,table)))). _parse([what,is,the,largest,object,in,the,image843,?], answer(A, (const(A,refridgerator)))). _parse([what,is,the,object,close,to,the,wall,in,the,image843,?], answer(A, (const(A,picture)))). _parse([what,is,the,object,on,the,table,right,of,the,refrigerator,in,the,image843,?], answer(A, (const(A,hot_water_heater)))). _parse([what,is,the,object,on,the,table,left,of,the,cooker,in,the,image844,?], answer(A, (const(A,hot_water_heater)))). _parse([what,is,the,object,close,to,the,counter,in,the,image844,?], answer(A, (const(A,stove)))). _parse([what,is,the,object,below,the,counter,in,the,image844,?], answer(A, (const(A,dishwasher)))). _parse([what,is,the,object,close,to,the,counter,in,the,image848,?], answer(A, (const(A,stove)))). _parse([what,is,the,object,below,the,counter,in,the,image848,?], answer(A, (const(A,dishwasher)))). _parse([what,is,the,object,close,to,the,sink,in,the,image848,?], answer(A, (const(A,faucet)))). _parse([what,is,the,object,close,to,the,counter,in,the,image854,?], answer(A, (const(A,stove)))). _parse([what,is,the,object,close,to,the,wall,below,the,cabinet,in,the,image854,?], answer(A, (const(A,microwave)))). _parse([what,is,the,object,left,of,the,microwave,in,the,image854,?], answer(A, (const(A,refridgerator)))). _parse([what,is,the,object,on,the,counter,in,the,corner,in,the,image857,?], answer(A, (const(A,microwave)))). _parse([what,is,the,object,below,the,counter,in,the,image857,?], answer(A, (const(A,cabinet)))). _parse([what,is,the,object,on,the,counter,in,front,of,the,microwave,in,the,image857,?], answer(A, (const(A,plate)))). _parse([what,is,the,object,close,to,the,counter,in,the,image860,?], answer(A, (const(A,stove)))). _parse([what,is,the,object,on,the,counter,in,the,image860,?], answer(A, (const(A,bread)))). _parse([what,is,the,object,close,to,the,sink,in,the,image860,?], answer(A, (const(A,faucet)))). _parse([what,is,the,object,close,to,the,counter,in,the,image861,?], answer(A, (const(A,stove)))). _parse([what,are,the,objects,on,the,counter,in,the,image861,?], answer(A, (const(A,cutting_board);const(A,towel);const(A,knife)))). _parse([what,is,the,object,close,to,the,sink,in,the,image861,?], answer(A, (const(A,faucet)))). _parse([what,is,the,object,on,the,counter,in,the,corner,in,the,image862,?], answer(A, (const(A,microwave)))). _parse([what,is,the,object,below,the,counter,in,the,image862,?], answer(A, (const(A,cabinet)))). _parse([what,is,the,object,on,the,counter,right,of,the,cup,rack,in,the,image862,?], answer(A, (const(A,coffee_machine)))). _parse([what,is,the,object,on,the,floor,in,front,of,the,cabinet,in,the,image864,?], answer(A, (const(A,bag)))). _parse([what,is,the,object,on,the,floor,below,the,table,in,the,image864,?], answer(A, (const(A,chair)))). _parse([how,many,chairs,are,there,in,the,image864,?], answer(A, (const(A,4)))). _parse([what,is,the,object,close,to,the,counter,in,the,image867,?], answer(A, (const(A,stove)))). _parse([what,is,the,object,close,to,the,wall,above,the,stove,in,the,image867,?], answer(A, (const(A,microwave)))). _parse([what,is,the,object,right,of,the,counter,in,the,image867,?], answer(A, (const(A,dishwasher)))). _parse([what,is,the,largest,object,in,the,image870,?], answer(A, (const(A,counter)))). _parse([what,is,the,object,close,to,the,wall,side,to,the,cabinet,in,the,image870,?], answer(A, (const(A,window)))). _parse([what,is,the,object,close,to,the,refrigerator,handle,in,the,image872,?], answer(A, (const(A,towel)))). _parse([what,is,the,object,on,the,counter,close,to,the,box,in,the,image872,?], answer(A, (const(A,coffee_machine)))). _parse([what,is,the,object,close,to,the,wall,above,the,counter,in,the,image872,?], answer(A, (const(A,microwave)))). _parse([what,is,the,object,on,the,counter,left,of,the,tissue,in,the,image874,?], answer(A, (const(A,toaster)))). _parse([what,is,the,object,on,the,counter,in,front,of,the,toaster,in,the,image874,?], answer(A, (const(A,tea_kettle)))). _parse([what,is,the,object,on,the,tissue,handle,in,the,image874,?], answer(A, (const(A,tissue)))). _parse([how,many,chairs,are,there,in,the,image876,?], answer(A, (const(A,1)))). _parse([what,is,the,object,on,the,floor,in,front,of,the,cabinet,in,the,image876,?], answer(A, (const(A,garbage_bin)))). _parse([what,is,the,object,close,to,the,wall,in,the,image876,?], answer(A, (const(A,dishwasher)))). _parse([what,is,the,object,on,the,floor,in,front,of,the,cabinet,in,the,image877,?], answer(A, (const(A,garbage_bin)))). _parse([what,is,the,object,close,to,the,counter,in,the,image877,?], answer(A, (const(A,stove)))). _parse([what,is,the,object,on,the,counter,in,the,corner,in,the,image877,?], answer(A, (const(A,television)))). _parse([how,many,chairs,are,there,in,the,image878,?], answer(A, (const(A,3)))). _parse([what,is,the,largest,object,in,the,image878,?], answer(A, (const(A,table)))). _parse([what,is,the,object,on,the,table,right,of,the,tissue,box,in,the,image878,?], answer(A, (const(A,flower_pot)))). _parse([how,many,chairs,are,there,in,the,image879,?], answer(A, (const(A,4)))). _parse([what,is,the,object,close,to,the,wall,in,the,image879,?], answer(A, (const(A,wall_decoration)))). _parse([what,is,the,object,on,the,table,right,of,the,tissue,box,in,the,image879,?], answer(A, (const(A,flower_pot)))). _parse([what,is,the,object,in,front,of,the,counter,in,the,image880,?], answer(A, (const(A,chair)))). _parse([what,is,the,object,on,the,counter,in,the,image880,?], answer(A, (const(A,decoration_item)))). _parse([what,is,the,object,close,to,the,counter,in,the,image883,?], answer(A, (const(A,stove)))). _parse([what,is,the,object,close,to,the,sink,in,the,image883,?], answer(A, (const(A,faucet)))). _parse([what,is,the,object,below,the,counter,in,the,image883,?], answer(A, (const(A,cabinet)))). _parse([what,is,the,object,on,the,floor,left,of,the,counter,in,the,image884,?], answer(A, (const(A,ladder)))). _parse([what,is,the,object,close,to,the,wall,right,of,the,door,in,the,image884,?], answer(A, (const(A,refridgerator)))). _parse([what,is,the,object,close,to,the,wall,right,of,the,counter,in,the,image884,?], answer(A, (const(A,dishwasher)))). _parse([how,many,chairs,are,there,in,the,image888,?], answer(A, (const(A,6)))). _parse([what,is,the,largest,object,in,the,image888,?], answer(A, (const(A,table)))). _parse([what,is,the,object,close,to,the,wall,in,the,image888,?], answer(A, (const(A,picture)))). _parse([what,is,the,object,close,to,the,counter,in,the,image892,?], answer(A, (const(A,stove)))). _parse([what,is,the,object,close,to,the,knife,rack,in,the,image892,?], answer(A, (const(A,knife)))). _parse([what,is,the,object,below,the,counter,in,the,image892,?], answer(A, (const(A,cabinet)))). _parse([what,is,the,object,close,to,the,counter,in,the,image896,?], answer(A, (const(A,stove)))). _parse([what,is,the,object,below,the,counter,in,the,image896,?], answer(A, (const(A,cabinet)))). _parse([what,is,the,object,below,the,counter,in,front,of,the,cabinet,in,the,image896,?], answer(A, (const(A,dishwasher)))). _parse([how,many,chairs,are,there,in,the,image900,?], answer(A, (const(A,4)))). _parse([what,is,the,object,on,the,floor,in,the,corner,in,the,image900,?], answer(A, (const(A,plant)))). _parse([what,is,the,object,close,to,the,wall,in,the,image900,?], answer(A, (const(A,picture)))). _parse([what,is,the,object,close,to,the,counter,in,the,image903,?], answer(A, (const(A,sink)))). _parse([what,is,the,object,close,to,the,sink,in,the,image903,?], answer(A, (const(A,faucet)))). _parse([what,is,the,object,close,to,the,counter,in,the,image905,?], answer(A, (const(A,stove)))). _parse([what,is,the,object,on,the,counter,in,the,corner,in,the,image905,?], answer(A, (const(A,coffee_machine)))). _parse([what,is,the,object,below,the,counter,in,the,image905,?], answer(A, (const(A,cabinet)))). _parse([what,is,the,object,on,the,floor,in,front,of,the,counter,in,the,image906,?], answer(A, (const(A,garbage_bag)))). _parse([what,is,the,object,close,to,the,counter,below,the,window,in,the,image906,?], answer(A, (const(A,sink)))). _parse([what,is,object,close,to,the,counter,in,the,middle,in,the,image906,?], answer(A, (const(A,stove)))). _parse([what,is,the,object,close,to,the,counter,below,the,window,in,the,image907,?], answer(A, (const(A,sink)))). _parse([what,is,object,close,to,the,counter,in,the,middle,in,the,image907,?], answer(A, (const(A,stove)))). _parse([what,is,the,object,on,the,stove,in,the,image907,?], answer(A, (const(A,vessel)))). _parse([what,is,the,object,close,to,the,counter,below,the,window,in,the,image908,?], answer(A, (const(A,sink)))). _parse([what,is,object,close,to,the,counter,in,the,middle,in,the,image908,?], answer(A, (const(A,stove)))). _parse([what,is,the,object,on,the,stove,in,the,image908,?], answer(A, (const(A,vessel)))). _parse([what,is,the,object,close,to,the,wall,in,the,image909,?], answer(A, (const(A,picture)))). _parse([what,is,the,object,on,the,stool,in,the,image909,?], answer(A, (const(A,lamp)))). _parse([what,are,the,objects,on,the,bed,in,the,image909,?], answer(A, (const(A,blanket);const(A,pillow)))). _parse([what,is,the,object,left,of,the,screen,in,the,image911,?], answer(A, (const(A,window)))). _parse([what,is,the,object,right,of,the,screen,in,the,image911,?], answer(A, (const(A,cabinet)))). _parse([how,many,chairs,are,there,in,the,image911,?], answer(A, (const(A,1)))). _parse([what,is,the,object,on,the,floor,in,front,of,the,wall,in,the,image912,?], answer(A, (const(A,television)))). _parse([how,many,doors,are,open,in,the,image912,?], answer(A, (const(A,1)))). _parse([waht,is,the,object,close,to,the,door,in,the,image912,?], answer(A, (const(A,door_knob)))). _parse([what,is,the,object,close,to,the,wall,above,the,table,in,the,image913,?], answer(A, (const(A,television)))). _parse([how,many,pictures,are,there,close,to,the,wall,in,the,image913,?], answer(A, (const(A,2)))). _parse([what,is,the,object,on,the,table,in,the,image913,?], answer(A, (const(A,photo)))). _parse([what,is,the,object,close,to,the,wall,above,the,bed,in,the,image914,?], answer(A, (const(A,picture)))). _parse([what,is,the,object,on,the,stool,in,the,image914,?], answer(A, (const(A,lamp)))). _parse([what,is,the,largest,object,in,the,image914,?], answer(A, (const(A,bed)))). _parse([what,is,the,object,on,the,floor,right,of,the,wall,in,the,image915,?], answer(A, (const(A,chair)))). _parse([how,many,doors,are,open,in,the,image915,?], answer(A, (const(A,1)))). _parse([what,is,the,object,close,to,the,wall,in,the,image915,?], answer(A, (const(A,picture)))). _parse([how,many,windows,are,there,in,the,image920,?], answer(A, (const(A,2)))). _parse([what,are,the,objects,on,the,table,in,the,image920,?], answer(A, (const(A,television);const(A,dvd_player)))). _parse([what,is,the,object,on,the,floor,in,front,of,the,wall,in,the,image920,?], answer(A, (const(A,cabinet)))). _parse([what,is,the,largest,object,in,the,image921,?], answer(A, (const(A,bed)))). _parse([what,are,the,objects,on,the,bed,in,the,image921,?], answer(A, (const(A,blanket);const(A,pillow)))). _parse([what,is,the,object,close,to,the,wall,in,the,image921,?], answer(A, (const(A,picture)))). _parse([what,is,the,object,close,to,the,door,in,the,image922,?], answer(A, (const(A,door_knob)))). _parse([what,are,the,object,close,to,the,wall,right,of,the,door,in,the,image922,?], answer(A, (const(A,books)))). _parse([what,is,the,object,on,the,floor,in,front,of,the,wall,in,the,image922,?], answer(A, (const(A,table)))). _parse([what,is,the,object,close,to,the,wall,above,the,cabinet,in,the,image923,?], answer(A, (const(A,mirror)))). _parse([what,is,the,object,on,the,table,in,the,image923,?], answer(A, (const(A,clock)))). _parse([what,is,the,object,on,the,floor,in,front,of,the,wall,in,the,image923,?], answer(A, (const(A,cabinet)))). _parse([how,many,doors,are,open,in,the,image925,?], answer(A, (const(A,2)))). _parse([what,is,the,object,on,the,floor,left,side,of,the,wall,in,the,image925,?], answer(A, (const(A,chair)))). _parse([what,is,the,largest,object,in,the,image925,?], answer(A, (const(A,cabinet)))). _parse([how,many,pillows,are,there,on,the,bed,in,the,image927,?], answer(A, (const(A,1)))). _parse([what,are,the,objects,on,the,bed,in,the,image927,?], answer(A, (const(A,pillow);const(A,blanket)))). _parse([what,is,the,object,on,the,floor,right,of,the,bed,in,the,image928,?], answer(A, (const(A,garbage_bin)))). _parse([what,is,the,object,on,the,floor,right,of,the,dustbin,in,the,image928,?], answer(A, (const(A,chair)))). _parse([what,is,the,object,on,the,floor,close,to,the,wall,in,the,image928,?], answer(A, (const(A,cabinet)))). _parse([how,many,beds,are,there,in,the,image931,?], answer(A, (const(A,2)))). _parse([what,are,the,objects,on,the,table,in,the,image931,?], answer(A, (const(A,fan);const(A,lamp);const(A,books)))). _parse([what,is,the,object,on,the,floor,in,front,of,the,cabinet,in,the,image931,?], answer(A, (const(A,garbage_bin)))). _parse([what,is,the,largest,object,in,the,image932,?], answer(A, (const(A,bed)))). _parse([what,are,the,objects,on,the,desk,in,the,image932,?], answer(A, (const(A,lamp);const(A,books)))). _parse([what,is,the,object,close,to,the,wall,above,the,bed,in,the,image932,?], answer(A, (const(A,window)))). _parse([what,are,the,objects,on,the,bed,in,the,image937,?], answer(A, (const(A,pillow);const(A,blanket);const(A,soft_toy)))). _parse([what,are,the,objects,on,the,stool,right,of,the,bed,in,the,image937,?], answer(A, (const(A,towel);const(A,telephone);const(A,toy)))). _parse([what,is,the,object,close,to,the,wall,above,the,stool,in,the,image937,?], answer(A, (const(A,window)))). _parse([what,is,the,object,on,the,bed,in,the,image940,?], answer(A, (const(A,pillow)))). _parse([what,is,the,object,on,the,floor,left,of,the,bed,in,the,image940,?], answer(A, (const(A,cabinet)))). _parse([what,is,the,largest,object,in,the,image941,?], answer(A, (const(A,bed)))). _parse([what,are,the,objects,on,the,desk,in,the,image941,?], answer(A, (const(A,lamp);const(A,books)))). _parse([what,is,the,object,on,the,floor,left,of,the,bed,in,the,image941,?], answer(A, (const(A,cabinet)))). _parse([what,is,the,largest,object,in,the,image953,?], answer(A, (const(A,bed)))). _parse([what,is,the,object,on,the,blanket,in,the,image953,?], answer(A, (const(A,clothes)))). _parse([what,are,the,objects,on,the,shelf,in,the,image953,?], answer(A, (const(A,books)))). _parse([how,many,chairs,are,there,in,the,image957,?], answer(A, (const(A,1)))). _parse([what,is,the,object,on,the,floor,behind,the,chiar,in,the,image957,?], answer(A, (const(A,bed)))). _parse([what,is,the,object,close,to,the,wall,in,the,image957,?], answer(A, (const(A,clothes)))). _parse([what,is,the,object,on,the,stool,in,the,image962,?], answer(A, (const(A,lamp)))). _parse([what,is,the,object,on,the,floor,left,of,the,stool,in,the,image962,?], answer(A, (const(A,bed)))). _parse([what,is,the,object,close,to,the,wall,above,the,stool,in,the,image962,?], answer(A, (const(A,picture)))). _parse([what,is,the,object,on,the,rolled,exercise,mat,in,the,image966,?], answer(A, (const(A,ball)))). _parse([what,is,the,object,in,the,middle,shelf,in,the,image966,?], answer(A, (const(A,books)))). _parse([what,is,the,object,close,to,the,wall,in,the,image966,?], answer(A, (const(A,picture)))). _parse([what,is,the,object,on,the,floor,left,of,the,cabinet,in,the,image967,?], answer(A, (const(A,chair)))). _parse([what,is,the,object,on,the,floor,right,of,the,chair,in,the,image967,?], answer(A, (const(A,cabinet)))). _parse([what,is,the,object,close,to,the,wall,behind,the,table,in,the,image971,?], answer(A, (const(A,window)))). _parse([what,is,the,largest,object,in,the,image971,?], answer(A, (const(A,bed)))). _parse([what,is,the,toy,on,the,table,in,the,image971,?], answer(A, (const(A,soft_toy)))). _parse([how,many,doors,are,there,in,the,image973,?], answer(A, (const(A,1)))). _parse([what,is,the,object,close,to,the,wall,in,the,image973,?], answer(A, (const(A,picture)))). _parse([what,is,the,object,on,the,floor,below,the,picture,in,the,image973,?], answer(A, (const(A,cabinet)))). _parse([what,is,the,object,on,the,floor,close,to,the,wall,in,the,image975,?], answer(A, (const(A,picture)))). _parse([what,is,the,object,on,the,table,in,the,image975,?], answer(A, (const(A,soft_toy)))). _parse([how,many,bags,are,kept,on,the,floor,in,the,image975,?], answer(A, (const(A,2)))). _parse([what,is,the,object,on,the,floor,close,to,the,wall,in,the,image976,?], answer(A, (const(A,picture)))). _parse([what,is,the,largest,object,in,the,image976,?], answer(A, (const(A,bed)))). _parse([what,are,the,objects,on,the,bed,in,the,image976,?], answer(A, (const(A,pillow);const(A,blanket)))). _parse([what,are,the,objects,in,the,shelves,in,the,image979,?], answer(A, (const(A,books)))). _parse([what,is,the,object,close,to,the,wall,right,of,the,shelf,in,the,image979,?], answer(A, (const(A,window)))). _parse([what,is,the,object,on,the,floor,in,front,of,the,window,in,the,image979,?], answer(A, (const(A,table)))). _parse([what,is,the,largest,object,in,the,image980,?], answer(A, (const(A,bed)))). _parse([what,is,the,object,on,the,floor,in,front,of,the,window,in,the,image980,?], answer(A, (const(A,piano)))). _parse([what,is,the,object,on,the,stool,in,the,image980,?], answer(A, (const(A,television)))). _parse([what,is,the,object,on,the,stool,in,the,image982,?], answer(A, (const(A,lamp)))). _parse([what,is,the,object,close,to,the,wall,above,the,table,in,the,image982,?], answer(A, (const(A,mirror)))). _parse([what,are,the,objects,on,the,table,in,the,image982,?], answer(A, (const(A,books)))). _parse([what,is,the,largest,object,on,the,table,in,the,image986,?], answer(A, (const(A,lamp)))). _parse([what,is,the,largest,object,in,the,image986,?], answer(A, (const(A,bed)))). _parse([how,many,chairs,are,there,in,the,image986,?], answer(A, (const(A,1)))). _parse([what,is,the,object,on,the,stool,in,the,image987,?], answer(A, (const(A,books)))). _parse([what,is,the,largest,object,in,the,image987,?], answer(A, (const(A,bed)))). _parse([what,is,the,object,on,the,floor,left,of,the,stool,in,the,image987,?], answer(A, (const(A,speaker)))). _parse([what,is,the,largest,object,on,the,table,in,the,image988,?], answer(A, (const(A,lamp)))). _parse([how,many,chairs,are,there,in,the,image988,?], answer(A, (const(A,1)))). _parse([what,is,the,object,on,the,bed,in,the,image988,?], answer(A, (const(A,pillow)))). _parse([what,is,the,object,close,to,the,rack,in,the,image989,?], answer(A, (const(A,photo)))). _parse([what,is,the,largest,object,in,the,image989,?], answer(A, (const(A,bed)))). _parse([what,is,the,object,on,the,floor,left,of,the,bed,in,the,image989,?], answer(A, (const(A,chair)))). _parse([what,is,the,object,on,the,floor,right,of,the,shelf,in,the,image990,?], answer(A, (const(A,garbage_bin)))). _parse([what,is,the,object,close,to,the,wall,in,the,image990,?], answer(A, (const(A,mirror)))). _parse([what,are,the,objects,on,the,shelf,in,the,image990,?], answer(A, (const(A,books)))). _parse([what,is,the,object,on,the,stool,in,the,image992,?], answer(A, (const(A,lamp)))). _parse([what,is,the,object,close,to,the,wall,in,the,image992,?], answer(A, (const(A,poster_board)))). _parse([what,is,the,object,on,the,floor,in,the,image992,?], answer(A, (const(A,bed)))). _parse([how,many,lamps,are,there,in,the,image996,?], answer(A, (const(A,2)))). _parse([what,is,the,largest,object,in,the,image996,?], answer(A, (const(A,bed)))). _parse([what,is,the,object,on,the,floor,right,of,the,bed,in,the,image996,?], answer(A, (const(A,stool)))). _parse([what,is,the,largest,object,in,the,image998,?], answer(A, (const(A,bed)))). _parse([what,is,the,object,on,the,floor,right,of,the,bed,in,the,image998,?], answer(A, (const(A,stool)))). _parse([what,is,the,object,on,the,stool,in,the,image998,?], answer(A, (const(A,lamp)))). _parse([what,is,the,object,on,the,floor,in,front,of,the,cabinet,in,the,image998,?], answer(A, (const(A,books)))). _parse([what,is,the,object,on,the,shelf,in,the,image1001,?], answer(A, (const(A,music_stereo)))). _parse([what,is,the,object,left,of,the,shelf,in,the,image1001,?], answer(A, (const(A,soft_toy)))). _parse([how,many,doors,are,open,in,the,image1004,?], answer(A, (const(A,1)))). _parse([what,is,the,object,on,the,floor,in,front,of,the,wall,in,the,image1004,?], answer(A, (const(A,cabinet)))). _parse([what,is,the,largest,object,in,the,image1004,?], answer(A, (const(A,bed)))). _parse([what,is,the,object,close,to,the,wall,in,the,image1007,?], answer(A, (const(A,picture)))). _parse([what,is,the,largest,object,in,the,image1007,?], answer(A, (const(A,bed)))). _parse([what,are,the,objects,on,the,bed,in,the,image1007,?], answer(A, (const(A,clothes)))). _parse([what,is,the,object,close,to,the,wall,in,the,image1014,?], answer(A, (const(A,picture)))). _parse([what,is,the,largest,object,in,the,image1014,?], answer(A, (const(A,bed)))). _parse([what,are,the,objects,on,the,bed,in,the,image1014,?], answer(A, (const(A,pillow);const(A,blanket)))). _parse([what,is,the,object,close,to,the,wall,in,the,image1019,?], answer(A, (const(A,picture)))). _parse([how,many,beds,are,there,in,the,image1019,?], answer(A, (const(A,2)))). _parse([how,many,doors,are,open,in,the,image1019,?], answer(A, (const(A,1)))). _parse([how,many,beds,are,there,in,the,image1020,?], answer(A, (const(A,2)))). _parse([what,are,the,objects,on,the,bed,in,the,image1020,?], answer(A, (const(A,pillow);const(A,blanket)))). _parse([what,is,the,object,on,the,floor,in,the,corner,in,the,image1020,?], answer(A, (const(A,stool)))). _parse([what,is,the,largest,object,on,the,table,in,the,image1021,?], answer(A, (const(A,lamp)))). _parse([how,many,beds,are,there,in,the,image1021,?], answer(A, (const(A,1)))). _parse([what,is,the,object,on,the,table,in,front,of,the,lamp,in,the,image1021,?], answer(A, (const(A,file)))). _parse([what,is,the,largest,object,in,the,image1022,?], answer(A, (const(A,bed)))). _parse([what,is,the,object,close,to,the,wall,in,the,image1022,?], answer(A, (const(A,picture)))). _parse([what,is,the,object,on,the,stool,in,the,image1022,?], answer(A, (const(A,lamp)))). _parse([what,is,the,object,close,to,the,wall,in,the,image1026,?], answer(A, (const(A,picture)))). _parse([what,is,the,object,on,the,floor,in,front,of,the,wall,in,the,image1026,?], answer(A, (const(A,sofa)))). _parse([what,is,the,object,close,to,the,door,in,the,image1026,?], answer(A, (const(A,door_knob)))). _parse([what,is,the,object,on,the,floor,left,of,the,bed,in,the,image1027,?], answer(A, (const(A,stool)))). _parse([what,is,the,largest,object,in,the,image1027,?], answer(A, (const(A,bed)))). _parse([what,is,the,object,on,the,stool,in,the,image1027,?], answer(A, (const(A,lamp)))). _parse([what,is,the,largest,object,in,the,image1029,?], answer(A, (const(A,bed)))). _parse([what,is,the,object,on,the,stool,in,the,image1029,?], answer(A, (const(A,lamp)))). _parse([what,is,the,object,close,to,the,wall,in,the,image1029,?], answer(A, (const(A,picture)))). _parse([what,is,the,object,on,the,floor,in,front,of,the,wall,in,the,image1032,?], answer(A, (const(A,bed)))). _parse([how,many,chairs,are,there,in,the,image1032,?], answer(A, (const(A,1)))). _parse([what,are,the,objects,on,the,bed,in,the,image1032,?], answer(A, (const(A,pillow);const(A,blanket)))). _parse([what,is,the,object,on,the,floor,in,front,of,the,wall,in,the,image1036,?], answer(A, (const(A,bed)))). _parse([what,is,the,object,close,to,the,tissue,box,in,the,image1036,?], answer(A, (const(A,tissue)))). _parse([what,are,the,objects,on,the,bed,in,the,image1036,?], answer(A, (const(A,pillow);const(A,blanket)))). _parse([how,many,doors,are,open,in,the,image1037,?], answer(A, (const(A,1)))). _parse([what,is,the,object,on,the,chair,in,the,image1037,?], answer(A, (const(A,clothes)))). _parse([what,is,the,object,on,the,floor,close,to,the,wall,in,the,image1037,?], answer(A, (const(A,cabinet)))). _parse([what,is,the,largest,object,in,the,image1039,?], answer(A, (const(A,bed)))). _parse([what,is,the,object,on,the,floor,in,front,of,the,bed,in,the,image1039,?], answer(A, (const(A,jacket)))). _parse([what,is,the,object,close,to,the,bed,in,the,image1039,?], answer(A, (const(A,ladder)))). _parse([how,many,chairs,are,there,in,the,image1040,?], answer(A, (const(A,1)))). _parse([what,are,the,objects,in,the,shelves,in,the,image1040,?], answer(A, (const(A,books)))). _parse([what,is,the,object,on,the,floor,in,front,of,the,wall,in,the,image1040,?], answer(A, (const(A,bed)))). _parse([how,many,beds,are,there,in,the,image1042,?], answer(A, (const(A,2)))). _parse([what,is,the,object,close,to,the,wall,in,the,image1042,?], answer(A, (const(A,picture)))). _parse([what,is,the,object,on,the,floor,in,front,of,the,wall,in,the,image1042,?], answer(A, (const(A,cabinet)))). _parse([what,is,the,object,on,the,floor,in,front,of,the,wall,in,the,image1043,?], answer(A, (const(A,cabinet)))). _parse([what,is,the,object,on,the,floor,right,of,the,cabinet,in,the,image1043,?], answer(A, (const(A,bed)))). _parse([what,is,the,object,close,to,the,shelves,in,the,image1051,?], answer(A, (const(A,shoe)))). _parse([what,is,the,object,on,the,floor,in,front,of,the,wall,in,the,image1051,?], answer(A, (const(A,cabinet)))). _parse([what,is,the,object,on,the,floor,in,front,of,the,shoes,in,the,image1051,?], answer(A, (const(A,garbage_bin)))). _parse([what,are,the,objects,on,the,bed,in,the,image1052,?], answer(A, (const(A,pillow);const(A,blanket)))). _parse([what,is,the,object,close,to,the,wall,in,the,image1052,?], answer(A, (const(A,picture)))). _parse([what,is,the,largest,object,in,the,image1052,?], answer(A, (const(A,bed)))). _parse([how,many,chairs,are,there,in,the,image1053,?], answer(A, (const(A,1)))). _parse([what,is,the,object,on,the,chair,in,the,image1053,?], answer(A, (const(A,jacket)))). _parse([what,is,the,object,on,the,floor,in,front,of,the,wall,in,the,image1055,?], answer(A, (const(A,cabinet)))). _parse([what,is,the,object,on,the,floor,left,of,the,cabinet,in,the,image1055,?], answer(A, (const(A,ladder)))). _parse([what,is,the,object,on,the,floor,right,of,the,cabinet,in,the,image1055,?], answer(A, (const(A,bed)))). _parse([what,is,the,object,on,the,bed,in,the,image1055,?], answer(A, (const(A,pillow)))). _parse([how,many,beds,are,there,in,the,image1055,?], answer(A, (const(A,2)))). _parse([what,is,the,object,close,to,the,wall,left,of,the,bed,in,the,image1055,?], answer(A, (const(A,window)))). _parse([how,many,chairs,are,there,in,the,image1058,?], answer(A, (const(A,1)))). _parse([what,is,the,object,on,the,floor,right,of,the,chair,in,the,image1058,?], answer(A, (const(A,garbage_bin)))). _parse([what,is,the,object,on,the,table,in,the,image1058,?], answer(A, (const(A,clothes)))). _parse([what,is,the,largest,object,in,the,image1058,?], answer(A, (const(A,bed)))). _parse([what,are,the,objects,on,the,bed,in,the,image1058,?], answer(A, (const(A,pillow);const(A,blanket);const(A,bed_sheets)))). _parse([what,is,the,object,on,the,floor,right,of,the,bed,in,the,image1058,?], answer(A, (const(A,cabinet)))). _parse([what,is,the,largest,object,in,the,image1063,?], answer(A, (const(A,bed)))). _parse([what,is,the,object,close,to,the,wall,in,the,image1063,?], answer(A, (const(A,picture)))). _parse([what,is,the,object,on,the,floor,in,front,of,the,wall,in,the,image1063,?], answer(A, (const(A,speaker)))). _parse([what,is,the,object,on,the,second,shelf,in,the,image1065,?], answer(A, (const(A,photo)))). _parse([what,is,the,object,on,the,floor,in,front,of,the,wall,in,the,image1065,?], answer(A, (const(A,cabinet)))). _parse([what,is,the,object,close,to,the,door,knob,in,the,image1065,?], answer(A, (const(A,toy)))). _parse([what,is,the,largest,object,in,the,image1066,?], answer(A, (const(A,bed)))). _parse([what,is,the,object,on,the,floor,right,of,the,bed,in,the,image1066,?], answer(A, (const(A,stool)))). _parse([what,is,the,object,on,the,floor,in,front,of,the,table,in,the,image1066,?], answer(A, (const(A,bag)))). _parse([what,is,the,object,on,the,floor,below,the,window,in,the,image1068,?], answer(A, (const(A,stool)))). _parse([what,is,the,object,on,the,floor,right,of,the,stool,in,the,image1068,?], answer(A, (const(A,garbage_bin)))). _parse([what,is,the,object,on,the,blue,box,in,the,image1068,?], answer(A, (const(A,bag)))). _parse([what,is,the,object,on,the,blue,box,in,the,image1068,?], answer(A, (const(A,bag)))). _parse([what,is,the,object,on,the,floor,right,of,the,table,in,the,image1068,?], answer(A, (const(A,bag)))). _parse([how,many,chairs,are,there,in,the,image1068,?], answer(A, (const(A,1)))). _parse([what,is,the,largest,object,in,the,image1075,?], answer(A, (const(A,bed)))). _parse([what,is,the,object,on,the,floor,right,of,the,bed,in,the,image1075,?], answer(A, (const(A,stool)))). _parse([what,is,the,object,close,to,the,wall,right,of,the,screen,in,the,image1075,?], answer(A, (const(A,window)))). _parse([what,is,the,object,close,to,the,bed,in,the,image1077,?], answer(A, (const(A,ladder)))). _parse([what,is,the,largest,object,in,the,image1077,?], answer(A, (const(A,bed)))). _parse([what,is,the,object,close,to,the,wall,in,the,image1077,?], answer(A, (const(A,picture)))). _parse([what,is,the,object,close,to,the,wall,in,the,image1078,?], answer(A, (const(A,picture)))). _parse([what,is,the,object,on,the,floor,left,of,the,wall,in,the,image1078,?], answer(A, (const(A,bed)))). _parse([what,is,the,object,on,the,table,in,the,image1078,?], answer(A, (const(A,toy)))). _parse([how,many,chairs,are,there,in,the,image1082,?], answer(A, (const(A,1)))). _parse([what,is,the,object,on,the,floor,left,of,the,wall,in,the,image1082,?], answer(A, (const(A,sofa)))). _parse([what,is,the,object,close,to,the,wall,in,the,image1082,?], answer(A, (const(A,picture)))). _parse([what,is,the,object,on,the,floor,in,front,of,the,wall,in,the,image1083,?], answer(A, (const(A,sofa)))). _parse([what,is,the,object,on,the,sofa,in,the,image1083,?], answer(A, (const(A,pillow)))). _parse([what,is,the,object,on,the,stool,in,the,image1083,?], answer(A, (const(A,bag)))). _parse([what,are,the,objects,close,to,the,shelves,in,the,image1084,?], answer(A, (const(A,books)))). _parse([what,is,the,largest,object,on,the,table,in,the,image1084,?], answer(A, (const(A,monitor)))). _parse([what,is,the,object,on,the,floor,in,front,of,the,table,in,the,image1084,?], answer(A, (const(A,chair)))). _parse([what,is,the,object,on,the,stool,in,the,image1086,?], answer(A, (const(A,lamp)))). _parse([how,many,sofas,are,there,in,the,image1086,?], answer(A, (const(A,2)))). _parse([what,is,the,object,close,to,the,wall,in,the,image1086,?], answer(A, (const(A,mirror)))). _parse([what,is,the,largest,object,in,the,image1092,?], answer(A, (const(A,bed)))). _parse([what,is,the,object,on,the,floor,left,of,the,bed,in,the,image1092,?], answer(A, (const(A,lamp)))). _parse([what,is,the,object,on,the,bed,in,the,image1092,?], answer(A, (const(A,pillow)))). _parse([what,is,the,object,close,to,the,wall,in,the,image1093,?], answer(A, (const(A,picture)))). _parse([what,is,the,object,on,the,floor,in,front,of,the,wall,in,the,image1093,?], answer(A, (const(A,cabinet)))). _parse([what,is,the,object,on,the,floor,in,front,of,the,wall,in,the,image1093,?], answer(A, (const(A,bag)))). _parse([what,is,the,object,on,the,stool,in,the,image1094,?], answer(A, (const(A,lamp)))). _parse([what,are,the,objects,on,the,bed,in,the,image1094,?], answer(A, (const(A,pillow);const(A,blanket)))). _parse([what,is,the,object,close,to,the,wall,in,the,image1094,?], answer(A, (const(A,photo)))). _parse([what,is,the,largest,object,in,the,image1097,?], answer(A, (const(A,bed)))). _parse([what,are,the,objects,on,the,bed,in,the,image1097,?], answer(A, (const(A,pillow);const(A,blanket)))). _parse([what,is,the,object,close,to,the,wall,above,the,stool,in,the,image1097,?], answer(A, (const(A,window)))). _parse([what,is,the,object,close,to,the,wall,above,the,chair,in,the,image1093,?], answer(A, (const(A,window)))). _parse([what,is,the,largest,object,in,the,image1093,?], answer(A, (const(A,bed)))). _parse([what,is,the,object,in,front,of,the,bed,in,the,image1093,?], answer(A, (const(A,lamp)))). _parse([what,is,the,largest,object,in,the,image1105,?], answer(A, (const(A,bed)))). _parse([what,is,the,object,on,the,bed,in,the,image1105,?], answer(A, (const(A,blanket)))). _parse([what,is,the,object,close,to,the,wall,above,the,bed,in,the,image1105,?], answer(A, (const(A,window)))). _parse([how,many,chairs,are,there,in,the,image1106,?], answer(A, (const(A,1)))). _parse([what,is,the,object,close,to,the,wall,behind,the,chair,in,the,image1106,?], answer(A, (const(A,door)))). _parse([what,is,the,object,close,to,the,door,in,the,image1106,?], answer(A, (const(A,door_knob)))). _parse([what,is,the,largest,object,in,the,image1116,?], answer(A, (const(A,bed)))). _parse([what,is,the,object,on,the,bed,in,the,image1116,?], answer(A, (const(A,pillow)))). _parse([what,is,the,object,close,to,the,wall,in,the,image1116,?], answer(A, (const(A,picture)))). _parse([what,is,the,object,on,the,bed,in,the,image1116,?], answer(A, (const(A,pillow)))). _parse([what,is,the,largest,object,on,the,stool,in,the,image1116,?], answer(A, (const(A,lamp)))). _parse([what,is,the,object,on,the,floor,in,front,of,the,wall,in,the,image1116,?], answer(A, (const(A,stool)))). _parse([what,is,the,object,on,the,chair,in,the,image1119,?], answer(A, (const(A,pillow)))). _parse([how,many,chairs,are,there,in,the,image1119,?], answer(A, (const(A,2)))). _parse([what,is,the,object,on,the,floor,below,the,window,in,the,image1119,?], answer(A, (const(A,stool)))). _parse([how,many,pictures,are,there,on,the,wall,in,the,image1124,?], answer(A, (const(A,3)))). _parse([what,is,the,largest,object,in,the,image1124,?], answer(A, (const(A,bed)))). _parse([what,is,the,object,on,the,floor,in,front,of,the,bed,in,the,image1124,?], answer(A, (const(A,toy)))). _parse([how,many,beds,are,there,in,the,image1127,?], answer(A, (const(A,2)))). _parse([what,is,the,object,close,to,the,wall,left,of,the,window,in,the,image1127,?], answer(A, (const(A,picture)))). _parse([what,are,the,objects,on,the,bed,in,the,image1127,?], answer(A, (const(A,pillow);const(A,blanket);const(A,bed_sheets)))). _parse([what,is,the,object,close,to,the,wall,above,the,bed,in,the,image1129,?], answer(A, (const(A,picture)))). _parse([what,are,the,objects,on,the,bed,in,the,image1129,?], answer(A, (const(A,pillow);const(A,blanket)))). _parse([what,is,the,object,on,the,floor,right,of,the,bed,in,the,image1129,?], answer(A, (const(A,stool)))). _parse([what,is,the,largest,object,in,the,image1133,?], answer(A, (const(A,bed)))). _parse([how,many,pillows,are,there,on,the,bed,in,the,image1133,?], answer(A, (const(A,2)))). _parse([what,is,the,object,on,the,stool,in,the,image1133,?], answer(A, (const(A,lamp)))). _parse([what,is,the,object,on,the,stool,in,the,image1138,?], answer(A, (const(A,television)))). _parse([what,is,the,largest,object,in,the,image1138,?], answer(A, (const(A,bed)))). _parse([what,is,the,object,behind,the,bed,in,the,image1138,?], answer(A, (const(A,lamp)))). _parse([what,is,the,largest,object,in,the,image1141,?], answer(A, (const(A,bed)))). _parse([what,are,the,objects,on,the,shelf,in,the,image1141,?], answer(A, (const(A,books)))). _parse([what,is,the,object,close,to,the,wall,left,of,the,shelf,in,the,image1141,?], answer(A, (const(A,window)))). _parse([what,are,the,objects,on,the,shelf,in,the,image1145,?], answer(A, (const(A,books)))). _parse([how,many,doors,are,open,in,the,image1145,?], answer(A, (const(A,1)))). _parse([what,is,the,largest,object,in,the,image1147,?], answer(A, (const(A,bed)))). _parse([what,are,the,objects,on,the,bed,in,the,image1147,?], answer(A, (const(A,pillow);const(A,blanket)))). _parse([what,is,the,object,on,the,floor,right,of,the,bed,in,the,image1147,?], answer(A, (const(A,stool)))). _parse([what,is,the,object,on,the,floor,close,to,the,wall,in,the,image1149,?], answer(A, (const(A,picture)))). _parse([what,is,the,object,on,the,floor,in,front,of,the,wall,in,the,image1149,?], answer(A, (const(A,cabinet)))). _parse([what,is,the,object,on,the,cabinet,in,the,image1153,?], answer(A, (const(A,bed)))). _parse([what,are,the,objects,on,the,bed,in,the,image1153,?], answer(A, (const(A,clothes)))). _parse([what,is,the,object,on,the,floor,in,the,image1153,?], answer(A, (const(A,cabinet)))). _parse([what,is,the,object,on,the,floor,in,front,of,the,chair,in,the,image1154,?], answer(A, (const(A,bag)))). _parse([how,many,chairs,are,there,in,the,image1154,?], answer(A, (const(A,1)))). _parse([what,is,the,object,close,to,the,cabinet,in,the,image1154,?], answer(A, (const(A,bag)))). _parse([what,are,the,objects,on,the,shelf,in,the,image1156,?], answer(A, (const(A,books)))). _parse([what,is,the,object,on,the,floor,left,of,the,shelf,in,the,image1156,?], answer(A, (const(A,bed)))). _parse([what,is,the,object,on,the,floor,left,of,the,table,in,the,image1156,?], answer(A, (const(A,basket)))). _parse([what,is,the,object,on,the,cabinet,in,the,image1159,?], answer(A, (const(A,photo)))). _parse([how,many,pictures,are,there,close,to,the,wall,in,the,image1159,?], answer(A, (const(A,2)))). _parse([what,is,the,largest,object,in,the,image1159,?], answer(A, (const(A,cabinet)))). _parse([how,many,pictures,are,there,close,to,the,wall,in,the,image1161,?], answer(A, (const(A,3)))). _parse([what,is,the,object,on,the,floor,in,front,of,the,wall,in,the,image1161,?], answer(A, (const(A,table)))). _parse([what,is,the,largest,object,on,the,table,in,the,image1161,?], answer(A, (const(A,lamp)))). _parse([what,is,the,object,close,to,the,wall,above,the,stool,in,the,image1162,?], answer(A, (const(A,window)))). _parse([what,is,the,object,on,the,table,in,the,image1162,?], answer(A, (const(A,photo)))). _parse([what,is,the,largest,object,in,the,image1163,?], answer(A, (const(A,bed)))). _parse([what,is,the,object,on,the,bed,in,the,image1163,?], answer(A, (const(A,pillow)))). _parse([what,is,the,object,on,the,floor,in,front,of,the,wall,in,the,image1163,?], answer(A, (const(A,stool)))). _parse([what,is,the,largest,object,in,the,image1162,?], answer(A, (const(A,bed)))). _parse([what,is,the,object,on,the,bed,in,the,image1162,?], answer(A, (const(A,pillow)))). _parse([what,is,the,object,close,to,the,wall,above,the,bed,in,the,image1162,?], answer(A, (const(A,window)))). _parse([what,is,the,object,on,the,floor,in,the,corner,in,the,image1167,?], answer(A, (const(A,lamp)))). _parse([what,is,the,object,on,the,floor,right,of,the,wall,in,the,image1167,?], answer(A, (const(A,cabinet)))). _parse([what,is,the,object,on,the,shelf,in,the,image1167,?], answer(A, (const(A,photo)))). _parse([what,is,the,largest,object,in,the,image1168,?], answer(A, (const(A,bed)))). _parse([how,many,pillows,are,there,on,the,bed,in,the,image1168,?], answer(A, (const(A,2)))). _parse([what,is,the,object,on,the,floor,in,the,image1168,?], answer(A, (const(A,box)))). _parse([how,many,chairs,are,there,in,the,image6,?], answer(A, (const(A,8)))). _parse([how,many,brown,ladders,are,there,in,the,image6,?], answer(A, (const(A,1)))). _parse([how,many,black,cameras,are,hanging,next,to,the,wall,in,the,image6,?], answer(A, (const(A,3)))). _parse([what,are,the,red,objects,in,the,image7,?], answer(A, (const(A,ladder)))). _parse([how,many,monitors,are,there,in,the,image7,?], answer(A, (const(A,3)))). _parse([how,many,black,cameras,are,there,in,the,image7,?], answer(A, (const(A,5)))). _parse([how,many,clockes,are,on,the,white,wall,above,the,telephon,in,the,image8,?], answer(A, (const(A,1)))). _parse([what,is,the,green,object,behind,the,chair,nest,to,the,telephon,and,clock,in,the,image8,?], answer(A, (const(A,curtain)))). _parse([how,many,green,objects,are,there,in,the,image8,?], answer(A, (const(A,1)))). _parse([what,is,the,red,object,on,the,white,wall,behind,the,garbage,bin,in,the,image8,?], answer(A, (const(A,fire_extinguisher)))). _parse([what,is,the,red,object,on,the,brown,table,in,front,of,the,white,wall,in,the,image9,?], answer(A, (const(A,paper_tray)))). _parse([how,many,cobalt,garbage,bin,are,there,in,the,image9,?], answer(A, (const(A,1)))). _parse([what,is,the,large,brown,object,on,the,white,wall,in,the,image9,?], answer(A, (const(A,cork_board)))). _parse([what,is,the,white,object,on,the,while,wall,in,the,image10,?], answer(A, (const(A,paper_rack)))). _parse([how,many,large,cobalt,objects,are,there,in,the,image10,?], answer(A, (const(A,1)))). _parse([how,many,printers,are,there,in,the,image11,?], answer(A, (const(A,2)))). _parse([how,many,white,stapler,are,there,on,the,table,in,the,image11,?], answer(A, (const(A,3)))). _parse([how,many,peices,of,paper,are,there,on,the,white,wall,behind,the,paper,rack,in,the,image12,?], answer(A, (const(A,2)))). _parse([what,is,the,round,object,on,the,second,right,white,cabinet,in,the,image13,?], answer(A, (const(A,clock)))). _parse([how,many,pictures,are,above,the,clock,on,the,white,second,right,cabinet,in,the,image13,?], answer(A, (const(A,2)))). _parse([how,many,white,monitors,are,there,in,the,image13,?], answer(A, (const(A,1)))). _parse([how,many,fans,are,there,in,the,image13,?], answer(A, (const(A,1)))). _parse([how,many,windows,are,there,in,the,image14,?], answer(A, (const(A,2)))). _parse([what,is,the,green,object,in,front,of,the,window,in,the,image14,?], answer(A, (const(A,plant)))). _parse([what,is,the,celery,object,next,to,the,window,and,the,plant,and,infront,of,the,white,wall,in,the,image14,?], answer(A, (const(A,sofa)))). _parse([what,object,is,on,the,white,wall,above,the,celery,couch,in,the,image14,?], answer(A, (const(A,picture)))). _parse([how,many,red,fire,extinguisher,are,there,on,the,white,wall,in,the,image15,?], answer(A, (const(A,1)))). _parse([what,object,is,on,the,wall,in,front,of,the,fire,extinguisher,in,the,image15,?], answer(A, (const(A,picture)))). _parse([what,is,the,white,object,on,top,of,the,brown,table,in,the,image16,?], answer(A, (const(A,printer)))). _parse([how,many,white,printers,are,there,in,the,image16,?], answer(A, (const(A,2)))). _parse([how,many,ladders,are,next,to,the,white,wall,in,the,image16,?], answer(A, (const(A,1)))). _parse([how,many,cobalt,books,are,there,in,the,bookshelf,in,the,image16,?], answer(A, (const(A,2)))). _parse([what,is,the,brown,object,above,the,white,dresser,in,the,image17,?], answer(A, (const(A,bookshelf)))). _parse([what,is,the,white,object,below,the,brown,bookshelf,in,the,image17,?], answer(A, (const(A,dresser)))). _parse([how,many,ladders,are,there,in,the,image17,?], answer(A, (const(A,1)))). _parse([how,many,celery,curtains,are,there,in,the,image18,?], answer(A, (const(A,1)))). _parse([how,many,black,swivel,chairs,are,there,around,the,brown,table,in,the,image19,?], answer(A, (const(A,6)))). _parse([what,object,is,above,the,brown,table,and,below,the,white,ceiling,in,the,image19,?], answer(A, (const(A,projector)))). _parse([how,many,mauve,swivel,chairs,are,there,in,the,image19,?], answer(A, (const(A,1)))). _parse([how,many,black,armchairs,are,there,next,to,the,brown,table,and,in,front,of,the,white,wall,in,the,image21,?], answer(A, (const(A,1)))). _parse([how,many,brown,cork,boards,are,there,on,the,wall,above,the,black,chair,and,dark,brown,table,in,the,image21,?], answer(A, (const(A,1)))). _parse([what,is,the,object,on,the,dark,brown,table,in,the,image21,?], answer(A, (const(A,bottle_of_soap)))). _parse([what,is,the,black,and,white,round,object,on,the,top,right,of,the,brown,cork,board,in,the,image22,?], answer(A, (const(A,clock)))). _parse([what,is,the,cobalt,object,on,the,floor,and,next,to,the,table,in,the,image22,?], answer(A, (const(A,garbage_bin)))). _parse([what,is,the,white,object,on,the,black,table,and,next,to,the,white,board,in,the,image22,?], answer(A, (const(A,printer)))). _parse([how,many,black,swivel,chairs,are,there,in,front,of,the,white,wall,in,the,image23,?], answer(A, (const(A,1)))). _parse([how,many,black,telephones,are,there,on,the,light,brown,table,in,the,image23,?], answer(A, (const(A,1)))). _parse([what,is,the,object,on,the,top,right,of,the,brown,corck,board,in,the,image23,?], answer(A, (const(A,clock)))). _parse([how,many,staplers,are,there,on,the,light,brown,table,under,the,bookshelf,in,the,image24,?], answer(A, (const(A,2)))). _parse([what,is,the,large,white,object,next,to,the,white,wall,on,the,small,table,in,the,image24,?], answer(A, (const(A,printer)))). _parse([how,many,printers,are,there,in,the,image25,?], answer(A, (const(A,1)))). _parse([how,many,rulers,are,there,in,the,image25,?], answer(A, (const(A,1)))). _parse([what,is,the,object,below,the,two,red,chairs,in,the,image26,?], answer(A, (const(A,whiteboard)))). _parse([how,many,red,chairs,are,there,in,the,image27,?], answer(A, (const(A,5)))). _parse([what,object,is,in,front,of,the,window,below,the,ceiling,in,the,image27,?], answer(A, (const(A,projector_screen)))). _parse([how,many,navy,bins,are,there,in,the,image28,?], answer(A, (const(A,2)))). _parse([what,in,the,brown,object,next,to,the,black,armchair,in,the,image28,?], answer(A, (const(A,table)))). _parse([what,is,the,object,on,the,wall,behind,the,left,navy,bin,in,the,image28,?], answer(A, (const(A,whiteboard)))). _parse([how,many,black,monitors,are,there,in,the,image29,?], answer(A, (const(A,1)))). _parse([how,many,black,speakers,are,there,in,the,image29,?], answer(A, (const(A,2)))). _parse([what,is,the,black,object,between,the,two,black,speakers,in,the,image30,?], answer(A, (const(A,monitor)))). _parse([how,many,swivel,chairs,are,there,in,front,of,the,brown,table,in,the,image30,?], answer(A, (const(A,1)))). _parse([what,object,is,behind,the,table,and,monitor,in,the,image31,?], answer(A, (const(A,water_cooler)))). _parse([what,object,is,on,the,water,cooler,in,the,image31,?], answer(A, (const(A,bottle)))). _parse([how,many,red,swivel,chairs,are,there,in,the,image31,?], answer(A, (const(A,2)))). _parse([how,many,black,speakers,are,there,in,the,image32,?], answer(A, (const(A,2)))). _parse([what,is,the,object,under,the,bottle,in,the,image32,?], answer(A, (const(A,water_cooler)))). _parse([what,is,the,object,on,the,white,wall,behind,the,red,chair,in,the,image33,?], answer(A, (const(A,whiteboard)))). _parse([what,color,is,the,swivel,chair,in,the,image33,?], answer(A, (const(A,red)))). _parse([how,many,whiteboard,erasers,are,there,in,the,image33,?], answer(A, (const(A,1)))). _parse([what,is,the,object,in,front,of,the,whiteboard,in,the,image33,?], answer(A, (const(A,chair)))). _parse([how,many,red,couches,are,there,in,the,image35,?], answer(A, (const(A,2)))). _parse([how,many,red,armchairs,are,there,in,the,image35,?], answer(A, (const(A,1)))). _parse([how,many,red,sofas,are,there,in,the,image36,?], answer(A, (const(A,1)))). _parse([how,many,cobalt,bins,are,there,in,the,image37,?], answer(A, (const(A,1)))). _parse([what,is,the,round,object,on,the,top,left,side,of,the,gray,cork,board,in,the,image37,?], answer(A, (const(A,clock)))). _parse([how,many,lamps,are,there,in,the,image37,?], answer(A, (const(A,2)))). _parse([how,many,printers,are,there,in,the,image38,?], answer(A, (const(A,2)))). _parse([how,many,black,stapler,are,there,on,the,brown,table,in,the,image38,?], answer(A, (const(A,2)))). _parse([what,is,the,black,object,on,the,brown,table,in,the,image39,?], answer(A, (const(A,telephone)))). _parse([how,many,re,swivel,chairs,are,there,around,the,table,in,the,image39,?], answer(A, (const(A,4)))). _parse([how,many,black,objests,are,there,on,the,table,in,the,image39,?], answer(A, (const(A,1)))). _parse([what,color,is,the,swivel,chair,next,to,the,kitchen,roll,in,the,image40,?], answer(A, (const(A,red)))). _parse([what,color,are,the,shutters,in,the,image40,?], answer(A, (const(A,red)))). _parse([what,is,the,large,object,on,the,white,wall,in,the,image41,?], answer(A, (const(A,whiteboard)))). _parse([what,color,is,the,red,chair,next,to,the,table,in,the,image41,?], answer(A, (const(A,red)))). _parse([how,many,doors,are,there,in,the,image43,?], answer(A, (const(A,1)))). _parse([what,is,the,brown,object,on,the,right,side,of,the,image43,?], answer(A, (const(A,door)))). _parse([what,is,the,large,black,object,next,to,the,brown,door,in,the,image43,?], answer(A, (const(A,sofa)))). _parse([what,color,is,the,sofa,in,the,image43,?], answer(A, (const(A,black)))). _parse([how,many,black,objects,are,there,in,the,image43,?], answer(A, (const(A,1)))). _parse([what,is,the,large,white,object,in,the,left,corner,of,the,image44,?], answer(A, (const(A,toilet)))). _parse([how,many,toothbrushes,are,there,in,the,image44,?], answer(A, (const(A,2)))). _parse([what,is,the,light,pink,object,next,to,the,sink,in,the,image44,?], answer(A, (const(A,hair_brush)))). _parse([what,is,the,object,next,to,the,sink,and,in,front,of,the,glass,in,the,image44,?], answer(A, (const(A,toothpaste)))). _parse([what,color,is,the,hair,brush,in,the,image45,?], answer(A, (const(A,pink)))). _parse([what,is,the,object,behind,the,toothpaste,in,the,image45,?], answer(A, (const(A,glass)))). _parse([what,is,the,white,object,in,the,center,of,the,image46,?], answer(A, (const(A,sink)))). _parse([what,is,the,object,between,the,sink,and,the,white,towel,in,the,image46,?], answer(A, (const(A,pot)))). _parse([what,color,is,the,towel,in,the,image46,?], answer(A, (const(A,white)))). _parse([what,is,the,light,blue,object,in,the,left,side,of,the,image47,?], answer(A, (const(A,shower_curtain)))). _parse([what,is,the,small,white,object,next,to,the,toilet,in,the,image47,?], answer(A, (const(A,toilet_paper)))). _parse([what,is,the,red,object,under,the,mirror,in,the,image47,?], answer(A, (const(A,tissue_box)))). _parse([what,is,the,violet,object,next,to,the,faucet,in,the,image48,?], answer(A, (const(A,bottle_of_soap)))). _parse([what,is,the,large,white,object,in,the,right,side,of,the,image48,?], answer(A, (const(A,sink)))). _parse([what,color,is,the,sink,in,the,image48,?], answer(A, (const(A,white)))). _parse([what,is,the,light,pink,object,next,to,the,sink,in,the,image49,?], answer(A, (const(A,bottle_of_soap)))). _parse([how,many,blue,electronic,tooth,brushes,are,there,in,the,image49,?], answer(A, (const(A,1)))). _parse([how,many,cobalt,tooth,brushes,are,there,in,the,image49,?], answer(A, (const(A,2)))). _parse([what,is,the,large,camel,object,on,the,right,side,of,the,image50,?], answer(A, (const(A,sofa)))). _parse([what,color,is,the,couch,in,the,image50,?], answer(A, (const(A,brown)))). _parse([how,many,lamps,are,there,in,the,image50,?], answer(A, (const(A,1)))). _parse([how,many,pillows,are,there,on,corner,of,the,camel,couch,in,the,image50,?], answer(A, (const(A,1)))). _parse([how,many,black,armchairs,are,there,next,to,the,white,wall,in,the,image51,?], answer(A, (const(A,1)))). _parse([what,is,the,largest,object,in,the,image51,?], answer(A, (const(A,bookshelf)))). _parse([what,is,the,white,object,in,the,candlestick,in,the,image52,?], answer(A, (const(A,candle)))). _parse([how,many,bananas,are,there,in,the,black,plate,in,the,image52,?], answer(A, (const(A,2)))). _parse([what,is,the,large,object,on,the,white,wall,behind,the,white,candles,in,the,image52,?], answer(A, (const(A,mirror)))). _parse([what,is,the,metallic,object,nest,to,the,white,wall,on,the,floor,in,the,image53,?], answer(A, (const(A,bin)))). _parse([what,is,the,largest,object,on,the,table,in,the,image53,?], answer(A, (const(A,book)))). _parse([what,is,the,large,white,object,on,the,table,next,to,the,book,in,the,image54,?], answer(A, (const(A,laptop)))). _parse([how,many,objects,are,there,on,the,wall,in,the,image54,?], answer(A, (const(A,2)))). _parse([how,many,pillows,are,there,on,the,bed,in,the,image56,?], answer(A, (const(A,3)))). _parse([what,is,the,object,on,the,dresser,in,the,image56,?], answer(A, (const(A,tissue_box)))). _parse([what,is,the,light,brown,object,next,to,the,bed,in,the,image56,?], answer(A, (const(A,dresser)))). _parse([what,is,the,green,object,behind,the,black,chair,in,the,image57,?], answer(A, (const(A,tissue_box)))). _parse([what,is,the,large,black,objest,in,the,left,side,of,the,image57,?], answer(A, (const(A,chair)))). _parse([how,many,brown,pillows,are,there,on,the,bed,in,the,image58,?], answer(A, (const(A,2)))). _parse([how,many,objects,are,there,on,the,wall,in,the,image58,?], answer(A, (const(A,1)))). _parse([how,many,black,objects,are,there,in,the,image59,?], answer(A, (const(A,2)))). _parse([what,is,the,white,object,on,the,floor,next,to,the,wall,in,the,image59,?], answer(A, (const(A,toilet_paper)))). _parse([what,is,the,big,white,object,in,the,image60,?], answer(A, (const(A,mattress)))). _parse([how,many,brown,paper,bags,are,there,on,the,floor,in,the,image61,?], answer(A, (const(A,1)))). _parse([what,is,the,big,brown,object,in,the,image62,?], answer(A, (const(A,dresser)))). _parse([what,is,the,big,black,object,on,the,dresser,in,front,of,the,white,wall,in,the,image63,?], answer(A, (const(A,monitor)))). _parse([what,is,the,light,brown,object,in,the,right,corner,of,the,image63,?], answer(A, (const(A,dresser)))). _parse([how,many,white,pillows,are,there,on,the,bed,in,the,image64,?], answer(A, (const(A,1)))). _parse([how,many,black,objects,are,there,in,the,image65,?], answer(A, (const(A,1)))). _parse([what,is,the,large,brown,object,in,the,image66,?], answer(A, (const(A,dresser)))). _parse([what,is,the,largest,object,in,the,image66,?], answer(A, (const(A,1)))). _parse([what,is,the,large,white,object,in,the,left,side,of,the,light,brown,dresser,in,the,image66,?], answer(A, (const(A,curtain)))). _parse([how,many,brown,objects,are,there,in,the,image66,?], answer(A, (const(A,1)))). _parse([what,is,the,largest,object,in,the,image67,?], answer(A, (const(A,bookshelf)))). _parse([what,color,is,the,dresser,in,the,image68,?], answer(A, (const(A,brown)))). _parse([what,solor,is,the,bookshelf,in,the,image69,?], answer(A, (const(A,brown)))). _parse([how,many,pink,bags,are,there,in,the,image69,?], answer(A, (const(A,1)))). _parse([how,many,pillows,are,there,in,on,the,bed,in,the,image70,?], answer(A, (const(A,2)))). _parse([how,many,candles,are,there,in,the,image1379,?], answer(A, (const(A,2)))). _parse([what,color,are,the,walls,in,the,image1381,?], answer(A, (const(A,blue)))). _parse([what,color,is,the,piano,in,the,image1387,?], answer(A, (const(A,brown)))). _parse([how,many,objects,are,there,on,the,wall,and,on,the,left,side,of,the,window,in,the,image1390,?], answer(A, (const(A,3)))). _parse([how,many,frames,are,there,on,the,wall,in,the,image1397,?], answer(A, (const(A,3)))). _parse([what,color,is,the,curtain,in,the,image1401,?], answer(A, (const(A,white)))). _parse([how,many,mirrors,are,on,the,wall,in,the,image1405,?], answer(A, (const(A,1)))). _parse([how,many,dark,brown,chairs,are,there,in,the,image1406,?], answer(A, (const(A,8)))). _parse([what,color,are,the,walls,in,the,image1407,?], answer(A, (const(A,white)))). _parse([how,many,frames,are,there,on,the,wall,in,the,image1408,?], answer(A, (const(A,2)))). _parse([how,many,objects,are,there,on,the,wall,in,the,image1414,?], answer(A, (const(A,1)))). _parse([how,many,purple,chairs,are,there,in,the,image1419,?], answer(A, (const(A,1)))). _parse([how,many,white,chairs,are,there,around,the,dinner,table,in,the,image1428,?], answer(A, (const(A,8)))). _parse([how,many,chairs,are,there,around,the,brown,table,in,the,image1431,?], answer(A, (const(A,7)))). _parse([what,color,is,the,dinner,table,in,the,image1433,?], answer(A, (const(A,brown)))). _parse([how,many,windows,are,there,in,the,image1438,?], answer(A, (const(A,1)))). _parse([how,many,lamps,are,there,in,the,image1443,?], answer(A, (const(A,1)))). _parse([how,many,pillows,are,there,on,the,sofa,in,the,right,side,of,the,man,in,the,image229,?], answer(A, (const(A,2)))). _parse([how,many,windows,are,there,in,the,image1324,?], answer(A, (const(A,3)))). _parse([what,color,is,the,microwave,in,the,image791,?], answer(A, (const(A,white)))). _parse([what,is,the,red,object,hanged,on,the,white,wall,nest,to,the,umbrella,in,the,image150,?], answer(A, (const(A,bag)))). _parse([how,many,ladders,are,there,in,the,image1201,?], answer(A, (const(A,1)))). _parse([what,color,is,the,armchair,behind,the,table,in,the,image1204,?], answer(A, (const(A,white)))). _parse([how,many,pillows,are,there,on,the,bed,in,the,image1021,?], answer(A, (const(A,2)))). _parse([what,is,the,dark,brown,object,next,to,the,big,dark,brown,bed,in,the,image972,?], answer(A, (const(A,drawer)))). _parse([what,is,the,brown,object,in,front,of,the,sofa,in,the,image486,?], answer(A, (const(A,carton)))). _parse([how,many,windows,are,there,in,the,image275,?], answer(A, (const(A,4)))). _parse([what,color,is,the,ball,next,to,the,bed,in,the,image1185,?], answer(A, (const(A,red)))). _parse([how,many,monitors,are,there,in,the,image819,?], answer(A, (const(A,1)))). _parse([how,many,pillows,are,there,on,the,big,couch,in,the,image368,?], answer(A, (const(A,2)))). _parse([what,color,is,the,chair,in,the,image360,?], answer(A, (const(A,black)))). _parse([what,is,the,black,object,on,the,corner,of,the,desk,in,the,image638,?], answer(A, (const(A,monitor)))). _parse([what,color,is,the,flower,pot,on,the,table,in,the,image1207,?], answer(A, (const(A,black)))). _parse([how,many,black,chairs,are,there,in,the,image470,?], answer(A, (const(A,2)))). _parse([how,many,open,doors,are,there,in,the,image221,?], answer(A, (const(A,1)))). _parse([how,many,lamps,are,there,in,the,image1048,?], answer(A, (const(A,1)))). _parse([what,color,is,the,chair,in,the,image256,?], answer(A, (const(A,red)))). _parse([what,is,the,object,above,the,toilet,and,the,sink,in,the,image738,?], answer(A, (const(A,mirror)))). _parse([how,many,picture,frames,are,the,on,the,wall,in,the,image1413,?], answer(A, (const(A,5)))). _parse([what,color,is,the,garbage,bin,in,the,image826,?], answer(A, (const(A,white)))). _parse([what,color,are,the,small,chairs,in,the,image1315,?], answer(A, (const(A,red)))). _parse([how,many,armchairs,are,there,in,the,image592,?], answer(A, (const(A,1)))). _parse([what,color,is,the,towel,in,the,image690,?], answer(A, (const(A,pink)))). _parse([what,is,the,largest,object,in,the,image1282,?], answer(A, (const(A,piano)))). _parse([what,color,are,the,cabinets,in,the,image197,?], answer(A, (const(A,brown)))). _parse([how,many,dressers,are,there,in,the,image1047,?], answer(A, (const(A,2)))). _parse([what,is,the,big,object,in,the,left,side,of,the,toilet,and,in,front,of,the,wall,in,the,image508,?], answer(A, (const(A,garbage_bin)))). _parse([how,many,tables,are,there,in,the,image1419,?], answer(A, (const(A,2)))). _parse([how,many,sinks,are,there,in,the,image735,?], answer(A, (const(A,2)))). _parse([what,color,are,the,chairs,in,the,image284,?], answer(A, (const(A,black)))). _parse([what,is,the,big,white,object,in,the,right,side,of,the,image492,?], answer(A, (const(A,ironing_board)))). _parse([how,many,windows,are,there,in,the,image748,?], answer(A, (const(A,3)))). _parse([how,many,brown,round,tables,are,there,in,the,image227,?], answer(A, (const(A,2)))). _parse([what,color,is,the,curtain,in,the,image1401,?], answer(A, (const(A,white)))). _parse([how,many,chairs,are,there,in,the,image887,?], answer(A, (const(A,1)))). _parse([what,color,is,the,door,in,the,image1397,?], answer(A, (const(A,white)))). _parse([how,many,rectangle,frames,are,there,on,the,wall,and,above,the,lamp,in,the,image217,?], answer(A, (const(A,1)))). _parse([what,color,is,the,towel,in,the,image727,?], answer(A, (const(A,white)))). _parse([how,many,open,doors,are,there,in,the,image212,?], answer(A, (const(A,1)))). _parse([what,is,the,object,on,the,wall,and,above,the,television,in,the,image163,?], answer(A, (const(A,clock)))). _parse([what,color,is,the,telephone,in,the,image856,?], answer(A, (const(A,black)))). _parse([what,color,is,the,board,in,the,image323,?], answer(A, (const(A,black)))). _parse([how,many,pictures,are,there,on,the,white,wall,in,the,image183,?], answer(A, (const(A,2)))). _parse([how,many,frames,are,there,on,the,wall,and,above,the,dresser,in,the,image921,?], answer(A, (const(A,3)))). _parse([what,is,the,black,object,in,front,of,the,white,wall,and,between,the,two,windows,in,the,image1279,?], answer(A, (const(A,table)))). _parse([how,manu,black,armchairs,are,there,in,the,image1255,?], answer(A, (const(A,2)))). _parse([what,color,is,the,electrical,kettle,in,the,image844,?], answer(A, (const(A,black)))). _parse([how,many,objects,are,there,on,the,white,blanket,in,the,image953,?], answer(A, (const(A,1)))). _parse([what,is,the,big,black,object,next,to,the,books,in,the,image1251,?], answer(A, (const(A,television)))). _parse([how,many,pillows,are,there,on,the,bed,in,the,image1075,?], answer(A, (const(A,2)))). _parse([how,many,chairs,are,there,around,the,table,in,the,image550,?], answer(A, (const(A,6)))). _parse([how,many,objects,are,there,on,the,wall,in,the,image167,?], answer(A, (const(A,1)))). _parse([what,color,is,the,roll,of,paper,towels,in,the,image252,?], answer(A, (const(A,1)))). _parse([how,many,drawers,are,there,in,the,image670,?], answer(A, (const(A,5)))). _parse([what,color,are,the,cabinets,in,the,image870,?], answer(A, (const(A,white)))). _parse([how,many,dark,brown,chairs,are,there,around,the,table,in,the,image799,?], answer(A, (const(A,3)))). _parse([how,many,black,chairs,are,there,next,to,the,table,in,the,image596,?], answer(A, (const(A,2)))). _parse([what,is,the,big,object,on,the,big,dark,brown,dresser,in,the,image1193,?], answer(A, (const(A,television)))). _parse([how,many,towels,are,there,in,the,image674,?], answer(A, (const(A,3)))). _parse([how,many,laptops,are,there,in,the,image146,?], answer(A, (const(A,1)))). _parse([how,many,pillows,are,there,on,the,gray,armchair,in,the,image173,?], answer(A, (const(A,1)))). _parse([what,is,the,big,white,object,in,the,right,side,of,the,brown,bed,in,the,image398,?], answer(A, (const(A,pillow)))). _parse([how,many,lamps,are,there,in,the,image1167,?], answer(A, (const(A,1)))). _parse([how,many,white,knives,are,there,in,the,image898,?], answer(A, (const(A,2)))). _parse([how,many,squer,tables,are,there,in,the,image342,?], answer(A, (const(A,1)))). _parse([what,color,is,the,drawer,in,the,image975,?], answer(A, (const(A,black)))). _parse([what,is,the,object,in,front,of,the,window,in,the,image1113,?], answer(A, (const(A,curtain)))). _parse([how,many,pillows,are,there,on,the,red,couch,in,the,image202,?], answer(A, (const(A,4)))). _parse([how,many,beds,are,there,in,the,image931,?], answer(A, (const(A,2)))). _parse([how,many,pictures,are,there,on,the,dresser,in,the,image175,?], answer(A, (const(A,1)))). _parse([where,are,the,books,in,the,image627,?], answer(A, (const(A,bookshelf)))). _parse([what,is,largest,object,in,the,image1359,?], answer(A, (const(A,table)))). _parse([how,many,doors,are,there,in,the,image681,?], answer(A, (const(A,2)))). _parse([what,is,the,big,white,object,behind,the,table,in,the,image415,?], answer(A, (const(A,refridgerator)))). _parse([how,many,sofas,are,there,in,the,image598,?], answer(A, (const(A,2)))). _parse([how,many,picture,frames,are,there,in,the,image842,?], answer(A, (const(A,2)))). _parse([what,color,is,the,bookshelf,in,the,image90,?], answer(A, (const(A,brown)))). _parse([how,many,blue,towels,are,there,in,image688,?], answer(A, (const(A,2)))). _parse([how,many,light,brown,desks,are,there,in,front,of,the,white,wall,and,behind,the,dark,brown,chair,in,the,image1173,?], answer(A, (const(A,1)))). _parse([how,many,red,pillows,are,there,on,the,sofa,in,the,image644,?], answer(A, (const(A,2)))). _parse([how,many,square,leather,stool,are,there,in,the,image434,?], answer(A, (const(A,1)))). _parse([what,is,the,black,object,in,front,of,the,stove,in,the,image568,?], answer(A, (const(A,bin)))). _parse([what,is,the,big,object,on,the,wall,above,the,sink,towel,and,faucet,in,the,image656,?], answer(A, (const(A,mirror)))). _parse([how,many,white,candles,are,there,in,the,image1428,?], answer(A, (const(A,3)))). _parse([how,many,objects,are,there,on,the,table,in,the,image414,?], answer(A, (const(A,2)))). _parse([how,many,beds,are,there,in,the,image1186,?], answer(A, (const(A,2)))). _parse([what,is,the,largest,object,in,the,image1170,which,contains,some,book,in,the,image1170,?], answer(A, (const(A,bookshelf)))). _parse([what,is,the,green,object,in,front,of,the,whiteboard,in,the,image120,?], answer(A, (const(A,plant)))). _parse([what,color,are,the,chairs,in,the,image307,?], answer(A, (const(A,blue)))). _parse([how,many,dark,brown,squere,tea,table,are,there,in,the,image419,?], answer(A, (const(A,1)))). _parse([what,color,is,the,armchair,in,the,image444,?], answer(A, (const(A,brown)))). _parse([how,many,armchairs,are,there,in,the,image1265,?], answer(A, (const(A,2)))). _parse([how,many,blue,tables,are,there,in,the,image319,?], answer(A, (const(A,1)))). _parse([what,is,the,biggest,dark,brown,object,in,the,image1407,?], answer(A, (const(A,table)))). _parse([what,is,the,object,above,the,chairs,and,next,to,the,clock,in,the,image282,?], answer(A, (const(A,window)))). _parse([what,is,the,white,object,in,front,of,the,wall,in,the,image665,?], answer(A, (const(A,towel)))). _parse([what,is,the,big,white,object,in,the,left,side,on,the,black,electronic,kettle,in,the,image875,?], answer(A, (const(A,refridgerator)))). _parse([what,color,are,the,cabinets,in,the,image138,?], answer(A, (const(A,brown)))). _parse([what,color,is,the,sofa,in,the,image1311,?], answer(A, (const(A,brown)))). _parse([how,many,mirrors,are,there,on,the,wall,and,next,to,the,window,in,the,image990,?], answer(A, (const(A,1)))). _parse([what,color,is,the,rocking,chair,in,the,image1106,?], answer(A, (const(A,brown)))). _parse([how,many,blue,chairs,are,there,around,the,round,table,in,the,image322,?], answer(A, (const(A,4)))). _parse([how,many,roll,of,paper,towels,are,there,in,the,image759,?], answer(A, (const(A,1)))). _parse([what,color,is,the,garbage,bin,in,the,image952,?], answer(A, (const(A,white)))). _parse([what,color,are,the,armchairs,in,the,image379,?], answer(A, (const(A,brown)))). _parse([how,many,televisions,are,there,in,the,image595,?], answer(A, (const(A,1)))). _parse([what,is,the,largest,object,in,the,image209,?], answer(A, (const(A,sofa)))). _parse([what,color,are,the,chairs,around,the,table,in,the,image327,?], answer(A, (const(A,blue)))). _parse([what,is,the,black,animal,that,is,lying,on,the,carpet,and,in,front,of,the,blue,sofa,in,the,image1331,?], answer(A, (const(A,dog)))). _parse([what,color,is,the,table,in,the,image1364,?], answer(A, (const(A,brown)))). _parse([how,many,sofas,are,there,in,the,image1337,?], answer(A, (const(A,1)))). _parse([how,many,brown,tables,are,there,in,the,image1289,?], answer(A, (const(A,3)))). _parse([what,color,is,the,blanket,in,the,image1105,?], answer(A, (const(A,white)))). _parse([how,many,tables,are,there,in,the,image85,?], answer(A, (const(A,2)))). _parse([what,color,are,the,cabinets,in,the,image765,?], answer(A, (const(A,brown)))). _parse([how,many,frames,are,there,on,the,wall,in,the,image1161,?], answer(A, (const(A,3)))). _parse([what,color,is,the,dresser,in,the,image1055,?], answer(A, (const(A,brown)))). _parse([what,is,the,big,white,object,on,the,white,wall,and,behind,the,desks,and,green,chairs,in,the,image298,?], answer(A, (const(A,whiteboard)))). _parse([what,is,the,big,white,object,in,the,right,side,of,the,image730,?], answer(A, (const(A,toilet)))). _parse([what,color,is,the,door,in,the,image485,?], answer(A, (const(A,white)))). _parse([what,color,is,the,armchair,in,the,image1226,?], answer(A, (const(A,black)))). _parse([how,many,frames,are,there,on,the,wall,in,the,image888,?], answer(A, (const(A,1)))). _parse([what,is,the,yellow,object,on,the,brown,table,in,the,image852,?], answer(A, (const(A,banana)))). _parse([what,is,the,object,in,the,right,side,of,the,faucet,and,in,front,of,the,mirror,in,the,image702,?], answer(A, (const(A,bottle_of_soap)))). _parse([how,many,green,lamps,are,there,on,the,desk,in,the,image585,?], answer(A, (const(A,1)))). _parse([what,color,are,the,walls,in,the,image93,?], answer(A, (const(A,purple)))). _parse([how,many,dark,brown,chairs,are,there,around,the,dark,brown,table,in,the,image1408,?], answer(A, (const(A,6)))). _parse([what,color,are,the,bed,sheets,in,the,image1140,?], answer(A, (const(A,white)))). _parse([how,many,laptops,are,there,in,the,image376,?], answer(A, (const(A,1)))). _parse([how,many,televisions,are,there,in,the,image164,?], answer(A, (const(A,1)))). _parse([what,is,the,big,object,behind,the,big,black,table,in,the,image1313,?], answer(A, (const(A,fireplace)))). _parse([how,many,plants,are,there,in,the,image900,?], answer(A, (const(A,2)))). _parse([what,is,the,biggest,object,in,the,image914,?], answer(A, (const(A,bed)))). _parse([how,many,black,armchairs,are,there,in,the,image1297,?], answer(A, (const(A,2)))). _parse([what,color,are,the,bed,sheets,in,the,image989,?], answer(A, (const(A,red)))). _parse([how,many,picture,frames,are,there,on,the,wall,in,the,image1017,?], answer(A, (const(A,3)))). _parse([how,many,plum,pillows,are,there,on,the,brown,carpet,and,next,to,the,bed,in,the,image1063,?], answer(A, (const(A,1)))). _parse([what,color,are,the,walls,in,the,image1090,?], answer(A, (const(A,blue)))). _parse([what,is,the,big,object,in,the,left,side,of,the,big,black,dresser,in,the,image530,?], answer(A, (const(A,dresser)))). _parse([how,many,televisions,are,there,in,the,image169,?], answer(A, (const(A,1)))). _parse([how,many,frames,are,there,on,the,wall,in,the,image1365,?], answer(A, (const(A,4)))). _parse([how,many,toilet,papers,are,there,in,the,image704,?], answer(A, (const(A,5)))). _parse([how,many,beds,are,there,in,the,image522,?], answer(A, (const(A,1)))). _parse([what,color,is,the,table,in,the,image1431,?], answer(A, (const(A,brown)))). _parse([what,is,the,object,in,front,of,the,gray,sofa,in,the,image1211,?], answer(A, (const(A,table)))). _parse([what,color,is,the,tissue,box,in,the,image501,?], answer(A, (const(A,purple)))). _parse([how,many,chairs,are,there,in,the,image901,?], answer(A, (const(A,3)))). _parse([how,many,windows,are,there,in,the,image1390,?], answer(A, (const(A,2)))). _parse([what,color,is,the,swivel,chair,in,the,image624,?], answer(A, (const(A,black)))). _parse([how,many,purple,pillows,are,there,on,the,bed,in,the,image1196,?], answer(A, (const(A,1)))). _parse([what,color,is,the,television,in,the,image402,?], answer(A, (const(A,black)))). _parse([what,color,is,the,towel,in,the,image729,?], answer(A, (const(A,white)))). _parse([what,is,the,white,object,in,the,left,side,of,the,toilet,in,the,image497,?], answer(A, (const(A,garbage_bin)))). _parse([what,is,the,brown,object,on,the,bed,in,the,image1098,?], answer(A, (const(A,blanket)))). _parse([how,many,closed,doors,are,there,in,the,image222,?], answer(A, (const(A,2)))). _parse([what,is,the,white,object,ext,to,the,hair,brush,in,the,image720,?], answer(A, (const(A,hair_dryer)))). _parse([how,many,armchairs,are,there,in,the,image1232,?], answer(A, (const(A,2)))). _parse([what,color,is,the,sofa,in,the,image1329,?], answer(A, (const(A,brown)))). _parse([what,color,are,the,cabinets,in,the,image796,?], answer(A, (const(A,brown)))). _parse([what,color,are,the,cabinets,in,the,image764,?], answer(A, (const(A,brown)))). _parse([how,many,beds,are,there,in,the,image950,?], answer(A, (const(A,1)))). _parse([how,many,black,chairs,are,there,in,front,of,the,white,wall,in,the,image615,?], answer(A, (const(A,2)))). _parse([what,is,the,brown,object,on,the,bed,in,the,image82,?], answer(A, (const(A,blanket)))). _parse([what,color,is,the,garbage,bin,in,the,image338,?], answer(A, (const(A,blue)))). _parse([how,many,pillows,are,there,on,the,sofa,in,the,image1267,?], answer(A, (const(A,1)))). _parse([what,color,is,the,tea,table,in,the,image1275,?], answer(A, (const(A,brown)))). _parse([how,many,objects,are,there,on,the,wall,and,above,the,pillows,in,the,image516,?], answer(A, (const(A,1)))). _parse([how,many,chairs,are,there,in,the,image831,?], answer(A, (const(A,1)))). _parse([how,manu,blue,chair,are,there,in,the,image290,?], answer(A, (const(A,8)))). _parse([what,is,the,object,on,the,dark,brown,desk,and,behind,the,lamp,in,the,image185,?], answer(A, (const(A,monitor)))). _parse([how,many,objects,are,there,on,the,drawer,in,the,image1118,?], answer(A, (const(A,3)))). _parse([what,color,is,the,table,in,the,image1273,?], answer(A, (const(A,black)))). _parse([how,many,red,pillow,are,there,on,the,bed,next,to,the,black,pillow,in,the,image978,?], answer(A, (const(A,2)))). _parse([what,color,are,the,beds,in,the,image1128,?], answer(A, (const(A,white)))). _parse([how,many,black,bags,are,there,in,the,image634,?], answer(A, (const(A,1)))). _parse([what,color,is,the,bed,in,the,image535,?], answer(A, (const(A,brown)))). _parse([what,is,the,green,object,in,the,right,side,of,the,brown,door,in,the,image927,?], answer(A, (const(A,curtain)))). _parse([what,is,hung,on,the,wall,close,to,the,garbage,bin,in,the,image1,?], answer(A, (const(A,fire_extinguisher)))). _parse([how,many,bins,are,there,in,the,image1,?], answer(A, (const(A,2)))). _parse([what,are,the,colors,of,the,garbage,bins,in,the,image1,?], answer(A, (const(A,black);const(A,gray)))). _parse([how,many,bottles,of,liquid,are,there,near,the,sink,in,the,image2,?], answer(A, (const(A,5)))). _parse([how,many,papers,are,stuck,on,the,refridgerator,in,the,image2,?], answer(A, (const(A,2)))). _parse([which,equipment,is,the,largest,in,the,image2,?], answer(A, (const(A,refridgerator)))). _parse([what,is,on,the,cardboard,box,in,the,image3,?], answer(A, (const(A,telephone)))). _parse([what,is,there,next,to,the,scissor,on,the,table,in,the,image3,?], answer(A, (const(A,tape)))). _parse([what,is,behind,the,tape,in,the,image3,?], answer(A, (const(A,book)))). _parse([how,many,liquid,bottles,are,there,on,the,table,in,the,image4,?], answer(A, (const(A,10)))). _parse([what,is,in,front,of,the,table,in,the,image4,?], answer(A, (const(A,chair)))). _parse([what,is,on,the,right,side,of,the,laptop,in,the,image4,?], answer(A, (const(A,plastic_cup_of_coffee)))). _parse([what,is,the,largest,item,in,the,image5,?], answer(A, (const(A,table)))). _parse([what,is,the,colour,of,the,text,on,the,whiteboard,in,the,image5,?], answer(A, (const(A,green)))). _parse([how,many,speakers,are,there,in,the,room,in,the,image5,?], answer(A, (const(A,3)))). _parse([what,is,on,the,left,side,of,the,whiteboard,in,the,image5,?], answer(A, (const(A,stacked_chairs)))). _parse([how,many,chairs,are,there,in,the,image6,?], answer(A, (const(A,8)))). _parse([what,is,the,colour,of,the,computer,in,the,image6,?], answer(A, (const(A,black)))). _parse([what,is,the,color,of,the,chairs,in,the,image6,?], answer(A, (const(A,blue)))). _parse([how,many,monitors,are,there,in,the,image7,?], answer(A, (const(A,3)))). _parse([what,is,in,front,of,the,projector,screen,in,the,image7,?], answer(A, (const(A,ladder)))). _parse([how,many,speakers,are,there,in,the,image7,?], answer(A, (const(A,5)))). _parse([what,is,in,between,the,monitor,that,is,on,and,off,in,the,image7,?], answer(A, (const(A,green_screen)))). _parse([what,is,hung,on,the,wall,above,the,telephone,in,the,image8,?], answer(A, (const(A,clock)))). _parse([what,is,in,front,of,the,closed,door,in,the,image8,?], answer(A, (const(A,garbage_bin)))). _parse([what,is,the,colour,of,the,screen,in,the,image8,?], answer(A, (const(A,green)))). _parse([what,is,there,in,front,of,the,screen,in,the,image8,?], answer(A, (const(A,chair)))). _parse([how,many,doors,are,open,in,the,image8,?], answer(A, (const(A,1)))). _parse([what,is,on,the,white,and,brown,table,in,the,image9,?], answer(A, (const(A,bottle_of_liquid)))). _parse([what,is,hung,on,the,wall,in,the,image9,?], answer(A, (const(A,framed_certificate)))). _parse([what,is,the,colour,of,the,poster,board,in,the,image9,?], answer(A, (const(A,brown)))). _parse([how,many,posters,are,there,on,the,poster,board,in,the,image9,?], answer(A, (const(A,4)))). _parse([how,many,machines,are,there,in,the,image10,?], answer(A, (const(A,3)))). _parse([what,are,the,machines,on,the,table,in,the,image10,?], answer(A, (const(A,fax_machine);const(A,printer)))). _parse([what,is,the,color,of,the,rack,placed,above,the,table,in,the,image10,?], answer(A, (const(A,white)))). _parse([what,is,on,the,left,side,of,the,printer,in,the,image11,?], answer(A, (const(A,pen_cup)))). _parse([what,is,the,color,of,the,stand,next,to,the,fax,machine,in,the,image11,?], answer(A, (const(A,blue)))). _parse([how,many,shelves,are,filled,in,the,rack,in,the,image11,?], answer(A, (const(A,19)))). _parse([how,many,papers,are,stuck,on,the,wall,in,the,image11,?], answer(A, (const(A,7)))). _parse([what,is,the,color,of,box,that,has,nyu,printed,on,it,in,the,image12,?], answer(A, (const(A,white)))). _parse([how,many,doors,are,there,in,the,room,in,the,image12,?], answer(A, (const(A,5)))). _parse([what,is,the,color,of,the,cupboard,that,is,close,to,the,garbage,bin,in,the,image12,?], answer(A, (const(A,gray)))). _parse([what,is,the,color,of,the,garbage,bin,in,the,image12,?], answer(A, (const(A,blue)))). _parse([what,is,the,color,of,the,computer,monitor,in,the,image13,?], answer(A, (const(A,white)))). _parse([how,many,pictures,are,stuck,around,the,clock,in,the,image13,?], answer(A, (const(A,5)))). _parse([how,many,plants,are,there,in,the,image14,?], answer(A, (const(A,1)))). _parse([what,is,hung,on,the,wall,in,the,image14,?], answer(A, (const(A,picture)))). _parse([what,is,in,front,of,the,plant,in,the,image14,?], answer(A, (const(A,sofa)))). _parse([how,many,papers,are,stuck,on,the,wall,in,the,image14,?], answer(A, (const(A,1)))). _parse([what,is,the,safety,equipment,that,is,on,the,wall,in,the,image15,?], answer(A, (const(A,fire_extinguisher)))). _parse([what,is,the,object,that,is,visible,in,the,straight,farthest,point,in,the,image15,?], answer(A, (const(A,sofa)))). _parse([what,is,the,colour,of,the,carpet,in,the,image15,?], answer(A, (const(A,gray)))). _parse([what,is,hung,on,the,right,side,wall,in,the,image15,?], answer(A, (const(A,picture)))). _parse([what,do,the,shelves,hold,in,the,image16,?], answer(A, (const(A,books);const(A,file)))). _parse([what,is,the,colour,of,the,table,in,the,image17,?], answer(A, (const(A,brown)))). _parse([what,is,on,the,ride,side,of,the,table,in,the,image17,?], answer(A, (const(A,ladder)))). _parse([what,is,in,between,the,shelf,and,the,white,draw,in,the,image17,?], answer(A, (const(A,plastic_box)))). _parse([what,is,the,colour,of,the,board,on,the,wall,behind,the,ladder,in,the,image18,?], answer(A, (const(A,red)))). _parse([what,is,diagonally,placed,in,front,of,the,ladder,in,the,image18,?], answer(A, (const(A,table)))). _parse([how,many,red,objects,are,visible,in,the,image18,?], answer(A, (const(A,5)))). _parse([what,is,on,the,wall,in,the,image19,?], answer(A, (const(A,projector_screen)))). _parse([what,is,suspended,from,the,ceiling,in,the,image19,?], answer(A, (const(A,projector)))). _parse([how,many,chairs,are,there,surrounding,the,table,in,the,image19,?], answer(A, (const(A,6)))). _parse([what,is,near,the,wall,in,the,image19,?], answer(A, (const(A,stacked_chairs)))). _parse([what,is,the,colour,of,the,chair,near,the,stacked,chairs,in,the,image19,?], answer(A, (const(A,red)))). _parse([what,is,the,largest,object,in,the,image20,?], answer(A, (const(A,table)))). _parse([how,many,tables,are,there,in,the,image20,?], answer(A, (const(A,3)))). _parse([what,is,stuck,on,the,right,wall,in,the,image20,?], answer(A, (const(A,paper)))). _parse([what,is,on,the,table,in,the,image21,?], answer(A, (const(A,bottle_of_liquid)))). _parse([what,is,running,above,the,wall,clock,in,the,image21,?], answer(A, (const(A,cables)))). _parse([what,is,hanging,diagonally,behind,the,water,dispenser,in,the,image21,?], answer(A, (const(A,telephone)))). _parse([how,many,posters,are,held,by,the,poster,board,in,the,image21,?], answer(A, (const(A,6)))). _parse([what,is,right,side,to,the,telephone,in,the,image21,?], answer(A, (const(A,paper)))). _parse([what,is,left,side,of,the,table,in,the,image21,?], answer(A, (const(A,chair)))). _parse([what,is,behind,the,glue,in,the,image22,?], answer(A, (const(A,bottle_of_liquid)))). _parse([what,is,left,of,the,table,in,the,image22,?], answer(A, (const(A,garbage_bin)))). _parse([what,is,on,the,chair,in,the,image23,?], answer(A, (const(A,jacket)))). _parse([how,many,framed,pictures,are,there,in,the,image23,?], answer(A, (const(A,1)))). _parse([what,is,on,the,left,of,the,poster,board,in,the,image23,?], answer(A, (const(A,coat_hanger)))). _parse([how,many,sticky,notes,are,there,on,the,poster,board,in,the,image23,?], answer(A, (const(A,2)))). _parse([how,many,shelf,racks,are,there,on,the,wall,in,the,image24,?], answer(A, (const(A,3)))). _parse([how,many,doors,are,there,on,the,cupboard,in,the,image24,?], answer(A, (const(A,4)))). _parse([what,is,on,the,brown,table,in,the,image24,?], answer(A, (const(A,printer)))). _parse([what,are,the,machines,in,the,image24,?], answer(A, (const(A,printer);const(A,fax_machine)))). _parse([how,many,cables,are,visible,in,the,image25,?], answer(A, (const(A,6)))). _parse([how,many,stacks,of,paper,are,there,on,the,table,in,the,image25,?], answer(A, (const(A,2)))). _parse([what,is,in,front,of,the,blinds,in,the,image26,?], answer(A, (const(A,projector_screen)))). _parse([what,is,on,the,left,wall,of,the,projector,screen,in,the,image26,?], answer(A, (const(A,whiteboard)))). _parse([how,many,blinds,are,there,in,the,image26,?], answer(A, (const(A,1)))). _parse([what,is,behind,the,black,box,on,the,table,in,the,image27,?], answer(A, (const(A,perfume)))). _parse([how,many,blinds,are,visible,in,the,image27,?], answer(A, (const(A,2)))). _parse([what,is,above,the,projector,screen,in,the,image27,?], answer(A, (const(A,ceiling)))). _parse([how,many,legs,of,the,chairs,are,visible,in,the,image28,?], answer(A, (const(A,2)))). _parse([what,is,in,front,of,the,whiteboard,in,the,image28,?], answer(A, (const(A,garbage_bin)))). _parse([how,many,garbage,bins,are,there,in,the,image28,?], answer(A, (const(A,2)))). _parse([how,many,doors,are,open,in,the,image29,?], answer(A, (const(A,1)))). _parse([what,is,next,to,the,mouse,in,the,image29,?], answer(A, (const(A,paper)))). _parse([what,is,behind,the,keyboard,in,the,image29,?], answer(A, (const(A,mouse)))). _parse([what,is,left,to,the,left,most,cpu,in,the,image29,?], answer(A, (const(A,cables)))). _parse([what,is,in,front,of,the,table,in,the,image30,?], answer(A, (const(A,chair)))). _parse([what,is,behind,the,right,cpu,in,the,image30,?], answer(A, (const(A,water_dispenser)))). _parse([what,is,behind,the,telephone,in,the,image30,?], answer(A, (const(A,monitor)))). _parse([what,is,the,thinnest,object,on,the,table,in,the,image30,?], answer(A, (const(A,cables)))). _parse([what,is,right,to,the,whiteboard,in,the,image31,?], answer(A, (const(A,monitor)))). _parse([how,many,handles,of,the,chair,in,front,of,the,whiteboard,is,visible,in,the,image31,?], answer(A, (const(A,1)))). _parse([how,many,chairs,are,totally,there,in,the,image31,?], answer(A, (const(A,2)))). _parse([how,many,buttons,are,there,in,the,monitor,in,the,image32,?], answer(A, (const(A,2)))). _parse([what,is,on,the,right,most,side,of,the,table,in,the,image32,?], answer(A, (const(A,cable_box);const(A,cables)))). _parse([what,is,the,colour,of,markers,on,the,whiteboard,in,the,image33,?], answer(A, (const(A,red);const(A,black)))). _parse([what,is,in,front,of,the,whiteboard,in,the,image33,?], answer(A, (const(A,chair)))). _parse([what,is,above,the,shelves,in,the,image34,?], answer(A, (const(A,light)))). _parse([how,many,shelves,are,there,beneath,the,light,in,the,image34,?], answer(A, (const(A,2)))). _parse([what,is,the,white,coloured,machine,in,the,image34,?], answer(A, (const(A,printer)))). _parse([what,is,in,front,of,the,cupboard,in,the,image34,?], answer(A, (const(A,chair);const(A,carton)))). _parse([what,is,surrounding,the,circular,table,in,the,image35,?], answer(A, (const(A,sofa);const(A,sofa);const(A,chair)))). _parse([what,are,the,circular,objects,visible,in,the,image35,?], answer(A, (const(A,table);const(A,clock)))). _parse([what,is,left,of,the,copying,machine,in,the,image35,?], answer(A, (const(A,garbage_bin)))). _parse([how,many,items,are,there,on,the,poster,board,in,the,image36,?], answer(A, (const(A,8)))). _parse([what,colour,is,the,sofa,in,the,image36,?], answer(A, (const(A,red)))). _parse([how,many,legs,of,the,sofa,is,visble,in,the,image36,?], answer(A, (const(A,3)))). _parse([what,are,the,cylindrical,items,on,the,wall,in,the,image37,?], answer(A, (const(A,light_bulb);const(A,light_bulb)))). _parse([what,is,the,colour,that,is,dominating,on,the,poster,board,in,the,image37,?], answer(A, (const(A,yellow)))). _parse([how,many,doors,are,there,in,total,in,the,image37,?], answer(A, (const(A,4)))). _parse([what,is,in,between,the,machines,in,the,image38,?], answer(A, (const(A,stapler)))). _parse([what,is,behind,the,stapler,in,the,image38,?], answer(A, (const(A,paper)))). _parse([what,is,the,colour,that,is,dominating,in,the,image39,?], answer(A, (const(A,red)))). _parse([what,is,on,the,table,in,the,image39,?], answer(A, (const(A,telephone)))). _parse([the,chairs,are,surrounding,which,object,in,the,image39,?], answer(A, (const(A,table)))). _parse([how,many,plug,sockets,are,visible,in,the,image39,?], answer(A, (const(A,4)))). _parse([what,is,the,largest,object,in,the,image40,?], answer(A, (const(A,blinds)))). _parse([what,is,the,largest,object,on,the,round,table,in,the,image40,?], answer(A, (const(A,tissue_roll)))). _parse([how,many,cables,are,there,in,the,image40,?], answer(A, (const(A,3)))). _parse([what,is,on,the,left,side,of,the,green,screen,in,the,image41,?], answer(A, (const(A,chair)))). _parse([how,many,chairs,are,there,in,the,image41,?], answer(A, (const(A,3)))). _parse([what,are,the,colours,identifiable,on,the,whiteboard,in,the,image42,?], answer(A, (const(A,blue);const(A,black);const(A,green)))). _parse([how,many,bottle,of,liquid,is,visible,in,the,image42,?], answer(A, (const(A,1)))). _parse([what,are,the,colours,of,the,cables,running,in,the,image42,?], answer(A, (const(A,black);const(A,white)))). _parse([how,many,people,are,there,in,the,framed,picture,in,the,image43,?], answer(A, (const(A,3)))). _parse([what,is,left,side,of,the,sofa,in,the,image43,?], answer(A, (const(A,table)))). _parse([what,is,biggest,black,object,in,the,image43,?], answer(A, (const(A,sofa)))). _parse([how,many,doors,does,the,cupboard,have,in,the,image44,?], answer(A, (const(A,2)))). _parse([what,is,the,colour,of,the,hair,brush,in,the,image44,?], answer(A, (const(A,pink)))). _parse([what,is,right,side,of,the,tap,in,the,image44,?], answer(A, (const(A,bottle_of_liquid)))). _parse([how,many,framed,pictures,are,there,in,the,image44,?], answer(A, (const(A,2)))). _parse([what,is,in,between,the,toilet,and,cupboard,in,the,image45,?], answer(A, (const(A,bottle_of_liquid)))). _parse([what,are,the,colours,in,the,carpet,in,the,image45,?], answer(A, (const(A,yellow);const(A,blue)))). _parse([how,many,tooth,brush,are,there,in,the,image45,?], answer(A, (const(A,2)))). _parse([what,is,on,the,red,pouch,in,the,image45,?], answer(A, (const(A,makeup_brush)))). _parse([what,is,right,side,of,the,tap,in,the,image46,?], answer(A, (const(A,cup)))). _parse([what,is,on,the,left,side,of,the,wash,basin,in,the,image46,?], answer(A, (const(A,bottle_of_liquid)))). _parse([what,is,right,side,of,the,cup,in,the,image46,?], answer(A, (const(A,towel)))). _parse([what,is,behind,the,cup,in,the,image46,?], answer(A, (const(A,bottle_of_soap)))). _parse([what,is,left,side,of,the,curtain,in,the,image47,?], answer(A, (const(A,towel)))). _parse([what,is,in,between,the,toilet,and,cupboard,in,the,image47,?], answer(A, (const(A,tissue_roll)))). _parse([how,many,bottles,are,there,in,the,image48,?], answer(A, (const(A,2)))). _parse([what,is,in,between,the,tap,and,the,shelf,in,the,image48,?], answer(A, (const(A,bar_of_soap)))). _parse([what,is,the,colour,of,the,bath,tub,in,the,image48,?], answer(A, (const(A,white)))). _parse([how,many,tooth,brushes,are,there,in,the,image49,?], answer(A, (const(A,3)))). _parse([what,is,in,front,of,the,tooth,brush,cup,in,the,image49,?], answer(A, (const(A,toothpaste)))). _parse([how,many,doors,are,there,in,the,cupboard,beneath,the,wash,basin,in,the,image49,?], answer(A, (const(A,2)))). _parse([how,many,lights,are,there,in,the,image50,?], answer(A, (const(A,2)))). _parse([what,is,the,smallest,object,on,the,sofa,in,the,image50,?], answer(A, (const(A,book)))). _parse([what,is,the,largest,object,that,is,hung,on,the,wall,in,the,image50,?], answer(A, (const(A,picture)))). _parse([what,is,behind,the,left,most,lamp,in,the,image50,?], answer(A, (const(A,blinds)))). _parse([what,are,predominantly,filled,in,the,rack,in,the,image51,?], answer(A, (const(A,books)))). _parse([how,many,sofas,are,there,in,the,image51,?], answer(A, (const(A,2)))). _parse([how,many,pictures,are,there,in,the,image51,?], answer(A, (const(A,4)))). _parse([how,many,books,shelves,are,there,in,the,image52,?], answer(A, (const(A,3)))). _parse([what,is,in,between,the,candle,sticks,and,lamp,in,the,image52,?], answer(A, (const(A,banana)))). _parse([what,is,beneath,the,black,table,in,the,image52,?], answer(A, (const(A,stool);const(A,stool)))). _parse([what,is,beneath,the,letter,stand,in,the,image53,?], answer(A, (const(A,garbage_bin)))). _parse([what,is,the,object,closest,to,the,door,in,the,image53,?], answer(A, (const(A,shoe);const(A,wall_decoration)))). _parse([what,is,the,colour,of,the,floor,in,the,image53,?], answer(A, (const(A,brown)))). _parse([how,many,large,rectangle,objects,are,there,on,the,table,in,the,image54,?], answer(A, (const(A,5)))). _parse([how,many,chairs,surround,the,table,in,the,image54,?], answer(A, (const(A,6)))). _parse([what,is,hung,on,the,wall,in,the,image54,?], answer(A, (const(A,picture);const(A,picture)))). _parse([what,is,right,side,of,the,laptop,in,the,image54,?], answer(A, (const(A,book)))). _parse([what,is,right,side,of,the,book,in,the,image54,?], answer(A, (const(A,chair)))). _parse([what,is,the,round,gray,object,in,the,image55,?], answer(A, (const(A,excercise_ball)))). _parse([what,is,left,side,of,the,exercise,ball,in,the,image55,?], answer(A, (const(A,lamp)))). _parse([what,is,left,side,of,the,bed,in,the,image56,?], answer(A, (const(A,night_stand)))). _parse([what,is,on,the,night,stand,in,the,image56,?], answer(A, (const(A,tissue_box)))). _parse([what,is,right,side,of,the,bed,in,the,image56,?], answer(A, (const(A,blinds)))). _parse([how,many,doors,does,the,night,stand,have,in,the,image56,?], answer(A, (const(A,3)))). _parse([what,are,the,electronic,gadgets,in,the,picture,in,the,image57,?], answer(A, (const(A,laptop);const(A,printer)))). _parse([what,is,in,front,of,the,laptop,in,the,image57,?], answer(A, (const(A,bottle_of_perfume)))). _parse([what,is,on,the,right,side,of,the,plug,point,in,the,image57,?], answer(A, (const(A,canister)))). _parse([what,is,on,the,wall,in,the,image58,?], answer(A, (const(A,picture)))). _parse([what,is,the,largest,object,in,the,image58,?], answer(A, (const(A,bed)))). _parse([how,many,pillows,are,there,in,the,image58,?], answer(A, (const(A,2)))). _parse([what,is,the,colour,of,the,comforter,in,the,image58,?], answer(A, (const(A,green)))). _parse([what,is,hung,on,the,wall,in,the,image59,?], answer(A, (const(A,basketball_hoop)))). _parse([what,is,infornt,of,the,wall,in,the,image59,?], answer(A, (const(A,bin);const(A,table);const(A,chair)))). _parse([what,is,on,the,left,side,of,the,door,on,the,floor,in,the,image59,?], answer(A, (const(A,headphones)))). _parse([what,is,left,side,of,the,headphones,in,the,image59,?], answer(A, (const(A,tissue_roll)))). _parse([what,is,on,the,ride,side,of,the,door,in,the,image59,?], answer(A, (const(A,shirts_in_hanger)))). _parse([how,many,pairs,of,shoes,are,there,around,the,bed,in,the,image60,?], answer(A, (const(A,2)))). _parse([what,is,on,the,wall,in,the,image60,?], answer(A, (const(A,window)))). _parse([what,is,in,front,of,the,blue,bag,on,the,bed,in,the,image60,?], answer(A, (const(A,hair_brush)))). _parse([what,is,on,the,right,side,of,the,garbage,bin,in,the,image61,?], answer(A, (const(A,bed)))). _parse([what,is,on,the,left,had,side,in,front,of,the,curtain,in,the,image61,?], answer(A, (const(A,shirts_in_hanger)))). _parse([what,is,in,between,the,cardboard,box,and,the,red,poster,in,the,image61,?], answer(A, (const(A,shoe)))). _parse([what,is,the,colour,of,the,curtain,in,the,image61,?], answer(A, (const(A,green)))). _parse([which,is,the,largest,object,in,the,image62,?], answer(A, (const(A,door)))). _parse([what,is,in,front,of,the,television,monitor,in,the,image62,?], answer(A, (const(A,bottle_of_liquid);const(A,dvd_player)))). _parse([what,is,on,the,left,side,of,the,bottle,of,liquid,in,the,image62,?], answer(A, (const(A,shaver)))). _parse([how,many,draws,are,there,in,the,unit,where,the,tv,dvd,is,kept,in,the,image62,?], answer(A, (const(A,2)))). _parse([what,is,on,the,door,in,the,image62,?], answer(A, (const(A,jacket)))). _parse([what,is,in,between,the,tv,unit,and,the,rack,in,the,image63,?], answer(A, (const(A,cables)))). _parse([what,is,predominantly,filled,on,the,top,most,shelf,of,the,left,side,stand,in,the,image63,?], answer(A, (const(A,books)))). _parse([how,many,plastic,cups,of,coffee,are,visible,in,the,image63,?], answer(A, (const(A,1)))). _parse([what,is,beneath,the,keyboard,in,the,image63,?], answer(A, (const(A,clothes)))). _parse([what,is,on,the,right,side,of,the,night,stand,in,the,image64,?], answer(A, (const(A,mirror)))). _parse([what,are,the,things,on,the,night,stand,in,the,image64,?], answer(A, (const(A,bottle_of_perfume);const(A,papers)))). _parse([how,many,pillows,are,there,on,the,bed,in,the,image64,?], answer(A, (const(A,1)))). _parse([what,is,in,front,of,the,pillow,in,the,image64,?], answer(A, (const(A,comforter)))). _parse([what,are,the,colours,visible,in,the,image65,?], answer(A, (const(A,white);const(A,brown)))). _parse([what,is,behind,the,bed,in,the,image65,?], answer(A, (const(A,wall)))). _parse([what,is,at,the,right,most,edge,of,the,table,in,the,image66,?], answer(A, (const(A,lamp)))). _parse([what,is,on,the,left,most,edge,of,the,table,in,the,image66,?], answer(A, (const(A,bottle_of_liquid)))). _parse([what,is,on,the,left,side,of,the,book,in,the,image66,?], answer(A, (const(A,perfume)))). _parse([what,is,in,front,of,the,lamp,on,the,table,in,the,image66,?], answer(A, (const(A,paper)))). _parse([how,many,photo,frames,are,there,in,the,image66,?], answer(A, (const(A,2)))). _parse([what,is,on,the,left,side,of,the,cream,in,the,image67,?], answer(A, (const(A,lint_roller)))). _parse([what,is,the,colour,of,the,teddy,bear,in,the,image67,?], answer(A, (const(A,brown)))). _parse([what,is,above,the,television,in,the,image68,?], answer(A, (const(A,dvd_player)))). _parse([how,many,drawer,knobs,are,there,beneath,the,television,in,the,image68,?], answer(A, (const(A,8)))). _parse([what,is,beneath,the,yellow,paper,on,the,bookshelf,in,the,image69,?], answer(A, (const(A,box)))). _parse([what,is,in,front,of,the,bookshelf,in,the,image69,?], answer(A, (const(A,cloth_bag)))). _parse([what,is,the,colour,of,the,cloth,bag,in,the,image69,?], answer(A, (const(A,pink)))). _parse([what,is,on,predominantly,lying,down,on,the,bed,in,the,image70,?], answer(A, (const(A,clothes)))). _parse([what,is,on,the,left,side,of,the,bed,in,the,image70,?], answer(A, (const(A,night_stand)))). _parse([where,are,the,flowers,kept,in,the,image70,?], answer(A, (const(A,vase)))). _parse([what,is,on,the,pillow,in,the,image71,?], answer(A, (const(A,bag)))). _parse([how,many,pillows,are,there,in,the,image71,?], answer(A, (const(A,2)))). _parse([what,are,the,white,objects,are,there,on,the,bed,in,the,image71,?], answer(A, (const(A,comforter);const(A,pillow)))). _parse([what,is,in,between,the,bed,and,night,stand,in,the,image71,?], answer(A, (const(A,bottle_of_liquid);const(A,cables)))). _parse([how,many,slippers,are,there,in,the,image72,?], answer(A, (const(A,3)))). _parse([what,is,in,the,shelf,beneath,the,shelf,of,slippers,in,the,image72,?], answer(A, (const(A,gift_wrapping_roll)))). _parse([what,is,hung,on,the,left,most,side,of,the,rack,in,the,image72,?], answer(A, (const(A,jacket)))). _parse([what,is,on,the,right,side,of,the,rack,in,the,image72,?], answer(A, (const(A,door)))). _parse([how,many,pictures,are,there,on,the,wall,in,the,image73,?], answer(A, (const(A,3)))). _parse([what,is,on,the,right,side,of,the,bottle,of,liquid,in,the,image73,?], answer(A, (const(A,lamp)))). _parse([what,is,in,front,of,the,lamp,in,the,image73,?], answer(A, (const(A,fan)))). _parse([what,is,on,the,night,stand,closer,to,the,bed,in,the,image73,?], answer(A, (const(A,books)))). _parse([what,is,on,the,bed,in,the,image73,?], answer(A, (const(A,comforter);const(A,pillow)))). _parse([what,is,behind,the,bed,in,the,image74,?], answer(A, (const(A,curtain)))). _parse([what,are,the,colours,visible,in,the,image74,?], answer(A, (const(A,red);const(A,white);const(A,pink);const(A,gray)))). _parse([how,many,drawers,are,there,in,the,image75,?], answer(A, (const(A,9)))). _parse([what,is,on,the,right,side,of,the,table,in,the,image75,?], answer(A, (const(A,curtain)))). _parse([how,many,drawer,knobs,are,there,in,the,image75,?], answer(A, (const(A,11)))). _parse([what,is,on,the,left,side,of,the,bed,in,the,image76,?], answer(A, (const(A,night_stand)))). _parse([what,is,on,the,night,stand,in,the,image76,?], answer(A, (const(A,alarm_clock);const(A,lamp)))). _parse([what,is,on,the,wall,in,the,image76,?], answer(A, (const(A,picture)))). _parse([what,is,on,the,right,side,of,the,lamp,on,the,table,in,the,image76,?], answer(A, (const(A,bottle_of_liquid)))). _parse([what,is,beneath,the,blinds,in,the,image77,?], answer(A, (const(A,air_conditioner)))). _parse([what,is,the,biggest,black,object,on,the,table,in,the,image77,?], answer(A, (const(A,fan)))). _parse([what,is,in,between,the,air,conditioner,and,the,rack,in,the,image77,?], answer(A, (const(A,cables)))). _parse([what,is,the,colour,of,the,blinds,in,the,image77,?], answer(A, (const(A,brown)))). _parse([what,is,the,largest,object,in,the,image78,?], answer(A, (const(A,bicycle)))). _parse([how,many,pictures,are,visible,on,the,wall,in,the,image78,?], answer(A, (const(A,4)))). _parse([what,are,the,most,predominant,colours,in,the,image78,?], answer(A, (const(A,black);const(A,white)))). _parse([what,is,on,the,night,stand,in,the,image79,?], answer(A, (const(A,laptop);const(A,clothes)))). _parse([what,is,the,colour,of,the,cloth,on,the,comforter,in,the,image79,?], answer(A, (const(A,blue);const(A,gray)))). _parse([how,many,drawers,are,there,in,the,table,that,holds,the,laptop,in,the,image79,?], answer(A, (const(A,2)))). _parse([how,many,pillows,are,there,in,the,image79,?], answer(A, (const(A,4)))). _parse([what,is,beneath,the,curtains,in,the,image80,?], answer(A, (const(A,air_conditioner)))). _parse([what,is,hing,on,the,rack,in,the,image80,?], answer(A, (const(A,hat)))). _parse([what,is,in,between,the,air,conditioner,and,the,rack,in,the,image80,?], answer(A, (const(A,hockey_stick)))). _parse([what,is,in,the,third,shelf,of,the,rack,in,the,image80,?], answer(A, (const(A,books)))). _parse([what,is,on,the,right,side,of,the,bed,in,the,image81,?], answer(A, (const(A,night_stand)))). _parse([what,is,on,the,left,most,side,on,night,stand,in,the,image81,?], answer(A, (const(A,lamp)))). _parse([what,is,on,the,right,side,of,the,lamp,in,the,image81,?], answer(A, (const(A,alarm_clock)))). _parse([what,is,the,largest,object,in,the,image81,?], answer(A, (const(A,bed)))). _parse([what,is,in,front,of,the,pillow,in,the,image81,?], answer(A, (const(A,clothes)))). _parse([what,is,the,red,object,in,the,image82,?], answer(A, (const(A,deoderant)))). _parse([what,is,the,black,object,in,between,the,table,and,the,bed,in,the,image82,?], answer(A, (const(A,suitcase)))). _parse([what,is,in,front,of,the,laptop,in,the,image83,?], answer(A, (const(A,mouse)))). _parse([what,is,on,the,left,most,side,on,the,table,in,the,image83,?], answer(A, (const(A,books)))). _parse([what,is,on,the,right,side,of,the,books,in,the,image83,?], answer(A, (const(A,calculator)))). _parse([what,is,on,the,left,side,of,the,laptop,in,the,image83,?], answer(A, (const(A,papers)))). _parse([what,are,filled,on,the,tables,in,the,image84,?], answer(A, (const(A,books)))). _parse([how,many,legs,of,the,tables,are,visible,in,the,image84,?], answer(A, (const(A,6)))). _parse([what,is,the,colour,of,the,wall,decoration,above,the,books,rack,in,the,image84,?], answer(A, (const(A,purple)))). _parse([what,is,on,the,left,side,of,the,wall,ornaments,in,the,image84,?], answer(A, (const(A,picture)))). _parse([how,many,columns,of,the,rack,are,visible,in,the,image85,?], answer(A, (const(A,4)))). _parse([what,is,filled,in,the,rack,in,the,image85,?], answer(A, (const(A,3)))). _parse([what,is,leaning,against,the,left,rack,in,the,image86,?], answer(A, (const(A,ladder)))). _parse([how,many,books,are,displayed,in,the,black,rack,in,the,image87,?], answer(A, (const(A,6)))). _parse([what,are,the,colours,that,are,predominant,in,the,image87,?], answer(A, (const(A,brown);const(A,red);const(A,black)))). _parse([what,is,on,the,ceiling,in,the,image88,?], answer(A, (const(A,pipe);const(A,light)))). _parse([what,are,the,numbers,drawn,on,the,wall,in,the,image88,?], answer(A, (const(A,4);const(A,6)))). _parse([what,is,hung,on,the,wall,in,the,image88,?], answer(A, (const(A,clock)))). _parse([what,is,on,the,right,side,of,the,pillar,in,the,image89,?], answer(A, (const(A,table)))). _parse([what,is,on,the,black,rack,in,the,image90,?], answer(A, (const(A,dvds)))). _parse([what,is,the,colour,of,the,wall,on,the,right,side,of,the,black,stand,in,the,image90,?], answer(A, (const(A,purple)))). _parse([what,is,in,front,of,the,stand,with,the,bags,in,the,image91,?], answer(A, (const(A,books)))). _parse([what,is,above,the,bag,stand,in,the,image91,?], answer(A, (const(A,clothes)))). _parse([what,are,the,colours,of,the,clothes,in,the,left,side,of,the,image92,?], answer(A, (const(A,white);const(A,blue)))). _parse([what,is,above,the,whit,clothes,in,the,image92,?], answer(A, (const(A,hat)))). _parse([what,is,hung,from,the,ceiling,on,the,right,side,of,the,pillar,in,the,image92,?], answer(A, (const(A,light)))). _parse([what,is,the,red,object,in,front,of,the,wall,in,the,image93,?], answer(A, (const(A,lamp)))). _parse([what,is,on,the,right,side,of,the,lamp,in,the,image93,?], answer(A, (const(A,monitor)))). _parse([what,is,on,the,right,side,of,the,monitor,in,the,image93,?], answer(A, (const(A,telephone)))). _parse([what,is,on,the,wall,above,the,clothes,in,the,image93,?], answer(A, (const(A,clock)))). _parse([what,is,in,front,of,the,table,in,the,image93,?], answer(A, (const(A,books)))). _parse([what,is,beneath,the,hat,in,the,image94,?], answer(A, (const(A,clothes)))). _parse([what,is,on,the,left,most,side,of,the,image94,?], answer(A, (const(A,shelves)))). _parse([what,is,the,colour,of,the,hat,in,the,image94,?], answer(A, (const(A,black);const(A,white)))). _parse([what,is,on,the,left,side,of,the,image95,behind,the,clothes,in,the,image95,?], answer(A, (const(A,candle)))). _parse([how,many,steps,are,there,in,the,image95,?], answer(A, (const(A,3)))). _parse([what,are,the,colours,of,the,clothes,seen,in,the,image95,?], answer(A, (const(A,white);const(A,blue);const(A,black);const(A,gray)))). _parse([how,many,clothes,stand,are,there,in,the,front,in,the,image95,?], answer(A, (const(A,4)))). _parse([how,many,stands,are,there,in,front,of,the,pillar,in,the,image96,?], answer(A, (const(A,2)))). _parse([what,are,there,in,the,shelves,in,front,of,the,pillar,in,the,image96,?], answer(A, (const(A,decorative_item)))). _parse([what,are,dominantly,filled,in,the,shelves,in,the,image97,?], answer(A, (const(A,cup)))). _parse([what,are,the,colours,of,the,cups,in,the,image97,?], answer(A, (const(A,blue);const(A,purple);const(A,black);const(A,white)))). _parse([how,many,shelves,are,visible,in,the,image97,?], answer(A, (const(A,4)))). _parse([how,many,shelves,are,there,in,the,rack,which,is,in,front,of,the,image98,?], answer(A, (const(A,3)))). _parse([what,is,behind,the,cup,stand,in,the,image98,?], answer(A, (const(A,table)))). _parse([what,is,on,the,left,side,table,in,the,image98,?], answer(A, (const(A,stool)))). _parse([what,are,the,colours,of,the,clothes,in,the,image99,?], answer(A, (const(A,pink);const(A,black);const(A,white);const(A,blue)))). _parse([what,is,on,the,right,side,of,the,photo,stand,in,the,image100,?], answer(A, (const(A,cup);const(A,stand)))). _parse([what,is,on,the,left,side,of,the,photo,stand,in,the,image100,?], answer(A, (const(A,clothes)))). _parse([what,is,in,front,of,the,black,cups,in,the,image101,?], answer(A, (const(A,book)))). _parse([how,many,stands,of,cup,are,there,in,the,image101,?], answer(A, (const(A,2)))). _parse([how,many,shelves,are,there,in,the,right,stand,in,the,image101,?], answer(A, (const(A,3)))). _parse([what,are,the,colours,of,the,cups,in,the,image101,?], answer(A, (const(A,blue);const(A,black);const(A,white)))). _parse([what,is,on,the,right,side,rack,in,the,image102,?], answer(A, (const(A,bottle)))). _parse([what,is,on,the,left,side,rack,in,the,image102,?], answer(A, (const(A,cup)))). _parse([how,many,doors,do,the,cupboards,have,in,the,image102,?], answer(A, (const(A,6)))). _parse([what,is,the,colour,of,bottles,in,the,last,shelf,in,the,image102,?], answer(A, (const(A,blue);const(A,white);const(A,black)))). _parse([what,is,in,the,rack,in,the,image103,?], answer(A, (const(A,picture)))). _parse([how,many,doors,are,there,in,the,cupboard,beneath,the,picture,rack,in,the,image103,?], answer(A, (const(A,2)))). _parse([what,is,on,the,racks,in,the,image104,?], answer(A, (const(A,books)))). _parse([what,is,in,front,of,the,left,rack,in,the,image104,?], answer(A, (const(A,stand)))). _parse([how,many,stools,are,there,in,the,image105,?], answer(A, (const(A,2)))). _parse([how,many,racks,are,visible,in,the,image105,?], answer(A, (const(A,4)))). _parse([what,are,the,colours,of,the,stool,in,the,image105,?], answer(A, (const(A,black);const(A,gray)))). _parse([how,many,cartons,are,there,in,the,image106,?], answer(A, (const(A,4)))). _parse([how,many,cartons,have,a,sticker,on,them,in,the,image106,?], answer(A, (const(A,3)))). _parse([how,many,shelves,are,there,in,the,rack,in,the,image106,?], answer(A, (const(A,7)))). _parse([how,many,pillars,are,visible,in,the,image107,?], answer(A, (const(A,4)))). _parse([what,is,surrounding,the,pillar,in,the,image107,?], answer(A, (const(A,table)))). _parse([what,is,on,the,ceiling,in,the,image107,?], answer(A, (const(A,pipe)))). _parse([how,many,doors,of,the,cupboard,are,open,in,the,image108,?], answer(A, (const(A,1)))). _parse([what,is,next,to,the,black,paper,holders,in,the,left,side,of,the,image108,?], answer(A, (const(A,tape)))). _parse([what,is,kept,below,the,shelf,that,has,the,tape,in,the,image108,?], answer(A, (const(A,books)))). _parse([how,many,machines,are,there,in,the,image109,?], answer(A, (const(A,3)))). _parse([what,is,in,front,of,the,pillar,in,the,image109,?], answer(A, (const(A,bin);const(A,books)))). _parse([how,many,lights,are,visible,in,the,image109,?], answer(A, (const(A,4)))). _parse([what,is,in,front,of,the,cupboard,in,the,image110,?], answer(A, (const(A,stand)))). _parse([what,is,above,the,cupboards,in,the,image110,?], answer(A, (const(A,books)))). _parse([what,is,the,colour,of,the,equipment,on,the,pillar,in,the,image110,?], answer(A, (const(A,red)))). _parse([how,many,monitors,are,there,in,the,image111,?], answer(A, (const(A,3)))). _parse([how,many,rows,of,shelves,are,there,beneath,the,gray,table,in,the,image111,?], answer(A, (const(A,books)))). _parse([how,many,pillars,are,visible,in,the,image111,?], answer(A, (const(A,2)))). _parse([what,is,the,colour,of,the,pillars,in,the,image112,?], answer(A, (const(A,white)))). _parse([what,is,behind,the,monitor,that,is,in,the,centre,in,the,image112,?], answer(A, (const(A,carton)))). _parse([what,is,in,front,of,the,gray,rack,in,the,image112,?], answer(A, (const(A,garbage_bin)))). _parse([what,is,the,colour,of,the,monitors,in,the,image112,?], answer(A, (const(A,black)))). _parse([what,is,the,colour,of,the,paper,that,is,stuck,on,the,left,most,side,of,the,wall,in,the,image113,?], answer(A, (const(A,black)))). _parse([how,many,lights,are,hanging,from,the,ceiling,on,the,left,most,side,in,the,image114,?], answer(A, (const(A,3)))). _parse([what,is,on,the,first,monitor,on,the,left,side,of,the,image114,?], answer(A, (const(A,toy_doll)))). _parse([what,is,in,the,shelves,beneath,the,table,in,the,image114,?], answer(A, (const(A,doll)))). _parse([what,is,on,the,left,side,of,the,white,clothes,in,the,image115,?], answer(A, (const(A,bag)))). _parse([how,many,red,objects,are,there,in,the,image115,?], answer(A, (const(A,1)))). _parse([what,are,the,colours,of,the,clothes,in,the,image115,?], answer(A, (const(A,white);const(A,blue);const(A,black);const(A,pink);const(A,green)))). _parse([what,is,the,colour,of,the,clothes,in,the,last,shelf,in,the,image116,?], answer(A, (const(A,red);const(A,blue);const(A,green)))). _parse([how,many,colours,of,clothes,are,there,in,the,image116,?], answer(A, (const(A,7)))). _parse([what,is,in,front,of,the,wall,in,the,image116,?], answer(A, (const(A,table)))). _parse([around,which,object,are,the,chairs,placed,in,the,image117,?], answer(A, (const(A,table)))). _parse([what,is,the,colour,of,the,walls,in,the,image117,?], answer(A, (const(A,white);const(A,green)))). _parse([what,is,directly,opposite,to,the,tables,and,chairs,in,the,image117,?], answer(A, (const(A,bookshelf)))). _parse([how,many,tables,are,there,in,the,image118,?], answer(A, (const(A,3)))). _parse([what,is,the,colour,of,the,poster,in,the,right,side,of,the,image118,?], answer(A, (const(A,purple)))). _parse([what,is,the,tallest,object,in,the,image119,?], answer(A, (const(A,stand)))). _parse([what,is,the,colour,of,the,stand,in,the,image119,?], answer(A, (const(A,black)))). _parse([what,is,behind,the,chair,in,the,image119,?], answer(A, (const(A,clothes)))). _parse([what,is,on,the,right,side,of,the,table,in,the,image120,?], answer(A, (const(A,jacket)))). _parse([what,is,on,the,left,most,side,of,the,whiteboard,in,the,image120,?], answer(A, (const(A,plant)))). _parse([what,are,the,colours,of,markers,used,on,the,white,board,in,the,image120,?], answer(A, (const(A,red);const(A,green);const(A,black)))). _parse([what,is,in,front,of,the,desk,in,the,image369,?], answer(A, (const(A,chair)))). _parse([how,many,drawers,are,visible,in,the,image369,?], answer(A, (const(A,3)))). _parse([how,many,picture,frames,are,there,in,the,image369,?], answer(A, (const(A,2)))). _parse([what,is,on,the,right,side,of,the,table,in,the,image369,?], answer(A, (const(A,window)))). _parse([what,is,on,the,table,left,side,of,the,window,in,the,image369,?], answer(A, (const(A,printer)))). _parse([what,is,on,the,wall,in,the,image370,?], answer(A, (const(A,framed_certificate)))). _parse([what,is,beneath,the,desk,in,the,image370,?], answer(A, (const(A,garbage_bin)))). _parse([how,many,drawers,are,there,on,the,left,side,shelf,in,the,image370,?], answer(A, (const(A,3)))). _parse([what,is,on,the,right,side,of,the,framed,picture,in,the,image371,?], answer(A, (const(A,paper_holder)))). _parse([what,is,behind,the,framed,picture,in,the,image371,?], answer(A, (const(A,papers)))). _parse([what,is,on,the,window,in,the,image371,?], answer(A, (const(A,blinds)))). _parse([what,is,on,the,sofa,in,the,image372,?], answer(A, (const(A,pillow);const(A,books)))). _parse([what,is,on,the,left,side,of,the,sofa,in,the,image372,?], answer(A, (const(A,table)))). _parse([what,is,on,the,table,in,the,image372,?], answer(A, (const(A,books);const(A,paper)))). _parse([what,is,on,the,right,side,of,the,sofa,in,the,image372,?], answer(A, (const(A,window)))). _parse([how,any,chairs,are,there,in,the,image373,?], answer(A, (const(A,3)))). _parse([what,is,on,the,right,side,of,the,chair,on,the,table,in,the,image373,?], answer(A, (const(A,laptop)))). _parse([what,is,on,the,table,predominantly,in,the,image373,?], answer(A, (const(A,papers)))). _parse([what,is,on,the,left,side,of,the,papers,on,the,table,in,the,image373,?], answer(A, (const(A,tissue_box)))). _parse([what,is,the,colour,of,the,wall,in,the,image374,?], answer(A, (const(A,red)))). _parse([what,is,on,the,wall,in,the,image374,?], answer(A, (const(A,picture)))). _parse([what,is,beneath,the,pictures,in,the,image374,?], answer(A, (const(A,sofa)))). _parse([what,is,on,the,window,in,the,image375,?], answer(A, (const(A,blinds)))). _parse([what,is,the,colour,of,the,book,on,the,table,in,the,image375,?], answer(A, (const(A,red)))). _parse([how,many,pillows,are,there,on,the,sofa,in,the,image375,?], answer(A, (const(A,2)))). _parse([what,are,the,colours,of,the,books,in,the,shelf,in,the,image375,?], answer(A, (const(A,black);const(A,red);const(A,white)))). _parse([what,is,behind,the,tissue,box,in,the,image376,?], answer(A, (const(A,papers)))). _parse([what,is,beneath,the,laptop,table,in,the,image376,?], answer(A, (const(A,garbage_bin)))). _parse([what,is,the,colour,of,the,tables,in,the,image376,?], answer(A, (const(A,black)))). _parse([what,is,on,the,left,side,of,the,books,in,the,image377,?], answer(A, (const(A,monitor)))). _parse([what,is,beneath,the,monitor,in,the,image377,?], answer(A, (const(A,dvd_player)))). _parse([how,many,books,are,open,above,the,monitor,in,the,image377,?], answer(A, (const(A,1)))). _parse([what,is,on,the,table,in,the,image378,?], answer(A, (const(A,paper);const(A,book)))). _parse([what,is,on,the,right,side,of,the,cartons,in,the,image378,?], answer(A, (const(A,bookshelf)))). _parse([what,is,behind,the,chair,in,the,image378,?], answer(A, (const(A,table)))). _parse([what,is,on,the,left,side,of,the,table,in,the,image378,?], answer(A, (const(A,laptop)))). _parse([what,is,behind,the,laptop,in,the,image378,?], answer(A, (const(A,ornamental_plant)))). _parse([what,is,in,between,the,chairs,in,the,image379,?], answer(A, (const(A,table)))). _parse([what,is,the,biggest,object,on,the,table,in,the,image379,?], answer(A, (const(A,lamp)))). _parse([what,is,on,the,left,side,of,the,lamp,in,the,image379,?], answer(A, (const(A,cordless_phone)))). _parse([what,is,on,the,chair,in,the,image379,?], answer(A, (const(A,pillow)))). _parse([what,is,on,the,arm,rest,of,the,chair,in,the,image379,?], answer(A, (const(A,remote_control)))). _parse([what,is,on,the,left,side,of,the,table,in,the,image380,?], answer(A, (const(A,sofa)))). _parse([what,is,on,the,left,most,side,on,the,table,in,the,image380,?], answer(A, (const(A,tissue_box)))). _parse([what,is,behind,the,tissue,box,in,the,image380,?], answer(A, (const(A,box)))). _parse([what,is,on,the,wall,in,the,image380,?], answer(A, (const(A,light)))). _parse([what,is,the,biggest,object,on,the,table,in,the,image380,?], answer(A, (const(A,book)))). _parse([how,many,drawers,are,there,in,the,image381,?], answer(A, (const(A,10)))). _parse([what,is,on,the,wall,in,the,image381,?], answer(A, (const(A,light)))). _parse([what,is,on,the,table,in,the,image381,?], answer(A, (const(A,picture);const(A,books);const(A,papers);const(A,decorative_item)))). _parse([what,is,on,the,right,side,of,the,lamp,in,the,image381,?], answer(A, (const(A,bookshelf)))). _parse([how,many,chairs,are,visible,in,the,image381,?], answer(A, (const(A,4)))). _parse([what,is,behind,the,chair,in,the,image382,?], answer(A, (const(A,curtain)))). _parse([how,many,drawers,are,there,in,the,image382,?], answer(A, (const(A,6)))). _parse([what,is,in,the,last,shelf,on,the,right,side,of,the,lamp,in,the,image382,?], answer(A, (const(A,cup)))). _parse([what,is,on,the,left,side,of,the,light,in,the,image383,?], answer(A, (const(A,bookshelf)))). _parse([what,is,on,the,right,side,of,the,coffee,table,in,the,image383,?], answer(A, (const(A,chair)))). _parse([how,many,picture,frames,are,there,on,the,table,in,the,image383,?], answer(A, (const(A,3)))). _parse([what,is,in,front,of,the,table,in,the,image383,?], answer(A, (const(A,chair)))). _parse([how,many,brown,coloured,books,are,there,on,the,table,in,the,image384,?], answer(A, (const(A,3)))). _parse([what,is,behind,the,table,in,the,image384,?], answer(A, (const(A,chair)))). _parse([what,is,on,the,left,side,of,the,bookshelf,in,the,image384,?], answer(A, (const(A,picture)))). _parse([what,is,on,the,right,side,of,the,chair,in,the,image385,?], answer(A, (const(A,table)))). _parse([what,is,on,the,table,in,the,image385,?], answer(A, (const(A,book)))). _parse([what,is,the,colour,dominating,in,the,image385,?], answer(A, (const(A,brown)))). _parse([what,is,behind,the,sofa,in,the,image386,?], answer(A, (const(A,blinds)))). _parse([what,is,the,colour,of,the,sofa,in,the,image386,?], answer(A, (const(A,black)))). _parse([how,many,drawers,are,there,in,the,image387,?], answer(A, (const(A,2)))). _parse([how,many,monitors,are,there,on,the,table,in,the,image387,?], answer(A, (const(A,3)))). _parse([what,is,in,front,of,the,table,in,the,image387,?], answer(A, (const(A,bag)))). _parse([what,is,above,the,monitors,in,the,image387,?], answer(A, (const(A,bookshelf)))). _parse([what,is,on,the,left,side,of,first,monitor,in,the,image387,?], answer(A, (const(A,papers)))). _parse([how,many,chairs,are,visible,in,the,image387,?], answer(A, (const(A,2)))). _parse([what,is,on,the,left,side,of,the,bag,in,the,image388,?], answer(A, (const(A,carton)))). _parse([what,is,behind,the,monitor,in,the,image388,?], answer(A, (const(A,picture)))). _parse([what,is,suspended,from,the,ceiling,in,the,image388,?], answer(A, (const(A,light)))). _parse([what,is,behind,the,bag,in,the,image388,?], answer(A, (const(A,desk)))). _parse([what,is,on,the,left,side,of,the,framed,certificate,in,the,image389,?], answer(A, (const(A,printer)))). _parse([what,is,on,the,right,side,of,the,chair,on,the,floor,in,the,image389,?], answer(A, (const(A,cable_box)))). _parse([what,is,in,between,the,monitor,and,printer,in,the,image389,?], answer(A, (const(A,papers);const(A,books)))). _parse([how,many,pictures,are,there,on,the,table,in,the,image389,?], answer(A, (const(A,2)))). _parse([what,is,in,front,of,the,black,monitor,in,the,image389,?], answer(A, (const(A,keyboard)))). _parse([what,is,on,the,right,side,of,the,books,in,the,image390,?], answer(A, (const(A,bag)))). _parse([what,is,beneath,the,bag,in,the,image390,?], answer(A, (const(A,file)))). _parse([what,is,on,the,right,side,of,the,picture,in,the,image390,?], answer(A, (const(A,pen_cup)))). _parse([what,is,on,the,right,side,of,the,switch,board,in,the,image390,?], answer(A, (const(A,window)))). _parse([what,is,on,the,left,side,of,the,door,in,the,image391,?], answer(A, (const(A,toy_doll)))). _parse([what,is,beneath,the,toy,doll,in,the,image391,?], answer(A, (const(A,bag)))). _parse([what,is,on,the,wall,in,the,image391,?], answer(A, (const(A,framed_certificate);const(A,picture)))). _parse([what,is,on,the,table,in,the,image391,?], answer(A, (const(A,paper);const(A,tissue_box)))). _parse([what,is,in,front,of,the,wall,in,the,image391,?], answer(A, (const(A,chair)))). _parse([what,is,on,the,chair,in,the,image391,?], answer(A, (const(A,clothes)))). _parse([what,is,on,the,left,side,of,the,books,in,the,image392,?], answer(A, (const(A,remote_control)))). _parse([what,is,on,right,side,of,the,papers,in,the,image392,?], answer(A, (const(A,business_cards)))). _parse([what,is,on,the,left,side,of,the,papers,that,is,on,the,left,side,of,the,business,card,in,the,image392,?], answer(A, (const(A,tissue_box)))). _parse([what,is,in,front,of,the,chair,in,the,image393,?], answer(A, (const(A,bag)))). _parse([what,is,on,the,left,side,of,the,chair,in,the,image393,?], answer(A, (const(A,table)))). _parse([what,is,immediately,on,the,left,side,of,the,chair,in,the,image393,?], answer(A, (const(A,laptop)))). _parse([what,is,on,the,left,side,of,the,laptop,in,the,image393,?], answer(A, (const(A,printer)))). _parse([what,is,behind,the,wooden,stool,in,the,image393,?], answer(A, (const(A,carton)))). _parse([how,many,switch,boards,are,there,in,the,image394,?], answer(A, (const(A,2)))). _parse([what,is,in,front,of,the,chair,in,the,image394,?], answer(A, (const(A,bag)))). _parse([what,is,the,colour,of,the,bag,on,the,left,side,of,the,papers,in,the,image394,?], answer(A, (const(A,blue)))). _parse([what,is,on,the,left,most,side,on,the,table,in,the,image394,?], answer(A, (const(A,printer)))). _parse([how,many,people,are,there,in,the,image395,?], answer(A, (const(A,2)))). _parse([what,is,on,the,right,side,of,the,woman,in,the,image395,?], answer(A, (const(A,printer)))). _parse([what,is,on,the,right,side,of,the,printer,in,the,image395,?], answer(A, (const(A,bottle_of_liquid)))). _parse([what,is,on,the,right,side,of,the,monitor,in,the,image395,?], answer(A, (const(A,telephone)))). _parse([what,is,on,the,papers,in,the,image396,?], answer(A, (const(A,cable_box)))). _parse([what,is,in,front,of,the,purple,chair,in,the,image396,?], answer(A, (const(A,carton)))). _parse([how,many,pictures,are,there,on,the,wall,in,the,image396,?], answer(A, (const(A,4)))). _parse([what,is,behind,the,purple,chair,in,the,image396,?], answer(A, (const(A,blinds)))). _parse([what,is,on,the,left,side,of,the,purple,chair,in,the,image397,?], answer(A, (const(A,door)))). _parse([what,is,on,the,pruple,chair,in,the,image397,?], answer(A, (const(A,paper)))). _parse([what,is,in,front,of,the,blinds,in,the,image398,?], answer(A, (const(A,crib)))). _parse([what,is,on,the,left,side,of,the,crib,in,the,image398,?], answer(A, (const(A,carton)))). _parse([what,is,on,the,right,side,of,the,crib,in,the,image398,?], answer(A, (const(A,comforter)))). _parse([what,is,on,the,left,side,of,the,comforter,in,the,image398,?], answer(A, (const(A,lamp)))). _parse([what,is,on,the,left,side,of,the,chair,in,the,image398,?], answer(A, (const(A,stroller)))). _parse([how,many,blinds,are,there,in,the,image398,?], answer(A, (const(A,2)))). _parse([what,is,the,colour,of,the,bag,on,the,chair,in,the,image399,?], answer(A, (const(A,pink)))). _parse([what,is,on,the,left,side,of,the,pink,bag,in,the,image399,?], answer(A, (const(A,toy_doll)))). _parse([what,is,behind,the,cartons,in,the,image399,?], answer(A, (const(A,doll_house)))). _parse([what,is,on,the,cartons,in,the,image400,?], answer(A, (const(A,book);const(A,bag)))). _parse([what,is,on,the,carton,in,front,of,the,doll,house,in,the,image400,?], answer(A, (const(A,toy)))). _parse([what,is,the,colour,of,the,carton,on,the,right,side,of,the,chair,in,the,image401,?], answer(A, (const(A,blue)))). _parse([what,in,between,the,blinds,in,the,image401,?], answer(A, (const(A,jacket)))). _parse([what,is,on,the,chair,in,the,image401,?], answer(A, (const(A,toy)))). _parse([what,is,in,the,crib,in,the,image401,?], answer(A, (const(A,sheets)))). _parse([what,is,the,colour,of,the,kid,sofa,in,front,of,the,table,in,the,image402,?], answer(A, (const(A,purple)))). _parse([what,is,on,the,right,side,of,the,kid,sofa,in,the,image402,?], answer(A, (const(A,toy_chair)))). _parse([what,is,on,the,left,side,of,the,purple,sofa,in,the,image402,?], answer(A, (const(A,crib)))). _parse([what,is,on,the,right,side,of,the,comforter,in,the,image402,?], answer(A, (const(A,chart_roll)))). _parse([what,is,in,between,the,chairs,in,the,image403,?], answer(A, (const(A,table)))). _parse([what,is,the,colour,of,the,chairs,in,the,image403,?], answer(A, (const(A,red)))). _parse([what,is,in,front,of,the,chair,in,the,image404,?], answer(A, (const(A,stool)))). _parse([what,is,on,the,right,side,of,the,chair,in,the,image404,?], answer(A, (const(A,ornamental_plant)))). _parse([what,is,on,the,wall,in,the,image404,?], answer(A, (const(A,picture)))). _parse([how,many,drawers,are,there,in,the,image405,?], answer(A, (const(A,3)))). _parse([what,is,on,the,table,in,the,image405,?], answer(A, (const(A,clothes)))). _parse([what,is,on,the,floor,in,the,image405,?], answer(A, (const(A,bottle_of_liquid)))). _parse([what,is,on,the,right,side,of,the,table,in,the,image405,?], answer(A, (const(A,washing_machine)))). _parse([what,is,in,front,of,the,washing,machine,in,the,image405,?], answer(A, (const(A,laundry_basket)))). _parse([how,many,knobs,are,visible,in,the,image406,?], answer(A, (const(A,3)))). _parse([what,is,on,the,drying,machine,in,the,image406,?], answer(A, (const(A,bottle_of_liquid)))). _parse([what,is,the,colour,of,the,laundry,basket,in,the,image406,?], answer(A, (const(A,blue)))). _parse([what,is,the,colour,of,the,clothes,on,the,table,in,the,image406,?], answer(A, (const(A,green);const(A,blue);const(A,red)))). _parse([what,is,behind,the,drying,stand,in,the,image407,?], answer(A, (const(A,window)))). _parse([what,is,on,the,right,side,of,the,laundry,basket,in,the,image407,?], answer(A, (const(A,stand)))). _parse([what,is,on,the,stand,in,the,image407,?], answer(A, (const(A,clothes)))). _parse([what,is,on,the,right,side,of,the,sink,in,the,image408,?], answer(A, (const(A,microwave)))). _parse([what,is,behind,the,tap,in,the,image408,?], answer(A, (const(A,bottle_of_liquid)))). _parse([what,is,beneath,the,table,in,the,image408,?], answer(A, (const(A,garbage_bin)))). _parse([what,is,on,the,left,side,of,the,table,in,the,image408,?], answer(A, (const(A,stool)))). _parse([what,is,on,the,left,side,of,the,stool,in,the,image408,?], answer(A, (const(A,stand)))). _parse([what,is,on,the,white,stand,in,the,image409,?], answer(A, (const(A,printer)))). _parse([what,is,in,between,the,stool,and,the,table,in,the,image409,?], answer(A, (const(A,basket)))). _parse([what,is,the,colour,of,the,basket,in,the,image409,?], answer(A, (const(A,blue)))). _parse([what,is,on,the,left,side,of,the,black,equipment,in,the,image410,?], answer(A, (const(A,bottle_of_liquid)))). _parse([what,is,on,the,right,side,of,the,black,equipment,in,the,image410,?], answer(A, (const(A,cup)))). _parse([what,is,on,the,left,side,of,the,microwave,in,the,image410,?], answer(A, (const(A,tissue_roll)))). _parse([what,is,the,colour,of,the,garbage,bin,in,the,image410,?], answer(A, (const(A,black)))). _parse([what,is,on,the,left,side,of,the,blue,basket,in,the,image411,?], answer(A, (const(A,paper)))). _parse([what,is,on,the,right,side,of,the,basket,in,the,image411,?], answer(A, (const(A,plate)))). _parse([how,many,chairs,are,there,around,the,table,in,the,image411,?], answer(A, (const(A,9)))). _parse([what,is,beneath,the,wall,decorative,item,in,the,image411,?], answer(A, (const(A,water_cooler)))). _parse([what,is,on,the,left,side,of,the,water,cooler,in,the,image411,?], answer(A, (const(A,garbage_bin)))). _parse([what,is,on,the,right,side,of,the,wall,in,the,image411,?], answer(A, (const(A,refridgerator)))). _parse([what,is,on,the,right,side,of,the,sink,in,the,image412,?], answer(A, (const(A,tissue_roll)))). _parse([what,is,on,the,right,side,of,the,white,equipment,in,the,image412,?], answer(A, (const(A,toaster)))). _parse([how,many,drawers,are,there,in,the,image412,?], answer(A, (const(A,4)))). _parse([what,is,on,the,right,side,of,the,tap,in,the,image412,?], answer(A, (const(A,bottle_of_liquid)))). _parse([what,is,on,the,right,side,of,the,tissue,roll,in,the,image413,?], answer(A, (const(A,plastic_box)))). _parse([what,is,on,the,right,most,side,on,the,table,in,the,image413,?], answer(A, (const(A,cup)))). _parse([what,is,on,the,right,side,of,the,shelf,in,the,image414,?], answer(A, (const(A,door)))). _parse([what,is,the,colour,of,the,garbage,bin,in,the,image414,?], answer(A, (const(A,black);const(A,gray)))). _parse([what,is,around,the,table,in,the,image415,?], answer(A, (const(A,chair)))). _parse([what,is,on,the,table,in,the,image415,?], answer(A, (const(A,cup);const(A,bag)))). _parse([what,is,behind,the,table,in,the,image415,?], answer(A, (const(A,refridgerator)))). _parse([what,is,on,the,left,side,of,the,container,in,the,image416,?], answer(A, (const(A,coffee_machine)))). _parse([what,is,on,the,right,side,of,the,container,in,the,image416,?], answer(A, (const(A,bottle_of_liquid)))). _parse([what,is,on,the,right,side,of,the,bottle,of,liquid,in,the,image416,?], answer(A, (const(A,tissue)))). _parse([what,is,above,the,switch,board,in,the,image416,?], answer(A, (const(A,light)))). _parse([what,is,on,the,right,side,of,the,door,in,the,image417,?], answer(A, (const(A,water_cooler)))). _parse([what,is,on,the,table,in,the,image417,?], answer(A, (const(A,cell_phone)))). _parse([what,is,beneath,the,sink,in,the,image417,?], answer(A, (const(A,garbage_bin)))). _parse([what,is,in,front,of,the,wall,on,the,right,most,side,in,the,image417,?], answer(A, (const(A,refridgerator)))). _parse([what,is,on,the,bed,in,the,image418,?], answer(A, (const(A,clothes)))). _parse([what,is,on,the,left,side,of,bed,in,the,image418,?], answer(A, (const(A,blinds)))). _parse([what,is,in,front,of,the,bed,in,the,image418,?], answer(A, (const(A,chair)))). _parse([what,is,the,colour,of,the,clothes,on,the,chair,in,the,image418,?], answer(A, (const(A,pink)))). _parse([what,is,on,the,right,side,of,the,bed,in,the,image418,?], answer(A, (const(A,table)))). _parse([what,is,on,the,table,in,the,image419,?], answer(A, (const(A,tissue_box);const(A,remote_control)))). _parse([what,is,on,the,right,side,of,the,baskets,in,the,image419,?], answer(A, (const(A,books)))). _parse([what,is,on,the,right,side,of,the,books,in,the,image419,?], answer(A, (const(A,door)))). _parse([what,is,in,front,of,the,doors,in,the,image419,?], answer(A, (const(A,papers)))). _parse([what,is,the,colour,of,the,object,on,the,left,side,of,the,stand,in,the,image420,?], answer(A, (const(A,white)))). _parse([how,many,doors,are,not,fixed,in,the,image420,?], answer(A, (const(A,1)))). _parse([what,is,the,black,object,on,the,table,in,the,image421,?], answer(A, (const(A,monitor)))). _parse([what,is,on,the,right,most,side,on,the,table,in,the,image421,?], answer(A, (const(A,lamp)))). _parse([what,is,on,the,left,side,of,the,cpu,in,the,image421,?], answer(A, (const(A,plastic_box)))). _parse([what,is,on,the,left,side,of,the,table,in,the,image421,?], answer(A, (const(A,garbage_bin)))). _parse([what,is,on,the,wall,in,the,image421,?], answer(A, (const(A,picture)))). _parse([what,is,in,front,of,the,monitor,in,the,image421,?], answer(A, (const(A,keyboard)))). _parse([what,is,on,the,left,side,of,the,sofa,in,the,image422,?], answer(A, (const(A,foosball_table)))). _parse([what,is,in,front,of,the,sofa,in,the,image422,?], answer(A, (const(A,stool)))). _parse([what,is,on,the,left,side,of,the,sofa,in,the,image422,?], answer(A, (const(A,blinds)))). _parse([what,is,on,the,wall,in,the,image422,?], answer(A, (const(A,picture)))). _parse([how,many,drawers,are,there,in,the,image423,?], answer(A, (const(A,16)))). _parse([what,are,the,colours,of,the,drawers,in,the,image423,?], answer(A, (const(A,purple);const(A,white)))). _parse([what,is,above,the,drawers,in,the,image423,?], answer(A, (const(A,television)))). _parse([what,is,is,front,of,the,stool,in,the,image423,?], answer(A, (const(A,container)))). _parse([what,is,in,between,the,sofa,and,foosball,table,in,the,image424,?], answer(A, (const(A,toy_chair)))). _parse([what,is,on,the,sofa,in,the,image424,?], answer(A, (const(A,pillow)))). _parse([what,is,the,colour,of,the,sofa,in,the,image424,?], answer(A, (const(A,brown)))). _parse([what,is,on,the,stool,in,the,image424,?], answer(A, (const(A,sock);const(A,sock)))). _parse([what,is,in,front,of,the,blinds,in,the,image425,?], answer(A, (const(A,toy_horse)))). _parse([what,is,on,the,left,side,of,the,toy,horse,in,the,image425,?], answer(A, (const(A,toy_chair)))). _parse([what,is,in,front,of,the,cupboards,in,the,image425,?], answer(A, (const(A,ladder)))). _parse([what,is,the,white,object,on,the,ground,in,the,image425,?], answer(A, (const(A,ball)))). _parse([what,is,in,front,of,the,ball,in,the,image425,?], answer(A, (const(A,shoe)))). _parse([what,is,on,the,left,side,of,the,cair,in,the,image426,?], answer(A, (const(A,excercise_ball)))). _parse([what,is,the,largest,object,in,the,image426,?], answer(A, (const(A,pool_table)))). _parse([what,is,behind,the,pool,table,in,the,image426,?], answer(A, (const(A,table)))). _parse([what,is,behind,the,table,in,the,image426,?], answer(A, (const(A,blinds)))). _parse([what,is,above,the,pool,table,in,the,image426,?], answer(A, (const(A,light)))). _parse([what,is,above,the,drawers,in,the,image427,?], answer(A, (const(A,cable_box);const(A,cables)))). _parse([what,is,above,the,cables,shelf,in,the,image427,?], answer(A, (const(A,television)))). _parse([what,is,in,front,of,the,cupboard,door,in,the,image427,?], answer(A, (const(A,excercise_ball)))). _parse([what,is,on,the,right,side,of,the,exercise,ball,in,the,image427,?], answer(A, (const(A,chair)))). _parse([what,is,on,the,right,side,of,the,blue,chair,in,the,image428,?], answer(A, (const(A,excercise_equipment)))). _parse([what,is,is,in,between,the,chair,and,the,exercise,equipment,in,the,image428,?], answer(A, (const(A,cable_box);const(A,cables)))). _parse([what,is,on,the,right,side,of,the,pool,table,in,the,image428,?], answer(A, (const(A,bag)))). _parse([what,is,beneath,the,doors,in,the,image429,?], answer(A, (const(A,drawer)))). _parse([what,is,above,the,cupboards,in,the,image429,?], answer(A, (const(A,television)))). _parse([what,is,on,the,left,side,of,the,chair,in,the,image429,?], answer(A, (const(A,excercise_equipment)))). _parse([what,is,on,the,left,side,of,the,sofa,in,the,image430,?], answer(A, (const(A,chessboard)))). _parse([what,is,on,the,sofa,in,the,image430,?], answer(A, (const(A,pillow);const(A,clothes)))). _parse([what,is,behind,the,sofa,in,the,image430,?], answer(A, (const(A,pool_table)))). _parse([what,is,on,the,right,side,of,the,sofa,in,the,image430,?], answer(A, (const(A,window)))). _parse([what,is,on,the,right,side,of,the,chess,board,in,the,image430,?], answer(A, (const(A,remote_control)))). _parse([what,is,beneath,the,television,in,the,image431,?], answer(A, (const(A,stand)))). _parse([what,is,on,the,right,side,of,the,table,in,the,image431,?], answer(A, (const(A,xbox)))). _parse([what,is,on,the,right,side,of,the,xbox,in,the,image431,?], answer(A, (const(A,guitar)))). _parse([what,is,on,the,left,side,of,the,television,in,the,image431,?], answer(A, (const(A,picture)))). _parse([what,is,on,the,left,side,of,the,stand,in,the,image431,?], answer(A, (const(A,stool)))). _parse([what,is,on,the,table,in,the,image432,?], answer(A, (const(A,cup);const(A,container);const(A,tissue)))). _parse([what,is,on,the,left,side,of,the,table,in,the,image432,?], answer(A, (const(A,machine)))). _parse([how,many,chairs,are,there,in,the,image432,?], answer(A, (const(A,2)))). _parse([what,is,in,front,of,the,wall,in,the,image433,?], answer(A, (const(A,pool_table)))). _parse([what,is,the,colour,of,the,carpet,in,the,image433,?], answer(A, (const(A,purple)))). _parse([what,is,on,the,right,side,of,the,iron,grill,in,the,image433,?], answer(A, (const(A,window)))). _parse([what,is,on,the,table,in,the,image434,?], answer(A, (const(A,vase)))). _parse([what,is,around,the,table,in,the,image434,?], answer(A, (const(A,chair)))). _parse([what,is,in,between,the,chairs,in,the,image434,?], answer(A, (const(A,stool)))). _parse([what,is,leaning,against,the,wall,in,the,image434,?], answer(A, (const(A,table)))). _parse([what,is,on,the,sofa,in,the,image435,?], answer(A, (const(A,towel)))). _parse([what,is,the,colour,of,the,towels,in,the,image435,?], answer(A, (const(A,red);const(A,blue)))). _parse([what,is,on,the,blue,object,in,the,image436,?], answer(A, (const(A,toy)))). _parse([what,is,on,the,right,side,of,the,toy,in,the,image436,?], answer(A, (const(A,table)))). _parse([how,many,doors,are,open,in,the,image436,?], answer(A, (const(A,2)))). _parse([what,is,on,the,left,side,of,the,chair,in,the,image437,?], answer(A, (const(A,toy)))). _parse([what,is,on,the,wall,in,the,image437,?], answer(A, (const(A,shelves)))). _parse([what,is,on,the,right,side,of,the,shelves,in,the,image437,?], answer(A, (const(A,blinds)))). _parse([what,is,above,the,television,in,the,image437,?], answer(A, (const(A,dvd_player)))). _parse([what,is,in,front,of,the,blinds,in,the,image438,?], answer(A, (const(A,foosball_table)))). _parse([what,is,on,the,right,side,of,the,foosball,table,in,the,image438,?], answer(A, (const(A,desk)))). _parse([what,is,on,the,desk,in,the,image438,?], answer(A, (const(A,doll_house);const(A,monitor);const(A,printer)))). _parse([what,is,on,the,right,side,of,the,printer,in,the,image438,?], answer(A, (const(A,whiteboard)))). _parse([what,is,in,front,of,the,desk,in,the,image438,?], answer(A, (const(A,sofa)))). _parse([what,is,behind,the,sofa,in,the,image439,?], answer(A, (const(A,whiteboard)))). _parse([what,is,on,the,sofa,in,the,image439,?], answer(A, (const(A,book)))). _parse([what,is,on,the,right,side,of,the,whiteboard,in,the,image439,?], answer(A, (const(A,door)))). _parse([what,is,the,colour,of,the,markers,on,the,white,board,in,the,image439,?], answer(A, (const(A,blue);const(A,red);const(A,green)))). _parse([what,is,in,front,of,the,wall,in,the,image440,?], answer(A, (const(A,stool)))). _parse([what,is,the,colour,of,the,toy,in,the,image440,?], answer(A, (const(A,yellow);const(A,blue);const(A,red)))). _parse([what,is,on,the,table,in,the,image441,?], answer(A, (const(A,pen);const(A,paper)))). _parse([what,is,the,colour,of,the,chairs,surrounding,the,table,in,the,image441,?], answer(A, (const(A,green)))). _parse([what,is,on,the,right,side,of,the,table,in,the,image441,?], answer(A, (const(A,blinds)))). _parse([what,is,on,the,right,side,of,the,blinds,in,the,image441,?], answer(A, (const(A,table)))). _parse([what,is,on,the,table,in,the,image441,?], answer(A, (const(A,books)))). _parse([what,is,on,the,wall,in,the,image441,?], answer(A, (const(A,picture)))). _parse([what,is,on,the,cupboard,in,the,image441,?], answer(A, (const(A,mirror)))). _parse([what,is,above,the,cupboard,in,the,image441,?], answer(A, (const(A,decorative_item)))). _parse([what,is,on,the,wall,in,the,image442,?], answer(A, (const(A,picture)))). _parse([what,is,on,the,right,side,of,the,rack,in,the,image442,?], answer(A, (const(A,toy)))). _parse([what,is,on,the,cupboard,in,the,image443,?], answer(A, (const(A,tea_kettle);const(A,decorative_plate)))). _parse([what,is,on,the,right,side,of,the,cupboard,in,the,image443,?], answer(A, (const(A,basket)))). _parse([what,is,in,the,basket,in,the,image443,?], answer(A, (const(A,toy)))). _parse([what,is,on,the,chair,in,the,image444,?], answer(A, (const(A,pillow)))). _parse([what,is,behind,the,chair,in,the,image444,?], answer(A, (const(A,doll_house)))). _parse([what,is,in,front,of,the,wall,in,the,image444,?], answer(A, (const(A,toy)))). _parse([what,is,in,front,of,the,stool,in,the,image444,?], answer(A, (const(A,towel)))). _parse([what,is,in,front,of,the,chair,in,the,image445,?], answer(A, (const(A,bag)))). _parse([what,is,on,the,sofa,in,the,image445,?], answer(A, (const(A,toy);const(A,books)))). _parse([what,is,on,the,floor,on,the,left,side,of,the,green,chair,in,the,image445,?], answer(A, (const(A,plastic_box)))). _parse([how,many,drawers,are,there,in,the,image445,?], answer(A, (const(A,4)))). _parse([what,is,beneath,the,blinds,in,the,image446,?], answer(A, (const(A,basket);const(A,chair)))). _parse([what,is,on,the,floor,in,the,image446,?], answer(A, (const(A,toy)))). _parse([what,is,the,colour,of,the,chair,in,the,image447,?], answer(A, (const(A,yellow)))). _parse([what,is,on,the,left,side,of,the,chair,in,the,image447,?], answer(A, (const(A,plastic_box)))). _parse([how,many,plastic,boxes,are,there,in,the,image447,?], answer(A, (const(A,2)))). _parse([what,is,around,the,plastic,boxes,in,the,image447,?], answer(A, (const(A,toy)))). _parse([how,many,drawers,are,there,in,the,image448,?], answer(A, (const(A,4)))). _parse([how,many,drawers,are,open,in,the,image448,?], answer(A, (const(A,1)))). _parse([what,is,on,left,most,side,on,the,table,in,the,image448,?], answer(A, (const(A,towel)))). _parse([what,is,on,the,towels,in,the,image448,?], answer(A, (const(A,cell_phone)))). _parse([what,is,on,the,right,most,side,on,the,table,in,the,image448,?], answer(A, (const(A,book)))). _parse([what,is,the,tall,white,object,on,the,table,in,the,image448,?], answer(A, (const(A,tissue_roll)))). _parse([what,is,on,the,right,side,of,the,tissue,roll,in,the,image448,?], answer(A, (const(A,cream)))). _parse([what,is,in,front,of,the,wall,in,the,image449,?], answer(A, (const(A,machine)))). _parse([how,many,rolls,are,there,in,the,shelf,in,the,image449,?], answer(A, (const(A,2)))). _parse([what,is,beneath,the,machines,in,the,image449,?], answer(A, (const(A,table)))). _parse([what,is,the,colour,of,the,table,in,the,image449,?], answer(A, (const(A,black);const(A,white)))). _parse([what,is,in,front,of,the,poster,in,the,image450,?], answer(A, (const(A,machine)))). _parse([what,is,in,front,of,the,rack,in,the,image450,?], answer(A, (const(A,paper)))). _parse([what,is,on,the,right,most,side,on,the,table,in,the,image451,?], answer(A, (const(A,carton)))). _parse([what,is,on,the,left,most,side,on,the,table,in,the,image451,?], answer(A, (const(A,wooden_plank)))). _parse([how,many,drawers,are,there,in,the,image451,?], answer(A, (const(A,5)))). _parse([what,is,on,the,right,most,side,on,the,table,in,the,image451,?], answer(A, (const(A,machine)))). _parse([how,many,chairs,are,there,in,the,image452,?], answer(A, (const(A,4)))). _parse([what,is,in,between,the,chairs,in,the,image452,?], answer(A, (const(A,stool)))). _parse([what,is,on,the,stool,in,the,image452,?], answer(A, (const(A,decorative_item);const(A,picture)))). _parse([what,is,on,the,wall,in,the,image452,?], answer(A, (const(A,picture)))). _parse([what,is,on,the,left,most,side,on,the,table,in,the,image453,?], answer(A, (const(A,clock)))). _parse([what,is,in,front,of,the,clock,in,the,image453,?], answer(A, (const(A,business_cards)))). _parse([what,is,on,the,right,side,of,the,white,box,in,the,image453,?], answer(A, (const(A,paper)))). _parse([what,is,on,the,chair,in,the,image453,?], answer(A, (const(A,jacket)))). _parse([what,is,on,the,paper,in,the,image453,?], answer(A, (const(A,pen)))). _parse([what,is,on,the,left,most,side,of,the,chair,in,the,image454,?], answer(A, (const(A,paper_holder)))). _parse([what,is,beneath,the,chair,in,the,image454,?], answer(A, (const(A,machine)))). _parse([what,is,on,the,right,side,of,the,chair,in,the,image454,?], answer(A, (const(A,monitor)))). _parse([what,is,on,the,right,side,of,the,monitor,in,the,image454,?], answer(A, (const(A,telephone)))). _parse([what,is,on,the,right,side,of,the,telephone,in,the,image454,?], answer(A, (const(A,printer)))). _parse([how,many,jackets,are,there,in,the,image455,?], answer(A, (const(A,2)))). _parse([what,is,in,front,of,keyboard,on,the,table,in,the,image455,?], answer(A, (const(A,paper)))). _parse([what,is,in,front,of,the,table,in,the,image455,?], answer(A, (const(A,chair)))). _parse([how,many,chairs,are,there,in,the,image455,?], answer(A, (const(A,2)))). _parse([what,is,on,the,right,side,of,the,keyboard,in,the,image456,?], answer(A, (const(A,mouse)))). _parse([what,is,on,the,right,side,of,the,mouse,in,the,image456,?], answer(A, (const(A,tape)))). _parse([what,is,on,the,table,predominantly,in,the,image456,?], answer(A, (const(A,paper)))). _parse([what,is,behind,the,monitor,in,the,image456,?], answer(A, (const(A,calendar)))). _parse([what,is,on,the,left,side,of,the,monitor,in,the,image456,?], answer(A, (const(A,telephone)))). _parse([how,many,ornamental,plants,are,there,in,the,image457,?], answer(A, (const(A,3)))). _parse([what,is,on,the,right,side,of,the,ornamental,plant,in,the,image457,?], answer(A, (const(A,table)))). _parse([what,is,the,colour,of,the,wall,in,the,image457,?], answer(A, (const(A,pink)))). _parse([what,is,behind,the,picture,in,the,image458,?], answer(A, (const(A,ornamental_plant)))). _parse([what,is,beneath,the,plant,in,the,image458,?], answer(A, (const(A,table)))). _parse([what,is,on,the,left,side,of,the,table,in,the,image458,?], answer(A, (const(A,chair)))). _parse([how,many,chairs,are,there,in,the,image458,?], answer(A, (const(A,3)))). _parse([what,is,behind,the,plants,in,the,image459,?], answer(A, (const(A,window)))). _parse([what,is,in,front,of,the,wall,in,the,image459,?], answer(A, (const(A,stand)))). _parse([what,is,in,front,of,the,wall,in,the,image460,?], answer(A, (const(A,board)))). _parse([what,is,on,the,bottom,most,shelf,of,the,rack,in,the,image460,?], answer(A, (const(A,basket)))). _parse([what,is,on,the,left,side,of,the,rack,in,the,image460,?], answer(A, (const(A,chair)))). _parse([what,is,on,the,left,side,of,the,chair,in,the,image460,?], answer(A, (const(A,table)))). _parse([what,is,on,the,table,in,the,image460,?], answer(A, (const(A,ornamental_plant)))). _parse([how,many,drawers,does,the,shelf,have,in,the,image460,?], answer(A, (const(A,4)))). _parse([how,many,ornamental,plants,are,there,in,the,image461,?], answer(A, (const(A,3)))). _parse([how,many,lights,are,there,in,the,image461,?], answer(A, (const(A,4)))). _parse([what,is,in,between,the,ornamental,plants,in,the,image461,?], answer(A, (const(A,tissue_box)))). _parse([what,is,behind,the,table,in,the,image461,?], answer(A, (const(A,window)))). _parse([what,is,on,the,sofa,in,the,image462,?], answer(A, (const(A,pillow)))). _parse([what,is,on,the,wall,in,the,image462,?], answer(A, (const(A,picture)))). _parse([what,is,in,front,of,the,sofa,in,the,image462,?], answer(A, (const(A,table)))). _parse([how,many,furnitures,are,there,in,the,image462,?], answer(A, (const(A,3)))). _parse([what,is,the,colour,of,the,sofas,in,the,image462,?], answer(A, (const(A,white);const(A,red)))). _parse([how,many,pillows,are,there,in,the,image463,?], answer(A, (const(A,2)))). _parse([what,is,the,colour,of,the,carpet,in,the,image463,?], answer(A, (const(A,brown);const(A,purple);const(A,white)))). _parse([what,is,on,the,table,in,the,image464,?], answer(A, (const(A,lamp);const(A,lamp)))). _parse([what,is,in,front,of,the,table,in,the,image464,?], answer(A, (const(A,ornamental_plant)))). _parse([what,is,the,colour,of,the,leather,stool,in,the,image464,?], answer(A, (const(A,black)))). _parse([what,is,behind,the,table,in,the,image464,?], answer(A, (const(A,cables)))). _parse([what,is,the,colour,of,the,chair,in,the,image465,?], answer(A, (const(A,red)))). _parse([what,is,on,the,left,side,of,the,ornamental,plant,in,the,image465,?], answer(A, (const(A,door)))). _parse([what,is,on,the,wall,in,the,image465,?], answer(A, (const(A,plant)))). _parse([how,many,brown,colour,tables,are,there,in,the,image466,?], answer(A, (const(A,2)))). _parse([what,is,the,colour,of,the,lamp,in,the,image466,?], answer(A, (const(A,white);const(A,black)))). _parse([what,is,around,the,table,in,the,image467,?], answer(A, (const(A,chair)))). _parse([how,many,chairs,are,there,in,the,image467,?], answer(A, (const(A,3)))). _parse([what,is,on,the,wall,in,the,image467,?], answer(A, (const(A,wall_decoration)))). _parse([what,is,the,colour,of,the,doors,in,the,image468,?], answer(A, (const(A,brown)))). _parse([how,many,doors,are,there,in,the,image469,?], answer(A, (const(A,4)))). _parse([what,is,in,front,of,the,door,in,the,image469,?], answer(A, (const(A,ornamental_plant)))). _parse([what,is,the,colour,of,the,shirt,the,person,is,wearing,in,the,image470,?], answer(A, (const(A,white)))). _parse([what,is,on,the,table,in,the,image470,?], answer(A, (const(A,monitor);const(A,machine);const(A,paper);const(A,keyboard)))). _parse([what,is,on,the,wall,in,the,image470,?], answer(A, (const(A,picture);const(A,poster_board)))). _parse([how,many,chairs,are,there,in,the,image470,?], answer(A, (const(A,2)))). _parse([what,is,behind,the,monitor,in,the,image471,?], answer(A, (const(A,printer)))). _parse([what,is,on,the,right,side,of,the,keyboard,in,the,image471,?], answer(A, (const(A,monitor)))). _parse([how,many,pictures,are,there,on,the,wall,in,the,image471,?], answer(A, (const(A,3)))). _parse([what,is,on,the,wall,in,the,image472,?], answer(A, (const(A,picture)))). _parse([what,is,in,front,of,the,wall,in,the,image472,?], answer(A, (const(A,stand)))). _parse([what,is,on,the,left,side,of,the,book,rack,in,the,image472,?], answer(A, (const(A,ornamental_plant)))). _parse([what,is,beneath,the,table,in,the,image473,?], answer(A, (const(A,garbage_bin)))). _parse([what,is,on,the,left,side,of,the,table,in,the,image473,?], answer(A, (const(A,chair)))). _parse([what,is,above,the,red,colour,picture,in,the,image473,?], answer(A, (const(A,window)))). _parse([how,many,tables,are,there,in,the,image473,?], answer(A, (const(A,3)))). _parse([what,is,on,the,table,in,the,image474,?], answer(A, (const(A,paper);const(A,basketball)))). _parse([what,is,behind,the,table,in,the,image474,?], answer(A, (const(A,chair)))). _parse([what,is,on,the,wall,in,the,image474,?], answer(A, (const(A,picture)))). _parse([what,is,on,the,table,behind,the,chair,in,the,image474,?], answer(A, (const(A,monitor);const(A,mouse);const(A,paper)))). _parse([what,is,on,the,sofa,in,the,image475,?], answer(A, (const(A,pillow);const(A,paper)))). _parse([what,is,on,the,left,side,of,the,sofa,in,the,image475,?], answer(A, (const(A,table)))). _parse([what,is,on,the,left,most,side,on,the,table,in,the,image475,?], answer(A, (const(A,picture)))). _parse([what,is,on,the,right,side,of,the,framed,certificate,in,the,image475,?], answer(A, (const(A,printer)))). _parse([what,is,the,small,object,on,the,right,side,of,the,printer,in,the,image475,?], answer(A, (const(A,stapler)))). _parse([what,is,on,the,left,side,of,the,paper,on,the,table,in,the,image475,?], answer(A, (const(A,telephone)))). _parse([what,is,in,front,of,the,basket,ball,in,the,image476,?], answer(A, (const(A,papers)))). _parse([what,is,on,the,right,side,of,the,paper,in,the,image476,?], answer(A, (const(A,book)))). _parse([what,is,on,the,right,most,side,on,the,table,in,the,image476,?], answer(A, (const(A,telephone);const(A,book);const(A,cd_disc)))). _parse([what,is,the,colour,of,the,chair,in,the,image476,?], answer(A, (const(A,black)))). _parse([how,many,knobs,are,visible,in,the,image477,?], answer(A, (const(A,3)))). _parse([what,is,on,the,basketball,in,the,image477,?], answer(A, (const(A,paper)))). _parse([what,is,behind,the,sofa,in,the,image477,?], answer(A, (const(A,blinds)))). _parse([what,is,the,largest,object,in,the,image478,?], answer(A, (const(A,piano)))). _parse([what,is,on,the,left,side,of,the,wooden,wall,in,the,image478,?], answer(A, (const(A,chair);const(A,stool)))). _parse([what,is,on,the,stool,in,the,image478,?], answer(A, (const(A,books)))). _parse([what,is,on,the,wooden,wall,in,the,image478,?], answer(A, (const(A,picture)))). _parse([what,is,on,the,left,side,of,the,piano,in,the,image479,?], answer(A, (const(A,sofa)))). _parse([what,is,diagonally,opposite,to,the,piano,in,the,image479,?], answer(A, (const(A,sofa)))). _parse([how,many,chairs,are,visible,in,the,image479,?], answer(A, (const(A,1)))). _parse([how,many,shelves,are,visible,in,the,image480,?], answer(A, (const(A,4)))). _parse([what,is,the,colour,of,the,books,in,the,second,last,shelf,in,the,image480,?], answer(A, (const(A,white);const(A,blue);const(A,red)))). _parse([what,is,behind,the,sofa,in,the,image480,?], answer(A, (const(A,window)))). _parse([what,is,on,the,left,most,side,on,the,table,in,the,image481,?], answer(A, (const(A,cordless_phone)))). _parse([what,is,on,the,right,side,of,the,book,in,the,image481,?], answer(A, (const(A,globe);const(A,globe_stand)))). _parse([what,is,on,the,right,side,of,the,globe,in,the,image481,?], answer(A, (const(A,stamp)))). _parse([what,is,on,the,right,side,of,the,stamp,in,the,image481,?], answer(A, (const(A,picture)))). _parse([how,many,lights,are,on,in,the,image482,?], answer(A, (const(A,1)))). _parse([what,is,in,front,of,the,wall,in,the,image482,?], answer(A, (const(A,table)))). _parse([what,is,in,front,of,the,table,in,the,image482,?], answer(A, (const(A,chair)))). _parse([what,is,the,colour,of,the,wall,in,the,image482,?], answer(A, (const(A,brown)))). _parse([what,is,in,front,of,the,book,rack,in,the,image483,?], answer(A, (const(A,chair)))). _parse([how,many,drawers,are,visible,in,the,image483,?], answer(A, (const(A,3)))). _parse([what,is,on,the,right,side,of,the,wall,in,the,image484,?], answer(A, (const(A,door)))). _parse([what,is,on,the,black,colour,stnad,in,the,image485,?], answer(A, (const(A,computer);const(A,keyboard)))). _parse([what,is,on,the,right,side,of,the,stand,in,the,image485,?], answer(A, (const(A,sofa)))). _parse([what,is,on,the,left,side,of,the,wall,in,the,image485,?], answer(A, (const(A,door)))). _parse([what,is,in,front,of,the,sofa,in,the,image486,?], answer(A, (const(A,carton)))). _parse([what,is,on,the,sofa,in,the,image486,?], answer(A, (const(A,pillow)))). _parse([what,is,the,colour,of,the,sofa,in,the,image486,?], answer(A, (const(A,brown)))). _parse([what,is,the,colour,of,the,sofa,in,the,image487,?], answer(A, (const(A,black)))). _parse([what,is,on,the,wall,in,the,image487,?], answer(A, (const(A,picture)))). _parse([what,is,on,the,right,side,of,the,sofa,in,the,image487,?], answer(A, (const(A,table)))). _parse([what,is,on,the,table,in,the,image487,?], answer(A, (const(A,decorative_item);const(A,flower);const(A,vase)))). _parse([what,is,on,the,table,in,the,image488,?], answer(A, (const(A,lamp)))). _parse([what,is,the,colour,of,the,lamp,in,the,image488,?], answer(A, (const(A,white);const(A,black)))). _parse([what,is,behind,the,lamp,in,the,image488,?], answer(A, (const(A,window)))). _parse([what,is,on,the,left,side,of,the,table,in,the,image489,?], answer(A, (const(A,vacuum_cleaner)))). _parse([what,is,behind,the,vacuum,cleaner,in,the,image489,?], answer(A, (const(A,refridgerator)))). _parse([what,is,the,colour,of,the,painting,in,the,image489,?], answer(A, (const(A,red);const(A,black)))). _parse([what,is,in,front,of,the,rack,in,the,image490,?], answer(A, (const(A,plastic_box)))). _parse([what,is,on,the,right,side,of,the,white,object,in,the,image490,?], answer(A, (const(A,carton)))). _parse([what,is,behind,the,carton,in,the,image490,?], answer(A, (const(A,bottle)))). _parse([how,many,chairs,are,visible,in,the,image490,?], answer(A, (const(A,2)))). _parse([what,is,on,the,left,side,of,the,wall,in,the,image491,?], answer(A, (const(A,pipe)))). _parse([what,is,beneath,the,shelf,in,the,image491,?], answer(A, (const(A,basket)))). _parse([what,is,the,colour,of,the,bag,in,the,image491,?], answer(A, (const(A,black)))). _parse([what,is,on,the,stand,in,the,image492,?], answer(A, (const(A,towel)))). _parse([what,is,on,the,left,side,of,the,stand,in,the,image492,?], answer(A, (const(A,table)))). _parse([what,is,beneath,the,shelf,in,the,image492,?], answer(A, (const(A,washing_machine)))). _parse([what,is,on,the,washing,machine,in,the,image492,?], answer(A, (const(A,bottle_of_liquid)))). _parse([what,is,in,between,the,stand,and,the,washing,machine,in,the,image492,?], answer(A, (const(A,basket)))). _parse([what,is,leaning,against,the,wall,on,the,right,side,of,the,image492,?], answer(A, (const(A,ironing_board)))). _parse([what,is,on,the,washing,machine,in,the,image493,?], answer(A, (const(A,bottle_of_liquid)))). _parse([what,is,on,the,table,in,the,image493,?], answer(A, (const(A,bag)))). _parse([what,is,the,colour,of,the,bag,in,the,image493,?], answer(A, (const(A,blue);const(A,black)))). _parse([what,is,in,front,of,the,carpet,in,the,image494,?], answer(A, (const(A,excercise_equipment)))). _parse([what,is,beneath,the,shelf,stand,in,the,image494,?], answer(A, (const(A,carton)))). _parse([what,is,the,black,object,on,the,table,in,the,image495,?], answer(A, (const(A,coffee_machine)))). _parse([what,is,in,front,of,the,shelf,in,the,image495,?], answer(A, (const(A,basket)))). _parse([what,is,on,the,right,side,of,the,basket,in,the,image495,?], answer(A, (const(A,carton)))). _parse([what,is,on,the,last,shelf,in,the,image495,?], answer(A, (const(A,container)))). _parse([what,is,on,the,table,in,the,image496,?], answer(A, (const(A,carton);const(A,basket)))). _parse([what,is,in,the,container,on,the,floor,in,the,image496,?], answer(A, (const(A,stick)))). _parse([what,is,in,front,of,the,table,in,the,image496,?], answer(A, (const(A,garbage_bin)))). _parse([what,is,the,colour,of,the,basket,in,the,image496,?], answer(A, (const(A,blue)))). _parse([what,is,in,the,hanger,in,the,image497,?], answer(A, (const(A,towel)))). _parse([what,is,on,the,left,side,of,the,towels,in,the,image497,?], answer(A, (const(A,toilet)))). _parse([what,is,on,the,left,side,of,the,toilet,in,the,image497,?], answer(A, (const(A,garbage_bin)))). _parse([what,is,on,the,left,side,of,the,bin,in,the,image497,?], answer(A, (const(A,table)))). _parse([what,is,on,the,table,in,the,image497,?], answer(A, (const(A,bottle_of_liquid);const(A,perfume);const(A,cream)))). _parse([what,is,beneath,the,table,in,the,image497,?], answer(A, (const(A,drawer)))). _parse([what,is,on,the,left,side,of,the,table,in,the,image497,?], answer(A, (const(A,curtain)))). _parse([what,is,behind,the,table,in,the,image497,?], answer(A, (const(A,window)))). _parse([what,is,behind,the,curtain,in,the,image498,?], answer(A, (const(A,bathtub)))). _parse([what,is,on,the,left,side,of,the,tub,in,the,image498,?], answer(A, (const(A,sink)))). _parse([what,is,the,colour,of,the,perfume,bottle,in,the,image498,?], answer(A, (const(A,brown)))). _parse([how,many,drawers,are,there,in,the,image498,?], answer(A, (const(A,1)))). _parse([what,is,beneath,the,drawer,in,the,image498,?], answer(A, (const(A,towel)))). _parse([what,is,on,the,right,most,side,if,the,sink,in,the,image499,?], answer(A, (const(A,tissue_roll)))). _parse([what,is,on,the,wall,above,the,sink,in,the,image499,?], answer(A, (const(A,mirror)))). _parse([what,is,on,the,right,side,of,the,mirror,in,the,image499,?], answer(A, (const(A,clothing_hanger)))). _parse([what,is,on,the,right,side,of,the,toilet,in,the,image499,?], answer(A, (const(A,curtain)))). _parse([how,many,people,reflection,are,visible,in,the,image500,?], answer(A, (const(A,2)))). _parse([what,is,on,the,flush,tank,in,the,image500,?], answer(A, (const(A,tissue_box)))). _parse([how,many,drawers,are,there,in,the,image500,?], answer(A, (const(A,5)))). _parse([what,is,the,colour,of,the,curtain,in,the,image501,?], answer(A, (const(A,blue);const(A,green)))). _parse([what,is,on,the,right,side,of,the,curtain,in,the,image501,?], answer(A, (const(A,bathtub)))). _parse([what,is,on,the,wall,in,the,image502,?], answer(A, (const(A,towel)))). _parse([what,is,on,the,shelf,in,the,image502,?], answer(A, (const(A,light_bulb);const(A,towel)))). _parse([what,is,beneath,the,shelf,in,the,image502,?], answer(A, (const(A,carton)))). _parse([what,is,on,the,flush,tank,in,the,image503,?], answer(A, (const(A,tissue_roll)))). _parse([what,is,on,the,right,side,of,the,toilet,in,the,image503,?], answer(A, (const(A,sink)))). _parse([what,is,on,the,right,side,of,the,toilet,in,the,image503,?], answer(A, (const(A,bottle_of_liquid)))). _parse([what,is,on,the,wall,on,the,left,side,of,the,bathtub,in,the,image504,?], answer(A, (const(A,bottle_of_liquid)))). _parse([what,is,on,the,right,side,of,the,bottle,of,liquid,in,the,image504,?], answer(A, (const(A,toothbrush)))). _parse([what,is,on,the,bathtub,in,the,image504,?], answer(A, (const(A,curtain)))). _parse([what,is,the,on,the,hanger,in,the,image504,?], answer(A, (const(A,towel)))). _parse([what,is,on,the,left,side,of,the,tap,in,the,image505,?], answer(A, (const(A,bottle_of_hand_wash_liquid)))). _parse([what,is,on,the,right,side,of,the,tap,in,the,image505,?], answer(A, (const(A,glass)))). _parse([what,is,in,front,of,the,shaver,in,the,image505,?], answer(A, (const(A,nailclipper)))). _parse([what,is,on,the,left,side,of,the,shaver,in,the,image505,?], answer(A, (const(A,cream)))). _parse([what,is,on,the,table,in,the,image506,?], answer(A, (const(A,book)))). _parse([what,is,on,the,right,side,of,the,table,in,the,image506,?], answer(A, (const(A,basket)))). _parse([what,is,on,the,flush,tank,in,the,image506,?], answer(A, (const(A,tissue_box)))). _parse([what,is,on,the,left,side,of,the,sink,in,the,image507,?], answer(A, (const(A,garbage_bin)))). _parse([what,is,above,the,sink,in,the,image507,?], answer(A, (const(A,bottle_of_liquid)))). _parse([what,is,above,the,toilet,in,the,image508,?], answer(A, (const(A,window)))). _parse([what,is,on,the,left,side,of,the,garbage,bin,in,the,image508,?], answer(A, (const(A,towel)))). _parse([what,is,on,the,left,side,of,the,towel,in,the,image508,?], answer(A, (const(A,bathtub)))). _parse([how,many,electric,toothbrushes,are,there,in,the,image509,?], answer(A, (const(A,3)))). _parse([what,is,on,the,right,side,of,the,glass,in,the,image509,?], answer(A, (const(A,electric_toothbrush)))). _parse([what,is,on,the,left,side,of,the,sink,in,the,image509,?], answer(A, (const(A,bottle_of_liquid)))). _parse([what,is,on,the,left,side,of,the,bottle,of,liquid,in,the,image509,?], answer(A, (const(A,cream)))). _parse([what,is,on,the,left,side,of,the,bathtub,in,the,image510,?], answer(A, (const(A,radio)))). _parse([what,is,on,the,wall,above,the,glass,in,the,image510,?], answer(A, (const(A,mirror)))). _parse([what,is,in,front,of,the,bath,tub,in,the,image511,?], answer(A, (const(A,towel)))). _parse([what,is,on,the,right,side,of,the,tissue,roll,in,the,image511,?], answer(A, (const(A,toothpaste)))). _parse([what,is,on,the,left,side,of,the,towel,in,the,image512,?], answer(A, (const(A,door)))). _parse([what,is,on,the,door,in,the,image512,?], answer(A, (const(A,door_knob)))). _parse([what,is,on,the,right,side,of,the,toothpaste,in,the,image512,?], answer(A, (const(A,razor)))). _parse([what,is,the,colour,of,the,object,on,the,wall,in,the,image513,?], answer(A, (const(A,green)))). _parse([how,many,bottles,of,liquid,are,there,in,the,image513,?], answer(A, (const(A,3)))). _parse([what,is,on,the,right,side,of,the,bed,in,the,image514,?], answer(A, (const(A,night_stand)))). _parse([what,is,on,the,night,stand,in,the,image514,?], answer(A, (const(A,lamp)))). _parse([what,is,beneath,the,lamp,in,the,image514,?], answer(A, (const(A,drawer)))). _parse([what,is,beneath,the,drawer,in,the,image514,?], answer(A, (const(A,books)))). _parse([what,is,on,the,right,side,of,the,night,stand,in,the,image514,?], answer(A, (const(A,basket)))). _parse([what,is,on,the,wall,in,the,image514,?], answer(A, (const(A,picture)))). _parse([how,many,curtains,are,there,in,the,image514,?], answer(A, (const(A,2)))). _parse([what,is,on,the,bed,table,in,the,image514,?], answer(A, (const(A,tissue_box)))). _parse([what,is,on,the,right,side,of,the,bed,in,the,image515,?], answer(A, (const(A,mirror)))). _parse([what,is,behind,the,bed,in,the,image515,?], answer(A, (const(A,curtain)))). _parse([what,is,on,the,books,in,the,image515,?], answer(A, (const(A,clothes)))). _parse([what,is,the,colour,of,the,book,in,the,image515,?], answer(A, (const(A,brown)))). _parse([what,is,the,green,object,in,the,mirror,reflection,in,the,image515,?], answer(A, (const(A,basket)))). _parse([how,many,lamps,are,there,in,the,image516,?], answer(A, (const(A,2)))). _parse([what,is,on,the,bed,in,the,image516,?], answer(A, (const(A,sheets);const(A,comforter);const(A,pillow)))). _parse([what,is,on,the,stand,in,the,image516,?], answer(A, (const(A,towel)))). _parse([how,many,curtains,are,there,in,the,image516,?], answer(A, (const(A,2)))). _parse([what,is,on,the,wall,in,the,image516,?], answer(A, (const(A,picture)))). _parse([what,is,on,the,table,in,the,image517,?], answer(A, (const(A,books);const(A,paper)))). _parse([what,is,on,the,right,side,of,the,book,rack,in,the,image517,?], answer(A, (const(A,drying_stand)))). _parse([what,is,the,colour,of,the,book,on,the,top,in,the,image517,?], answer(A, (const(A,paper)))). _parse([how,many,pillows,are,there,in,the,image518,?], answer(A, (const(A,4)))). _parse([what,is,the,colour,of,the,comforter,in,the,image518,?], answer(A, (const(A,green);const(A,blue);const(A,gray)))). _parse([what,is,beneath,the,table,in,the,image519,?], answer(A, (const(A,basket)))). _parse([what,is,the,colour,of,the,basket,in,the,image519,?], answer(A, (const(A,green)))). _parse([what,is,on,the,drying,stand,in,the,image519,?], answer(A, (const(A,clothes)))). _parse([what,is,in,the,shelves,in,the,image519,?], answer(A, (const(A,book)))). _parse([what,is,on,the,right,side,of,the,drying,stand,in,the,image519,?], answer(A, (const(A,tissue_roll)))). _parse([how,many,drawers,are,there,in,the,image520,?], answer(A, (const(A,4)))). _parse([what,is,on,the,left,side,of,the,drawers,in,the,image520,?], answer(A, (const(A,coat_hanger)))). _parse([what,is,on,the,stool,in,the,image520,?], answer(A, (const(A,fan)))). _parse([what,is,the,colour,of,the,sheets,in,the,image520,?], answer(A, (const(A,purple)))). _parse([what,is,on,the,left,side,of,the,red,colour,light,in,the,image521,?], answer(A, (const(A,tissue_roll)))). _parse([what,is,the,colour,of,the,comforter,in,the,image521,?], answer(A, (const(A,red);const(A,black)))). _parse([what,is,the,colour,of,the,sheets,in,the,image521,?], answer(A, (const(A,yellow);const(A,white)))). _parse([what,is,on,the,left,side,of,the,window,in,the,image523,?], answer(A, (const(A,blinds)))). _parse([what,is,on,the,left,most,side,on,the,table,in,the,image523,?], answer(A, (const(A,printer)))). _parse([what,is,on,the,right,most,side,on,the,table,in,the,image523,?], answer(A, (const(A,iron_box)))). _parse([how,many,chairs,are,there,in,the,image523,?], answer(A, (const(A,2)))). _parse([how,many,tables,are,there,in,the,image523,?], answer(A, (const(A,2)))). _parse([what,is,on,the,wall,in,the,image524,?], answer(A, (const(A,map)))). _parse([what,is,on,the,table,in,front,of,the,chair,in,the,image524,?], answer(A, (const(A,laptop)))). _parse([what,is,on,the,left,side,of,the,table,in,the,image524,?], answer(A, (const(A,garbage_bin)))). _parse([what,is,on,the,left,side,table,in,the,image524,?], answer(A, (const(A,tissue_box)))). _parse([how,many,drawer,knobs,are,visible,in,the,image524,?], answer(A, (const(A,4)))). _parse([what,is,on,the,left,side,of,the,night,stand,in,the,image525,?], answer(A, (const(A,bed)))). _parse([what,is,in,front,of,the,night,stand,in,the,image525,?], answer(A, (const(A,bag)))). _parse([what,is,on,the,cable,in,the,image525,?], answer(A, (const(A,cell_phone_charger)))). _parse([what,is,on,the,drawer,table,in,the,image526,?], answer(A, (const(A,picture)))). _parse([what,in,on,the,right,side,of,the,table,in,the,image526,?], answer(A, (const(A,lamp)))). _parse([what,is,on,the,right,side,of,the,lamp,in,the,image526,?], answer(A, (const(A,bed)))). _parse([what,is,on,the,bed,in,the,image527,?], answer(A, (const(A,sheets);const(A,comforter)))). _parse([what,is,on,the,wall,in,the,image527,?], answer(A, (const(A,curtain)))). _parse([what,is,on,the,right,side,of,the,bed,in,the,image527,?], answer(A, (const(A,table);const(A,drawer)))). _parse([how,many,drawers,are,open,in,the,image527,?], answer(A, (const(A,1)))). _parse([what,is,behind,the,chair,in,the,image528,?], answer(A, (const(A,table)))). _parse([what,is,the,red,object,on,the,table,in,the,image528,?], answer(A, (const(A,bottle)))). _parse([what,is,behind,the,bottle,in,the,image528,?], answer(A, (const(A,monitor)))). _parse([what,is,beneath,the,monitor,in,the,image528,?], answer(A, (const(A,paper)))). _parse([what,is,on,the,left,side,table,in,the,image528,?], answer(A, (const(A,printer)))). _parse([how,many,drawers,are,there,in,the,image529,?], answer(A, (const(A,2)))). _parse([what,is,on,the,left,side,of,the,printer,in,the,image529,?], answer(A, (const(A,mirror)))). _parse([what,is,on,the,left,side,of,the,mirror,in,the,image529,?], answer(A, (const(A,garbage_bin)))). _parse([what,is,on,the,left,side,of,the,garbage,bin,in,the,image529,?], answer(A, (const(A,laundry_basket)))). _parse([what,is,above,the,laundry,basket,in,the,image529,?], answer(A, (const(A,shirts_in_hanger)))). _parse([what,is,on,the,left,side,of,the,pink,drawer,in,the,image530,?], answer(A, (const(A,curtain)))). _parse([what,is,the,colour,of,the,sheet,in,the,image530,?], answer(A, (const(A,brown)))). _parse([what,is,on,the,black,drawer,table,in,the,image530,?], answer(A, (const(A,toy_doll)))). _parse([what,is,on,the,pink,drawer,table,in,the,image530,?], answer(A, (const(A,clothes)))). _parse([what,is,on,the,right,side,of,the,bed,in,the,image531,?], answer(A, (const(A,clothes)))). _parse([what,is,on,the,chair,in,the,image531,?], answer(A, (const(A,paper)))). _parse([what,is,on,the,window,in,the,image531,?], answer(A, (const(A,curtain)))). _parse([what,is,on,the,table,in,the,image531,?], answer(A, (const(A,paper)))). _parse([what,is,on,the,drawer,table,in,the,image531,?], answer(A, (const(A,book);const(A,clock)))). _parse([what,is,in,front,of,the,bed,in,the,image532,?], answer(A, (const(A,tissue_box);const(A,paper)))). _parse([what,is,on,the,comforter,in,the,image532,?], answer(A, (const(A,pillow)))). _parse([what,is,the,colour,of,the,comforter,in,the,image532,?], answer(A, (const(A,blue)))). _parse([what,is,on,the,left,side,of,the,chair,in,the,image533,?], answer(A, (const(A,carton)))). _parse([what,is,on,the,left,side,of,the,curtains,in,the,image533,?], answer(A, (const(A,window)))). _parse([what,is,on,the,right,most,side,on,the,table,in,the,image533,?], answer(A, (const(A,lamp)))). _parse([what,is,behind,the,bed,in,the,image534,?], answer(A, (const(A,blinds)))). _parse([what,is,on,the,right,side,of,the,bed,in,the,image534,?], answer(A, (const(A,curtain)))). _parse([what,is,on,the,third,last,shelf,in,the,image535,?], answer(A, (const(A,clothes)))). _parse([what,is,on,the,wall,in,the,image535,?], answer(A, (const(A,picture)))). _parse([what,is,the,black,object,in,the,image536,?], answer(A, (const(A,chair)))). _parse([what,is,the,colour,of,the,wall,in,the,image536,?], answer(A, (const(A,pink)))). _parse([what,is,on,the,left,side,of,the,stool,in,the,image537,?], answer(A, (const(A,lamp)))). _parse([what,is,on,the,left,side,of,the,lamp,in,the,image537,?], answer(A, (const(A,cell_phone_charger)))). _parse([what,is,on,the,stool,in,the,image537,?], answer(A, (const(A,cell_phone)))). _parse([what,is,on,the,left,side,of,the,bed,in,the,image537,?], answer(A, (const(A,night_stand)))). _parse([what,is,on,the,night,stand,in,the,image537,?], answer(A, (const(A,lamp);const(A,bottle_of_liquid)))). _parse([what,is,the,colour,of,the,pillow,on,the,bed,in,the,image538,?], answer(A, (const(A,red);const(A,white)))). _parse([what,is,on,the,left,side,of,the,lamp,in,the,image538,?], answer(A, (const(A,clock)))). _parse([what,is,on,the,right,side,of,the,pillow,in,the,image538,?], answer(A, (const(A,book)))). _parse([what,is,on,the,wall,in,the,image539,?], answer(A, (const(A,window)))). _parse([what,is,in,front,of,the,wall,in,the,image539,?], answer(A, (const(A,laundry_basket)))). _parse([what,is,in,the,laundry,basket,in,the,image539,?], answer(A, (const(A,clothes)))). _parse([what,is,on,the,door,in,the,image539,?], answer(A, (const(A,door_knob)))). _parse([what,is,on,the,left,side,of,the,bed,in,the,image540,?], answer(A, (const(A,lamp)))). _parse([what,is,in,front,of,the,night,stand,in,the,image540,?], answer(A, (const(A,bucket)))). _parse([what,is,the,colour,of,the,comforter,in,the,image540,?], answer(A, (const(A,blue)))). _parse([how,many,knobs,are,there,on,the,drawer,in,the,image540,?], answer(A, (const(A,11)))). _parse([what,is,on,the,left,side,of,the,lamp,in,the,image541,?], answer(A, (const(A,cables)))). _parse([what,is,on,the,left,side,of,the,cables,in,the,image541,?], answer(A, (const(A,clothes)))). _parse([what,is,in,the,shelf,in,the,night,stand,in,the,image541,?], answer(A, (const(A,book);const(A,tissue_box)))). _parse([what,is,behind,the,clothes,in,the,image542,?], answer(A, (const(A,door)))). _parse([what,is,on,the,top,most,shelf,in,the,image542,?], answer(A, (const(A,basket);const(A,hair_dryer)))). _parse([what,is,on,the,left,side,of,the,rack,in,the,image542,?], answer(A, (const(A,yoga_mat)))). _parse([what,is,in,front,of,the,drawer,table,in,the,image543,?], answer(A, (const(A,laundry_basket)))). _parse([what,is,in,the,laundry,basket,in,the,image543,?], answer(A, (const(A,clothes)))). _parse([what,is,on,the,left,most,side,on,the,drawer,table,in,the,image543,?], answer(A, (const(A,basket);const(A,clothes)))). _parse([what,is,on,the,right,most,side,on,the,drawer,table,in,the,image543,?], answer(A, (const(A,carton)))). _parse([what,is,on,the,left,side,of,the,window,in,the,image544,?], answer(A, (const(A,table)))). _parse([what,is,on,the,bigger,table,in,the,image544,?], answer(A, (const(A,book);const(A,paper)))). _parse([what,is,on,the,window,in,the,image544,?], answer(A, (const(A,curtain)))). _parse([what,is,around,the,table,in,the,image544,?], answer(A, (const(A,chair)))). _parse([what,is,on,the,left,side,of,books,in,the,image545,?], answer(A, (const(A,mouse)))). _parse([what,is,on,the,mat,in,the,image545,?], answer(A, (const(A,paper)))). _parse([what,is,beneath,the,picture,in,the,image545,?], answer(A, (const(A,tissue_box)))). _parse([what,is,beneath,the,rack,in,the,image546,?], answer(A, (const(A,decorative_plate);const(A,bowl)))). _parse([what,is,on,the,chair,in,the,image546,?], answer(A, (const(A,clothes)))). _parse([what,is,on,the,right,side,of,the,sofa,in,the,image546,?], answer(A, (const(A,lamp)))). _parse([what,is,on,the,sofa,in,the,image546,?], answer(A, (const(A,pillow)))). _parse([what,is,on,the,wall,in,the,image547,?], answer(A, (const(A,clock);const(A,decorative_plate)))). _parse([what,is,on,the,right,most,side,on,the,drawer,table,in,the,image547,?], answer(A, (const(A,decorative_platter);const(A,bottle)))). _parse([what,is,on,the,left,side,of,the,clock,in,the,image547,?], answer(A, (const(A,decorative_item)))). _parse([what,is,on,the,right,side,of,the,window,in,the,image548,?], answer(A, (const(A,table)))). _parse([what,is,on,the,table,in,the,image548,?], answer(A, (const(A,decorative_item)))). _parse([what,is,on,the,table,on,the,right,side,of,the,image548,?], answer(A, (const(A,file)))). _parse([what,is,on,the,left,side,of,the,book,rack,in,the,image549,?], answer(A, (const(A,door)))). _parse([what,is,the,colour,of,the,door,in,the,image549,?], answer(A, (const(A,brown)))). _parse([what,is,on,the,right,side,of,the,cupboard,in,the,image550,?], answer(A, (const(A,curtain)))). _parse([what,is,the,white,object,on,the,table,in,the,image550,?], answer(A, (const(A,tissue_roll)))). _parse([what,is,on,the,chair,in,the,image550,?], answer(A, (const(A,clothes)))). _parse([what,is,in,the,cupboard,in,the,image550,?], answer(A, (const(A,cup);const(A,saucer)))). _parse([what,is,on,the,left,side,of,the,mat,in,the,image551,?], answer(A, (const(A,book)))). _parse([what,is,around,the,table,in,the,image551,?], answer(A, (const(A,chair)))). _parse([what,is,the,black,object,on,the,table,in,the,image552,?], answer(A, (const(A,monitor)))). _parse([what,is,in,front,of,the,monitor,in,the,image552,?], answer(A, (const(A,pencil)))). _parse([what,is,on,the,right,side,of,the,pencil,in,the,image552,?], answer(A, (const(A,book)))). _parse([what,is,on,the,left,side,of,the,monitor,in,the,image552,?], answer(A, (const(A,paper)))). _parse([what,is,on,the,right,side,of,the,table,in,the,image552,?], answer(A, (const(A,drawer)))). _parse([what,is,on,the,drawer,table,in,the,image552,?], answer(A, (const(A,basket)))). _parse([what,is,behind,the,book,in,the,image553,?], answer(A, (const(A,printer)))). _parse([what,is,on,the,cpu,in,the,image553,?], answer(A, (const(A,cd_disc)))). _parse([what,is,on,the,chair,in,the,image553,?], answer(A, (const(A,clothes)))). _parse([what,is,on,the,right,side,of,the,keyboard,in,the,image553,?], answer(A, (const(A,mouse)))). _parse([what,is,on,the,right,side,of,the,paper,in,the,image553,?], answer(A, (const(A,stapler)))). _parse([what,is,in,front,of,the,monitor,in,the,image554,?], answer(A, (const(A,bottle)))). _parse([what,is,on,the,right,side,of,the,monitor,in,the,image554,?], answer(A, (const(A,speaker)))). _parse([what,is,beneath,the,table,on,the,left,side,of,the,cpu,in,the,image554,?], answer(A, (const(A,cables)))). _parse([what,is,in,front,of,the,window,in,the,image555,?], answer(A, (const(A,lamp)))). _parse([what,is,on,the,left,side,of,the,chair,in,the,image555,?], answer(A, (const(A,table)))). _parse([what,is,on,the,table,in,the,image555,?], answer(A, (const(A,keyboard);const(A,mouse);const(A,box)))). _parse([what,is,in,front,of,the,book,rack,in,the,image555,?], answer(A, (const(A,plastic_box)))). _parse([what,is,behind,the,keyboard,in,the,image556,?], answer(A, (const(A,monitor)))). _parse([what,is,on,the,left,side,of,the,cable,in,the,image556,?], answer(A, (const(A,pen_cup)))). _parse([what,is,behind,the,pen,cup,in,the,image556,?], answer(A, (const(A,paper_holder)))). _parse([what,is,behind,the,paper,holder,in,the,image556,?], answer(A, (const(A,blinds)))). _parse([what,is,on,the,right,side,of,the,blinds,in,the,image556,?], answer(A, (const(A,wall_decoration)))). _parse([what,is,right,in,front,of,the,blinds,in,the,image557,?], answer(A, (const(A,cordless_phone)))). _parse([how,many,drawers,are,there,in,the,image557,?], answer(A, (const(A,3)))). _parse([what,is,on,the,right,side,of,the,monitor,in,the,image557,?], answer(A, (const(A,paper)))). _parse([what,is,in,front,of,the,window,in,the,image558,?], answer(A, (const(A,printer)))). _parse([what,is,on,the,left,side,of,the,printer,in,the,image558,?], answer(A, (const(A,door)))). _parse([what,is,on,the,right,side,of,the,cable,in,the,image558,?], answer(A, (const(A,garbage_bin)))). _parse([what,is,on,the,left,most,side,on,the,table,in,the,image559,?], answer(A, (const(A,microwave)))). _parse([what,is,on,the,left,side,of,the,table,in,the,image559,?], answer(A, (const(A,refridgerator)))). _parse([what,is,on,the,right,side,of,the,microwave,in,the,image559,?], answer(A, (const(A,bottle_of_liquid)))). _parse([what,is,in,front,of,the,microwave,in,the,image560,?], answer(A, (const(A,hot_water_heater)))). _parse([what,is,above,the,microwave,in,the,image560,?], answer(A, (const(A,basket)))). _parse([what,is,on,the,left,side,of,the,sink,in,the,image561,?], answer(A, (const(A,bowl)))). _parse([what,is,on,the,left,side,of,the,bowl,in,the,image561,?], answer(A, (const(A,glass)))). _parse([what,is,in,front,of,the,glass,in,the,image561,?], answer(A, (const(A,plate)))). _parse([what,is,on,the,window,in,the,image561,?], answer(A, (const(A,curtain)))). _parse([what,is,above,the,stove,in,the,image562,?], answer(A, (const(A,microwave)))). _parse([how,many,drawers,are,there,in,the,image562,?], answer(A, (const(A,3)))). _parse([what,is,beneath,the,curtains,in,the,image562,?], answer(A, (const(A,window)))). _parse([what,is,in,the,wooden,holder,in,the,image563,?], answer(A, (const(A,spatula)))). _parse([what,is,in,front,of,the,holder,in,the,image563,?], answer(A, (const(A,wine_bottle)))). _parse([what,is,on,the,left,side,of,the,door,in,the,image563,?], answer(A, (const(A,refridgerator)))). _parse([what,is,beneath,the,table,in,the,image563,?], answer(A, (const(A,drawer)))). _parse([how,many,drawers,are,there,in,the,image564,?], answer(A, (const(A,5)))). _parse([how,many,knobs,are,there,in,the,image564,?], answer(A, (const(A,8)))). _parse([what,is,on,the,wall,in,the,image565,?], answer(A, (const(A,picture);const(A,wall_decoration)))). _parse([what,is,around,the,table,in,the,image565,?], answer(A, (const(A,chair)))). _parse([what,is,on,the,left,side,of,the,chair,in,the,image565,?], answer(A, (const(A,refridgerator)))). _parse([what,is,on,the,refrigerator,in,the,image566,?], answer(A, (const(A,towel)))). _parse([what,is,the,black,object,in,the,image566,?], answer(A, (const(A,garbage_bin)))). _parse([what,is,on,the,refrigerator,in,the,image566,?], answer(A, (const(A,decoration_item)))). _parse([what,is,on,the,stove,in,the,image567,?], answer(A, (const(A,hot_water_heater)))). _parse([what,is,on,the,right,side,of,the,sink,in,the,image567,?], answer(A, (const(A,bottle_of_hand_wash_liquid)))). _parse([what,is,on,the,corner,of,the,table,in,the,image567,?], answer(A, (const(A,electric_mixer)))). _parse([what,is,the,the,person,opening,in,the,image568,?], answer(A, (const(A,hot_water_heater)))). _parse([what,is,hung,on,the,refrigerator,in,the,image569,?], answer(A, (const(A,towel)))). _parse([what,is,on,the,right,side,of,the,refrigerator,in,the,image569,?], answer(A, (const(A,stove)))). _parse([what,is,on,the,table,in,the,image569,?], answer(A, (const(A,fruit)))). _parse([what,is,in,front,of,the,fruit,in,the,image569,?], answer(A, (const(A,paper)))). _parse([what,is,in,front,of,the,table,in,the,image569,?], answer(A, (const(A,chair)))). _parse([what,is,on,the,microwave,in,the,image570,?], answer(A, (const(A,coffee_machine);const(A,basket)))). _parse([what,is,on,the,left,side,of,the,microwave,in,the,image570,?], answer(A, (const(A,bottle)))). _parse([what,is,in,front,of,the,paper,in,the,image570,?], answer(A, (const(A,envelope)))). _parse([how,many,fruits,are,there,in,the,image570,?], answer(A, (const(A,3)))). _parse([what,is,on,the,right,side,of,the,table,in,the,image571,?], answer(A, (const(A,garbage_bin)))). _parse([how,many,garbage,bins,are,there,in,the,image571,?], answer(A, (const(A,2)))). _parse([what,is,the,colour,of,the,towel,in,the,image571,?], answer(A, (const(A,white)))). _parse([what,is,on,the,stove,in,the,image572,?], answer(A, (const(A,kitchen_utensil)))). _parse([what,is,on,the,left,side,of,the,stove,in,the,image572,?], answer(A, (const(A,bottle_of_liquid)))). _parse([what,is,above,the,microwave,in,the,image572,?], answer(A, (const(A,clock)))). _parse([what,is,on,the,drawer,in,the,image573,?], answer(A, (const(A,towel)))). _parse([what,is,on,the,right,side,of,the,sink,in,the,image573,?], answer(A, (const(A,kitchen_utensils);const(A,basket)))). _parse([what,is,above,the,kitchen,utensils,in,the,image573,?], answer(A, (const(A,tissue_roll)))). _parse([what,is,on,the,tap,in,the,image573,?], answer(A, (const(A,towel)))). _parse([what,is,on,the,left,side,of,the,sink,in,the,image574,?], answer(A, (const(A,bottle_of_soap)))). _parse([what,is,the,colour,the,mat,beneath,the,kitchen,utensils,in,the,image574,?], answer(A, (const(A,red)))). _parse([what,is,in,the,sink,in,the,image574,?], answer(A, (const(A,plate);const(A,spoon)))). _parse([what,is,in,front,of,the,mirror,in,the,image575,?], answer(A, (const(A,bottle_of_soap);const(A,bottle_of_liquid)))). _parse([what,is,on,the,right,side,of,the,tap,in,the,image575,?], answer(A, (const(A,cup)))). _parse([what,is,on,the,left,side,of,the,sink,in,the,image575,?], answer(A, (const(A,kitchen_utensils)))). _parse([what,is,in,front,of,the,kitchen,utensils,in,the,image575,?], answer(A, (const(A,hot_water_heater)))). _parse([what,is,on,the,left,side,of,the,hot,water,heater,in,the,image576,?], answer(A, (const(A,cup)))). _parse([what,is,in,front,of,the,cup,in,the,image576,?], answer(A, (const(A,knife);const(A,knife_rack)))). _parse([what,is,beneath,the,stove,in,the,image576,?], answer(A, (const(A,oven)))). _parse([what,is,on,the,switch,board,in,the,image577,?], answer(A, (const(A,cell_phone_charger)))). _parse([name,a,few,things,that,are,in,the,rack,in,the,image577,?], answer(A, (const(A,bottle);const(A,container);const(A,bottle_of_liquid)))). _parse([what,is,on,the,left,side,of,the,rack,in,the,image578,?], answer(A, (const(A,door)))). _parse([what,is,the,colour,of,the,door,in,the,image578,?], answer(A, (const(A,blue)))). _parse([what,is,on,the,door,in,the,image578,?], answer(A, (const(A,knob)))). _parse([what,is,in,the,second,last,column,from,the,left,in,the,last,row,of,the,shelf,in,the,image578,?], answer(A, (const(A,bottle)))). _parse([what,are,the,other,objects,in,the,rack,in,the,image578,?], answer(A, (const(A,plastic_box);const(A,container)))). _parse([what,is,on,the,sofa,in,the,image579,?], answer(A, (const(A,pillow)))). _parse([what,is,on,the,right,side,of,the,picture,in,the,image579,?], answer(A, (const(A,lamp)))). _parse([what,is,in,front,of,the,lamp,in,the,image579,?], answer(A, (const(A,paper)))). _parse([what,is,behind,the,sofa,in,the,image579,?], answer(A, (const(A,television)))). _parse([what,is,behind,the,television,in,the,image579,?], answer(A, (const(A,bookshelf)))). _parse([what,is,on,the,left,side,of,the,table,in,the,image579,?], answer(A, (const(A,door)))). _parse([what,is,on,the,left,side,of,the,television,in,the,image579,?], answer(A, (const(A,lamp)))). _parse([what,is,in,front,of,the,sofa,in,the,image580,?], answer(A, (const(A,table)))). _parse([what,is,on,the,side,table,in,the,image580,?], answer(A, (const(A,lamp)))). _parse([what,is,behind,the,sofa,in,the,image580,?], answer(A, (const(A,window)))). _parse([what,is,on,the,window,in,the,image580,?], answer(A, (const(A,curtain)))). _parse([what,is,on,the,right,side,of,the,curtains,in,the,image580,?], answer(A, (const(A,picture)))). _parse([what,is,on,the,sofa,in,the,image580,?], answer(A, (const(A,pillow)))). _parse([what,is,on,the,left,side,of,the,chair,in,the,image581,?], answer(A, (const(A,basket)))). _parse([what,is,the,colour,of,the,pillow,on,the,chair,in,the,image581,?], answer(A, (const(A,purple)))). _parse([what,is,on,the,right,side,of,the,chair,in,the,image581,?], answer(A, (const(A,fireplace)))). _parse([what,is,on,the,left,side,of,the,fireplace,in,the,image581,?], answer(A, (const(A,iron_grill)))). _parse([what,is,on,the,table,in,the,image582,?], answer(A, (const(A,head_phones)))). _parse([what,is,the,colour,of,pillows,on,the,sofa,in,the,image582,?], answer(A, (const(A,red)))). _parse([what,is,on,the,right,side,of,the,sofa,in,the,image582,?], answer(A, (const(A,bag)))). _parse([what,is,in,front,of,the,book,rack,in,the,image582,?], answer(A, (const(A,television)))). _parse([how,many,windows,are,visible,in,the,image583,?], answer(A, (const(A,2)))). _parse([what,is,the,colour,of,the,bag,in,the,image583,?], answer(A, (const(A,gray);const(A,black)))). _parse([what,is,on,the,left,side,of,the,fan,in,the,image584,?], answer(A, (const(A,air_conditioner)))). _parse([what,is,on,the,blinds,in,the,image584,?], answer(A, (const(A,curtain)))). _parse([what,is,on,the,floor,in,the,image584,?], answer(A, (const(A,machine);const(A,cables)))). _parse([what,is,on,the,left,side,of,the,lamp,in,the,image585,?], answer(A, (const(A,monitor)))). _parse([what,is,in,front,of,the,monitor,in,the,image585,?], answer(A, (const(A,paper)))). _parse([what,is,beneath,the,monitor,table,in,the,image585,?], answer(A, (const(A,keyboard);const(A,mouse)))). _parse([what,is,on,the,right,side,of,the,paper,in,the,image585,?], answer(A, (const(A,cell_phone)))). _parse([what,is,in,front,of,the,table,in,the,image585,?], answer(A, (const(A,chair)))). _parse([what,is,on,the,wall,in,the,image586,?], answer(A, (const(A,clothing_hanger)))). _parse([what,is,on,the,right,side,of,the,iron,box,in,the,image586,?], answer(A, (const(A,ironing_board)))). _parse([what,is,on,the,table,in,the,image586,?], answer(A, (const(A,paper)))). _parse([what,is,on,the,right,side,of,the,table,in,the,image586,?], answer(A, (const(A,chair)))). _parse([what,is,on,the,wall,in,the,image587,?], answer(A, (const(A,wall_decoration)))). _parse([what,is,on,the,left,most,side,on,the,table,in,the,image587,?], answer(A, (const(A,coffee_machine)))). _parse([what,is,on,the,chair,in,the,image587,?], answer(A, (const(A,bag)))). _parse([what,is,the,colour,of,the,wall,decoration,in,the,image587,?], answer(A, (const(A,red)))). _parse([what,is,on,the,wall,in,the,image588,?], answer(A, (const(A,picture)))). _parse([what,is,on,the,left,side,of,the,chair,in,the,image588,?], answer(A, (const(A,table)))). _parse([what,is,on,the,table,in,the,image588,?], answer(A, (const(A,lamp)))). _parse([what,is,on,the,left,side,of,the,lamp,in,the,image588,?], answer(A, (const(A,sofa)))). _parse([how,many,lamps,are,visible,in,the,image588,?], answer(A, (const(A,2)))). _parse([what,is,in,front,of,the,sofa,in,the,image588,?], answer(A, (const(A,table)))). _parse([what,is,on,the,left,side,of,the,chair,in,the,image589,?], answer(A, (const(A,air_conditioner)))). _parse([what,is,in,front,of,the,person,on,the,table,in,the,image589,?], answer(A, (const(A,tissue_box)))). _parse([what,is,behind,the,chair,in,the,image589,?], answer(A, (const(A,window)))). _parse([what,is,on,the,right,side,of,the,window,in,the,image589,?], answer(A, (const(A,picture)))). _parse([what,is,the,colour,of,the,chair,in,the,image590,?], answer(A, (const(A,pink)))). _parse([what,is,on,the,chair,in,the,image590,?], answer(A, (const(A,pillow)))). _parse([what,is,above,the,doll,in,the,image590,?], answer(A, (const(A,picture)))). _parse([what,is,the,largest,object,in,the,image591,?], answer(A, (const(A,sofa)))). _parse([what,is,in,front,of,the,sofa,in,the,image591,?], answer(A, (const(A,table)))). _parse([what,is,on,the,table,in,the,image591,?], answer(A, (const(A,microwave);const(A,bottle);const(A,fruit);const(A,paper)))). _parse([what,is,on,the,microwave,in,the,image591,?], answer(A, (const(A,coffee_machine);const(A,basket)))). _parse([what,is,on,the,table,in,the,image592,?], answer(A, (const(A,paper)))). _parse([what,is,on,the,left,side,of,the,chair,in,the,image592,?], answer(A, (const(A,table)))). _parse([what,is,on,the,table,in,the,image592,?], answer(A, (const(A,lamp);const(A,paper)))). _parse([what,is,on,the,left,side,of,the,sofa,in,the,image593,?], answer(A, (const(A,curtain)))). _parse([what,is,beneath,the,curtains,in,the,image593,?], answer(A, (const(A,blinds)))). _parse([what,is,on,the,left,side,of,the,table,in,the,image593,?], answer(A, (const(A,air_conditioner)))). _parse([what,is,the,colour,of,the,carpet,in,the,image593,?], answer(A, (const(A,gray)))). _parse([what,is,on,the,sofa,in,the,image594,?], answer(A, (const(A,sheets)))). _parse([what,is,on,the,left,side,of,the,blinds,in,the,image594,?], answer(A, (const(A,door)))). _parse([what,is,on,the,left,side,of,the,fan,in,the,image595,?], answer(A, (const(A,television)))). _parse([what,is,in,front,of,the,television,in,the,image595,?], answer(A, (const(A,plate)))). _parse([what,is,on,the,table,in,the,image596,?], answer(A, (const(A,jar);const(A,paper)))). _parse([what,is,around,the,table,in,the,image596,?], answer(A, (const(A,2)))). _parse([what,is,behind,the,table,in,the,image596,?], answer(A, (const(A,mirror)))). _parse([what,is,on,the,left,side,of,the,chair,in,the,image596,?], answer(A, (const(A,paper)))). _parse([what,is,on,the,left,side,of,the,television,in,the,image597,?], answer(A, (const(A,speaker);const(A,dvd)))). _parse([what,are,the,chairs,surrounding,in,the,image597,?], answer(A, (const(A,table)))). _parse([what,is,on,the,table,in,the,image597,?], answer(A, (const(A,tissue_roll)))). _parse([how,many,sofas,are,there,in,the,image598,?], answer(A, (const(A,2)))). _parse([what,is,in,between,the,sofas,in,the,image598,?], answer(A, (const(A,chair)))). _parse([what,is,on,the,end,of,the,table,in,the,image598,?], answer(A, (const(A,remote_control)))). _parse([what,is,in,front,of,the,remote,control,in,the,image598,?], answer(A, (const(A,paper)))). _parse([what,is,on,the,table,in,the,image599,?], answer(A, (const(A,box);const(A,ipad)))). _parse([what,is,on,the,right,side,of,the,table,in,the,image599,?], answer(A, (const(A,lamp)))). _parse([what,is,on,the,sofa,in,the,image599,?], answer(A, (const(A,pillow)))). _parse([what,is,the,colour,of,the,chair,in,the,image599,?], answer(A, (const(A,red)))). _parse([what,is,on,the,left,most,side,on,the,table,in,the,image600,?], answer(A, (const(A,cordless_telephone)))). _parse([what,is,behind,the,sofa,in,the,image600,?], answer(A, (const(A,window)))). _parse([what,is,on,the,either,sides,of,the,window,in,the,image600,?], answer(A, (const(A,curtain)))). _parse([what,is,in,the,rack,in,the,image601,?], answer(A, (const(A,shoe)))). _parse([what,is,behind,the,bag,in,the,image601,?], answer(A, (const(A,stairs)))). _parse([what,is,opposite,to,the,stairs,in,the,image601,?], answer(A, (const(A,picture)))). _parse([what,is,on,the,speaker,in,the,image602,?], answer(A, (const(A,dvd)))). _parse([what,is,on,the,stand,in,the,image602,?], answer(A, (const(A,television)))). _parse([what,is,on,the,left,side,of,the,wall,in,the,image602,?], answer(A, (const(A,chair)))). _parse([what,is,opposite,to,the,speaker,in,the,image602,?], answer(A, (const(A,table)))). _parse([how,many,cycles,are,there,in,the,image603,?], answer(A, (const(A,2)))). _parse([what,is,behind,the,chair,in,the,image603,?], answer(A, (const(A,table)))). _parse([what,is,on,the,table,in,the,image603,?], answer(A, (const(A,monitor)))). _parse([how,many,monitors,are,there,in,the,image603,?], answer(A, (const(A,2)))). _parse([what,is,behind,the,monitor,in,the,image603,?], answer(A, (const(A,window)))). _parse([what,is,in,front,of,the,window,in,the,image604,?], answer(A, (const(A,fan)))). _parse([what,is,on,the,right,side,of,the,books,in,the,image604,?], answer(A, (const(A,paper)))). _parse([what,is,behind,the,table,in,the,image604,?], answer(A, (const(A,sofa)))). _parse([what,is,the,white,colour,object,on,the,table,in,the,image604,?], answer(A, (const(A,tissue_roll)))). _parse([what,is,on,the,left,side,of,the,tissue,roll,in,the,image605,?], answer(A, (const(A,bottle)))). _parse([what,is,on,the,left,side,of,the,bottle,in,the,image605,?], answer(A, (const(A,lamp)))). _parse([what,is,behind,the,lamp,in,the,image605,?], answer(A, (const(A,window)))). _parse([what,is,on,the,left,side,of,the,chair,in,the,image605,?], answer(A, (const(A,garbage_bin)))). _parse([what,is,in,front,of,the,paper,in,the,image606,?], answer(A, (const(A,tissue_box)))). _parse([what,is,on,the,left,side,of,the,table,in,the,image606,?], answer(A, (const(A,fan)))). _parse([what,is,in,the,mugs,on,the,table,in,the,image606,?], answer(A, (const(A,ornamental_plant)))). _parse([what,is,on,the,sofa,in,the,image607,?], answer(A, (const(A,sheets)))). _parse([what,is,beneath,the,table,in,the,image607,?], answer(A, (const(A,stool)))). _parse([what,is,behind,the,table,in,the,image607,?], answer(A, (const(A,stand)))). _parse([what,is,on,the,right,side,of,the,books,in,the,image607,?], answer(A, (const(A,cup)))). _parse([what,is,on,the,left,side,of,the,chair,in,the,image608,?], answer(A, (const(A,garbage_bin)))). _parse([what,is,behind,the,monitor,in,the,image608,?], answer(A, (const(A,ornamental_plant)))). _parse([what,is,on,the,right,side,of,the,stapler,in,the,image608,?], answer(A, (const(A,hand_sanitizer)))). _parse([how,many,chairs,are,there,in,the,image608,?], answer(A, (const(A,2)))). _parse([what,is,the,colour,of,the,table,in,the,image609,?], answer(A, (const(A,red)))). _parse([what,is,on,the,left,side,of,the,monitor,in,the,image609,?], answer(A, (const(A,telephone)))). _parse([what,is,in,front,of,the,monitor,in,the,image609,?], answer(A, (const(A,keyboard)))). _parse([what,is,on,the,right,side,of,the,table,in,the,image609,?], answer(A, (const(A,chair)))). _parse([what,is,on,the,left,side,of,the,telephone,in,the,image609,?], answer(A, (const(A,paper);const(A,pen_cup)))). _parse([what,is,on,the,right,side,of,the,paper,holder,in,the,image610,?], answer(A, (const(A,briefcase)))). _parse([what,is,on,the,right,side,of,the,briefcase,in,the,image610,?], answer(A, (const(A,paper)))). _parse([how,many,drawers,are,there,in,the,image610,?], answer(A, (const(A,4)))). _parse([what,is,on,the,wall,in,the,image610,?], answer(A, (const(A,picture);const(A,framed_certificate)))). _parse([what,is,in,front,of,the,table,in,the,image610,?], answer(A, (const(A,chair)))). _parse([what,is,on,the,right,side,of,the,keyboard,in,the,image611,?], answer(A, (const(A,mouse)))). _parse([what,is,on,the,right,side,of,the,table,in,the,image612,?], answer(A, (const(A,garbage_bin)))). _parse([what,is,in,the,bin,in,the,image612,?], answer(A, (const(A,paper)))). _parse([what,is,on,the,left,side,of,the,chair,in,the,image612,?], answer(A, (const(A,monitor)))). _parse([what,is,on,the,right,side,of,the,monitor,in,the,image612,?], answer(A, (const(A,dvd_player)))). _parse([what,is,on,the,left,side,of,the,big,black,object,on,the,table,in,the,image612,?], answer(A, (const(A,bag)))). _parse([what,is,behind,the,monitor,in,the,image613,?], answer(A, (const(A,telephone)))). _parse([how,many,chairs,are,there,in,the,image613,?], answer(A, (const(A,3)))). _parse([what,is,on,the,shelf,in,the,image613,?], answer(A, (const(A,decorative_item)))). _parse([what,is,beneath,the,table,in,the,image613,?], answer(A, (const(A,cables)))). _parse([what,is,on,the,right,most,side,on,the,table,in,the,image614,?], answer(A, (const(A,lamp)))). _parse([what,is,in,front,of,the,lamp,in,the,image614,?], answer(A, (const(A,pen_cup);const(A,pen)))). _parse([what,is,on,the,left,side,of,the,papers,in,the,image614,?], answer(A, (const(A,paper_holder)))). _parse([what,is,on,the,left,side,of,the,cup,in,the,image614,?], answer(A, (const(A,monitor)))). _parse([what,is,on,the,right,most,side,on,the,table,beneath,the,picture,in,the,image614,?], answer(A, (const(A,printer)))). _parse([what,is,in,between,the,chairs,in,the,image615,?], answer(A, (const(A,stand)))). _parse([what,is,in,front,of,the,stand,in,the,image615,?], answer(A, (const(A,carton)))). _parse([what,is,on,the,left,most,side,on,the,table,in,the,image615,?], answer(A, (const(A,file);const(A,file_holder)))). _parse([what,is,on,the,right,side,of,the,the,picture,in,the,image615,?], answer(A, (const(A,window)))). _parse([what,is,on,the,right,side,of,the,chair,in,the,image616,?], answer(A, (const(A,door)))). _parse([what,is,on,the,stand,in,the,image616,?], answer(A, (const(A,plate);const(A,paper)))). _parse([what,is,beneath,the,table,in,the,image617,?], answer(A, (const(A,garbage_bin)))). _parse([what,is,on,the,left,side,on,the,table,in,the,image617,?], answer(A, (const(A,monitor)))). _parse([what,is,behind,the,table,in,the,image617,?], answer(A, (const(A,chair)))). _parse([what,is,on,the,left,most,side,on,the,table,behind,the,chair,in,the,image617,?], answer(A, (const(A,printer)))). _parse([what,is,on,the,left,side,on,the,sofa,in,the,image618,?], answer(A, (const(A,carton)))). _parse([what,is,on,the,left,side,of,the,sofa,in,the,image618,?], answer(A, (const(A,carton)))). _parse([what,is,on,the,left,side,of,the,carton,in,the,image618,?], answer(A, (const(A,door)))). _parse([what,is,the,colour,of,the,chart,on,the,table,in,the,image618,?], answer(A, (const(A,yellow)))). _parse([what,is,in,between,the,chair,and,sofa,in,the,image619,?], answer(A, (const(A,stool)))). _parse([what,is,on,the,stool,in,the,image619,?], answer(A, (const(A,flower);const(A,vase)))). _parse([what,is,the,colour,of,the,vase,in,the,image619,?], answer(A, (const(A,pink);const(A,red);const(A,green);const(A,white)))). _parse([what,is,the,colour,of,the,chair,in,the,image619,?], answer(A, (const(A,green)))). _parse([what,is,on,the,paper,in,the,image620,?], answer(A, (const(A,pen)))). _parse([what,is,behind,the,newspaper,in,the,image620,?], answer(A, (const(A,ornamental_plant)))). _parse([what,is,behind,the,ornamental,plant,in,the,image620,?], answer(A, (const(A,window)))). _parse([what,is,behind,the,papers,book,in,the,image621,?], answer(A, (const(A,monitor)))). _parse([what,is,on,the,right,side,of,the,monitor,in,the,image621,?], answer(A, (const(A,keyboard)))). _parse([what,is,on,the,right,side,of,the,monitor,in,the,image621,?], answer(A, (const(A,papers)))). _parse([what,is,on,the,chair,in,the,image622,?], answer(A, (const(A,jacket)))). _parse([what,is,on,the,left,side,of,the,table,in,the,image622,?], answer(A, (const(A,carton)))). _parse([what,is,on,the,left,side,of,the,carton,in,the,image622,?], answer(A, (const(A,stand)))). _parse([what,is,on,the,stand,in,the,image622,?], answer(A, (const(A,books)))). _parse([what,is,on,the,wall,in,the,image622,?], answer(A, (const(A,picture)))). _parse([what,is,the,colour,of,the,books,in,the,image623,?], answer(A, (const(A,pink);const(A,red);const(A,green);const(A,yellow);const(A,blue)))). _parse([what,is,on,the,right,side,of,the,paper,in,the,image623,?], answer(A, (const(A,laptop)))). _parse([what,is,on,the,right,side,of,the,laptop,in,the,image623,?], answer(A, (const(A,telephone)))). _parse([what,is,on,the,right,side,of,the,telephone,in,the,image623,?], answer(A, (const(A,paper)))). _parse([what,is,on,the,right,side,of,the,tissue,box,in,the,image624,?], answer(A, (const(A,paper_holder);const(A,paper)))). _parse([what,is,on,the,right,side,of,the,bottle,in,the,image624,?], answer(A, (const(A,telephone)))). _parse([what,is,on,the,right,side,of,the,poster,board,in,the,image625,?], answer(A, (const(A,lamp)))). _parse([what,is,on,the,right,side,of,the,lamp,in,the,image625,?], answer(A, (const(A,door)))). _parse([what,is,on,the,right,side,of,the,door,in,the,image625,?], answer(A, (const(A,carton)))). _parse([what,is,on,the,white,carton,in,the,image625,?], answer(A, (const(A,microwave)))). _parse([what,is,on,the,left,side,of,the,book,rack,in,the,image626,?], answer(A, (const(A,table)))). _parse([what,is,on,the,table,in,the,image626,?], answer(A, (const(A,decorative_item)))). _parse([what,is,in,front,of,the,table,in,the,image626,?], answer(A, (const(A,bag)))). _parse([what,is,on,the,left,side,of,the,table,in,the,image626,?], answer(A, (const(A,book)))). _parse([what,is,on,the,wall,in,the,image627,?], answer(A, (const(A,picture)))). _parse([what,is,on,the,left,most,side,on,the,table,in,the,image627,?], answer(A, (const(A,lamp)))). _parse([what,is,on,the,right,side,of,the,paper,in,the,image627,?], answer(A, (const(A,container)))). _parse([what,is,in,front,of,the,table,in,the,image627,?], answer(A, (const(A,carton)))). _parse([what,is,on,the,right,side,of,the,poster,board,in,the,image628,?], answer(A, (const(A,ornamental_plant)))). _parse([what,is,on,the,right,side,of,the,ornamental,plant,in,the,image628,?], answer(A, (const(A,file)))). _parse([what,is,on,the,right,side,of,the,papers,on,the,left,most,side,on,the,table,in,the,image628,?], answer(A, (const(A,stapler)))). _parse([what,is,in,front,of,the,table,in,the,image628,?], answer(A, (const(A,chair)))). _parse([how,many,chairs,are,visible,in,the,image629,?], answer(A, (const(A,2)))). _parse([what,is,on,the,wall,in,the,image630,?], answer(A, (const(A,whiteboard)))). _parse([what,is,in,front,of,the,sofa,in,the,image630,?], answer(A, (const(A,table)))). _parse([how,many,chairs,are,there,in,the,image630,?], answer(A, (const(A,2)))). _parse([what,is,on,the,right,side,of,the,door,in,the,image630,?], answer(A, (const(A,window)))). _parse([what,is,the,colour,of,the,chair,in,the,image631,?], answer(A, (const(A,red);const(A,brown)))). _parse([what,is,on,the,wall,in,the,image632,?], answer(A, (const(A,whiteboard);const(A,light)))). _parse([what,is,on,the,right,side,of,the,chair,in,the,image632,?], answer(A, (const(A,garbage_bin)))). _parse([what,is,in,between,the,chairs,in,the,image632,?], answer(A, (const(A,stool)))). _parse([how,many,tables,are,there,in,the,image632,?], answer(A, (const(A,2)))). _parse([how,many,chairs,are,there,in,the,image632,?], answer(A, (const(A,4)))). _parse([what,is,behind,the,person,in,the,image633,?], answer(A, (const(A,toy_doll)))). _parse([what,is,on,the,right,side,of,the,toy,doll,in,the,image633,?], answer(A, (const(A,bottle)))). _parse([what,is,on,the,right,side,of,the,bottle,in,the,image633,?], answer(A, (const(A,monitor)))). _parse([what,is,the,black,object,on,the,table,apet,from,the,monitor,in,the,image633,?], answer(A, (const(A,bag)))). _parse([what,is,beneath,the,table,in,the,image633,?], answer(A, (const(A,cables)))). _parse([how,many,people,are,there,in,the,image634,?], answer(A, (const(A,2)))). _parse([what,is,on,the,left,most,side,on,the,table,in,the,image634,?], answer(A, (const(A,monitor)))). _parse([what,is,on,the,left,side,of,the,lady,in,the,image634,?], answer(A, (const(A,drawer)))). _parse([what,is,on,the,shelf,in,the,image634,?], answer(A, (const(A,paper);const(A,book)))). _parse([what,is,on,the,left,side,of,the,monitor,in,the,image635,?], answer(A, (const(A,bottle_of_liquid)))). _parse([what,is,on,the,left,side,of,the,man,in,the,image635,?], answer(A, (const(A,cup)))). _parse([what,is,in,front,of,the,monitor,in,the,image635,?], answer(A, (const(A,paper)))). _parse([what,is,on,the,right,side,of,the,drawer,in,the,image635,?], answer(A, (const(A,garbage_bin)))). _parse([what,is,on,the,right,side,of,the,wall,in,the,image636,?], answer(A, (const(A,door)))). _parse([what,is,on,the,right,side,of,the,table,in,the,image637,?], answer(A, (const(A,chair)))). _parse([what,is,on,the,table,left,side,of,the,chair,in,the,image637,?], answer(A, (const(A,paper)))). _parse([what,is,on,the,right,side,of,the,papers,in,the,image637,?], answer(A, (const(A,monitor)))). _parse([what,is,in,front,of,the,monitor,in,the,image637,?], answer(A, (const(A,keyboard)))). _parse([what,is,on,the,right,side,of,the,keyboard,in,the,image637,?], answer(A, (const(A,mouse)))). _parse([what,is,on,the,right,side,of,the,monitor,in,the,image637,?], answer(A, (const(A,tissue_box)))). _parse([what,is,the,colour,of,the,chair,in,the,image637,?], answer(A, (const(A,gray)))). _parse([what,is,on,the,left,side,of,the,monitor,in,the,image638,?], answer(A, (const(A,speaker)))). _parse([what,is,on,the,wall,in,the,image638,?], answer(A, (const(A,paper)))). _parse([what,is,on,the,shelf,in,the,image638,?], answer(A, (const(A,book);const(A,bottle)))). _parse([what,is,on,the,right,side,of,the,paper,behind,the,chair,in,the,image638,?], answer(A, (const(A,cell_phone_charger)))). _parse([how,many,chairs,are,there,in,the,image639,?], answer(A, (const(A,8)))). _parse([what,is,on,the,left,side,of,the,table,in,the,image639,?], answer(A, (const(A,sofa)))). _parse([what,is,behind,the,chair,in,the,image639,?], answer(A, (const(A,door)))). _parse([what,is,on,the,right,side,of,the,door,in,the,image639,?], answer(A, (const(A,books)))). _parse([what,is,on,the,right,side,of,the,chair,in,the,image640,?], answer(A, (const(A,ping_pong_table)))). _parse([what,is,on,the,left,side,of,the,chair,in,the,image640,?], answer(A, (const(A,table)))). _parse([what,is,in,front,of,the,table,in,the,image640,?], answer(A, (const(A,tissue)))). _parse([what,is,on,the,ping,pong,table,in,the,image641,?], answer(A, (const(A,ping_pong_racket)))). _parse([what,is,the,colour,of,the,wall,on,the,left,side,of,the,white,board,in,the,image641,?], answer(A, (const(A,red)))). _parse([what,is,the,largest,object,on,the,wall,in,the,image642,?], answer(A, (const(A,television)))). _parse([what,is,beneath,the,television,in,the,image642,?], answer(A, (const(A,table)))). _parse([what,is,on,the,right,side,of,the,table,in,the,image642,?], answer(A, (const(A,carton)))). _parse([what,is,on,the,left,side,of,the,table,in,the,image642,?], answer(A, (const(A,cable_box)))). _parse([what,is,the,colour,of,the,racket,in,the,image642,?], answer(A, (const(A,black)))). _parse([what,is,the,colour,of,the,door,in,the,image643,?], answer(A, (const(A,brown)))). _parse([what,is,the,colour,of,the,sofa,in,the,image644,?], answer(A, (const(A,red)))). _parse([what,is,on,the,sofa,in,the,image644,?], answer(A, (const(A,pillow);const(A,comforter)))). _parse([what,is,behind,the,sofa,in,the,image644,?], answer(A, (const(A,window)))). _parse([what,is,on,the,table,in,the,image645,?], answer(A, (const(A,paper);const(A,pen)))). _parse([what,is,in,front,of,the,window,in,the,image645,?], answer(A, (const(A,chair)))). _parse([what,is,on,the,right,side,of,the,book,rack,in,the,image646,?], answer(A, (const(A,garbage_bin)))). _parse([what,is,beneath,the,audio,system,in,the,image646,?], answer(A, (const(A,books)))). _parse([what,is,in,front,of,the,sofa,in,the,image647,?], answer(A, (const(A,fan)))). _parse([what,is,on,the,right,side,of,the,fan,in,the,image647,?], answer(A, (const(A,window)))). _parse([what,is,on,the,right,side,of,the,toilet,in,the,image648,?], answer(A, (const(A,tissue_roll)))). _parse([what,is,on,the,wash,basin,table,in,the,image648,?], answer(A, (const(A,electric_toothbrush)))). _parse([what,is,on,the,right,side,of,the,wash,basin,in,the,image648,?], answer(A, (const(A,bottle_of_liquid)))). _parse([what,is,behind,the,electric,toothbrushes,in,the,image648,?], answer(A, (const(A,bottle_of_liquid);const(A,cream)))). _parse([what,is,on,the,right,side,of,the,bottle,of,liquid,in,the,image649,?], answer(A, (const(A,curtain)))). _parse([what,is,on,the,right,side,of,the,curtains,in,the,image649,?], answer(A, (const(A,bathtub)))). _parse([what,is,on,the,flush,tank,in,the,image650,?], answer(A, (const(A,bottle_of_liquid);const(A,cream)))). _parse([what,is,the,colour,of,the,curtain,in,the,image650,?], answer(A, (const(A,white)))). _parse([what,is,seen,in,the,mirror,reflection,in,the,image651,?], answer(A, (const(A,curtain)))). _parse([what,is,above,the,tap,in,the,image651,?], answer(A, (const(A,mirror)))). _parse([what,is,on,the,left,side,of,the,tap,in,the,image651,?], answer(A, (const(A,bottle_of_hand_wash_liquid)))). _parse([what,is,on,the,left,side,of,the,bathtub,in,the,image652,?], answer(A, (const(A,bottle_of_liquid)))). _parse([what,is,the,cloth,hanging,in,the,image652,?], answer(A, (const(A,towel)))). _parse([what,is,on,the,left,side,of,the,the,bath,tub,in,the,image652,?], answer(A, (const(A,toilet)))). _parse([what,is,on,the,right,side,of,the,tap,in,the,image653,?], answer(A, (const(A,cup)))). _parse([what,is,on,the,left,side,of,the,tap,in,the,image653,?], answer(A, (const(A,bottle_of_hand_wash_liquid)))). _parse([what,is,on,the,left,side,of,the,bottle,of,hand,wash,liquid,in,the,image653,?], answer(A, (const(A,cream_tube)))). _parse([what,is,on,the,left,side,of,the,picture,in,the,image653,?], answer(A, (const(A,mirror)))). _parse([what,is,on,the,hanger,in,the,image654,?], answer(A, (const(A,towel)))). _parse([what,is,on,the,left,side,of,the,bottle,of,liquid,in,the,image654,?], answer(A, (const(A,cream_tube)))). _parse([what,is,on,the,right,side,of,the,towel,in,the,image654,?], answer(A, (const(A,curtain)))). _parse([what,is,beneath,the,hanger,in,the,image655,?], answer(A, (const(A,bottle_of_liquid);const(A,bottle)))). _parse([what,is,on,the,right,side,of,the,bottle,of,liquid,in,the,image655,?], answer(A, (const(A,sink)))). _parse([what,is,on,the,right,side,of,the,sink,in,the,image656,?], answer(A, (const(A,curtain)))). _parse([what,is,above,the,sink,in,the,image656,?], answer(A, (const(A,mirror)))). _parse([what,is,seen,in,the,mirror,reflection,in,the,image656,?], answer(A, (const(A,curtain);const(A,table);const(A,bottle_of_liquid)))). _parse([what,is,on,the,left,side,of,the,bottle,of,liquid,in,the,image657,?], answer(A, (const(A,tissue_box)))). _parse([what,is,on,the,left,side,of,the,tissue,box,in,the,image657,?], answer(A, (const(A,container)))). _parse([what,is,in,front,of,the,tissue,box,in,the,image657,?], answer(A, (const(A,toilet)))). _parse([what,is,above,the,switch,board,in,the,image657,?], answer(A, (const(A,mirror)))). _parse([what,is,on,the,left,most,side,on,the,shelf,in,the,image658,?], answer(A, (const(A,bottle_of_liquid)))). _parse([what,is,on,the,right,side,of,the,bottle,of,liquid,in,the,image658,?], answer(A, (const(A,ornamental_item)))). _parse([what,is,on,the,left,side,of,the,bottle,of,liquid,in,the,image659,?], answer(A, (const(A,tissue_box)))). _parse([what,is,on,the,clothes,hanger,in,the,image659,?], answer(A, (const(A,towel)))). _parse([what,is,on,the,left,side,of,the,flush,tank,in,the,image659,?], answer(A, (const(A,sink)))). _parse([what,is,above,the,sink,in,the,image660,?], answer(A, (const(A,mirror)))). _parse([what,is,on,the,left,side,of,the,tap,in,the,image660,?], answer(A, (const(A,soap);const(A,soap_box)))). _parse([what,is,on,the,right,side,of,the,tap,in,the,image660,?], answer(A, (const(A,bottle_of_hand_wash_liquid)))). _parse([what,is,in,front,of,the,bottle,of,hand,wash,liquid,in,the,image660,?], answer(A, (const(A,shaver)))). _parse([how,many,sinks,are,there,in,the,image661,?], answer(A, (const(A,2)))). _parse([what,is,in,between,the,sinks,in,the,image661,?], answer(A, (const(A,ornamental_item)))). _parse([what,is,on,the,right,side,of,the,tap,in,the,image661,?], answer(A, (const(A,bottle_of_hand_wash_liquid)))). _parse([what,is,on,the,hanger,in,the,image661,?], answer(A, (const(A,towel)))). _parse([what,is,on,the,left,side,of,the,hanger,in,the,image661,?], answer(A, (const(A,blinds)))). _parse([what,is,behind,the,ornamental,item,in,the,image661,?], answer(A, (const(A,mirror)))). _parse([what,is,in,front,of,the,wall,in,the,image662,?], answer(A, (const(A,machine)))). _parse([what,is,on,the,left,most,side,on,the,shelf,in,the,image662,?], answer(A, (const(A,bottle_of_liquid)))). _parse([what,is,on,the,holder,beneath,the,sink,in,the,image663,?], answer(A, (const(A,towel)))). _parse([what,is,on,the,left,side,of,the,wall,in,the,image663,?], answer(A, (const(A,door)))). _parse([what,is,on,the,wall,in,the,image664,?], answer(A, (const(A,mirror);const(A,decorative_item)))). _parse([what,is,the,colour,of,the,towel,in,the,image664,?], answer(A, (const(A,white)))). _parse([what,is,on,the,right,side,of,the,tap,in,the,image665,?], answer(A, (const(A,bottle_of_hand_wash_liquid)))). _parse([what,is,on,the,right,side,of,the,bottle,of,hand,wash,liquid,in,the,image665,?], answer(A, (const(A,tissue_box)))). _parse([what,is,behind,the,tissue,box,in,the,image665,?], answer(A, (const(A,mirror)))). _parse([what,is,on,the,left,side,of,the,tap,in,the,image665,?], answer(A, (const(A,cup)))). _parse([what,is,in,front,of,the,cup,in,the,image665,?], answer(A, (const(A,soap)))). _parse([what,is,on,the,right,most,side,on,the,table,in,the,image666,?], answer(A, (const(A,ornamental_item)))). _parse([what,is,on,the,left,side,of,the,ornamental,item,in,the,image666,?], answer(A, (const(A,glass)))). _parse([what,is,beneath,the,table,in,the,image666,?], answer(A, (const(A,drawer)))). _parse([how,many,drawers,are,there,in,the,image666,?], answer(A, (const(A,4)))). _parse([what,is,on,the,right,side,of,the,table,in,the,image666,?], answer(A, (const(A,toilet)))). _parse([what,is,on,the,right,side,of,the,toilet,in,the,image667,?], answer(A, (const(A,curtain)))). _parse([what,is,on,the,hanger,in,the,image667,?], answer(A, (const(A,towel)))). _parse([what,is,above,the,towel,in,the,image667,?], answer(A, (const(A,picture)))). _parse([what,is,on,the,right,side,of,the,curtain,in,the,image667,?], answer(A, (const(A,bathtub)))). _parse([what,is,the,colour,of,the,bathtub,in,the,image668,?], answer(A, (const(A,white)))). _parse([how,many,drawers,are,there,in,the,image668,?], answer(A, (const(A,6)))). _parse([what,is,behind,the,tap,in,the,image668,?], answer(A, (const(A,mirror)))). _parse([what,is,in,the,stand,on,the,left,side,of,the,bathtub,in,the,image669,?], answer(A, (const(A,towel)))). _parse([what,is,on,the,bathtub,in,the,image669,?], answer(A, (const(A,bottle_of_liquid)))). _parse([what,is,beneath,the,table,in,the,image670,?], answer(A, (const(A,chair)))). _parse([what,is,on,the,right,side,of,the,cream,tube,in,the,image670,?], answer(A, (const(A,tissue_box)))). _parse([what,is,on,the,left,side,of,the,cream,tube,in,the,image670,?], answer(A, (const(A,bottle_of_hand_wash_liquid)))). _parse([what,is,on,the,left,side,of,the,tap,in,the,image670,?], answer(A, (const(A,cup)))). _parse([how,many,sinks,are,there,in,the,image671,?], answer(A, (const(A,2)))). _parse([what,is,the,colour,of,the,sink,in,the,image671,?], answer(A, (const(A,pink)))). _parse([what,is,on,the,right,side,of,the,tissue,box,in,the,image671,?], answer(A, (const(A,bottle_of_liquid)))). _parse([what,is,above,the,tissue,box,in,the,image671,?], answer(A, (const(A,mirror)))). _parse([what,is,on,the,left,side,of,the,mirror,and,tiles,in,the,image672,?], answer(A, (const(A,towel)))). _parse([what,is,beneath,the,towel,in,the,image672,?], answer(A, (const(A,bathtub)))). _parse([what,is,on,the,left,side,of,the,towel,in,the,image672,?], answer(A, (const(A,hanger)))). _parse([how,many,mats,are,there,in,the,image673,?], answer(A, (const(A,2)))). _parse([what,is,the,colour,of,the,tiles,in,the,image673,?], answer(A, (const(A,pink)))). _parse([what,is,on,the,left,most,side,on,the,table,in,the,image674,?], answer(A, (const(A,mirror)))). _parse([how,many,mirrors,are,there,in,the,image674,?], answer(A, (const(A,2)))). _parse([what,is,on,the,left,side,of,the,sink,in,the,image674,?], answer(A, (const(A,bottle_of_hand_wash_liquid)))). _parse([how,many,towels,are,there,in,the,image675,?], answer(A, (const(A,3)))). _parse([what,is,on,the,left,side,of,the,towel,in,the,image675,?], answer(A, (const(A,mirror)))). _parse([what,is,in,front,of,the,mirror,in,the,image675,?], answer(A, (const(A,toilet)))). _parse([what,is,beneath,the,blinds,in,the,image676,?], answer(A, (const(A,towel)))). _parse([what,is,on,the,left,side,of,the,blinds,in,the,image676,?], answer(A, (const(A,picture)))). _parse([what,is,on,the,left,side,of,the,picture,in,the,image676,?], answer(A, (const(A,door)))). _parse([what,is,in,front,of,the,bottle,of,hand,wash,liquid,in,the,image677,?], answer(A, (const(A,towel)))). _parse([what,is,behind,the,decorative,item,on,the,flush,tank,in,the,image677,?], answer(A, (const(A,tissue_box)))). _parse([what,is,on,the,flush,tank,in,the,image678,?], answer(A, (const(A,ornamental_item)))). _parse([what,is,on,the,left,side,of,the,toilet,in,the,image678,?], answer(A, (const(A,garbage_bin)))). _parse([what,is,on,the,hanger,in,the,image678,?], answer(A, (const(A,clothes)))). _parse([what,is,on,the,right,side,of,the,clothes,in,the,image678,?], answer(A, (const(A,door)))). _parse([what,is,on,the,right,side,of,the,tap,in,the,image679,?], answer(A, (const(A,bottle_of_hand_wash_liquid)))). _parse([what,is,in,front,of,the,bottle,of,hand,was,liquid,in,the,image679,?], answer(A, (const(A,glass)))). _parse([what,is,in,front,of,the,glass,in,the,image679,?], answer(A, (const(A,towel)))). _parse([what,is,on,the,right,most,side,on,the,table,in,the,image679,?], answer(A, (const(A,tissue_box)))). _parse([what,is,above,the,tap,in,the,image679,?], answer(A, (const(A,mirror)))). _parse([what,is,on,the,left,side,of,the,toilet,in,the,image680,?], answer(A, (const(A,garbage_bin)))). _parse([what,is,on,the,left,side,of,the,garbage,bin,in,the,image680,?], answer(A, (const(A,sink)))). _parse([what,is,above,the,tap,in,the,image680,?], answer(A, (const(A,mirror)))). _parse([what,is,on,the,left,side,of,the,bathing,area,in,the,image681,?], answer(A, (const(A,door)))). _parse([what,is,in,front,of,the,door,in,the,image681,?], answer(A, (const(A,ornamental_item)))). _parse([what,is,on,the,left,side,of,the,door,in,the,image681,?], answer(A, (const(A,towel)))). _parse([what,is,on,the,left,side,of,the,tap,in,the,image682,?], answer(A, (const(A,bottle_of_hand_wash_liquid)))). _parse([what,is,in,front,of,the,bottle,of,hand,wash,liquid,in,the,image682,?], answer(A, (const(A,decorative_plate)))). _parse([what,is,on,the,left,side,of,the,blinds,in,the,image683,?], answer(A, (const(A,decorative_item)))). _parse([what,is,on,the,diagonally,opposite,to,the,blinds,in,the,image683,?], answer(A, (const(A,toilet)))). _parse([what,is,on,the,right,side,of,the,sink,in,the,image684,?], answer(A, (const(A,towel)))). _parse([what,is,on,the,left,side,of,the,sink,in,the,image684,?], answer(A, (const(A,bottle)))). _parse([what,is,above,the,tap,in,the,image684,?], answer(A, (const(A,mirror)))). _parse([what,is,on,the,right,side,of,the,toilet,in,the,image685,?], answer(A, (const(A,tissue_roll)))). _parse([what,is,on,the,flush,tank,in,the,image685,?], answer(A, (const(A,tissue_box)))). _parse([what,is,on,the,left,side,of,the,bath,tub,in,the,image686,?], answer(A, (const(A,bottle_of_liquid)))). _parse([how,many,knobs,are,visible,in,the,image686,?], answer(A, (const(A,4)))). _parse([what,is,on,the,left,side,of,the,towel,on,the,table,in,the,image687,?], answer(A, (const(A,bottle)))). _parse([what,is,the,colour,of,the,mat,in,the,image687,?], answer(A, (const(A,red)))). _parse([how,many,drawers,are,there,in,the,image687,?], answer(A, (const(A,5)))). _parse([how,many,knobs,are,there,in,the,image688,?], answer(A, (const(A,6)))). _parse([what,is,the,colour,of,the,towel,in,the,image688,?], answer(A, (const(A,blue)))). _parse([what,is,in,front,of,the,mirror,in,the,image688,?], answer(A, (const(A,cup)))). _parse([what,is,on,the,right,side,of,the,toilet,in,the,image689,?], answer(A, (const(A,tissue_roll)))). _parse([what,is,above,the,flush,tank,in,the,image689,?], answer(A, (const(A,book)))). _parse([what,is,on,the,right,side,of,the,toilet,in,the,image689,?], answer(A, (const(A,door)))). _parse([what,is,the,colour,of,the,towel,in,the,image690,?], answer(A, (const(A,pink)))). _parse([what,is,on,the,right,side,of,the,towel,in,the,image690,?], answer(A, (const(A,door)))). _parse([what,is,on,the,right,side,of,the,door,in,the,image690,?], answer(A, (const(A,curtain)))). _parse([what,is,on,the,left,side,of,the,tooth,brush,in,the,image691,?], answer(A, (const(A,bottle_of_liquid)))). _parse([what,is,the,colour,of,the,towel,seen,in,the,reflection,of,the,mirror,in,the,image691,?], answer(A, (const(A,pink)))). _parse([what,is,in,front,of,the,bottle,of,liquid,in,the,image691,?], answer(A, (const(A,cream_tube)))). _parse([how,many,bottles,are,there,in,the,image692,?], answer(A, (const(A,3)))). _parse([what,is,on,the,right,side,of,the,bottle,of,liquid,in,the,image692,?], answer(A, (const(A,cream_tube)))). _parse([what,is,on,the,right,side,of,the,cream,tube,in,the,image692,?], answer(A, (const(A,curtain)))). _parse([what,is,behind,the,curtain,in,the,image692,?], answer(A, (const(A,bathtub)))). _parse([how,many,towels,are,there,in,the,image693,?], answer(A, (const(A,4)))). _parse([what,is,above,the,towel,in,the,image693,?], answer(A, (const(A,blinds)))). _parse([what,is,in,front,of,the,mirror,in,the,image693,?], answer(A, (const(A,bottle_of_liquid);const(A,plate)))). _parse([what,is,on,the,right,side,of,the,bottle,of,liquid,in,the,image693,?], answer(A, (const(A,towel)))). _parse([how,many,tissue,boxes,are,there,in,the,image694,?], answer(A, (const(A,2)))). _parse([what,is,the,colour,of,the,towels,in,the,image694,?], answer(A, (const(A,white)))). _parse([how,many,drawers,are,there,in,the,image695,?], answer(A, (const(A,3)))). _parse([what,is,on,the,right,side,of,the,tap,in,the,image695,?], answer(A, (const(A,bottle_of_hand_wash_liquid)))). _parse([what,is,on,the,left,side,of,the,toilet,in,the,image696,?], answer(A, (const(A,glass)))). _parse([what,is,on,the,left,side,of,the,glass,in,the,image696,?], answer(A, (const(A,bathtub)))). _parse([what,is,in,the,clothes,hanger,in,the,image697,?], answer(A, (const(A,towel)))). _parse([what,is,in,front,of,the,electric,brush,in,the,image697,?], answer(A, (const(A,box)))). _parse([what,is,on,the,right,side,of,the,box,in,the,image697,?], answer(A, (const(A,towel)))). _parse([what,is,in,front,of,the,bathtub,in,the,image698,?], answer(A, (const(A,towel);const(A,paper)))). _parse([what,is,above,the,bathtub,in,the,image698,?], answer(A, (const(A,window)))). _parse([what,is,in,front,of,the,drawer,in,the,image699,?], answer(A, (const(A,garbage_bin)))). _parse([how,many,drawers,are,open,in,the,image699,?], answer(A, (const(A,2)))). _parse([what,is,in,front,of,the,mirror,in,the,image699,?], answer(A, (const(A,mirror);const(A,bottle);const(A,towel)))). _parse([what,is,on,the,right,side,of,the,tap,in,the,image700,?], answer(A, (const(A,soap)))). _parse([what,is,on,the,left,side,of,the,tap,in,the,image700,?], answer(A, (const(A,cup)))). _parse([what,is,behind,the,tap,in,the,image700,?], answer(A, (const(A,mirror)))). _parse([how,many,drawers,are,visible,in,the,image700,?], answer(A, (const(A,3)))). _parse([what,is,on,the,wall,in,the,image701,?], answer(A, (const(A,picture)))). _parse([what,is,beneath,the,books,in,the,image701,?], answer(A, (const(A,tissue_roll)))). _parse([what,is,on,the,right,side,of,the,sink,in,the,image701,?], answer(A, (const(A,soap)))). _parse([what,is,on,the,right,side,of,the,soap,in,the,image701,?], answer(A, (const(A,bottle_of_liquid)))). _parse([what,is,on,the,right,side,of,the,sink,in,the,image702,?], answer(A, (const(A,bottle_of_liquid)))). _parse([what,is,in,front,of,the,liquid,in,the,image702,?], answer(A, (const(A,towel)))). _parse([what,is,on,the,right,side,of,the,table,in,the,image702,?], answer(A, (const(A,garbage_bin)))). _parse([what,is,above,the,holder,in,the,image702,?], answer(A, (const(A,blinds)))). _parse([how,many,tissue,rolls,are,there,in,the,image703,?], answer(A, (const(A,3)))). _parse([what,is,on,the,right,side,of,the,tissue,rolls,in,the,image703,?], answer(A, (const(A,toilet)))). _parse([what,is,above,the,flush,tank,in,the,image704,?], answer(A, (const(A,tissue_box)))). _parse([how,many,tissue,rolls,are,there,in,the,image704,?], answer(A, (const(A,5)))). _parse([what,is,on,the,left,side,of,the,tissue,roll,in,the,image705,?], answer(A, (const(A,towel)))). _parse([what,is,the,colour,of,the,towel,in,the,image705,?], answer(A, (const(A,pink)))). _parse([what,is,on,the,right,side,of,the,bottle,of,liquid,in,the,image705,?], answer(A, (const(A,sink)))). _parse([what,is,on,the,left,side,of,the,window,in,the,image706,?], answer(A, (const(A,curtain)))). _parse([what,is,beneath,the,window,in,the,image706,?], answer(A, (const(A,towel)))). _parse([what,is,in,front,of,the,towel,in,the,image706,?], answer(A, (const(A,stand)))). _parse([what,is,on,the,left,side,of,the,curtain,in,the,image706,?], answer(A, (const(A,bathtub)))). _parse([what,is,on,the,wall,in,the,image706,?], answer(A, (const(A,picture)))). _parse([what,is,the,colour,of,the,wall,in,the,image707,?], answer(A, (const(A,brown)))). _parse([what,is,on,the,left,side,of,the,wall,in,the,image707,?], answer(A, (const(A,toilet)))). _parse([what,is,in,front,of,the,mirror,in,the,image708,?], answer(A, (const(A,tissue_box);const(A,sink)))). _parse([how,many,towels,are,there,in,the,image709,?], answer(A, (const(A,2)))). _parse([what,is,on,the,left,side,of,the,towels,in,the,image709,?], answer(A, (const(A,curtain)))). _parse([what,is,behind,the,curtains,in,the,image709,?], answer(A, (const(A,bathtub)))). _parse([what,is,seen,in,the,reflection,of,the,mirror,in,the,image710,?], answer(A, (const(A,towel);const(A,bottle_of_liquid);const(A,cream_tube);const(A,tissue)))). _parse([what,is,on,the,plastic,box,in,the,image710,?], answer(A, (const(A,tissue_box)))). _parse([what,is,on,the,table,in,the,image711,?], answer(A, (const(A,towel)))). _parse([what,is,on,the,right,side,of,the,table,in,the,image711,?], answer(A, (const(A,door)))). _parse([what,is,in,the,shelf,on,the,wall,in,the,image713,?], answer(A, (const(A,mirror)))). _parse([what,is,on,the,stand,in,the,image713,?], answer(A, (const(A,bottle_of_liquid)))). _parse([what,is,in,front,of,the,window,in,the,image714,?], answer(A, (const(A,bottle_of_liquid)))). _parse([how,many,pictures,are,there,on,the,wall,in,the,image714,?], answer(A, (const(A,2)))). _parse([how,many,towels,are,in,pink,colour,in,the,image715,?], answer(A, (const(A,4)))). _parse([how,many,doors,are,open,in,the,image715,?], answer(A, (const(A,1)))). _parse([what,is,beneath,the,door,in,the,image715,?], answer(A, (const(A,drawer)))). _parse([what,is,in,the,hanger,in,the,image716,?], answer(A, (const(A,towel)))). _parse([what,is,the,tall,object,in,front,of,the,mirror,in,the,image716,?], answer(A, (const(A,ornamental_plant)))). _parse([what,is,in,front,of,the,ornamental,plant,in,the,image716,?], answer(A, (const(A,cream_tube)))). _parse([what,is,on,the,right,side,of,the,sink,in,the,image717,?], answer(A, (const(A,towel)))). _parse([what,is,the,colours,of,the,towels,in,the,image717,?], answer(A, (const(A,gray);const(A,green)))). _parse([how,many,knobs,are,there,in,the,image717,?], answer(A, (const(A,2)))). _parse([what,is,the,green,coloured,object,in,front,of,the,mirror,in,the,image717,?], answer(A, (const(A,ornamental_plant)))). _parse([what,is,the,colour,of,the,towel,in,the,image718,?], answer(A, (const(A,yellow)))). _parse([what,is,on,the,left,side,of,the,door,in,the,image718,?], answer(A, (const(A,curtain)))). _parse([what,is,beneath,the,curtain,in,the,image718,?], answer(A, (const(A,bottle_of_liquid)))). _parse([what,is,in,front,of,the,bathtub,in,the,image718,?], answer(A, (const(A,toilet)))). _parse([what,is,on,the,wall,in,the,image719,?], answer(A, (const(A,mirror)))). _parse([what,is,on,the,right,side,of,the,sink,in,the,image719,?], answer(A, (const(A,lamp)))). _parse([how,many,small,drawers,are,there,in,the,image719,?], answer(A, (const(A,11)))). _parse([what,is,on,the,right,side,of,the,towel,in,the,image720,?], answer(A, (const(A,hair_dryer)))). _parse([what,is,on,the,right,side,of,the,hair,dryer,in,the,image720,?], answer(A, (const(A,lint_comb)))). _parse([what,is,the,colour,of,the,towel,in,the,image720,?], answer(A, (const(A,white)))). _parse([what,is,on,the,left,side,of,the,sink,in,the,image720,?], answer(A, (const(A,shaver)))). _parse([what,is,on,the,right,side,of,the,tap,in,the,image721,?], answer(A, (const(A,cup)))). _parse([what,is,in,front,of,the,cup,in,the,image721,?], answer(A, (const(A,cream_tube)))). _parse([what,is,seen,in,the,mirror,reflection,in,the,image721,?], answer(A, (const(A,mirror)))). _parse([what,is,on,the,right,side,of,the,tap,in,the,image722,?], answer(A, (const(A,soap);const(A,bottle_of_hand_wash_liquid)))). _parse([what,is,above,the,tap,in,the,image722,?], answer(A, (const(A,mirror)))). _parse([what,is,on,the,holder,in,the,image723,?], answer(A, (const(A,towel)))). _parse([what,is,on,the,wall,in,the,image724,?], answer(A, (const(A,picture)))). _parse([what,is,on,the,left,side,of,the,tap,in,the,image724,?], answer(A, (const(A,bottle_of_liquid)))). _parse([what,is,on,the,left,side,of,the,picture,in,the,image724,?], answer(A, (const(A,blinds)))). _parse([what,is,beneath,the,table,in,the,image725,?], answer(A, (const(A,garbage_bin)))). _parse([what,is,on,the,stool,in,the,image725,?], answer(A, (const(A,box)))). _parse([what,is,on,the,left,side,of,the,toilet,in,the,image726,?], answer(A, (const(A,tissue_roll)))). _parse([what,is,in,the,clothes,hanger,in,the,image727,?], answer(A, (const(A,towel)))). _parse([what,is,on,the,left,side,of,the,tap,in,the,image727,?], answer(A, (const(A,decorative_plate)))). _parse([what,is,on,the,flush,tank,in,the,image728,?], answer(A, (const(A,tissue_box)))). _parse([what,is,on,the,left,side,of,the,toilet,in,the,image728,?], answer(A, (const(A,tissue_roll)))). _parse([what,is,the,colour,of,the,towel,in,the,image729,?], answer(A, (const(A,white)))). _parse([what,is,on,the,right,side,of,the,tap,in,the,image729,?], answer(A, (const(A,bottle_of_hand_wash_liquid)))). _parse([what,is,beneath,the,table,in,the,image729,?], answer(A, (const(A,drawer)))). _parse([what,is,on,the,left,side,of,the,toilet,in,the,image730,?], answer(A, (const(A,tissue_roll)))). _parse([what,is,the,colour,of,the,wall,in,the,image730,?], answer(A, (const(A,green)))). _parse([what,is,behind,the,mat,in,the,image730,?], answer(A, (const(A,door)))). _parse([what,is,seen,on,the,mirror,reflection,in,the,image731,?], answer(A, (const(A,curtain)))). _parse([what,is,on,the,right,side,of,the,tap,in,the,image731,?], answer(A, (const(A,bottle_of_hand_wash_liquid)))). _parse([what,is,on,the,left,side,of,the,tap,in,the,image731,?], answer(A, (const(A,toothbrush)))). _parse([what,is,on,the,left,side,of,the,sink,in,the,image731,?], answer(A, (const(A,towel)))). _parse([what,is,on,the,wall,in,the,image732,?], answer(A, (const(A,picture)))). _parse([what,is,on,the,right,side,of,the,picture,in,the,image732,?], answer(A, (const(A,blinds)))). _parse([what,is,in,front,of,the,toilet,in,the,image732,?], answer(A, (const(A,cloth_bag)))). _parse([how,many,towels,are,there,in,the,image733,?], answer(A, (const(A,2)))). _parse([what,is,the,colour,of,the,colour,of,the,towels,in,the,image733,?], answer(A, (const(A,purple)))). _parse([what,is,on,the,right,side,of,the,wall,in,the,image733,?], answer(A, (const(A,door)))). _parse([what,is,on,the,left,side,of,the,tap,in,the,image734,?], answer(A, (const(A,bottle_of_liquid)))). _parse([what,is,seen,in,the,mirror,reflection,in,the,image734,?], answer(A, (const(A,towel);const(A,blinds);const(A,window)))). _parse([what,is,the,largest,object,is,in,front,of,the,mirror,in,the,image735,?], answer(A, (const(A,ornamental_plant)))). _parse([what,is,in,front,of,the,tube,in,the,image735,?], answer(A, (const(A,towel)))). _parse([what,is,on,the,right,side,of,the,sink,in,the,image735,?], answer(A, (const(A,towel)))). _parse([what,is,the,green,object,on,the,table,in,the,image735,?], answer(A, (const(A,tissue_box)))). _parse([what,is,in,front,of,the,window,in,the,image736,?], answer(A, (const(A,ornamental_plant)))). _parse([what,is,on,the,left,side,of,the,bathtub,in,the,image736,?], answer(A, (const(A,candle)))). _parse([what,is,on,the,stand,in,the,image736,?], answer(A, (const(A,towel)))). _parse([what,is,on,the,right,side,of,the,bathtub,in,the,image737,?], answer(A, (const(A,curtain)))). _parse([what,is,on,the,right,side,of,the,curtains,in,the,image737,?], answer(A, (const(A,stand)))). _parse([how,many,bottles,are,there,in,the,image737,?], answer(A, (const(A,3)))). _parse([how,many,bottles,of,liquid,are,there,in,the,image738,?], answer(A, (const(A,3)))). _parse([what,is,on,the,left,side,of,the,toilet,in,the,image738,?], answer(A, (const(A,tissue_roll)))). _parse([what,is,in,between,doors,in,the,image739,?], answer(A, (const(A,towel)))). _parse([what,is,on,the,wall,in,the,image740,?], answer(A, (const(A,picture)))). _parse([what,is,on,the,right,side,of,the,picture,in,the,image740,?], answer(A, (const(A,blinds)))). _parse([what,is,beneath,the,picture,in,the,image740,?], answer(A, (const(A,toilet)))). _parse([what,is,on,the,left,side,of,the,tap,in,the,image740,?], answer(A, (const(A,bottle_of_liquid)))). _parse([what,is,in,the,basket,in,the,image741,?], answer(A, (const(A,bottle_of_liquid);const(A,cream)))). _parse([what,is,in,front,of,the,toilet,in,the,image741,?], answer(A, (const(A,garbage_bin)))). _parse([what,is,on,the,left,side,of,the,garbage,bin,in,the,image741,?], answer(A, (const(A,tissue_roll)))). _parse([what,is,on,the,right,side,of,the,garbage,bin,in,the,image742,?], answer(A, (const(A,curtain)))). _parse([what,is,the,colour,of,the,curtains,in,the,image742,?], answer(A, (const(A,red)))). _parse([what,is,on,the,right,side,of,the,basket,in,the,image743,?], answer(A, (const(A,blinds)))). _parse([what,is,on,the,right,side,of,the,sink,in,the,image743,?], answer(A, (const(A,bottle_of_liquid)))). _parse([what,is,on,the,right,side,of,the,bottle,of,liquid,in,the,image743,?], answer(A, (const(A,paper)))). _parse([what,is,on,the,bathtub,in,the,image744,?], answer(A, (const(A,towel)))). _parse([how,many,bottles,of,liquid,are,there,in,the,image744,?], answer(A, (const(A,3)))). _parse([what,is,around,the,table,in,the,image745,?], answer(A, (const(A,chair)))). _parse([how,many,chairs,are,there,in,the,image746,?], answer(A, (const(A,4)))). _parse([what,is,above,the,centre,table,in,the,image746,?], answer(A, (const(A,chandelier)))). _parse([what,is,on,the,left,side,of,the,monitor,in,the,image747,?], answer(A, (const(A,printer)))). _parse([what,is,on,the,right,table,in,the,image747,?], answer(A, (const(A,fruit);const(A,container);const(A,bottle)))). _parse([what,is,around,the,table,in,the,image748,?], answer(A, (const(A,chair)))). _parse([what,is,at,the,centre,of,the,table,in,the,image748,?], answer(A, (const(A,container)))). _parse([what,is,in,front,of,the,monitor,in,the,image749,?], answer(A, (const(A,chair)))). _parse([how,many,drawers,are,there,in,the,image749,?], answer(A, (const(A,6)))). _parse([what,is,on,the,stove,in,the,image749,?], answer(A, (const(A,tea_kettle)))). _parse([what,is,on,the,left,side,of,the,bottle,in,the,image750,?], answer(A, (const(A,fruit)))). _parse([what,is,above,the,oven,in,the,image750,?], answer(A, (const(A,microwave)))). _parse([what,is,on,the,right,most,side,on,the,table,in,the,image750,?], answer(A, (const(A,coffee_machine)))). _parse([what,is,on,the,left,side,of,the,sink,in,the,image750,?], answer(A, (const(A,kitchen_utensils)))). _parse([what,is,on,the,right,side,of,the,sink,in,the,image750,?], answer(A, (const(A,towel)))). _parse([what,is,on,the,right,side,of,the,coffee,machine,in,the,image751,?], answer(A, (const(A,tea_pot)))). _parse([what,is,the,yellow,bowl,in,the,image751,?], answer(A, (const(A,bowl)))). _parse([how,many,drawers,are,there,in,the,image751,?], answer(A, (const(A,8)))). _parse([what,is,on,the,left,side,of,the,microwave,in,the,image752,?], answer(A, (const(A,door)))). _parse([what,is,on,the,right,side,of,the,centre,plate,in,the,image753,?], answer(A, (const(A,knife_rack);const(A,knife)))). _parse([what,is,on,the,right,side,of,the,knife,rack,in,the,image753,?], answer(A, (const(A,tissue)))). _parse([what,is,on,the,left,side,of,the,fruits,in,the,image753,?], answer(A, (const(A,glass)))). _parse([what,is,on,the,stove,in,the,image754,?], answer(A, (const(A,tea_kettle)))). _parse([what,is,on,the,left,side,of,the,stove,in,the,image754,?], answer(A, (const(A,knife_rack)))). _parse([what,is,beneath,the,stove,in,the,image754,?], answer(A, (const(A,dishwasher)))). _parse([what,is,on,the,left,side,of,the,monitor,in,the,image754,?], answer(A, (const(A,printer)))). _parse([what,is,on,the,right,side,of,the,stove,in,the,image755,?], answer(A, (const(A,oil_container)))). _parse([what,is,on,the,left,side,of,the,knife,rack,in,the,image755,?], answer(A, (const(A,paper)))). _parse([what,is,above,the,table,in,the,image756,?], answer(A, (const(A,chandelier)))). _parse([what,is,on,the,right,side,of,the,fruits,in,the,image756,?], answer(A, (const(A,bottle)))). _parse([what,is,beneath,the,table,in,the,image756,?], answer(A, (const(A,stool)))). _parse([what,is,around,the,table,in,the,image757,?], answer(A, (const(A,chair)))). _parse([what,is,above,the,table,in,the,image758,?], answer(A, (const(A,lamp)))). _parse([what,is,above,the,cables,in,the,image759,?], answer(A, (const(A,tissue_roll)))). _parse([what,is,on,the,right,side,of,the,tissue,roll,in,the,image759,?], answer(A, (const(A,basket)))). _parse([what,is,on,the,left,side,of,the,stove,in,the,image760,?], answer(A, (const(A,can)))). _parse([how,many,drawers,are,there,in,the,image760,?], answer(A, (const(A,3)))). _parse([what,is,around,the,table,in,the,image760,?], answer(A, (const(A,chair)))). _parse([how,many,chairs,are,there,in,the,image761,?], answer(A, (const(A,4)))). _parse([what,is,behind,the,chair,in,the,image761,?], answer(A, (const(A,door)))). _parse([what,is,on,the,chair,in,the,image761,?], answer(A, (const(A,pillow)))). _parse([what,is,on,the,left,side,of,the,cupboard,in,the,image762,?], answer(A, (const(A,garbage_bin)))). _parse([what,is,on,the,left,side,of,the,sink,in,the,image762,?], answer(A, (const(A,bottle_of_liquid)))). _parse([what,is,behind,the,tap,in,the,image762,?], answer(A, (const(A,blinds)))). _parse([what,is,on,the,spatula,holder,in,the,image762,?], answer(A, (const(A,knife_rack)))). _parse([what,is,on,the,left,side,of,the,microwave,in,the,image763,?], answer(A, (const(A,refridgerator)))). _parse([what,is,on,the,right,side,of,the,shelf,in,the,image763,?], answer(A, (const(A,oven)))). _parse([what,is,on,the,second,last,shelf,of,the,wooden,rack,in,the,image763,?], answer(A, (const(A,shoe)))). _parse([what,is,on,the,marble,table,in,the,image764,?], answer(A, (const(A,stove)))). _parse([what,is,on,the,right,side,of,the,tap,in,the,image765,?], answer(A, (const(A,ornamental_plant)))). _parse([what,is,above,the,tap,in,the,image765,?], answer(A, (const(A,blinds)))). _parse([what,is,beneath,the,table,in,the,image766,?], answer(A, (const(A,dishwasher)))). _parse([what,is,on,the,handle,in,the,image766,?], answer(A, (const(A,towel)))). _parse([what,is,the,yellow,object,on,the,right,side,on,the,table,in,the,image766,?], answer(A, (const(A,knife_rack)))). _parse([what,is,above,the,table,in,the,image767,?], answer(A, (const(A,chandelier)))). _parse([what,is,behind,the,chair,in,the,image767,?], answer(A, (const(A,blinds)))). _parse([what,is,on,the,refrigerator,in,the,image768,?], answer(A, (const(A,paper);const(A,magnet)))). _parse([what,is,on,the,stove,in,the,image769,?], answer(A, (const(A,tea_kettle)))). _parse([what,is,on,the,left,side,of,the,stove,in,the,image769,?], answer(A, (const(A,oven)))). _parse([what,is,on,the,stove,in,the,image770,?], answer(A, (const(A,tea_kettle)))). _parse([what,is,on,the,left,side,of,the,stove,in,the,image770,?], answer(A, (const(A,microwave)))). _parse([what,is,on,the,left,side,of,the,salt,shaker,in,the,image770,?], answer(A, (const(A,electric_mixer)))). _parse([what,is,on,the,right,side,of,the,sink,in,the,image770,?], answer(A, (const(A,kitchen_utensils)))). _parse([what,is,on,the,left,side,of,the,tap,in,the,image771,?], answer(A, (const(A,soap);const(A,soap_box)))). _parse([what,is,on,the,left,side,of,the,soap,in,the,image771,?], answer(A, (const(A,bottle_of_hand_wash_liquid)))). _parse([what,is,above,the,tap,in,the,image771,?], answer(A, (const(A,blinds)))). _parse([what,is,in,front,of,the,hand,wash,liquid,in,the,image771,?], answer(A, (const(A,towel)))). _parse([what,is,at,the,centre,of,the,table,in,the,image772,?], answer(A, (const(A,bowl);const(A,decorative_item)))). _parse([what,is,above,the,bowl,in,the,image772,?], answer(A, (const(A,chandelier)))). _parse([what,is,on,the,left,side,of,the,bowl,in,the,image772,?], answer(A, (const(A,paper)))). _parse([what,is,on,the,left,side,of,the,paper,in,the,image772,?], answer(A, (const(A,newspapers)))). _parse([what,is,around,the,table,in,the,image772,?], answer(A, (const(A,chair)))). _parse([what,is,on,the,chair,in,the,image773,?], answer(A, (const(A,pillow)))). _parse([what,is,on,the,right,side,of,the,table,in,the,image773,?], answer(A, (const(A,refridgerator)))). _parse([what,is,on,the,refrigerator,in,the,image773,?], answer(A, (const(A,paper);const(A,magnet)))). _parse([what,is,on,the,wall,behind,the,glass,in,the,image773,?], answer(A, (const(A,telephone)))). _parse([what,is,on,the,right,side,of,the,bottle,of,liquid,in,the,image774,?], answer(A, (const(A,cell_phone_charger)))). _parse([what,is,connected,to,the,cellphone,charger,in,the,image774,?], answer(A, (const(A,cell_phone)))). _parse([what,is,on,the,left,side,of,the,tap,in,the,image774,?], answer(A, (const(A,container)))). _parse([what,is,on,the,left,side,of,the,container,in,the,image774,?], answer(A, (const(A,bottle_of_hand_wash_liquid)))). _parse([what,is,on,the,right,side,of,the,tap,in,the,image774,?], answer(A, (const(A,kitchen_utensils)))). _parse([what,is,on,the,right,side,of,the,cellphone,charger,in,the,image775,?], answer(A, (const(A,plastic_box)))). _parse([what,is,on,the,right,side,of,the,plastic,box,in,the,image775,?], answer(A, (const(A,knife_rack);const(A,knife)))). _parse([what,is,behind,the,kitchen,utensils,in,the,image775,?], answer(A, (const(A,bottle_of_liquid)))). _parse([what,is,on,the,left,side,of,the,sink,in,the,image775,?], answer(A, (const(A,bottle_of_hand_wash_liquid)))). _parse([what,is,on,the,left,side,of,the,container,in,the,image776,?], answer(A, (const(A,stove)))). _parse([what,is,the,colour,of,the,liquid,in,the,image776,?], answer(A, (const(A,green)))). _parse([what,is,behind,the,tap,in,the,image777,?], answer(A, (const(A,wooden_plank)))). _parse([how,many,drawers,are,there,in,the,image777,?], answer(A, (const(A,2)))). _parse([what,is,above,the,wooden,plank,in,the,image777,?], answer(A, (const(A,blinds)))). _parse([what,is,above,the,drawer,in,the,image778,?], answer(A, (const(A,oven)))). _parse([what,is,on,the,wall,in,the,image778,?], answer(A, (const(A,picture)))). _parse([what,is,in,front,of,the,bottle,in,the,image778,?], answer(A, (const(A,plate)))). _parse([what,is,on,the,stove,in,the,image779,?], answer(A, (const(A,tea_kettle)))). _parse([what,is,on,the,right,side,of,the,stove,in,the,image779,?], answer(A, (const(A,knife_rack);const(A,knife)))). _parse([what,is,on,the,right,side,of,the,knife,rack,in,the,image779,?], answer(A, (const(A,fruit)))). _parse([what,is,the,largest,object,in,the,image779,?], answer(A, (const(A,refridgerator)))). _parse([how,many,drawers,are,there,in,the,image779,?], answer(A, (const(A,2)))). _parse([what,is,on,the,right,side,of,the,bottle,of,liquid,in,the,image780,?], answer(A, (const(A,oven)))). _parse([what,is,on,the,right,side,of,the,oven,in,the,image780,?], answer(A, (const(A,electrical_kettle)))). _parse([what,is,on,the,right,side,of,the,stove,in,the,image780,?], answer(A, (const(A,bottle_of_liquid)))). _parse([what,is,in,front,of,the,switch,board,in,the,image780,?], answer(A, (const(A,coffee_machine)))). _parse([how,many,chairs,are,there,in,the,image781,?], answer(A, (const(A,6)))). _parse([what,is,on,the,chair,in,the,image781,?], answer(A, (const(A,bag)))). _parse([what,is,on,the,table,in,the,image781,?], answer(A, (const(A,paper);const(A,decorative_item)))). _parse([what,is,on,the,left,side,of,the,chair,in,the,image781,?], answer(A, (const(A,blinds)))). _parse([what,is,on,the,right,side,of,the,blinds,in,the,image782,?], answer(A, (const(A,picture)))). _parse([what,is,in,behind,the,chair,in,the,image782,?], answer(A, (const(A,table)))). _parse([what,is,on,the,table,in,the,image782,?], answer(A, (const(A,monitor);const(A,speaker);const(A,paper)))). _parse([how,many,drawers,are,there,in,the,image782,?], answer(A, (const(A,4)))). _parse([what,is,on,the,left,most,side,on,the,table,in,the,image783,?], answer(A, (const(A,bag);const(A,flower)))). _parse([what,is,suspended,from,the,ceiling,in,the,image783,?], answer(A, (const(A,chandelier)))). _parse([what,is,on,the,right,side,of,the,plastic,cover,in,the,image783,?], answer(A, (const(A,bottle)))). _parse([what,is,behind,the,chandelier,in,the,image783,?], answer(A, (const(A,blinds)))). _parse([what,is,on,the,right,side,of,the,blinds,in,the,image783,?], answer(A, (const(A,door)))). _parse([what,is,behind,the,dog,in,the,image784,?], answer(A, (const(A,refridgerator)))). _parse([what,is,at,the,base,of,the,cupboard,in,the,image784,?], answer(A, (const(A,glass)))). _parse([what,is,on,the,left,side,of,the,stove,in,the,image784,?], answer(A, (const(A,microwave)))). _parse([what,is,on,the,left,side,of,the,microwave,in,the,image784,?], answer(A, (const(A,kitchen_utensils)))). _parse([what,is,on,the,stove,in,the,image785,?], answer(A, (const(A,utensil)))). _parse([how,many,knobs,are,there,on,the,stove,in,the,image785,?], answer(A, (const(A,4)))). _parse([what,is,on,the,right,side,of,the,stove,in,the,image785,?], answer(A, (const(A,electrical_kettle)))). _parse([what,is,on,the,right,side,of,the,electrical,kettle,in,the,image785,?], answer(A, (const(A,bottle_of_liquid)))). _parse([what,is,in,front,of,the,stove,in,the,image785,?], answer(A, (const(A,towel)))). _parse([how,many,drawers,are,there,in,the,image785,?], answer(A, (const(A,4)))). _parse([what,is,behind,the,cooker,in,the,image786,?], answer(A, (const(A,bottle)))). _parse([what,is,in,between,the,blinds,in,the,image786,?], answer(A, (const(A,light)))). _parse([what,is,on,the,left,side,of,the,cooker,in,the,image786,?], answer(A, (const(A,key)))). _parse([what,is,on,the,left,side,of,the,key,in,the,image786,?], answer(A, (const(A,glass)))). _parse([what,is,on,the,left,side,of,the,tap,in,the,image787,?], answer(A, (const(A,cup)))). _parse([how,many,bottles,are,there,in,the,image787,?], answer(A, (const(A,3)))). _parse([what,is,in,front,of,the,wall,in,the,image788,?], answer(A, (const(A,monitor)))). _parse([what,is,beneath,the,table,in,the,image788,?], answer(A, (const(A,picture)))). _parse([what,is,in,front,of,the,door,in,the,image788,?], answer(A, (const(A,ornamental_plant)))). _parse([what,is,on,the,ceiling,in,the,image789,?], answer(A, (const(A,light)))). _parse([what,is,behind,the,ornamental,plant,in,the,image789,?], answer(A, (const(A,oven)))). _parse([what,is,on,the,left,side,of,the,oven,in,the,image789,?], answer(A, (const(A,microwave)))). _parse([how,many,ornamental,plants,are,there,in,the,image789,?], answer(A, (const(A,3)))). _parse([what,is,on,the,refrigerator,in,the,image790,?], answer(A, (const(A,paper);const(A,magnet)))). _parse([what,is,on,the,left,side,of,the,sink,in,the,image790,?], answer(A, (const(A,tissue_roll)))). _parse([what,is,in,front,of,the,tissue,roll,in,the,image790,?], answer(A, (const(A,towel)))). _parse([what,is,the,colour,of,the,towel,on,the,right,side,of,the,sink,in,the,image790,?], answer(A, (const(A,yellow)))). _parse([what,is,suspended,from,the,ceiling,in,the,image791,?], answer(A, (const(A,light)))). _parse([what,is,at,the,end,on,the,stove,table,in,the,image791,?], answer(A, (const(A,ornamental_plant)))). _parse([what,is,on,the,right,side,of,the,oven,in,the,image791,?], answer(A, (const(A,door)))). _parse([what,is,on,the,wall,in,the,image792,?], answer(A, (const(A,picture)))). _parse([what,is,on,the,left,side,of,the,plastic,cover,in,the,image792,?], answer(A, (const(A,remote_control)))). _parse([how,many,drawers,are,there,in,the,image792,?], answer(A, (const(A,7)))). _parse([what,is,on,the,right,side,of,the,monitor,in,the,image792,?], answer(A, (const(A,ornamental_plant)))). _parse([what,is,in,front,of,the,ornamental,plant,in,the,image793,?], answer(A, (const(A,fruit)))). _parse([what,is,on,the,left,side,of,the,microwave,in,the,image793,?], answer(A, (const(A,plate);const(A,bowl)))). _parse([how,many,ovens,are,there,in,the,image793,?], answer(A, (const(A,2)))). _parse([what,is,on,the,right,side,of,the,book,in,the,image794,?], answer(A, (const(A,bottle)))). _parse([what,is,the,colour,of,the,chairs,in,the,image794,?], answer(A, (const(A,blue);const(A,red)))). _parse([what,is,on,the,left,side,of,the,door,in,the,image794,?], answer(A, (const(A,window)))). _parse([what,is,on,the,sink,in,the,image795,?], answer(A, (const(A,towel)))). _parse([what,is,on,the,left,side,of,the,sink,in,the,image795,?], answer(A, (const(A,kitchen_utensils)))). _parse([what,is,on,the,left,side,of,the,kitchen,utensils,in,the,image795,?], answer(A, (const(A,tissue_roll)))). _parse([what,is,in,front,if,the,tissue,roll,in,the,image795,?], answer(A, (const(A,paper)))). _parse([what,is,in,front,of,the,paper,in,the,image795,?], answer(A, (const(A,glass)))). _parse([what,is,on,the,right,side,of,the,tap,in,the,image795,?], answer(A, (const(A,soap);const(A,soap_box)))). _parse([what,is,on,the,ceiling,in,the,image796,?], answer(A, (const(A,light)))). _parse([what,is,on,the,right,side,of,the,stove,in,the,image796,?], answer(A, (const(A,ornamental_plant)))). _parse([what,is,beneath,the,stove,in,the,image796,?], answer(A, (const(A,drawer)))). _parse([how,many,drawers,are,there,in,the,image796,?], answer(A, (const(A,8)))). _parse([what,is,on,the,left,side,of,the,drawers,in,the,image796,?], answer(A, (const(A,dishwasher)))). _parse([what,is,on,the,left,side,of,the,oven,in,the,image797,?], answer(A, (const(A,refridgerator)))). _parse([what,is,beneath,the,oven,in,the,image797,?], answer(A, (const(A,drawer)))). _parse([what,is,on,the,refrigerator,in,the,image797,?], answer(A, (const(A,paper);const(A,magnet)))). _parse([what,is,at,the,centre,of,the,table,in,the,image798,?], answer(A, (const(A,vase);const(A,decorative_item)))). _parse([what,is,around,the,table,in,the,image798,?], answer(A, (const(A,chair)))). _parse([what,is,on,the,ceiling,in,the,image798,?], answer(A, (const(A,fan);const(A,light)))). _parse([what,is,on,the,wall,in,the,image798,?], answer(A, (const(A,wall_decoration)))). _parse([what,is,on,the,left,side,of,the,door,in,the,image798,?], answer(A, (const(A,ornamental_plant)))). _parse([what,is,on,the,left,side,of,the,wall,decoration,in,the,image798,?], answer(A, (const(A,door)))). _parse([what,is,in,the,vase,in,the,image799,?], answer(A, (const(A,ornamental_plant)))). _parse([what,is,the,colour,of,the,decorative,item,on,the,wall,in,the,image799,?], answer(A, (const(A,brown);const(A,white)))). _parse([how,many,shelves,are,visible,in,the,image799,?], answer(A, (const(A,4)))). _parse([what,is,in,front,of,the,window,in,the,image800,?], answer(A, (const(A,carton)))). _parse([what,is,on,the,left,side,of,the,plate,in,the,image800,?], answer(A, (const(A,glass)))). _parse([what,is,on,the,left,side,of,the,container,in,the,image800,?], answer(A, (const(A,container)))). _parse([what,is,on,the,left,side,of,the,chair,in,the,image801,?], answer(A, (const(A,window)))). _parse([what,is,around,the,table,in,the,image801,?], answer(A, (const(A,chair)))). _parse([what,is,on,the,right,side,of,the,bag,in,the,image802,?], answer(A, (const(A,stove)))). _parse([what,is,on,the,stove,in,the,image802,?], answer(A, (const(A,tea_kettle)))). _parse([what,is,on,the,right,side,of,the,kitchen,utensils,in,the,image802,?], answer(A, (const(A,dishwasher)))). _parse([what,is,on,the,left,side,of,the,picture,in,the,image802,?], answer(A, (const(A,window)))). _parse([what,is,behind,the,cup,in,the,image803,?], answer(A, (const(A,ornamental_plant)))). _parse([how,many,cups,are,there,near,the,ornamental,plant,in,the,image803,?], answer(A, (const(A,2)))). _parse([how,many,plastic,bags,are,there,in,the,image804,?], answer(A, (const(A,4)))). _parse([what,is,behind,the,plastic,bag,in,the,image804,?], answer(A, (const(A,basket)))). _parse([what,is,the,largest,object,in,the,image804,?], answer(A, (const(A,refridgerator)))). _parse([what,is,on,the,left,side,of,the,tap,in,the,image804,?], answer(A, (const(A,bottle_of_liquid)))). _parse([what,is,at,the,centre,of,the,table,in,the,image805,?], answer(A, (const(A,vase);const(A,flower)))). _parse([what,is,the,colour,of,the,flowers,in,the,image805,?], answer(A, (const(A,yellow);const(A,red)))). _parse([what,is,around,the,table,in,the,image805,?], answer(A, (const(A,chair)))). _parse([what,is,on,the,wall,in,the,image805,?], answer(A, (const(A,picture)))). _parse([what,is,in,front,of,the,switch,board,in,the,image806,?], answer(A, (const(A,electric_mixer)))). _parse([what,is,on,the,right,side,of,the,tap,in,the,image806,?], answer(A, (const(A,bottle_of_liquid)))). _parse([what,is,beneath,the,cupboard,in,the,image806,?], answer(A, (const(A,tissue_box)))). _parse([what,is,on,the,table,in,the,image806,?], answer(A, (const(A,stove)))). _parse([what,is,on,the,right,side,of,the,knife,rack,in,the,image807,?], answer(A, (const(A,refridgerator)))). _parse([what,is,on,the,right,side,of,the,spatula,holder,in,the,image807,?], answer(A, (const(A,cup)))). _parse([what,is,the,colour,of,the,refrigerator,in,the,image807,?], answer(A, (const(A,black)))). _parse([what,is,on,the,left,side,of,the,bottle,of,liquid,in,the,image808,?], answer(A, (const(A,sponge)))). _parse([what,is,on,the,left,side,of,the,tap,in,the,image808,?], answer(A, (const(A,soap);const(A,soap_box)))). _parse([what,is,on,the,right,side,of,the,spatula,holder,in,the,image808,?], answer(A, (const(A,coffee_machine)))). _parse([what,is,on,the,right,side,of,the,coffee,machine,in,the,image808,?], answer(A, (const(A,juicer)))). _parse([what,s,in,front,of,the,door,in,the,image809,?], answer(A, (const(A,chair)))). _parse([what,is,the,colour,of,the,picture,on,the,wall,in,the,image809,?], answer(A, (const(A,red)))). _parse([what,is,behind,the,blinds,in,the,image809,?], answer(A, (const(A,window)))). _parse([what,is,on,the,drawer,table,in,the,image809,?], answer(A, (const(A,stove)))). _parse([what,is,on,the,chair,in,the,image810,?], answer(A, (const(A,bag)))). _parse([what,is,on,the,left,side,of,the,table,in,the,image810,?], answer(A, (const(A,ornamental_plant)))). _parse([what,is,behind,the,chair,in,the,image810,?], answer(A, (const(A,fruit)))). _parse([what,is,on,the,left,side,of,the,salt,shaker,in,the,image810,?], answer(A, (const(A,plastic_box)))). _parse([what,is,the,colour,of,the,bag,in,the,image811,?], answer(A, (const(A,gray)))). _parse([what,is,on,the,table,in,the,image811,?], answer(A, (const(A,paper)))). _parse([what,is,behind,the,lady,in,the,image811,?], answer(A, (const(A,table)))). _parse([how,many,water,bottles,are,there,in,the,image812,?], answer(A, (const(A,2)))). _parse([what,is,on,the,left,side,of,the,shelf,in,the,image812,?], answer(A, (const(A,microwave)))). _parse([what,is,the,largest,object,in,the,image812,?], answer(A, (const(A,refridgerator)))). _parse([what,is,in,front,of,the,vegetables,in,the,image813,?], answer(A, (const(A,paper)))). _parse([what,is,on,the,left,side,of,the,tap,in,the,image813,?], answer(A, (const(A,bottle_of_hand_wash_liquid)))). _parse([what,is,on,the,right,side,of,the,tap,in,the,image813,?], answer(A, (const(A,cup)))). _parse([what,is,on,the,right,side,of,the,sink,in,the,image813,?], answer(A, (const(A,kitchen_utensils)))). _parse([what,is,on,the,right,side,of,the,kitchen,utensils,in,the,image813,?], answer(A, (const(A,tissue_roll)))). _parse([what,is,on,the,right,side,of,the,tissue,roll,in,the,image813,?], answer(A, (const(A,container)))). _parse([what,is,in,front,of,the,wall,in,the,image814,?], answer(A, (const(A,stove)))). _parse([how,many,drawers,are,there,in,the,image814,?], answer(A, (const(A,9)))). _parse([what,is,on,the,right,side,of,containers,in,the,image814,?], answer(A, (const(A,window)))). _parse([what,is,in,the,red,colour,vase,in,the,image814,?], answer(A, (const(A,ornamental_plant)))). _parse([what,is,on,the,left,side,of,the,wall,in,the,image815,?], answer(A, (const(A,refridgerator)))). _parse([what,is,on,the,left,side,of,the,refrigerator,in,the,image815,?], answer(A, (const(A,oven)))). _parse([what,is,the,colour,of,the,glass,on,the,table,in,the,image815,?], answer(A, (const(A,blue);const(A,white)))). _parse([what,is,in,front,of,the,stove,in,the,image816,?], answer(A, (const(A,flower);const(A,vase)))). _parse([what,is,on,the,left,side,of,the,stove,in,the,image816,?], answer(A, (const(A,bottle_of_liquid)))). _parse([what,is,in,front,of,the,flower,vase,in,the,image816,?], answer(A, (const(A,newspapers)))). _parse([what,is,beneath,the,cupboard,in,the,image816,?], answer(A, (const(A,monitor)))). _parse([what,is,beneath,the,bookshelf,in,the,image817,?], answer(A, (const(A,microwave)))). _parse([what,is,in,front,of,the,bucket,in,the,image817,?], answer(A, (const(A,paper)))). _parse([what,is,in,front,of,the,window,in,the,image817,?], answer(A, (const(A,ornamental_plant)))). _parse([what,is,on,the,left,side,of,the,monitor,in,the,image818,?], answer(A, (const(A,carton)))). _parse([what,is,on,the,right,side,of,the,sink,in,the,image818,?], answer(A, (const(A,jug)))). _parse([what,is,on,the,left,side,of,the,drawer,in,the,image818,?], answer(A, (const(A,dishwasher)))). _parse([what,is,on,the,right,side,of,the,tap,in,the,image818,?], answer(A, (const(A,ornamental_plant)))). _parse([how,many,drawers,are,open,in,the,image819,?], answer(A, (const(A,1)))). _parse([what,is,beneath,the,monitor,in,the,image819,?], answer(A, (const(A,dvd_player)))). _parse([what,is,the,colour,of,the,drawer,in,the,image819,?], answer(A, (const(A,pink)))). _parse([what,is,on,the,left,side,of,the,water,cooler,in,the,image820,?], answer(A, (const(A,tissue_roll)))). _parse([what,is,behind,the,tissue,roll,in,the,image820,?], answer(A, (const(A,bottle_of_liquid)))). _parse([what,is,behind,the,bottle,of,liquod,in,the,image820,?], answer(A, (const(A,stove)))). _parse([what,is,on,the,left,side,of,the,stove,in,the,image820,?], answer(A, (const(A,bowl);const(A,towel)))). _parse([what,is,on,the,right,side,of,the,refrigerator,in,the,image821,?], answer(A, (const(A,picture)))). _parse([what,is,on,the,left,side,of,the,cupboard,in,the,image821,?], answer(A, (const(A,microwave)))). _parse([what,is,on,the,left,side,of,the,microwave,in,the,image821,?], answer(A, (const(A,oven)))). _parse([what,is,on,the,left,side,of,the,towel,in,the,image821,?], answer(A, (const(A,briefcase)))). _parse([what,is,on,the,left,side,of,the,table,in,the,image821,?], answer(A, (const(A,chair)))). _parse([what,is,in,front,of,the,chair,on,the,table,in,the,image822,?], answer(A, (const(A,newspapers)))). _parse([what,is,on,the,right,side,of,the,newspaper,in,the,image822,?], answer(A, (const(A,cup)))). _parse([what,is,on,the,left,side,of,the,newspaper,in,the,image822,?], answer(A, (const(A,tissue)))). _parse([what,is,in,front,of,the,table,in,the,image823,?], answer(A, (const(A,chair)))). _parse([what,is,on,the,table,in,the,image823,?], answer(A, (const(A,monitor);const(A,speaker)))). _parse([what,is,beneath,the,table,in,the,image823,?], answer(A, (const(A,cables)))). _parse([what,is,on,the,left,side,of,the,wall,in,the,image823,?], answer(A, (const(A,refridgerator)))). _parse([what,is,above,the,flower,in,the,image824,?], answer(A, (const(A,light)))). _parse([what,is,in,front,of,the,flower,in,the,image824,?], answer(A, (const(A,fruit)))). _parse([what,is,the,colour,of,the,refrigerator,in,the,image824,?], answer(A, (const(A,gray)))). _parse([what,is,on,the,left,side,of,the,sink,in,the,image825,?], answer(A, (const(A,bottle_of_liquid)))). _parse([what,is,on,the,left,side,of,the,bottle,of,liquid,in,the,image825,?], answer(A, (const(A,ornamental_plant)))). _parse([what,is,in,front,of,the,ornamental,plant,in,the,image825,?], answer(A, (const(A,towel)))). _parse([what,is,on,the,left,side,of,the,towel,in,the,image825,?], answer(A, (const(A,stove)))). _parse([what,is,on,the,stove,in,the,image825,?], answer(A, (const(A,cooking_pan)))). _parse([what,is,beneath,the,stove,table,in,the,image826,?], answer(A, (const(A,dishwasher)))). _parse([what,is,on,the,left,side,of,the,dishwasher,in,the,image826,?], answer(A, (const(A,garbage_bin)))). _parse([what,is,in,the,dishwasher,in,the,image826,?], answer(A, (const(A,plate)))). _parse([what,is,the,colour,of,the,garbage,bin,in,the,image827,?], answer(A, (const(A,brown)))). _parse([how,many,drawers,are,there,in,the,image827,?], answer(A, (const(A,6)))). _parse([what,is,on,the,left,side,on,the,table,in,the,image827,?], answer(A, (const(A,microwave)))). _parse([what,is,on,the,left,side,of,the,microwave,in,the,image827,?], answer(A, (const(A,towel)))). _parse([what,is,behind,the,chair,in,the,image828,?], answer(A, (const(A,blinds)))). _parse([what,is,on,the,left,side,of,the,chairs,in,the,image828,?], answer(A, (const(A,drawer)))). _parse([what,is,on,the,left,most,side,on,the,table,in,the,image828,?], answer(A, (const(A,printer)))). _parse([what,is,above,the,printer,in,the,image828,?], answer(A, (const(A,microwave)))). _parse([what,is,on,the,right,side,of,the,printer,in,the,image829,?], answer(A, (const(A,tissue_box)))). _parse([what,is,on,the,right,side,of,the,tissue,in,the,image829,?], answer(A, (const(A,paper)))). _parse([what,is,on,the,right,most,side,on,the,table,in,the,image829,?], answer(A, (const(A,monitor)))). _parse([what,is,on,the,right,side,of,the,wall,in,the,image829,?], answer(A, (const(A,door)))). _parse([what,is,in,front,of,the,window,in,the,image830,?], answer(A, (const(A,ornamental_plant)))). _parse([what,is,on,the,right,side,of,the,ornamental,plant,in,the,image830,?], answer(A, (const(A,kitchen_utensil)))). _parse([what,is,the,first,object,on,the,table,visible,in,the,image830,?], answer(A, (const(A,bottle)))). _parse([what,is,the,tallest,object,in,the,image830,?], answer(A, (const(A,refridgerator)))). _parse([what,is,suspended,from,the,ceiling,in,the,image830,?], answer(A, (const(A,light)))). _parse([what,is,on,the,right,side,of,the,table,in,the,image831,?], answer(A, (const(A,refridgerator)))). _parse([what,is,on,the,refrigerator,in,the,image831,?], answer(A, (const(A,magnet)))). _parse([what,is,in,front,of,the,chair,in,the,image831,?], answer(A, (const(A,broom)))). _parse([what,is,the,colour,of,the,broom,in,the,image832,?], answer(A, (const(A,yellow)))). _parse([what,is,on,the,left,side,of,the,broom,in,the,image832,?], answer(A, (const(A,fan)))). _parse([what,is,on,the,right,side,of,the,broom,in,the,image832,?], answer(A, (const(A,chair)))). _parse([what,is,in,front,of,the,picture,in,the,image832,?], answer(A, (const(A,flower);const(A,vase)))). _parse([what,is,on,the,righ,side,chair,in,the,image832,?], answer(A, (const(A,clothes);const(A,bag)))). _parse([what,is,on,the,left,side,of,the,sink,in,the,image833,?], answer(A, (const(A,kitchen_utensils)))). _parse([what,is,on,the,right,side,of,the,chair,in,the,image833,?], answer(A, (const(A,water_cooler)))). _parse([what,is,on,the,left,side,of,the,cooler,in,the,image833,?], answer(A, (const(A,stool)))). _parse([what,is,on,the,drawer,holder,in,the,image833,?], answer(A, (const(A,towel)))). _parse([what,is,on,the,left,side,of,the,plate,in,the,image833,?], answer(A, (const(A,bowl)))). _parse([what,is,above,the,tap,in,the,image834,?], answer(A, (const(A,blinds)))). _parse([what,is,on,the,right,side,of,the,tap,in,the,image834,?], answer(A, (const(A,bottle_of_hand_wash_liquid)))). _parse([what,is,on,the,right,side,of,the,bottle,of,hand,wash,liquid,in,the,image834,?], answer(A, (const(A,plate)))). _parse([what,is,in,front,of,the,bottle,of,liquid,in,the,image835,?], answer(A, (const(A,pepper_shaker)))). _parse([what,is,on,the,right,side,of,the,bottle,of,liquid,in,the,image835,?], answer(A, (const(A,plate)))). _parse([what,is,behind,the,bottle,of,liquid,in,the,image835,?], answer(A, (const(A,stove)))). _parse([what,is,on,the,stove,in,the,image835,?], answer(A, (const(A,clothes);const(A,tea_kettle)))). _parse([what,is,behind,the,stool,in,the,image836,?], answer(A, (const(A,water_cooler)))). _parse([what,is,above,the,table,in,the,image836,?], answer(A, (const(A,light)))). _parse([what,is,on,the,wall,in,the,image836,?], answer(A, (const(A,wall_decoration)))). _parse([what,is,beneath,the,wall,decoration,in,the,image836,?], answer(A, (const(A,window)))). _parse([what,is,on,the,left,most,side,on,the,table,in,the,image836,?], answer(A, (const(A,tissue_box)))). _parse([what,is,on,the,right,side,of,the,stove,in,the,image837,?], answer(A, (const(A,bottle_of_liquid)))). _parse([what,is,on,the,right,side,of,the,bottle,of,liquid,in,the,image837,?], answer(A, (const(A,bag)))). _parse([what,is,on,the,left,side,of,the,stove,in,the,image837,?], answer(A, (const(A,oven)))). _parse([what,is,on,the,central,table,in,the,image837,?], answer(A, (const(A,remote_control)))). _parse([what,is,on,the,right,most,side,on,the,table,in,the,image838,?], answer(A, (const(A,fruit)))). _parse([what,is,on,the,left,side,of,the,sink,in,the,image838,?], answer(A, (const(A,towel)))). _parse([what,is,on,the,left,side,of,the,black,equipment,in,the,image838,?], answer(A, (const(A,tissue_roll)))). _parse([what,is,in,front,of,the,bowl,in,the,image839,?], answer(A, (const(A,plate)))). _parse([what,is,in,front,of,the,cable,in,the,image839,?], answer(A, (const(A,paper)))). _parse([what,is,in,front,of,the,paper,in,the,image839,?], answer(A, (const(A,pen)))). _parse([what,is,behind,the,tap,in,the,image840,?], answer(A, (const(A,jug)))). _parse([what,is,on,the,right,side,of,the,sink,in,the,image840,?], answer(A, (const(A,coffee_machine)))). _parse([what,is,on,the,right,side,of,the,coffee,machine,in,the,image840,?], answer(A, (const(A,cup);const(A,fruit)))). _parse([what,is,in,front,of,the,cup,in,the,image840,?], answer(A, (const(A,towel)))). _parse([what,is,in,the,sink,in,the,image840,?], answer(A, (const(A,plate);const(A,spatula)))). _parse([what,is,on,the,right,side,of,the,fruit,in,the,image841,?], answer(A, (const(A,container)))). _parse([what,is,on,the,right,side,of,the,cable,in,the,image841,?], answer(A, (const(A,tissue_roll)))). _parse([what,is,on,the,right,side,of,the,tissue,roll,in,the,image841,?], answer(A, (const(A,container)))). _parse([what,is,on,the,table,in,the,image842,?], answer(A, (const(A,bowl);const(A,paper)))). _parse([what,is,around,the,table,in,the,image842,?], answer(A, (const(A,chair)))). _parse([what,is,on,the,left,side,of,the,socket,in,the,image842,?], answer(A, (const(A,picture)))). _parse([what,is,behind,the,chair,in,the,image842,?], answer(A, (const(A,door)))). _parse([what,is,on,the,right,side,of,the,refrigerator,in,the,image843,?], answer(A, (const(A,electrical_kettle)))). _parse([what,is,on,the,left,side,of,the,refrigerator,in,the,image843,?], answer(A, (const(A,poster_board)))). _parse([what,is,on,the,left,side,of,the,poster,board,in,the,image843,?], answer(A, (const(A,picture)))). _parse([what,is,in,front,of,the,picture,in,the,image843,?], answer(A, (const(A,chair);const(A,table)))). _parse([what,is,on,the,right,side,of,the,cable,in,the,image844,?], answer(A, (const(A,fruit)))). _parse([what,is,in,front,of,the,fruit,in,the,image844,?], answer(A, (const(A,bottle)))). _parse([what,is,on,the,right,side,of,the,sink,in,the,image844,?], answer(A, (const(A,container)))). _parse([what,is,on,the,left,side,of,the,electric,kettle,in,the,image844,?], answer(A, (const(A,container)))). _parse([what,is,on,the,right,side,of,the,stove,in,the,image845,?], answer(A, (const(A,cup)))). _parse([what,is,above,the,stove,in,the,image845,?], answer(A, (const(A,microwave)))). _parse([what,is,beneath,the,stove,in,the,image845,?], answer(A, (const(A,drawer)))). _parse([what,is,the,colour,of,the,cup,in,the,image845,?], answer(A, (const(A,yellow)))). _parse([what,is,on,the,left,side,of,the,juicer,in,the,image846,?], answer(A, (const(A,jar)))). _parse([what,is,on,the,left,side,of,the,jar,in,the,image846,?], answer(A, (const(A,tissue_roll)))). _parse([what,is,the,colour,of,the,ladle,in,the,image846,?], answer(A, (const(A,blue)))). _parse([what,is,behind,the,tap,in,the,image847,?], answer(A, (const(A,ornamental_plant)))). _parse([what,is,on,the,right,side,of,the,tap,in,the,image847,?], answer(A, (const(A,tissue_roll)))). _parse([what,is,on,the,hanger,in,the,image847,?], answer(A, (const(A,towel)))). _parse([what,is,on,the,left,side,of,the,cable,in,the,image847,?], answer(A, (const(A,electrical_kettle)))). _parse([what,is,on,the,left,side,of,the,sink,in,the,image847,?], answer(A, (const(A,bottle_of_hand_wash_liquid)))). _parse([what,is,behind,the,ornamental,plant,in,the,image848,?], answer(A, (const(A,blinds)))). _parse([what,is,on,the,left,side,of,the,sink,in,the,image848,?], answer(A, (const(A,cup)))). _parse([what,is,on,the,left,side,of,the,gray,box,in,the,image848,?], answer(A, (const(A,fruit)))). _parse([what,is,on,the,hanger,in,the,image848,?], answer(A, (const(A,towel)))). _parse([what,is,on,the,left,side,of,the,bowl,in,the,image849,?], answer(A, (const(A,oven)))). _parse([what,is,on,the,right,side,of,the,bowl,in,the,image849,?], answer(A, (const(A,decorative_item)))). _parse([what,is,in,front,of,the,table,in,the,image850,?], answer(A, (const(A,chair)))). _parse([what,is,on,the,table,in,the,image850,?], answer(A, (const(A,cup);const(A,water_dispenser)))). _parse([what,is,in,front,of,the,switch,board,in,the,image850,?], answer(A, (const(A,paper)))). _parse([what,is,on,the,right,side,of,the,cup,in,the,image851,?], answer(A, (const(A,bag)))). _parse([what,is,the,colour,of,the,bag,in,the,image851,?], answer(A, (const(A,black)))). _parse([what,is,on,the,table,in,the,image852,?], answer(A, (const(A,fruit);const(A,basket)))). _parse([what,is,on,the,refrigerator,in,the,image852,?], answer(A, (const(A,paper);const(A,magnet)))). _parse([what,is,on,the,right,side,of,the,tap,in,the,image853,?], answer(A, (const(A,bowl)))). _parse([what,is,the,colour,of,the,bowl,in,the,image853,?], answer(A, (const(A,white)))). _parse([what,is,the,silver,and,gray,colour,object,in,the,image853,?], answer(A, (const(A,microwave)))). _parse([what,is,on,the,right,side,of,the,bottle,in,the,image853,?], answer(A, (const(A,knife_rack);const(A,knife)))). _parse([how,many,knobs,are,there,in,the,image854,?], answer(A, (const(A,6)))). _parse([what,is,on,the,table,in,the,image854,?], answer(A, (const(A,stove)))). _parse([what,is,on,the,left,side,of,the,microwave,in,the,image854,?], answer(A, (const(A,refridgerator)))). _parse([what,is,behind,the,stove,in,the,image854,?], answer(A, (const(A,container)))). _parse([what,is,on,the,right,side,of,the,electrical,mixer,in,the,image855,?], answer(A, (const(A,salt_shaker)))). _parse([what,is,the,large,black,object,on,the,right,side,of,the,knife,rack,in,the,image855,?], answer(A, (const(A,knife_rack);const(A,knife)))). _parse([how,many,drawers,are,visible,in,the,image855,?], answer(A, (const(A,11)))). _parse([what,is,on,the,right,side,of,the,telephone,in,the,image856,?], answer(A, (const(A,tissue_roll)))). _parse([what,is,on,the,right,side,of,the,paper,in,the,image856,?], answer(A, (const(A,bottle_of_hand_wash_liquid)))). _parse([what,is,above,and,behind,the,telephone,in,the,image856,?], answer(A, (const(A,carton)))). _parse([what,is,behind,the,tissue,roll,in,the,image856,?], answer(A, (const(A,chair)))). _parse([what,is,in,front,of,the,switch,board,in,the,image857,?], answer(A, (const(A,bowl)))). _parse([what,is,in,front,of,the,bowl,in,the,image857,?], answer(A, (const(A,plate)))). _parse([what,is,on,the,left,most,side,on,the,table,in,the,image857,?], answer(A, (const(A,microwave)))). _parse([what,is,in,front,of,the,microwave,in,the,image857,?], answer(A, (const(A,bottle_of_liquid)))). _parse([what,is,on,the,left,side,of,the,tap,in,the,image858,?], answer(A, (const(A,bottle_of_liquid)))). _parse([what,is,on,the,right,side,of,the,tap,in,the,image858,?], answer(A, (const(A,bottle)))). _parse([what,is,on,the,left,side,of,the,bottle,of,liquid,in,the,image858,?], answer(A, (const(A,towel)))). _parse([what,is,on,the,towel,in,the,image858,?], answer(A, (const(A,juicer)))). _parse([what,is,on,the,table,in,the,image859,?], answer(A, (const(A,kitchen_utensils);const(A,towel);const(A,juicer)))). _parse([what,is,the,colour,of,the,liquid,in,the,image859,?], answer(A, (const(A,red)))). _parse([what,is,the,colour,of,the,biggest,vessel,in,the,image859,?], answer(A, (const(A,white)))). _parse([what,is,on,the,right,side,of,the,cable,in,the,image860,?], answer(A, (const(A,paper)))). _parse([what,is,on,the,right,side,of,the,paper,in,the,image860,?], answer(A, (const(A,bread)))). _parse([what,is,on,the,left,side,of,the,sink,in,the,image860,?], answer(A, (const(A,cutting_board)))). _parse([what,is,the,colour,of,the,wall,in,the,image860,?], answer(A, (const(A,red);const(A,yellow)))). _parse([what,is,above,the,tap,in,the,image860,?], answer(A, (const(A,picture)))). _parse([what,is,the,white,cloth,on,the,right,side,of,the,sink,in,the,image861,?], answer(A, (const(A,towel)))). _parse([what,is,on,the,cutting,board,in,the,image861,?], answer(A, (const(A,knife)))). _parse([what,is,the,object,on,the,right,side,of,the,white,machine,in,the,image862,?], answer(A, (const(A,jug)))). _parse([what,is,on,the,holder,on,the,right,side,of,the,jug,in,the,image862,?], answer(A, (const(A,cup)))). _parse([what,is,on,the,right,most,side,on,the,table,in,the,image862,?], answer(A, (const(A,coffee_machine)))). _parse([what,is,on,the,left,side,of,the,chair,in,the,image863,?], answer(A, (const(A,toy)))). _parse([what,is,on,the,table,in,the,image863,?], answer(A, (const(A,bottle)))). _parse([what,is,on,the,wall,in,the,image863,?], answer(A, (const(A,picture)))). _parse([what,is,behind,the,chair,in,the,image863,?], answer(A, (const(A,window)))). _parse([what,is,on,the,right,side,of,the,chair,in,the,image864,?], answer(A, (const(A,bag)))). _parse([what,is,the,purple,object,on,the,table,in,the,image864,?], answer(A, (const(A,bottle_of_liquid)))). _parse([what,is,in,front,of,the,chair,beneath,the,table,in,the,image864,?], answer(A, (const(A,garbage_bin)))). _parse([what,is,in,front,of,the,towel,in,the,image865,?], answer(A, (const(A,bottle)))). _parse([what,is,on,the,left,side,of,the,sink,in,the,image865,?], answer(A, (const(A,kitchen_utensils)))). _parse([what,is,on,the,right,side,of,the,refrigerator,in,the,image865,?], answer(A, (const(A,garbage_bin)))). _parse([what,is,the,colour,of,the,garbage,bin,in,the,image865,?], answer(A, (const(A,black)))). _parse([what,is,the,colour,of,the,bottle,on,the,right,side,of,the,oven,in,the,image866,?], answer(A, (const(A,green)))). _parse([what,is,above,the,tap,in,the,image866,?], answer(A, (const(A,blinds)))). _parse([what,is,on,the,stove,in,the,image867,?], answer(A, (const(A,oil_container)))). _parse([what,is,on,the,right,side,of,the,container,in,the,image867,?], answer(A, (const(A,cooking_pan)))). _parse([what,is,on,the,right,side,of,the,cooking,pan,in,the,image867,?], answer(A, (const(A,oven)))). _parse([what,is,on,the,above,the,stove,in,the,image867,?], answer(A, (const(A,microwave)))). _parse([how,many,knobs,are,there,on,the,stove,in,the,image867,?], answer(A, (const(A,4)))). _parse([what,is,the,green,board,in,the,stand,in,the,image868,?], answer(A, (const(A,cutting_board)))). _parse([what,is,beneath,the,kitchen,utensils,stand,in,the,image868,?], answer(A, (const(A,dishwasher)))). _parse([what,is,on,the,wall,in,the,image869,?], answer(A, (const(A,picture)))). _parse([what,is,on,the,left,side,of,the,wall,in,the,image869,?], answer(A, (const(A,blinds)))). _parse([what,is,in,front,of,the,blinds,in,the,image869,?], answer(A, (const(A,chair)))). _parse([what,is,leaning,against,the,wall,in,the,image870,?], answer(A, (const(A,decorative_platter)))). _parse([what,is,on,the,right,side,of,the,sink,in,the,image870,?], answer(A, (const(A,salt_shaker)))). _parse([what,is,on,the,right,side,of,the,salt,shaker,in,the,image870,?], answer(A, (const(A,tissue_roll)))). _parse([what,is,on,the,right,side,of,the,tissue,roll,in,the,image870,?], answer(A, (const(A,bowl)))). _parse([what,is,on,the,microwave,in,the,image871,?], answer(A, (const(A,kitchen_utensil)))). _parse([what,is,on,the,left,side,of,the,microwave,in,the,image871,?], answer(A, (const(A,oven)))). _parse([what,is,on,the,right,side,of,the,microwave,in,the,image871,?], answer(A, (const(A,refridgerator)))). _parse([what,is,on,the,refrigerator,in,the,image871,?], answer(A, (const(A,paper);const(A,picture)))). _parse([how,many,towels,are,there,in,the,image872,?], answer(A, (const(A,2)))). _parse([what,is,on,the,right,side,table,in,the,image872,?], answer(A, (const(A,coffee_machine);const(A,container);const(A,ornamental_plant)))). _parse([what,is,beneath,the,cupboard,in,the,image872,?], answer(A, (const(A,microwave)))). _parse([what,is,beneath,the,microwave,in,the,image872,?], answer(A, (const(A,bottle_of_liquid)))). _parse([what,is,above,the,tap,in,the,image873,?], answer(A, (const(A,window)))). _parse([what,is,on,the,left,side,of,the,sink,in,the,image873,?], answer(A, (const(A,stand)))). _parse([what,is,on,the,left,side,of,the,stand,in,the,image873,?], answer(A, (const(A,tissue_roll)))). _parse([what,is,in,front,of,the,window,in,the,image873,?], answer(A, (const(A,ornamental_plant)))). _parse([what,is,on,the,left,side,of,the,tissue,roll,in,the,image874,?], answer(A, (const(A,cup)))). _parse([what,is,on,the,left,side,of,the,cable,in,the,image874,?], answer(A, (const(A,machine)))). _parse([what,is,in,front,of,the,machine,in,the,image874,?], answer(A, (const(A,tea_kettle)))). _parse([what,is,on,the,left,side,of,the,stool,in,the,image875,?], answer(A, (const(A,refridgerator)))). _parse([how,many,drawers,are,there,in,the,image875,?], answer(A, (const(A,7)))). _parse([what,is,suspended,from,the,ceiling,in,the,image875,?], answer(A, (const(A,light)))). _parse([what,is,on,the,handle,in,the,image876,?], answer(A, (const(A,towel)))). _parse([what,is,on,the,right,side,of,the,microwave,in,the,image876,?], answer(A, (const(A,decorative_item)))). _parse([what,is,in,front,of,the,table,in,the,image876,?], answer(A, (const(A,garbage_bin)))). _parse([what,is,the,colour,of,the,decorative,item,in,the,image876,?], answer(A, (const(A,red)))). _parse([what,is,on,the,stove,in,the,image877,?], answer(A, (const(A,tea_kettle)))). _parse([what,is,on,the,right,side,of,the,garbage,bin,in,the,image877,?], answer(A, (const(A,bag)))). _parse([what,is,on,the,right,side,of,the,stove,in,the,image877,?], answer(A, (const(A,television)))). _parse([what,is,on,the,right,side,of,the,television,in,the,image877,?], answer(A, (const(A,kitchen_utensil)))). _parse([what,is,on,the,table,in,the,image877,?], answer(A, (const(A,flower);const(A,vase)))). _parse([what,is,on,the,left,side,of,the,vase,in,the,image878,?], answer(A, (const(A,stand)))). _parse([what,is,around,the,table,in,the,image878,?], answer(A, (const(A,chair)))). _parse([what,is,behind,the,chair,in,the,image878,?], answer(A, (const(A,blinds)))). _parse([how,many,remote,controls,are,there,in,the,image879,?], answer(A, (const(A,2)))). _parse([what,is,on,the,wall,in,the,image879,?], answer(A, (const(A,picture)))). _parse([how,many,chairs,are,there,in,the,image879,?], answer(A, (const(A,4)))). _parse([what,is,the,colour,of,the,table,and,chair,in,the,image879,?], answer(A, (const(A,black)))). _parse([what,is,on,the,table,in,the,image880,?], answer(A, (const(A,paper);const(A,decorative_item)))). _parse([what,is,in,front,of,the,table,in,the,image880,?], answer(A, (const(A,chair)))). _parse([how,many,chairs,are,there,in,the,image880,?], answer(A, (const(A,4)))). _parse([what,is,in,the,bowl,in,the,image881,?], answer(A, (const(A,books)))). _parse([what,is,on,the,right,side,of,the,cupboard,in,the,image881,?], answer(A, (const(A,machine)))). _parse([what,is,suspended,from,the,ceiling,in,the,image882,?], answer(A, (const(A,light)))). _parse([what,is,around,the,table,in,the,image882,?], answer(A, (const(A,chair)))). _parse([what,is,behind,the,tap,in,the,image883,?], answer(A, (const(A,ornamental_plant)))). _parse([what,is,behind,the,ornamental,plant,in,the,image883,?], answer(A, (const(A,window)))). _parse([what,is,on,the,wall,in,the,image883,?], answer(A, (const(A,picture)))). _parse([what,is,on,the,left,side,of,the,drawers,in,the,image884,?], answer(A, (const(A,step_stool)))). _parse([what,is,on,the,table,in,the,image884,?], answer(A, (const(A,paper);const(A,carton)))). _parse([what,is,on,the,left,side,of,the,table,in,the,image884,?], answer(A, (const(A,refridgerator)))). _parse([what,is,on,the,left,side,of,the,sink,in,the,image885,?], answer(A, (const(A,stand)))). _parse([what,is,on,the,right,side,of,the,sink,in,the,image885,?], answer(A, (const(A,carton)))). _parse([what,is,in,front,of,the,wall,in,the,image885,?], answer(A, (const(A,lamp)))). _parse([what,is,on,the,table,in,the,image886,?], answer(A, (const(A,coffee_grinder);const(A,papers)))). _parse([what,is,behind,the,coffee,grinder,in,the,image886,?], answer(A, (const(A,chair)))). _parse([what,is,on,the,right,side,of,the,chair,in,the,image887,?], answer(A, (const(A,table)))). _parse([what,is,on,the,table,in,the,image887,?], answer(A, (const(A,paper)))). _parse([what,is,around,the,table,in,the,image888,?], answer(A, (const(A,chair)))). _parse([what,is,on,the,table,in,the,image888,?], answer(A, (const(A,paper);const(A,book);const(A,pen_cup)))). _parse([what,is,on,the,wall,in,the,image888,?], answer(A, (const(A,picture)))). _parse([what,is,behind,the,chair,in,the,image888,?], answer(A, (const(A,window)))). _parse([how,man,chairs,are,there,in,the,image888,?], answer(A, (const(A,6)))). _parse([what,is,in,front,of,the,microwave,in,the,image889,?], answer(A, (const(A,utensil)))). _parse([what,is,on,the,right,side,of,the,microwave,in,the,image889,?], answer(A, (const(A,refridgerator)))). _parse([what,is,on,the,right,side,of,the,refrigerator,in,the,image889,?], answer(A, (const(A,oven)))). _parse([what,is,on,the,left,side,of,the,table,in,the,image889,?], answer(A, (const(A,chair)))). _parse([what,is,the,largest,object,on,the,table,in,the,image890,?], answer(A, (const(A,ornamental_plant)))). _parse([what,is,scattered,on,the,table,in,the,image890,?], answer(A, (const(A,paper)))). _parse([how,many,drawers,are,visible,in,the,image890,?], answer(A, (const(A,11)))). _parse([what,is,on,the,right,side,of,the,sink,in,the,image891,?], answer(A, (const(A,plastic_box);const(A,cooking_pot_cover)))). _parse([what,is,on,the,left,side,of,the,sink,in,the,image891,?], answer(A, (const(A,container)))). _parse([what,is,on,the,left,side,of,the,container,in,the,image891,?], answer(A, (const(A,tissue_roll)))). _parse([what,is,on,the,left,side,of,the,tap,in,the,image891,?], answer(A, (const(A,fruit)))). _parse([how,many,drawers,are,there,in,the,image892,?], answer(A, (const(A,8)))). _parse([what,is,on,the,stove,in,the,image892,?], answer(A, (const(A,cooking_pan)))). _parse([what,is,on,the,left,side,of,the,kitchen,rack,in,the,image892,?], answer(A, (const(A,book)))). _parse([what,is,on,the,right,side,of,the,stove,in,the,image892,?], answer(A, (const(A,container)))). _parse([what,is,on,the,left,side,of,the,sink,in,the,image893,?], answer(A, (const(A,cup)))). _parse([what,is,on,the,left,side,of,the,cup,in,the,image893,?], answer(A, (const(A,towel)))). _parse([what,is,on,the,table,in,the,image893,?], answer(A, (const(A,paper);const(A,bag)))). _parse([what,is,on,the,right,side,of,the,candle,holder,in,the,image894,?], answer(A, (const(A,cup)))). _parse([what,is,beneath,the,cup,in,the,image894,?], answer(A, (const(A,paper)))). _parse([how,many,ornamental,plants,are,there,in,the,image894,?], answer(A, (const(A,2)))). _parse([what,is,on,the,chair,in,the,image895,?], answer(A, (const(A,clothes)))). _parse([what,is,on,the,left,side,of,the,monitor,in,the,image895,?], answer(A, (const(A,cordless_phone)))). _parse([what,is,on,the,right,side,of,the,table,in,the,image896,?], answer(A, (const(A,refridgerator)))). _parse([what,is,on,the,left,side,of,the,electric,cooker,in,the,image897,?], answer(A, (const(A,hot_water_heater)))). _parse([what,is,on,the,left,side,of,the,hot,water,heater,in,the,image897,?], answer(A, (const(A,tissue_roll)))). _parse([what,is,in,front,of,the,tissue,roll,in,the,image897,?], answer(A, (const(A,glass)))). _parse([what,is,on,the,right,most,side,on,the,table,in,the,image898,?], answer(A, (const(A,tissue_roll)))). _parse([what,is,on,the,left,side,of,the,tissue,roll,in,the,image898,?], answer(A, (const(A,knife_rack);const(A,knife)))). _parse([what,is,on,the,right,side,of,the,sink,in,the,image898,?], answer(A, (const(A,bowl)))). _parse([how,many,drawers,are,there,in,the,image898,?], answer(A, (const(A,4)))). _parse([what,is,in,front,of,the,table,in,the,image899,?], answer(A, (const(A,bowl)))). _parse([what,is,behind,the,tap,in,the,image899,?], answer(A, (const(A,window)))). _parse([how,many,chairs,are,there,around,the,table,in,the,image900,?], answer(A, (const(A,chair)))). _parse([what,is,on,the,right,side,of,the,chair,in,the,image900,?], answer(A, (const(A,ornamental_plant)))). _parse([what,is,in,front,of,the,ornamental,plant,in,the,image900,?], answer(A, (const(A,dog)))). _parse([what,is,on,the,right,side,of,the,ornamental,plant,in,the,image900,?], answer(A, (const(A,blinds)))). _parse([what,is,the,colour,of,the,table,in,the,image901,?], answer(A, (const(A,black)))). _parse([how,many,chairs,are,visible,in,the,image901,?], answer(A, (const(A,3)))). _parse([what,is,on,the,right,side,of,the,chair,in,the,image901,?], answer(A, (const(A,garbage_bin)))). _parse([what,is,on,the,left,side,of,the,tap,in,the,image902,?], answer(A, (const(A,ornamental_plant)))). _parse([what,is,on,the,right,side,of,the,tap,in,the,image902,?], answer(A, (const(A,book)))). _parse([what,is,on,the,wall,in,the,image902,?], answer(A, (const(A,picture)))). _parse([what,is,above,the,ornamental,plant,in,the,image902,?], answer(A, (const(A,bottle)))). _parse([what,is,the,largest,object,on,the,table,in,the,image903,?], answer(A, (const(A,monitor)))). _parse([what,is,above,the,monitor,in,the,image903,?], answer(A, (const(A,bowl)))). _parse([what,is,on,the,right,side,of,the,monitor,in,the,image903,?], answer(A, (const(A,cup)))). _parse([how,many,ornamental,plants,are,there,in,the,image904,?], answer(A, (const(A,4)))). _parse([what,is,on,the,right,side,of,the,cup,in,the,image904,?], answer(A, (const(A,paper)))). _parse([what,is,on,the,right,side,of,the,paper,in,the,image904,?], answer(A, (const(A,ornamental_pot)))). _parse([what,is,on,the,right,side,of,the,central,switch,board,in,the,image905,?], answer(A, (const(A,coffee_machine)))). _parse([what,is,on,the,ceiling,in,the,image906,?], answer(A, (const(A,fan);const(A,light)))). _parse([what,is,on,the,table,in,the,image906,?], answer(A, (const(A,stove)))). _parse([what,is,in,front,of,the,table,in,the,image906,?], answer(A, (const(A,bag)))). _parse([what,is,on,the,shelves,in,the,image906,?], answer(A, (const(A,picture)))). _parse([what,is,on,the,right,side,of,the,cooking,utensil,in,the,image907,?], answer(A, (const(A,plate)))). _parse([what,is,on,the,right,side,of,the,tap,in,the,image907,?], answer(A, (const(A,bottle_of_soap)))). _parse([what,is,on,the,right,side,of,the,cupboard,in,the,image907,?], answer(A, (const(A,oven)))). _parse([what,is,above,the,tap,in,the,image907,?], answer(A, (const(A,blinds)))). _parse([what,is,on,the,left,side,of,the,cup,in,the,image908,?], answer(A, (const(A,tissue_roll)))). _parse([what,is,on,the,left,side,of,the,drawer,in,the,image908,?], answer(A, (const(A,refridgerator)))). _parse([what,is,on,the,left,side,of,the,refrigerator,in,the,image908,?], answer(A, (const(A,door)))). _parse([what,is,beneath,the,sink,in,the,image908,?], answer(A, (const(A,drawer)))). _parse([what,is,on,the,bed,in,the,image909,?], answer(A, (const(A,pillow)))). _parse([what,is,on,the,left,side,of,the,bed,in,the,image909,?], answer(A, (const(A,night_stand)))). _parse([what,is,on,the,night,stand,in,the,image909,?], answer(A, (const(A,lamp)))). _parse([what,is,on,the,left,side,of,the,night,stand,in,the,image909,?], answer(A, (const(A,garbage_bin)))). _parse([what,is,on,the,wall,in,the,image909,?], answer(A, (const(A,picture)))). _parse([how,many,pillows,are,there,in,the,image910,?], answer(A, (const(A,4)))). _parse([what,is,on,the,right,side,of,the,bed,in,the,image910,?], answer(A, (const(A,chair)))). _parse([what,is,on,the,right,side,of,the,chair,in,the,image910,?], answer(A, (const(A,book)))). _parse([what,is,on,the,right,side,of,the,curtain,in,the,image910,?], answer(A, (const(A,blinds)))). _parse([what,is,above,the,chair,in,the,image910,?], answer(A, (const(A,picture)))). _parse([what,is,on,the,right,side,of,the,drawer,table,in,the,image911,?], answer(A, (const(A,door)))). _parse([what,is,on,the,left,side,of,the,drawer,table,in,the,image911,?], answer(A, (const(A,curtain)))). _parse([what,is,on,the,left,side,of,the,curtains,in,the,image911,?], answer(A, (const(A,blinds)))). _parse([what,is,on,the,right,side,of,the,door,in,the,image912,?], answer(A, (const(A,television)))). _parse([what,is,beneath,the,television,in,the,image912,?], answer(A, (const(A,dvd_player)))). _parse([how,many,pictures,are,there,on,the,wall,in,the,image913,?], answer(A, (const(A,2)))). _parse([what,is,on,either,side,of,the,pictures,in,the,image913,?], answer(A, (const(A,blinds)))). _parse([what,is,on,the,wall,on,the,right,side,of,the,blinds,in,the,image913,?], answer(A, (const(A,television)))). _parse([what,is,on,the,table,in,the,image913,?], answer(A, (const(A,picture)))). _parse([what,is,on,the,floor,in,the,image913,?], answer(A, (const(A,toy)))). _parse([what,is,on,the,bed,in,the,image914,?], answer(A, (const(A,pillow)))). _parse([how,many,pictures,are,visible,in,the,image914,?], answer(A, (const(A,3)))). _parse([what,is,on,the,right,side,of,the,bed,in,the,image914,?], answer(A, (const(A,night_stand)))). _parse([what,is,on,the,right,side,of,the,night,stand,in,the,image914,?], answer(A, (const(A,blinds)))). _parse([how,many,chairs,are,there,in,the,image915,?], answer(A, (const(A,1)))). _parse([what,is,on,the,right,side,of,the,chair,in,the,image915,?], answer(A, (const(A,bed)))). _parse([what,is,above,the,bed,in,the,image915,?], answer(A, (const(A,picture)))). _parse([what,is,on,the,night,stand,in,the,image916,?], answer(A, (const(A,lamp);const(A,book)))). _parse([what,is,on,the,right,side,of,the,night,stand,in,the,image916,?], answer(A, (const(A,garbage_bin)))). _parse([how,many,pictures,are,there,on,the,wall,in,the,image917,?], answer(A, (const(A,5)))). _parse([what,is,on,the,night,stand,in,the,image917,?], answer(A, (const(A,lamp);const(A,tissue_box);const(A,book)))). _parse([what,is,on,the,right,side,of,the,drawer,table,in,the,image917,?], answer(A, (const(A,chair)))). _parse([what,is,on,the,left,side,of,the,cupboard,in,the,image918,?], answer(A, (const(A,guitar)))). _parse([what,is,on,the,either,side,of,the,cupboard,in,the,image918,?], answer(A, (const(A,picture)))). _parse([what,is,in,front,of,the,guitar,in,the,image918,?], answer(A, (const(A,guitar_case)))). _parse([how,many,drawers,are,there,in,the,image919,?], answer(A, (const(A,3)))). _parse([waht,is,on,the,drawer,table,in,the,image920,?], answer(A, (const(A,lamp);const(A,toy)))). _parse([what,is,on,the,right,side,table,in,the,image920,?], answer(A, (const(A,television);const(A,dvd_player)))). _parse([what,is,on,the,left,side,of,the,table,in,the,image920,?], answer(A, (const(A,bed)))). _parse([what,is,on,the,either,side,of,the,drawer,table,in,the,image920,?], answer(A, (const(A,blinds)))). _parse([how,many,pictures,are,there,on,the,wall,in,the,image921,?], answer(A, (const(A,5)))). _parse([what,is,on,the,bed,in,the,image921,?], answer(A, (const(A,pillow);const(A,comforter)))). _parse([what,is,on,the,left,side,of,the,picture,in,the,image922,?], answer(A, (const(A,wall_decoration)))). _parse([what,is,on,the,table,in,the,image922,?], answer(A, (const(A,book);const(A,bag)))). _parse([what,is,on,the,door,in,the,image922,?], answer(A, (const(A,decoration_item)))). _parse([what,is,in,front,of,the,wall,in,the,image922,?], answer(A, (const(A,chair)))). _parse([what,is,on,the,left,most,side,on,the,table,in,the,image923,?], answer(A, (const(A,clock)))). _parse([what,is,above,the,table,in,the,image923,?], answer(A, (const(A,mirror)))). _parse([what,is,seen,in,the,mirror,reflection,in,the,image923,?], answer(A, (const(A,drawer)))). _parse([what,is,on,the,wall,on,the,left,side,of,the,clock,in,the,image923,?], answer(A, (const(A,curtain)))). _parse([what,is,on,the,either,side,of,the,bed,in,the,image924,?], answer(A, (const(A,night_stand)))). _parse([what,is,the,tallest,object,on,the,night,stand,in,the,image924,?], answer(A, (const(A,lamp)))). _parse([what,is,on,the,right,side,of,the,lamp,on,the,right,night,stand,in,the,image924,?], answer(A, (const(A,tissue_box)))). _parse([what,is,in,front,of,the,left,side,night,stand,in,the,image924,?], answer(A, (const(A,garbage_bin)))). _parse([what,is,on,the,left,side,of,the,garbage,bin,in,the,image924,?], answer(A, (const(A,cables)))). _parse([what,is,in,front,of,the,lamp,in,the,image924,?], answer(A, (const(A,book)))). _parse([what,is,on,the,right,side,of,the,door,in,the,image925,?], answer(A, (const(A,chair)))). _parse([how,many,drawers,are,there,in,the,image925,?], answer(A, (const(A,5)))). _parse([what,is,on,the,left,side,of,the,glass,in,the,image926,?], answer(A, (const(A,tissue_box)))). _parse([what,is,on,the,left,side,of,the,tissue,box,in,the,image926,?], answer(A, (const(A,lamp)))). _parse([what,is,on,the,left,side,of,the,table,in,the,image926,?], answer(A, (const(A,chair)))). _parse([what,is,on,the,right,side,of,the,bed,in,the,image926,?], answer(A, (const(A,curtain)))). _parse([what,is,on,the,bed,in,the,image927,?], answer(A, (const(A,pillow)))). _parse([what,is,on,the,right,side,of,the,bed,in,the,image927,?], answer(A, (const(A,door)))). _parse([what,is,the,colour,of,the,wall,in,the,image927,?], answer(A, (const(A,white)))). _parse([how,many,drawers,are,there,in,the,image928,?], answer(A, (const(A,4)))). _parse([what,is,in,between,the,chair,and,the,bed,in,the,image928,?], answer(A, (const(A,garbage_bin)))). _parse([what,is,the,colour,of,the,garbage,bin,in,the,image928,?], answer(A, (const(A,white)))). _parse([how,many,pillows,are,there,on,the,bed,in,the,image928,?], answer(A, (const(A,1)))). _parse([what,is,the,circular,object,on,the,table,in,the,image929,?], answer(A, (const(A,fan)))). _parse([what,is,on,the,left,most,side,on,the,table,in,the,image929,?], answer(A, (const(A,lamp)))). _parse([what,is,in,front,of,the,table,in,the,image929,?], answer(A, (const(A,chair)))). _parse([what,is,on,the,left,side,of,the,table,in,the,image929,?], answer(A, (const(A,bed)))). _parse([what,is,above,the,table,in,the,image929,?], answer(A, (const(A,curtain)))). _parse([what,is,in,front,of,the,fan,cable,in,the,image930,?], answer(A, (const(A,book)))). _parse([what,is,in,front,of,the,table,in,the,image930,?], answer(A, (const(A,chair);const(A,garbage_bin)))). _parse([what,is,the,colour,of,the,pillow,in,the,image930,?], answer(A, (const(A,red);const(A,blue);const(A,black);const(A,white)))). _parse([how,many,beds,are,there,in,the,image931,?], answer(A, (const(A,2)))). _parse([how,many,drawers,are,there,in,the,image931,?], answer(A, (const(A,3)))). _parse([what,is,the,colour,of,the,comforter,in,the,image931,?], answer(A, (const(A,blue)))). _parse([what,is,on,the,window,in,the,image932,?], answer(A, (const(A,blinds)))). _parse([what,is,on,the,table,in,the,image932,?], answer(A, (const(A,lamp);const(A,paper);const(A,cream_tube);const(A,shaving_cream)))). _parse([what,is,on,the,right,side,of,the,bed,in,the,image932,?], answer(A, (const(A,carton)))). _parse([what,is,on,the,left,side,of,the,blinds,in,the,image932,?], answer(A, (const(A,picture)))). _parse([what,is,on,the,pillows,in,the,image933,?], answer(A, (const(A,toy)))). _parse([what,is,on,the,left,side,of,the,bed,in,the,image933,?], answer(A, (const(A,night_stand)))). _parse([what,is,on,the,left,side,of,the,night,stand,in,the,image933,?], answer(A, (const(A,garbage_bin)))). _parse([what,is,on,the,left,side,of,the,garbage,bin,in,the,image933,?], answer(A, (const(A,furniture)))). _parse([what,is,behind,the,bed,in,the,image933,?], answer(A, (const(A,speaker)))). _parse([what,is,on,the,right,most,side,on,the,sofa,in,the,image934,?], answer(A, (const(A,ipad)))). _parse([what,is,on,the,left,most,side,on,the,sofa,in,the,image934,?], answer(A, (const(A,clothes)))). _parse([what,is,in,front,of,the,sofa,in,the,image934,?], answer(A, (const(A,bag)))). _parse([what,is,the,colour,of,the,bag,in,the,image934,?], answer(A, (const(A,black);const(A,red)))). _parse([what,is,on,the,left,side,of,the,rack,in,the,image935,?], answer(A, (const(A,cell_phone_charger)))). _parse([what,is,on,the,right,side,of,the,rack,in,the,image935,?], answer(A, (const(A,table)))). _parse([what,is,in,front,of,the,table,in,the,image935,?], answer(A, (const(A,chair)))). _parse([what,is,on,the,left,most,side,on,the,table,in,the,image935,?], answer(A, (const(A,lamp)))). _parse([what,is,on,the,right,side,of,the,lamp,in,the,image935,?], answer(A, (const(A,book)))). _parse([what,is,on,the,wall,in,the,image935,?], answer(A, (const(A,television)))). _parse([what,is,the,biggest,object,on,the,table,in,the,image936,?], answer(A, (const(A,television)))). _parse([how,many,drawers,are,there,in,the,image936,?], answer(A, (const(A,6)))). _parse([what,is,on,the,left,side,of,the,table,in,the,image936,?], answer(A, (const(A,stool)))). _parse([what,is,on,the,left,side,of,the,rack,in,the,image936,?], answer(A, (const(A,curtain)))). _parse([what,is,beneath,the,curtain,in,the,image936,?], answer(A, (const(A,blinds)))). _parse([what,is,in,front,of,the,blinds,in,the,image936,?], answer(A, (const(A,table)))). _parse([what,is,on,the,table,in,the,image936,?], answer(A, (const(A,towel);const(A,telephone)))). _parse([what,is,on,the,left,side,of,the,table,in,the,image937,?], answer(A, (const(A,bed)))). _parse([what,is,on,the,bed,in,the,image937,?], answer(A, (const(A,pillow);const(A,toy)))). _parse([what,is,on,the,shelf,in,the,image937,?], answer(A, (const(A,lamp);const(A,toy)))). _parse([what,is,on,the,bed,in,the,image938,?], answer(A, (const(A,pillow)))). _parse([what,is,on,the,left,side,of,the,bed,in,the,image938,?], answer(A, (const(A,night_stand)))). _parse([what,is,on,the,night,stand,in,the,image938,?], answer(A, (const(A,decorative_item)))). _parse([what,is,on,the,window,in,the,image939,?], answer(A, (const(A,curtain)))). _parse([what,is,on,the,left,side,of,the,curtains,in,the,image939,?], answer(A, (const(A,lamp)))). _parse([what,is,on,the,left,side,of,the,lamp,in,the,image939,?], answer(A, (const(A,books)))). _parse([what,is,on,the,left,most,side,on,the,table,in,the,image939,?], answer(A, (const(A,telephone)))). _parse([what,is,the,colour,of,the,curtains,in,the,image940,?], answer(A, (const(A,gray)))). _parse([how,many,drawers,are,open,in,the,image940,?], answer(A, (const(A,2)))). _parse([what,is,the,colour,of,the,lamp,in,the,image941,?], answer(A, (const(A,white);const(A,black)))). _parse([what,is,on,the,left,side,of,the,lamp,in,the,image941,?], answer(A, (const(A,book);const(A,paper)))). _parse([what,is,the,number,of,drawers,in,the,image941,?], answer(A, (const(A,3)))). _parse([how,many,knobs,are,there,in,the,image941,?], answer(A, (const(A,6)))). _parse([what,is,beneath,the,pillows,in,the,image941,?], answer(A, (const(A,comforter)))). _parse([what,is,in,front,of,the,bed,in,the,image942,?], answer(A, (const(A,bench)))). _parse([what,is,on,the,wall,in,the,image942,?], answer(A, (const(A,picture)))). _parse([what,is,on,the,wall,in,the,image943,?], answer(A, (const(A,blinds)))). _parse([what,is,on,the,right,side,of,the,bed,in,the,image943,?], answer(A, (const(A,toy)))). _parse([what,is,on,the,right,side,of,the,toy,in,the,image943,?], answer(A, (const(A,stand)))). _parse([what,is,on,the,right,side,of,the,stand,in,the,image943,?], answer(A, (const(A,chair)))). _parse([what,is,in,front,of,the,chair,in,the,image943,?], answer(A, (const(A,stool)))). _parse([what,is,on,the,stool,in,the,image943,?], answer(A, (const(A,clothes)))). _parse([what,is,on,the,left,most,side,of,the,image944,?], answer(A, (const(A,crib)))). _parse([what,is,on,the,right,side,of,the,crib,in,the,image944,?], answer(A, (const(A,cloth_bag)))). _parse([what,is,on,the,right,side,of,the,cloth,bag,in,the,image944,?], answer(A, (const(A,table)))). _parse([what,is,on,the,table,in,the,image944,?], answer(A, (const(A,toy);const(A,lamp)))). _parse([what,is,on,the,right,side,of,the,drawer,table,in,the,image944,?], answer(A, (const(A,bed)))). _parse([what,is,on,the,bed,in,the,image945,?], answer(A, (const(A,clothes);const(A,book)))). _parse([what,is,on,the,left,side,of,the,bed,in,the,image945,?], answer(A, (const(A,night_stand)))). _parse([what,is,on,the,night,stand,in,the,image945,?], answer(A, (const(A,tissue_box);const(A,books)))). _parse([what,is,above,the,bed,in,the,image945,?], answer(A, (const(A,blinds)))). _parse([what,is,on,the,table,in,the,image946,?], answer(A, (const(A,monitor);const(A,mouse);const(A,speaker);const(A,book)))). _parse([what,is,on,the,right,side,of,the,table,in,the,image946,?], answer(A, (const(A,shoe)))). _parse([what,is,in,front,of,the,table,in,the,image946,?], answer(A, (const(A,chair)))). _parse([what,is,on,the,left,side,of,the,chair,in,the,image946,?], answer(A, (const(A,night_stand)))). _parse([what,is,in,front,of,the,lamp,in,the,image946,?], answer(A, (const(A,picture)))). _parse([what,is,on,the,left,side,of,the,lamp,in,the,image946,?], answer(A, (const(A,bed)))). _parse([what,is,the,colour,of,the,comforter,in,the,image947,?], answer(A, (const(A,blue);const(A,white)))). _parse([what,is,on,the,bed,in,the,image947,?], answer(A, (const(A,clothes)))). _parse([what,is,on,the,bed,on,the,left,side,of,the,bag,in,the,image948,?], answer(A, (const(A,carton)))). _parse([what,is,on,the,right,side,of,the,lamp,in,the,image948,?], answer(A, (const(A,cream_tube)))). _parse([what,is,in,front,of,the,night,stand,in,the,image948,?], answer(A, (const(A,paper);const(A,garbage_bin)))). _parse([what,is,in,front,of,the,bed,in,the,image949,?], answer(A, (const(A,sheets)))). _parse([what,is,in,front,of,the,door,in,the,image949,?], answer(A, (const(A,bag)))). _parse([what,is,on,the,wall,in,the,image949,?], answer(A, (const(A,picture);const(A,framed_certificate)))). _parse([what,is,the,blue,colour,object,on,the,night,stand,in,the,image949,?], answer(A, (const(A,tissue_box)))). _parse([what,is,the,colour,of,the,blinds,in,the,image950,?], answer(A, (const(A,white)))). _parse([what,is,the,tallest,object,in,front,of,the,blinds,in,the,image950,?], answer(A, (const(A,suitcase)))). _parse([what,is,on,the,left,side,of,the,suitcase,in,the,image950,?], answer(A, (const(A,bag)))). _parse([what,is,on,the,bed,in,the,image950,?], answer(A, (const(A,pillow)))). _parse([what,is,in,the,shelf,in,the,image951,?], answer(A, (const(A,bottle)))). _parse([what,is,on,the,left,side,of,the,wall,in,the,image952,?], answer(A, (const(A,garbage_bin)))). _parse([what,is,on,the,wall,in,the,image952,?], answer(A, (const(A,picture)))). _parse([what,is,in,the,shelf,in,the,image952,?], answer(A, (const(A,book)))). _parse([what,is,on,the,bed,in,the,image953,?], answer(A, (const(A,clothes);const(A,pillow);const(A,comforter)))). _parse([what,is,the,colour,of,the,comforter,in,the,image953,?], answer(A, (const(A,white)))). _parse([what,is,on,the,chair,in,the,image954,?], answer(A, (const(A,clothes)))). _parse([what,is,on,the,left,side,of,the,speaker,in,the,image954,?], answer(A, (const(A,book)))). _parse([what,is,on,the,left,side,of,the,books,in,the,image954,?], answer(A, (const(A,container)))). _parse([what,is,on,the,wall,in,the,image954,?], answer(A, (const(A,picture)))). _parse([what,is,on,the,left,side,of,the,container,in,the,image954,?], answer(A, (const(A,bag)))). _parse([what,is,on,the,either,side,of,the,pictures,in,the,image954,?], answer(A, (const(A,blinds)))). _parse([what,is,on,the,left,side,of,the,lamp,in,the,image955,?], answer(A, (const(A,pen_cup)))). _parse([what,is,behind,the,lamp,in,the,image955,?], answer(A, (const(A,paper)))). _parse([what,is,on,the,left,side,of,the,cpu,in,the,image955,?], answer(A, (const(A,books)))). _parse([what,is,on,the,chair,in,the,image955,?], answer(A, (const(A,clothes)))). _parse([what,is,on,the,right,shelf,in,the,image955,?], answer(A, (const(A,framed_certificate)))). _parse([what,is,on,the,bed,in,the,image956,?], answer(A, (const(A,pillow);const(A,bag)))). _parse([what,is,the,colour,of,the,lamp,in,the,image956,?], answer(A, (const(A,black)))). _parse([what,is,the,colour,of,the,bag,beneath,the,bag,in,the,image957,?], answer(A, (const(A,red)))). _parse([what,is,on,the,wall,above,the,switch,board,in,the,image957,?], answer(A, (const(A,blinds)))). _parse([what,is,on,the,left,side,of,the,lamp,in,the,image958,?], answer(A, (const(A,clock)))). _parse([what,is,on,the,right,side,of,the,blinds,in,the,image958,?], answer(A, (const(A,decorative_item)))). _parse([what,is,on,the,wall,in,the,image959,?], answer(A, (const(A,wall_decoration)))). _parse([what,is,on,the,either,side,of,the,bed,in,the,image959,?], answer(A, (const(A,night_stand);const(A,lamp)))). _parse([what,is,the,colour,of,the,comforter,in,the,image959,?], answer(A, (const(A,brown)))). _parse([what,is,on,the,right,side,of,the,curtains,in,the,image960,?], answer(A, (const(A,television)))). _parse([what,is,on,the,television,in,the,image960,?], answer(A, (const(A,dvd_player)))). _parse([what,is,on,the,left,side,of,curtains,in,the,image960,?], answer(A, (const(A,blinds)))). _parse([what,is,in,front,of,the,stand,in,the,image960,?], answer(A, (const(A,bed)))). _parse([what,is,behind,the,lamp,in,the,image960,?], answer(A, (const(A,mirror)))). _parse([what,is,the,colour,of,the,chair,in,the,image961,?], answer(A, (const(A,purple)))). _parse([what,is,on,the,chair,in,the,image961,?], answer(A, (const(A,cell_phone)))). _parse([what,is,on,the,right,side,of,the,bed,in,the,image961,?], answer(A, (const(A,blinds)))). _parse([what,is,the,colour,of,the,star,shaped,decorative,object,in,the,image961,?], answer(A, (const(A,green)))). _parse([what,is,on,the,right,side,of,the,night,stand,in,the,image962,?], answer(A, (const(A,door)))). _parse([what,is,above,the,lamp,in,the,image962,?], answer(A, (const(A,picture)))). _parse([what,is,beneath,the,drawer,in,the,image962,?], answer(A, (const(A,toy)))). _parse([what,is,the,colour,of,the,pillows,in,the,image963,?], answer(A, (const(A,black);const(A,white);const(A,brown)))). _parse([what,is,on,the,left,side,of,the,bed,in,the,image963,?], answer(A, (const(A,night_stand)))). _parse([what,is,on,the,wall,in,the,image963,?], answer(A, (const(A,picture)))). _parse([what,is,on,the,table,in,the,image964,?], answer(A, (const(A,television);const(A,box)))). _parse([what,is,behind,the,television,in,the,image964,?], answer(A, (const(A,mirror)))). _parse([what,is,on,the,left,side,of,the,table,in,the,image964,?], answer(A, (const(A,bookshelf)))). _parse([how,many,drawers,are,there,in,the,image964,?], answer(A, (const(A,6)))). _parse([what,is,on,the,right,side,of,the,night,stand,in,the,image965,?], answer(A, (const(A,chair)))). _parse([what,is,on,the,night,stand,in,the,image965,?], answer(A, (const(A,book)))). _parse([what,is,behind,the,bed,in,the,image965,?], answer(A, (const(A,blinds)))). _parse([what,is,on,the,wall,in,the,image965,?], answer(A, (const(A,picture)))). _parse([what,is,on,the,left,side,of,the,bed,in,the,image966,?], answer(A, (const(A,yoga_mat);const(A,basketball)))). _parse([what,is,on,the,shelf,in,the,image966,?], answer(A, (const(A,book);const(A,toy);const(A,hat)))). _parse([what,is,on,the,wall,in,the,image966,?], answer(A, (const(A,picture)))). _parse([what,is,on,the,right,side,of,the,chair,in,the,image966,?], answer(A, (const(A,lamp)))). _parse([what,is,in,front,of,the,door,in,the,image967,?], answer(A, (const(A,cloth_bag)))). _parse([what,is,on,the,wall,in,the,image967,?], answer(A, (const(A,picture)))). _parse([what,is,on,the,right,side,of,the,door,in,the,image967,?], answer(A, (const(A,table)))). _parse([what,is,in,front,of,the,table,in,the,image967,?], answer(A, (const(A,chair)))). _parse([what,is,the,largest,object,in,front,of,the,wall,in,the,image968,?], answer(A, (const(A,bed)))). _parse([what,is,on,the,right,side,of,the,bed,in,the,image968,?], answer(A, (const(A,ironing_board)))). _parse([what,is,on,the,ironing,board,in,the,image968,?], answer(A, (const(A,iron_box);const(A,clothes)))). _parse([what,is,behind,the,ironing,table,in,the,image968,?], answer(A, (const(A,blinds)))). _parse([what,is,on,the,bed,in,the,image969,?], answer(A, (const(A,comforter);const(A,clothes)))). _parse([what,is,above,the,bed,in,the,image969,?], answer(A, (const(A,fan)))). _parse([what,is,on,the,left,side,of,the,bed,in,the,image969,?], answer(A, (const(A,ironing_board)))). _parse([what,is,on,the,ironing,board,in,the,image969,?], answer(A, (const(A,iron_box);const(A,clothes)))). _parse([what,is,behind,the,ironing,board,in,the,image969,?], answer(A, (const(A,blinds)))). _parse([what,is,on,the,right,side,of,the,blinds,in,the,image969,?], answer(A, (const(A,picture)))). _parse([what,is,on,the,drawers,in,the,image970,?], answer(A, (const(A,television)))). _parse([how,many,drawer,knobs,are,there,in,the,image970,?], answer(A, (const(A,12)))). _parse([how,many,drawers,are,there,in,the,image970,?], answer(A, (const(A,6)))). _parse([what,is,on,the,wall,in,the,image970,?], answer(A, (const(A,picture)))). _parse([what,is,in,front,of,the,window,in,the,image971,?], answer(A, (const(A,blinds)))). _parse([what,is,in,front,of,the,blinds,in,the,image971,?], answer(A, (const(A,sofa)))). _parse([what,is,on,the,sofa,in,the,image971,?], answer(A, (const(A,clothes);const(A,pillow);const(A,doll)))). _parse([what,is,in,front,of,the,sofa,in,the,image971,?], answer(A, (const(A,bed)))). _parse([what,is,on,the,bed,in,the,image971,?], answer(A, (const(A,comforter)))). _parse([how,many,pillows,are,there,on,the,bed,in,the,image972,?], answer(A, (const(A,4)))). _parse([what,is,the,colour,of,the,comforter,in,the,image972,?], answer(A, (const(A,gray)))). _parse([what,is,on,the,left,side,of,the,bed,in,the,image972,?], answer(A, (const(A,night_stand)))). _parse([what,is,on,the,night,stand,in,the,image972,?], answer(A, (const(A,lamp);const(A,alarm)))). _parse([what,is,on,the,left,side,of,the,lamp,in,the,image973,?], answer(A, (const(A,door)))). _parse([how,many,knobs,are,visible,in,the,image973,?], answer(A, (const(A,10)))). _parse([what,is,in,front,of,the,drawer,in,the,image973,?], answer(A, (const(A,table)))). _parse([what,is,on,the,floor,in,the,image974,?], answer(A, (const(A,pillow)))). _parse([what,is,on,the,right,side,of,the,bed,in,the,image974,?], answer(A, (const(A,night_stand)))). _parse([what,is,the,colour,of,the,doll,in,the,image974,?], answer(A, (const(A,black)))). _parse([what,is,on,the,right,side,of,the,bed,in,the,image975,?], answer(A, (const(A,picture)))). _parse([what,is,the,colour,of,flowers,in,the,picture,in,the,image975,?], answer(A, (const(A,purple);const(A,pink)))). _parse([what,is,on,the,right,side,of,the,picture,in,the,image975,?], answer(A, (const(A,bag)))). _parse([what,is,on,the,right,side,of,the,bag,in,the,image975,?], answer(A, (const(A,toy_doll)))). _parse([what,is,the,colour,of,the,comforter,in,the,image976,?], answer(A, (const(A,red)))). _parse([how,many,pillows,are,there,in,the,image976,?], answer(A, (const(A,4)))). _parse([what,is,the,colour,of,the,wall,in,the,image976,?], answer(A, (const(A,white);const(A,purple)))). _parse([what,is,the,colour,of,the,bed,in,the,image976,?], answer(A, (const(A,black)))). _parse([what,is,in,the,shelf,in,the,image977,?], answer(A, (const(A,container);const(A,bottle);const(A,cream)))). _parse([what,is,the,colour,of,the,shelf,in,the,image977,?], answer(A, (const(A,white)))). _parse([what,is,the,colour,of,the,drawer,in,the,image978,?], answer(A, (const(A,gray)))). _parse([what,is,on,the,right,side,of,the,bed,in,the,image978,?], answer(A, (const(A,night_stand)))). _parse([what,is,on,the,night,stand,in,the,image978,?], answer(A, (const(A,lamp);const(A,picture)))). _parse([what,is,the,colour,of,the,lamp,in,the,image978,?], answer(A, (const(A,black);const(A,white)))). _parse([what,is,on,the,right,side,of,the,night,stand,in,the,image978,?], answer(A, (const(A,door)))). _parse([what,is,on,the,left,side,of,the,bed,in,the,image979,?], answer(A, (const(A,globe);const(A,globe_stand)))). _parse([what,is,on,the,left,side,of,the,globe,in,the,image979,?], answer(A, (const(A,drawer)))). _parse([what,is,on,the,right,side,of,the,table,in,the,image979,?], answer(A, (const(A,bookshelf)))). _parse([what,is,on,the,right,side,of,the,shelf,in,the,image979,?], answer(A, (const(A,table)))). _parse([what,is,on,the,left,side,of,the,bed,in,the,image980,?], answer(A, (const(A,carton)))). _parse([what,is,on,the,carton,in,the,image980,?], answer(A, (const(A,lamp)))). _parse([what,is,on,the,left,side,of,the,carton,in,the,image980,?], answer(A, (const(A,television)))). _parse([what,is,on,the,left,side,of,the,television,in,the,image980,?], answer(A, (const(A,piano)))). _parse([what,is,on,the,left,side,of,the,television,in,the,image981,?], answer(A, (const(A,door)))). _parse([what,is,on,the,left,side,of,the,other,television,in,the,image981,?], answer(A, (const(A,curtain)))). _parse([what,is,in,front,of,the,blinds,in,the,image981,?], answer(A, (const(A,chair)))). _parse([what,is,on,the,left,side,of,the,bed,in,the,image982,?], answer(A, (const(A,night_stand)))). _parse([what,is,on,the,night,stand,in,the,image982,?], answer(A, (const(A,lamp)))). _parse([what,is,the,colour,of,the,lamp,in,the,image982,?], answer(A, (const(A,white);const(A,red)))). _parse([what,is,on,the,left,side,of,the,night,stand,in,the,image982,?], answer(A, (const(A,mirror)))). _parse([what,is,on,the,table,in,front,of,the,mirror,in,the,image982,?], answer(A, (const(A,books);const(A,remote_control)))). _parse([what,is,the,colour,of,the,comforter,in,the,image983,?], answer(A, (const(A,yellow);const(A,red);const(A,green);const(A,blue)))). _parse([how,many,pillows,are,there,on,the,bed,in,the,image983,?], answer(A, (const(A,3)))). _parse([what,is,on,the,left,side,of,the,bed,in,the,image983,?], answer(A, (const(A,night_stand)))). _parse([what,is,on,the,night,stand,apart,from,the,lamp,in,the,image983,?], answer(A, (const(A,book)))). _parse([how,many,blinds,are,there,in,the,image984,?], answer(A, (const(A,3)))). _parse([what,is,in,front,of,the,blinds,in,the,image984,?], answer(A, (const(A,chair);const(A,drawer)))). _parse([what,is,on,the,drawer,in,the,image984,?], answer(A, (const(A,cordless_phone)))). _parse([what,is,on,the,chair,in,the,image984,?], answer(A, (const(A,bag)))). _parse([what,is,the,colour,of,the,carpet,in,the,image985,?], answer(A, (const(A,blue)))). _parse([what,is,in,front,of,the,bed,in,the,image985,?], answer(A, (const(A,television)))). _parse([what,is,on,the,right,side,of,the,bed,in,the,image985,?], answer(A, (const(A,drawer);const(A,table)))). _parse([what,is,on,the,table,in,the,image985,?], answer(A, (const(A,mirror)))). _parse([what,is,in,front,of,the,bookshelf,in,the,image986,?], answer(A, (const(A,bed)))). _parse([what,is,on,the,bed,in,the,image986,?], answer(A, (const(A,comforter);const(A,pillow)))). _parse([what,is,on,the,left,side,of,the,bookshelf,in,the,image986,?], answer(A, (const(A,table);const(A,chair)))). _parse([what,is,the,colour,of,the,chair,in,the,image986,?], answer(A, (const(A,blue);const(A,red)))). _parse([what,is,on,the,left,side,of,the,table,in,the,image986,?], answer(A, (const(A,stool)))). _parse([what,is,on,the,right,side,of,the,bed,in,the,image987,?], answer(A, (const(A,drawer)))). _parse([what,is,on,the,drawer,in,the,image987,?], answer(A, (const(A,book)))). _parse([how,many,knobs,are,visible,in,the,image987,?], answer(A, (const(A,6)))). _parse([what,is,behind,the,drawer,in,the,image987,?], answer(A, (const(A,blinds)))). _parse([what,is,on,the,table,in,the,image988,?], answer(A, (const(A,lamp);const(A,book);const(A,pen_cup);const(A,bottle)))). _parse([what,is,on,the,bed,in,the,image989,?], answer(A, (const(A,carton);const(A,cardboard_sheet);const(A,toy_doll)))). _parse([what,is,on,the,left,side,of,the,bed,in,the,image989,?], answer(A, (const(A,chair)))). _parse([what,is,the,colour,of,the,object,on,the,chair,in,the,image989,?], answer(A, (const(A,white)))). _parse([how,many,drawers,are,visible,in,the,image989,?], answer(A, (const(A,2)))). _parse([what,is,on,the,right,side,of,the,rack,in,the,image990,?], answer(A, (const(A,garbage_bin)))). _parse([what,is,on,the,left,side,of,the,rack,in,the,image990,?], answer(A, (const(A,mirror)))). _parse([what,is,on,the,left,side,of,the,mirror,in,the,image990,?], answer(A, (const(A,blinds)))). _parse([what,is,on,the,wall,in,the,image991,?], answer(A, (const(A,poster_board);const(A,mirror)))). _parse([what,is,on,the,right,side,of,the,bed,in,the,image991,?], answer(A, (const(A,table);const(A,chair)))). _parse([what,is,the,colour,of,the,lamp,on,the,night,stand,in,the,image991,?], answer(A, (const(A,red)))). _parse([what,is,above,the,bed,in,the,image992,?], answer(A, (const(A,chandelier)))). _parse([what,is,on,the,left,side,of,the,poster,board,in,the,image992,?], answer(A, (const(A,drawer)))). _parse([what,is,above,the,drawer,in,the,image992,?], answer(A, (const(A,framed_certificate);const(A,picture)))). _parse([what,is,the,red,colour,object,in,the,image992,?], answer(A, (const(A,lamp);const(A,comforter);const(A,curtain)))). _parse([what,is,on,the,right,side,of,the,poster,board,in,the,image993,?], answer(A, (const(A,door)))). _parse([what,is,on,the,right,side,of,the,door,in,the,image993,?], answer(A, (const(A,bookshelf)))). _parse([what,is,on,the,bed,in,the,image993,?], answer(A, (const(A,toy_doll)))). _parse([what,is,on,the,table,in,the,image993,?], answer(A, (const(A,picture);const(A,pen_cup)))). _parse([what,is,the,colour,of,the,blinds,in,the,image994,?], answer(A, (const(A,white)))). _parse([what,is,beneath,the,blinds,in,the,image994,?], answer(A, (const(A,drawer);const(A,bed)))). _parse([what,is,the,colour,of,the,bed,in,the,image994,?], answer(A, (const(A,pink)))). _parse([what,is,in,front,of,the,bed,in,the,image994,?], answer(A, (const(A,television)))). _parse([how,many,drawers,are,there,in,the,image994,?], answer(A, (const(A,3)))). _parse([what,is,the,object,on,the,right,side,of,the,bookshelf,in,the,image995,?], answer(A, (const(A,treadmill)))). _parse([what,is,on,the,drawer,in,the,image995,?], answer(A, (const(A,lamp)))). _parse([how,many,blinds,are,there,in,the,image995,?], answer(A, (const(A,3)))). _parse([what,is,on,the,either,side,of,the,bed,in,the,image996,?], answer(A, (const(A,night_stand)))). _parse([what,is,on,the,night,stand,on,the,right,side,of,the,bed,in,the,image996,?], answer(A, (const(A,lamp);const(A,alarm);const(A,book);const(A,papers)))). _parse([what,is,on,the,left,side,night,stand,of,the,bed,in,the,image996,?], answer(A, (const(A,cream)))). _parse([what,is,on,the,left,side,of,the,night,table,in,the,image996,?], answer(A, (const(A,blinds)))). _parse([what,is,on,the,either,side,of,the,bed,in,the,image997,?], answer(A, (const(A,light)))). _parse([what,is,on,the,bed,in,the,image997,?], answer(A, (const(A,pillow)))). _parse([what,is,on,the,pillow,in,the,image997,?], answer(A, (const(A,toy_doll)))). _parse([what,is,on,the,right,side,of,the,cream,in,the,image997,?], answer(A, (const(A,telephone)))). _parse([what,is,on,the,left,side,of,the,the,night,stand,in,the,image997,?], answer(A, (const(A,garbage_bin)))). _parse([what,is,in,front,of,the,night,stand,in,the,image998,?], answer(A, (const(A,book)))). _parse([what,is,on,the,right,side,of,the,night,stand,in,the,image998,?], answer(A, (const(A,door)))). _parse([what,is,behind,the,door,in,the,image998,?], answer(A, (const(A,suitcase)))). _parse([what,is,on,the,comforter,in,the,image998,?], answer(A, (const(A,pillow)))). _parse([what,is,the,colour,of,the,pillow,in,the,image998,?], answer(A, (const(A,blue)))). _parse([what,is,in,front,of,the,bed,in,the,image999,?], answer(A, (const(A,bench)))). _parse([what,is,on,the,bench,in,the,image999,?], answer(A, (const(A,towel)))). _parse([how,many,drawers,are,visible,in,the,image999,?], answer(A, (const(A,6)))). _parse([how,many,pictures,are,hung,on,the,wall,in,the,image1000,?], answer(A, (const(A,2)))). _parse([what,is,above,the,drawer,in,the,image1000,?], answer(A, (const(A,blinds)))). _parse([what,is,behind,the,blinds,in,the,image1000,?], answer(A, (const(A,window)))). _parse([what,is,on,the,chair,in,the,image1001,?], answer(A, (const(A,toy_doll)))). _parse([what,is,on,either,side,of,the,audio,player,in,the,image1001,?], answer(A, (const(A,speaker)))). _parse([what,is,on,the,left,side,of,the,chair,in,the,image1001,?], answer(A, (const(A,curtain)))). _parse([what,is,the,colour,of,the,bed,in,the,image1002,?], answer(A, (const(A,white);const(A,yellow);const(A,red);const(A,blue)))). _parse([what,is,on,the,bed,in,the,image1002,?], answer(A, (const(A,pillow)))). _parse([what,is,on,the,left,side,of,the,night,stand,in,the,image1002,?], answer(A, (const(A,door)))). _parse([what,is,on,the,left,side,of,the,door,in,the,image1002,?], answer(A, (const(A,book)))). _parse([what,is,in,front,of,the,switch,board,in,the,image1003,?], answer(A, (const(A,book);const(A,picture)))). _parse([what,is,on,the,right,side,of,the,bed,in,the,image1004,?], answer(A, (const(A,door)))). _parse([what,is,on,the,right,side,of,the,door,in,the,image1004,?], answer(A, (const(A,drawer)))). _parse([how,many,drawers,are,open,in,the,image1004,?], answer(A, (const(A,2)))). _parse([what,is,the,on,the,drawer,shelf,in,the,image1004,?], answer(A, (const(A,picture);const(A,bottle);const(A,book)))). _parse([what,is,above,the,drawer,in,the,image1005,?], answer(A, (const(A,television)))). _parse([what,is,on,the,shelf,in,the,image1005,?], answer(A, (const(A,picture)))). _parse([how,many,doors,of,the,cupboards,are,visible,in,the,image1005,?], answer(A, (const(A,2)))). _parse([how,many,drawers,are,there,in,the,image1005,?], answer(A, (const(A,6)))). _parse([what,is,on,the,bed,in,the,image1006,?], answer(A, (const(A,clothes);const(A,pillow)))). _parse([what,is,behind,the,bed,in,the,image1006,?], answer(A, (const(A,curtain)))). _parse([what,is,on,the,left,side,of,the,bed,in,the,image1006,?], answer(A, (const(A,lamp)))). _parse([what,is,above,the,lamp,in,the,image1006,?], answer(A, (const(A,picture)))). _parse([what,is,on,the,left,side,of,the,lamp,in,the,image1006,?], answer(A, (const(A,alarm)))). _parse([what,is,on,the,bed,in,the,image1007,?], answer(A, (const(A,clothes)))). _parse([what,is,the,colour,of,the,curtains,in,the,image1007,?], answer(A, (const(A,red)))). _parse([how,many,white,clothes,are,visible,in,the,image1007,?], answer(A, (const(A,5)))). _parse([what,is,on,the,wall,in,the,image1007,?], answer(A, (const(A,picture)))). _parse([what,is,the,green,coloured,object,in,the,image1008,?], answer(A, (const(A,bean_bag);const(A,bin)))). _parse([what,is,on,the,orange,colour,stool,in,the,image1008,?], answer(A, (const(A,toy_doll)))). _parse([what,is,on,the,left,side,of,the,bean,bag,in,the,image1008,?], answer(A, (const(A,bag)))). _parse([what,is,on,the,left,side,of,the,bag,in,the,image1008,?], answer(A, (const(A,clothes);const(A,perfume)))). _parse([what,is,the,colour,of,the,bed,in,the,image1009,?], answer(A, (const(A,brown)))). _parse([what,is,on,the,left,side,of,the,comforter,in,the,image1009,?], answer(A, (const(A,pillow)))). _parse([what,is,on,the,right,side,of,the,bed,in,the,image1009,?], answer(A, (const(A,lamp)))). _parse([what,is,behind,the,lamp,in,the,image1009,?], answer(A, (const(A,curtain)))). _parse([what,is,behind,the,door,in,the,image1010,?], answer(A, (const(A,shoe)))). _parse([what,is,on,the,left,side,of,the,shoe,in,the,image1010,?], answer(A, (const(A,pillow);const(A,chair)))). _parse([what,is,on,the,door,in,the,image1010,?], answer(A, (const(A,bag)))). _parse([how,many,green,bags,are,visible,in,the,image1010,?], answer(A, (const(A,1)))). _parse([what,is,beneath,the,bed,in,the,image1011,?], answer(A, (const(A,book)))). _parse([what,is,in,front,of,the,bed,in,the,image1011,?], answer(A, (const(A,cables)))). _parse([what,is,on,the,bed,in,the,image1011,?], answer(A, (const(A,pillow);const(A,clothes);const(A,bag)))). _parse([what,is,the,colour,of,the,wall,in,the,image1012,?], answer(A, (const(A,pink)))). _parse([what,is,on,the,left,side,of,the,garbage,bin,in,the,image1012,?], answer(A, (const(A,ironing_board)))). _parse([what,is,on,the,ironing,board,in,the,image1012,?], answer(A, (const(A,clothes);const(A,bag)))). _parse([what,is,on,the,door,in,the,image1012,?], answer(A, (const(A,clothes)))). _parse([what,is,on,the,wall,in,the,image1013,?], answer(A, (const(A,blinds);const(A,picture)))). _parse([what,is,on,the,bed,in,the,image1013,?], answer(A, (const(A,pillow);const(A,comforter)))). _parse([what,is,on,the,right,side,of,the,bed,in,the,image1013,?], answer(A, (const(A,night_stand)))). _parse([what,is,on,the,night,stand,in,the,image1013,?], answer(A, (const(A,lamp)))). _parse([what,is,beneath,the,lamp,in,the,image1013,?], answer(A, (const(A,drawer)))). _parse([what,is,in,front,of,the,bed,in,the,image1014,?], answer(A, (const(A,bench)))). _parse([what,is,on,the,bed,in,the,image1014,?], answer(A, (const(A,comforter);const(A,pillow)))). _parse([what,is,on,the,wall,in,the,image1014,?], answer(A, (const(A,picture)))). _parse([what,is,on,the,left,side,of,the,bed,in,the,image1014,?], answer(A, (const(A,lamp)))). _parse([what,is,on,the,drawer,shelf,in,the,image1015,?], answer(A, (const(A,suitcase);const(A,lamp)))). _parse([what,is,on,the,wall,in,the,image1015,?], answer(A, (const(A,picture)))). _parse([what,is,on,the,right,side,of,the,wall,in,the,image1015,?], answer(A, (const(A,mirror)))). _parse([what,is,on,the,cupboard,in,the,image1016,?], answer(A, (const(A,box)))). _parse([how,many,doors,does,the,cupboard,have,in,the,image1016,?], answer(A, (const(A,2)))). _parse([what,is,on,the,wall,in,the,image1016,?], answer(A, (const(A,decorative_item)))). _parse([what,is,the,colour,of,the,box,on,the,cupboard,in,the,image1016,?], answer(A, (const(A,yellow)))). _parse([how,many,pictures,are,there,on,the,wall,in,the,image1017,?], answer(A, (const(A,3)))). _parse([what,is,the,colour,of,the,blinds,in,the,image1017,?], answer(A, (const(A,white)))). _parse([what,is,on,the,bench,in,the,image1017,?], answer(A, (const(A,pillow)))). _parse([how,many,white,colour,objects,are,there,in,the,image1018,?], answer(A, (const(A,4)))). _parse([what,is,on,the,right,side,of,the,bed,in,the,image1018,?], answer(A, (const(A,door)))). _parse([what,is,on,the,left,side,of,the,bed,in,the,image1018,?], answer(A, (const(A,night_stand)))). _parse([what,is,on,the,right,side,of,the,shelf,in,the,image1019,?], answer(A, (const(A,chair)))). _parse([what,is,the,colour,of,the,chair,in,the,image1019,?], answer(A, (const(A,black)))). _parse([what,is,in,the,shelf,in,the,image1019,?], answer(A, (const(A,carton)))). _parse([what,is,behind,the,chair,in,the,image1019,?], answer(A, (const(A,door)))). _parse([how,many,beds,are,there,in,the,image1020,?], answer(A, (const(A,2)))). _parse([what,is,the,colour,of,the,comforters,in,the,image1020,?], answer(A, (const(A,white);const(A,pink);const(A,blue);const(A,green)))). _parse([how,many,pillows,are,there,in,the,image1020,?], answer(A, (const(A,2)))). _parse([what,is,in,front,of,the,lamp,in,the,image1021,?], answer(A, (const(A,file)))). _parse([what,is,on,the,left,side,of,the,bed,in,the,image1021,?], answer(A, (const(A,carton)))). _parse([what,is,on,the,right,side,of,the,bed,in,the,image1021,?], answer(A, (const(A,lamp)))). _parse([what,on,the,left,side,of,the,lamp,in,the,image1021,?], answer(A, (const(A,mirror)))). _parse([what,is,the,colour,of,the,lamp,in,the,image1022,?], answer(A, (const(A,blue)))). _parse([what,is,on,the,wall,in,the,image1022,?], answer(A, (const(A,framed_certificate)))). _parse([what,is,on,the,right,side,of,the,wall,in,the,image1022,?], answer(A, (const(A,table);const(A,chair)))). _parse([what,is,behind,the,table,in,the,image1022,?], answer(A, (const(A,blinds)))). _parse([what,is,on,the,table,in,the,image1022,?], answer(A, (const(A,tissue_box)))). _parse([what,is,on,the,table,in,the,image1023,?], answer(A, (const(A,lamp)))). _parse([what,is,on,the,right,side,of,the,wall,in,the,image1023,?], answer(A, (const(A,carton)))). _parse([what,is,in,front,of,the,shelf,in,the,image1023,?], answer(A, (const(A,chart_roll)))). _parse([what,is,the,colour,of,the,wall,in,the,image1024,?], answer(A, (const(A,green)))). _parse([what,is,on,the,right,side,of,the,bed,in,the,image1024,?], answer(A, (const(A,night_stand);const(A,lamp)))). _parse([what,is,on,the,wall,in,the,image1024,?], answer(A, (const(A,picture)))). _parse([what,is,behind,the,lamp,in,the,image1024,?], answer(A, (const(A,blinds)))). _parse([what,is,on,the,left,side,of,the,bed,in,the,image1025,?], answer(A, (const(A,night_stand)))). _parse([what,is,on,the,wall,in,the,image1025,?], answer(A, (const(A,blinds)))). _parse([what,is,on,the,left,side,of,the,wall,in,the,image1025,?], answer(A, (const(A,door)))). _parse([what,is,the,colour,of,the,sofa,in,the,image1026,?], answer(A, (const(A,purple)))). _parse([what,is,on,the,wall,in,the,image1026,?], answer(A, (const(A,picture)))). _parse([what,is,the,colour,of,the,door,in,the,image1026,?], answer(A, (const(A,white)))). _parse([how,many,pillows,are,visible,in,the,image1026,?], answer(A, (const(A,1)))). _parse([what,is,on,the,wall,in,the,image1027,?], answer(A, (const(A,light)))). _parse([what,is,tin,front,of,the,wall,in,the,image1027,?], answer(A, (const(A,bed)))). _parse([what,is,on,the,bed,in,the,image1027,?], answer(A, (const(A,pillow);const(A,comforter)))). _parse([what,is,in,front,of,the,door,in,the,image1027,?], answer(A, (const(A,laundry_basket)))). _parse([what,is,in,between,the,chairs,in,the,image1028,?], answer(A, (const(A,lamp)))). _parse([what,is,on,the,table,in,the,image1028,?], answer(A, (const(A,picture)))). _parse([what,is,on,the,left,side,of,the,picture,in,the,image1028,?], answer(A, (const(A,door)))). _parse([what,is,on,the,left,side,of,the,purple,table,in,the,image1028,?], answer(A, (const(A,bed)))). _parse([what,is,on,the,left,side,of,the,bed,in,the,image1029,?], answer(A, (const(A,night_stand)))). _parse([what,is,on,the,night,stand,in,the,image1029,?], answer(A, (const(A,lamp)))). _parse([what,is,the,colour,of,the,lamp,in,the,image1029,?], answer(A, (const(A,black);const(A,brown)))). _parse([what,is,on,the,left,side,of,the,night,stand,in,the,image1029,?], answer(A, (const(A,stool)))). _parse([what,is,the,colour,of,the,stool,in,the,image1029,?], answer(A, (const(A,yellow)))). _parse([what,is,on,the,wall,in,the,image1029,?], answer(A, (const(A,framed_certificate)))). _parse([what,is,on,the,right,side,of,the,night,stand,in,the,image1030,?], answer(A, (const(A,window)))). _parse([what,is,in,front,of,the,wall,in,the,image1030,?], answer(A, (const(A,picture)))). _parse([what,is,on,the,bed,in,the,image1030,?], answer(A, (const(A,pillow);const(A,comforter)))). _parse([what,is,in,front,of,the,wall,in,the,image1031,?], answer(A, (const(A,chair)))). _parse([what,is,on,the,left,side,of,the,chair,in,the,image1031,?], answer(A, (const(A,drawer)))). _parse([what,is,above,the,drawer,in,the,image1031,?], answer(A, (const(A,mirror)))). _parse([what,is,on,the,drawer,in,the,image1031,?], answer(A, (const(A,book)))). _parse([what,is,on,the,table,in,the,image1032,?], answer(A, (const(A,framed_certificate)))). _parse([what,is,on,the,right,side,of,the,table,in,the,image1032,?], answer(A, (const(A,chair)))). _parse([what,is,on,the,right,side,of,the,door,in,the,image1032,?], answer(A, (const(A,bed)))). _parse([what,is,on,the,bed,in,the,image1032,?], answer(A, (const(A,pillow);const(A,comforter);const(A,bed_sheets)))). _parse([what,is,in,front,of,the,bed,in,the,image1033,?], answer(A, (const(A,night_stand)))). _parse([what,is,on,the,bed,in,the,image1033,?], answer(A, (const(A,bottle);const(A,pillow);const(A,comforter)))). _parse([what,is,on,the,night,stand,in,the,image1033,?], answer(A, (const(A,lamp);const(A,clothes)))). _parse([what,is,on,the,right,side,of,the,night,stand,in,the,image1033,?], answer(A, (const(A,cables)))). _parse([how,many,drawers,are,there,in,the,image1034,?], answer(A, (const(A,3)))). _parse([what,is,on,the,table,in,the,image1034,?], answer(A, (const(A,books);const(A,clock)))). _parse([what,is,beneath,the,table,in,the,image1034,?], answer(A, (const(A,garbage_bin)))). _parse([what,is,on,the,right,side,of,the,table,in,the,image1034,?], answer(A, (const(A,door)))). _parse([what,is,the,colour,of,the,wall,in,the,image1035,?], answer(A, (const(A,pink)))). _parse([what,is,on,the,left,side,of,the,bed,in,the,image1035,?], answer(A, (const(A,clothes)))). _parse([what,is,on,the,left,side,of,the,wall,in,the,image1035,?], answer(A, (const(A,table)))). _parse([what,is,on,the,table,in,the,image1035,?], answer(A, (const(A,clothes);const(A,tissue_box)))). _parse([what,is,on,the,floor,in,the,image1035,?], answer(A, (const(A,toy_doll);const(A,clothes)))). _parse([what,is,on,the,night,stand,in,the,image1036,?], answer(A, (const(A,tissue_box)))). _parse([what,is,on,the,right,side,of,the,bed,in,the,image1036,?], answer(A, (const(A,blinds)))). _parse([what,is,on,the,floor,in,the,image1036,?], answer(A, (const(A,clothes)))). _parse([how,many,drawers,are,open,in,the,image1037,?], answer(A, (const(A,1)))). _parse([how,many,shelves,are,visible,in,the,image1037,?], answer(A, (const(A,4)))). _parse([what,is,on,the,table,in,the,image1037,?], answer(A, (const(A,books);const(A,bottle);const(A,pencil);const(A,lamp)))). _parse([what,is,in,front,of,the,drawer,in,the,image1037,?], answer(A, (const(A,chair)))). _parse([what,is,on,the,chair,in,the,image1037,?], answer(A, (const(A,clothes)))). _parse([what,is,behind,the,drawer,table,in,the,image1038,?], answer(A, (const(A,window)))). _parse([what,is,on,the,drawer,table,in,the,image1038,?], answer(A, (const(A,pillow)))). _parse([how,many,drawers,are,there,in,the,image1038,?], answer(A, (const(A,6)))). _parse([what,is,the,red,colour,object,in,the,image1039,?], answer(A, (const(A,bunk_bed)))). _parse([what,is,attached,to,the,bunk,bed,in,the,image1039,?], answer(A, (const(A,slide)))). _parse([what,is,beneath,the,garbage,bin,in,the,image1039,?], answer(A, (const(A,carton)))). _parse([what,is,on,the,top,most,bed,in,the,image1039,?], answer(A, (const(A,tissue_box);const(A,pillow)))). _parse([how,many,drawers,are,there,in,the,image1040,?], answer(A, (const(A,3)))). _parse([what,is,behind,the,chair,in,the,image1040,?], answer(A, (const(A,bookshelf)))). _parse([what,is,on,the,left,side,of,the,drawers,in,the,image1040,?], answer(A, (const(A,bed)))). _parse([what,is,behind,the,bed,in,the,image1040,?], answer(A, (const(A,blinds)))). _parse([what,is,on,the,bed,in,the,image1041,?], answer(A, (const(A,clothes);const(A,doll)))). _parse([what,is,on,the,drawer,table,in,between,the,beds,in,the,image1041,?], answer(A, (const(A,lamp);const(A,picture)))). _parse([what,is,behind,the,drawer,table,in,the,image1041,?], answer(A, (const(A,blinds)))). _parse([what,is,on,the,wall,in,the,image1041,?], answer(A, (const(A,picture)))). _parse([how,many,drawers,are,there,in,the,image1041,?], answer(A, (const(A,8)))). _parse([what,is,the,colour,of,the,comforter,in,the,image1042,?], answer(A, (const(A,blue);const(A,green);const(A,yellow)))). _parse([what,is,on,the,bed,in,the,image1042,?], answer(A, (const(A,clothes)))). _parse([what,is,the,colour,of,the,lamp,in,the,image1042,?], answer(A, (const(A,white)))). _parse([what,is,on,the,cloth,on,the,table,in,the,image1043,?], answer(A, (const(A,cordless_phone)))). _parse([how,many,small,drawers,are,there,in,the,image1043,?], answer(A, (const(A,3)))). _parse([what,is,on,the,right,side,of,the,table,in,the,image1043,?], answer(A, (const(A,bed)))). _parse([what,is,on,the,bed,in,the,image1043,?], answer(A, (const(A,clothes)))). _parse([what,is,the,colour,of,the,object,on,the,table,left,side,of,the,cable,in,the,image1044,?], answer(A, (const(A,pink)))). _parse([what,is,on,the,right,most,side,in,the,image1044,?], answer(A, (const(A,piano)))). _parse([what,is,in,between,the,piano,and,the,shelf,in,the,image1044,?], answer(A, (const(A,mirror)))). _parse([what,is,on,the,wall,in,the,image1045,?], answer(A, (const(A,framed_certificate)))). _parse([what,is,on,the,right,side,of,the,bed,in,the,image1045,?], answer(A, (const(A,blinds)))). _parse([what,is,on,the,table,in,the,image1046,?], answer(A, (const(A,bottle)))). _parse([what,is,the,colour,dominating,the,picture,in,the,image1046,?], answer(A, (const(A,pink)))). _parse([what,is,the,colour,of,the,bottle,in,the,image1046,?], answer(A, (const(A,black);const(A,white)))). _parse([what,is,on,the,bed,in,the,image1046,?], answer(A, (const(A,pillow);const(A,clothes)))). _parse([what,is,in,between,the,drawer,tables,in,the,image1047,?], answer(A, (const(A,laundry_basket)))). _parse([how,many,drawers,are,there,in,the,image1047,?], answer(A, (const(A,4)))). _parse([what,is,on,the,wall,in,the,image1047,?], answer(A, (const(A,picture)))). _parse([what,is,behind,the,chair,in,the,image1048,?], answer(A, (const(A,blinds)))). _parse([what,is,on,the,left,side,of,the,blinds,in,the,image1048,?], answer(A, (const(A,night_stand)))). _parse([what,is,on,the,night,stand,in,the,image1048,?], answer(A, (const(A,lamp);const(A,paper)))). _parse([what,is,on,the,left,side,of,the,night,stand,in,the,image1048,?], answer(A, (const(A,bed)))). _parse([what,is,on,the,bed,in,the,image1049,?], answer(A, (const(A,table);const(A,pillow);const(A,comforter)))). _parse([what,is,the,colour,of,the,blinds,in,the,image1049,?], answer(A, (const(A,white)))). _parse([what,is,on,the,right,side,of,the,lamp,in,the,image1049,?], answer(A, (const(A,paper)))). _parse([how,many,pictures,are,visible,in,the,image1049,?], answer(A, (const(A,1)))). _parse([what,is,behind,the,bed,in,the,image1050,?], answer(A, (const(A,window)))). _parse([what,is,on,the,wall,in,the,image1050,?], answer(A, (const(A,framed_certificate);const(A,picture)))). _parse([what,is,on,the,floor,in,the,image1050,?], answer(A, (const(A,clothes)))). _parse([how,many,beds,are,there,in,the,image1050,?], answer(A, (const(A,2)))). _parse([how,many,drawers,are,visible,in,the,image1051,?], answer(A, (const(A,4)))). _parse([what,is,on,the,left,side,of,the,drawers,table,in,the,image1051,?], answer(A, (const(A,mirror)))). _parse([what,is,on,the,left,side,of,the,mirror,in,the,image1051,?], answer(A, (const(A,shoe)))). _parse([what,is,on,the,left,side,of,the,shoe,in,the,image1051,?], answer(A, (const(A,clothes)))). _parse([how,many,drawers,are,there,beneath,the,bed,in,the,image1052,?], answer(A, (const(A,2)))). _parse([what,is,on,the,other,side,of,the,table,in,the,image1052,?], answer(A, (const(A,night_stand)))). _parse([what,is,in,between,the,framed,certificates,on,the,wall,in,the,image1052,?], answer(A, (const(A,blinds)))). _parse([what,is,in,front,of,the,table,in,the,image1053,?], answer(A, (const(A,chair)))). _parse([what,is,on,the,table,in,the,image1053,?], answer(A, (const(A,book);const(A,hat);const(A,picture);const(A,comb)))). _parse([what,is,on,the,table,in,the,image1053,?], answer(A, (const(A,clothes)))). _parse([how,many,drawer,knobs,are,visible,in,the,image1053,?], answer(A, (const(A,9)))). _parse([what,is,on,the,drawer,table,in,the,image1054,?], answer(A, (const(A,hat)))). _parse([what,is,behind,the,drawer,table,in,the,image1054,?], answer(A, (const(A,bed)))). _parse([what,is,on,the,right,side,of,the,drawer,table,in,the,image1054,?], answer(A, (const(A,picture)))). _parse([what,is,in,between,the,bed,in,the,image1054,?], answer(A, (const(A,chair)))). _parse([what,is,on,the,left,side,of,the,drawer,in,the,image1055,?], answer(A, (const(A,ladder)))). _parse([what,is,on,the,right,side,of,the,drawer,table,in,the,image1055,?], answer(A, (const(A,bunk_bed)))). _parse([what,is,on,the,drawer,table,in,the,image1055,?], answer(A, (const(A,toy_doll);const(A,picture)))). _parse([how,many,drawers,are,there,in,the,image1055,?], answer(A, (const(A,5)))). _parse([what,is,beneath,the,chair,in,the,image1056,?], answer(A, (const(A,bin)))). _parse([what,is,above,the,chair,in,the,image1056,?], answer(A, (const(A,blinds)))). _parse([what,is,the,colour,of,the,comforter,in,the,image1056,?], answer(A, (const(A,blue);const(A,yellow)))). _parse([what,is,the,colour,of,the,wall,in,the,image1057,?], answer(A, (const(A,blue)))). _parse([how,many,beds,and,pillows,are,visible,in,the,image1057,?], answer(A, (const(A,2)))). _parse([what,is,in,between,the,bed,in,the,image1057,?], answer(A, (const(A,blinds)))). _parse([what,is,in,front,of,the,table,in,the,image1058,?], answer(A, (const(A,chair)))). _parse([what,is,on,the,table,in,the,image1058,?], answer(A, (const(A,radio);const(A,clothes);const(A,table)))). _parse([what,is,in,front,of,the,table,in,the,image1058,?], answer(A, (const(A,bin)))). _parse([what,is,on,the,right,side,of,the,table,in,the,image1058,?], answer(A, (const(A,mirror)))). _parse([what,is,on,the,right,side,of,the,shelf,in,the,image1059,?], answer(A, (const(A,blinds)))). _parse([what,is,the,colour,of,the,bedding,in,the,image1059,?], answer(A, (const(A,white)))). _parse([how,many,drawers,are,there,in,the,image1059,?], answer(A, (const(A,3)))). _parse([how,many,pillows,are,there,on,the,bed,in,the,image1060,?], answer(A, (const(A,4)))). _parse([what,is,on,the,bed,in,the,image1060,?], answer(A, (const(A,clothes)))). _parse([what,is,on,the,right,side,of,the,bed,in,the,image1060,?], answer(A, (const(A,drawer)))). _parse([what,is,on,the,right,side,of,the,table,in,the,image1061,?], answer(A, (const(A,door)))). _parse([what,is,in,front,of,the,table,in,the,image1061,?], answer(A, (const(A,chair)))). _parse([what,is,on,the,left,side,of,the,table,in,the,image1061,?], answer(A, (const(A,drawer)))). _parse([what,is,on,the,wall,in,the,image1062,?], answer(A, (const(A,paper);const(A,picture)))). _parse([what,is,on,the,floor,in,the,image1062,?], answer(A, (const(A,pillow)))). _parse([what,is,the,colour,of,the,drawer,in,the,image1062,?], answer(A, (const(A,pink)))). _parse([what,is,the,colour,of,the,symbols,on,the,picture,on,the,wall,in,the,image1062,?], answer(A, (const(A,purple)))). _parse([what,is,on,the,audio,system,in,the,image1063,?], answer(A, (const(A,cordless_phone)))). _parse([what,is,on,the,bed,in,the,image1063,?], answer(A, (const(A,book);const(A,picture);const(A,comforter)))). _parse([what,is,on,the,wall,in,the,image1063,?], answer(A, (const(A,picture);const(A,blinds)))). _parse([what,is,on,the,blinds,in,the,image1063,?], answer(A, (const(A,curtain)))). _parse([how,many,drawers,are,there,in,the,image1064,?], answer(A, (const(A,3)))). _parse([what,is,on,the,right,side,of,the,blinds,in,the,image1064,?], answer(A, (const(A,clothes)))). _parse([what,is,in,front,of,the,drawer,in,the,image1064,?], answer(A, (const(A,carton)))). _parse([what,is,on,the,white,cupbaord,in,the,image1065,?], answer(A, (const(A,doll)))). _parse([how,many,drawers,are,visible,in,the,image1065,?], answer(A, (const(A,8)))). _parse([what,is,in,front,of,the,drawer,in,the,image1065,?], answer(A, (const(A,hat)))). _parse([what,is,the,wall,colour,in,the,image1065,?], answer(A, (const(A,green)))). _parse([what,is,the,colour,of,the,bedding,in,the,image1066,?], answer(A, (const(A,blue);const(A,white)))). _parse([what,is,on,the,wall,in,the,image1066,?], answer(A, (const(A,clothes)))). _parse([what,is,in,front,of,the,table,in,the,image1066,?], answer(A, (const(A,bag)))). _parse([what,is,on,the,door,in,the,image1066,?], answer(A, (const(A,knob)))). _parse([what,is,on,the,right,side,of,the,bed,in,the,image1066,?], answer(A, (const(A,night_stand)))). _parse([what,is,on,the,left,side,of,the,wooden,box,in,the,image1067,?], answer(A, (const(A,mirror)))). _parse([what,is,on,the,wooden,box,in,the,image1067,?], answer(A, (const(A,carton);const(A,chart_roll)))). _parse([what,is,in,front,of,the,wooden,box,in,the,image1067,?], answer(A, (const(A,book)))). _parse([what,is,on,the,left,side,of,the,mirror,in,the,image1067,?], answer(A, (const(A,picture)))). _parse([what,is,on,the,night,stand,in,the,image1068,?], answer(A, (const(A,telephone)))). _parse([what,is,on,the,right,side,of,the,night,stand,in,the,image1068,?], answer(A, (const(A,garbage_bin)))). _parse([what,is,on,the,beneath,the,white,bag,in,the,image1068,?], answer(A, (const(A,laundry_basket)))). _parse([what,is,on,the,table,in,the,image1069,?], answer(A, (const(A,pen_cup);const(A,paper)))). _parse([what,is,the,colour,of,the,largest,object,on,the,table,in,the,image1069,?], answer(A, (const(A,pink)))). _parse([what,is,on,the,wall,in,the,image1070,?], answer(A, (const(A,spot_light)))). _parse([what,is,the,colour,of,the,pillow,in,the,image1070,?], answer(A, (const(A,pink)))). _parse([what,is,on,the,right,most,table,in,the,image1070,?], answer(A, (const(A,toy_doll)))). _parse([what,is,in,front,of,the,night,stand,in,the,image1070,?], answer(A, (const(A,book);const(A,paper)))). _parse([what,is,on,the,left,side,night,stand,in,the,image1071,?], answer(A, (const(A,lamp)))). _parse([what,is,in,front,of,the,bed,in,the,image1071,?], answer(A, (const(A,pillow)))). _parse([how,many,curtains,are,there,in,the,image1072,?], answer(A, (const(A,2)))). _parse([what,is,on,the,left,most,table,in,the,image1072,?], answer(A, (const(A,television)))). _parse([what,is,on,the,right,side,of,the,drawer,in,the,image1072,?], answer(A, (const(A,shoe)))). _parse([what,is,beneath,the,curtains,in,the,image1072,?], answer(A, (const(A,blinds)))). _parse([what,is,in,front,of,the,bookshelf,in,the,image1073,?], answer(A, (const(A,excercise_ball)))). _parse([what,is,on,the,right,side,of,the,bookshelf,in,the,image1073,?], answer(A, (const(A,door)))). _parse([what,is,the,colour,of,the,comforter,in,the,image1074,?], answer(A, (const(A,white);const(A,red)))). _parse([what,is,on,the,bed,in,the,image1074,?], answer(A, (const(A,telephone);const(A,bag)))). _parse([what,is,on,the,right,side,of,the,bed,in,the,image1074,?], answer(A, (const(A,tissue_box)))). _parse([what,is,on,the,right,side,of,the,night,stand,in,the,image1074,?], answer(A, (const(A,garbage_bin)))). _parse([what,is,on,the,left,side,night,stand,in,the,image1074,?], answer(A, (const(A,lamp)))). _parse([what,is,in,front,of,the,bed,in,the,image1075,?], answer(A, (const(A,bench)))). _parse([what,is,on,the,bench,in,the,image1075,?], answer(A, (const(A,clothes)))). _parse([what,is,on,the,right,side,of,the,table,in,the,image1075,?], answer(A, (const(A,night_stand)))). _parse([what,is,on,the,night,stand,in,the,image1075,?], answer(A, (const(A,telephone);const(A,lamp);const(A,picture)))). _parse([what,is,on,the,right,side,of,the,night,stand,in,the,image1075,?], answer(A, (const(A,curtain)))). _parse([what,is,beneath,the,curtains,in,the,image1075,?], answer(A, (const(A,window)))). _parse([how,many,pillows,are,there,on,the,bed,in,the,image1076,?], answer(A, (const(A,5)))). _parse([what,is,on,the,left,side,of,the,bed,in,the,image1076,?], answer(A, (const(A,night_stand)))). _parse([what,is,on,the,wall,in,the,image1076,?], answer(A, (const(A,picture)))). _parse([what,is,the,largest,object,in,the,image1077,?], answer(A, (const(A,bunk_bed)))). _parse([what,is,attached,to,the,bunk,bed,in,the,image1077,?], answer(A, (const(A,ladder)))). _parse([what,is,on,the,right,side,of,the,bunk,bed,in,the,image1077,?], answer(A, (const(A,table)))). _parse([what,is,in,front,of,the,table,in,the,image1077,?], answer(A, (const(A,bed)))). _parse([what,is,on,the,left,side,of,the,bunk,bed,in,the,image1077,?], answer(A, (const(A,table)))). _parse([what,is,the,colour,of,the,wall,in,the,image1077,?], answer(A, (const(A,pink)))). _parse([what,is,on,the,table,in,the,image1078,?], answer(A, (const(A,toy_doll)))). _parse([what,is,on,the,wall,in,the,image1078,?], answer(A, (const(A,picture)))). _parse([what,is,the,colour,of,the,pillow,in,the,image1078,?], answer(A, (const(A,red)))). _parse([what,is,in,front,of,the,door,in,the,image1079,?], answer(A, (const(A,chair)))). _parse([what,is,the,colour,of,the,chair,in,the,image1079,?], answer(A, (const(A,blue);const(A,red)))). _parse([what,is,on,the,right,side,of,the,door,in,the,image1079,?], answer(A, (const(A,garbage_bin)))). _parse([what,is,on,the,right,side,of,the,garbage,bin,in,the,image1079,?], answer(A, (const(A,slide)))). _parse([what,is,on,the,bed,in,the,image1080,?], answer(A, (const(A,pillow)))). _parse([what,is,the,colour,of,the,wall,in,the,image1080,?], answer(A, (const(A,pink)))). _parse([what,is,on,the,right,side,of,the,table,in,the,image1081,?], answer(A, (const(A,toys_basket)))). _parse([what,is,behind,the,toys,basket,in,the,image1081,?], answer(A, (const(A,treadmill)))). _parse([what,is,on,the,right,side,of,the,treadmill,in,the,image1081,?], answer(A, (const(A,chair)))). _parse([what,is,on,the,table,in,the,image1081,?], answer(A, (const(A,monitor)))). _parse([what,is,the,colour,of,the,toys,basket,in,the,image1082,?], answer(A, (const(A,yellow);const(A,blue);const(A,red)))). _parse([what,is,behind,the,treadmill,in,the,image1082,?], answer(A, (const(A,blinds)))). _parse([what,is,on,the,right,side,of,the,bookshelf,in,the,image1082,?], answer(A, (const(A,bed)))). _parse([what,is,on,the,bed,in,the,image1083,?], answer(A, (const(A,pillow);const(A,clothes)))). _parse([what,is,on,the,right,side,of,the,bed,in,the,image1083,?], answer(A, (const(A,night_stand);const(A,bag)))). _parse([what,is,on,the,left,side,of,the,monitor,in,the,image1084,?], answer(A, (const(A,remote_control)))). _parse([what,is,behind,the,monitor,in,the,image1084,?], answer(A, (const(A,bookshelf)))). _parse([what,is,on,the,right,side,of,the,table,in,the,image1084,?], answer(A, (const(A,carton)))). _parse([what,is,on,the,wall,in,the,image1085,?], answer(A, (const(A,mirror);const(A,picture)))). _parse([what,is,on,the,right,side,of,the,night,stand,in,the,image1085,?], answer(A, (const(A,cable_box);const(A,cables)))). _parse([what,is,on,the,bed,in,the,image1085,?], answer(A, (const(A,pillow);const(A,comforter)))). _parse([what,is,the,colour,of,the,lamp,in,the,image1085,?], answer(A, (const(A,black);const(A,white)))). _parse([what,is,on,the,left,side,of,the,lamp,in,the,image1086,?], answer(A, (const(A,mirror)))). _parse([what,is,on,the,left,side,of,the,mirror,in,the,image1086,?], answer(A, (const(A,chair)))). _parse([what,is,on,the,left,side,of,the,lamp,in,the,image1086,?], answer(A, (const(A,door)))). _parse([what,is,on,the,table,nect,to,the,bed,in,the,image1086,?], answer(A, (const(A,iron_box);const(A,lamp)))). _parse([what,is,on,the,flower,in,the,image1087,?], answer(A, (const(A,vacuum_cleaner)))). _parse([what,is,on,the,wall,in,the,image1087,?], answer(A, (const(A,picture)))). _parse([what,is,on,the,left,side,of,the,picture,in,the,image1087,?], answer(A, (const(A,curtain)))). _parse([what,is,on,the,left,side,of,the,curtains,in,the,image1087,?], answer(A, (const(A,stand)))). _parse([what,is,the,colour,of,the,wall,in,the,image1088,?], answer(A, (const(A,blue)))). _parse([what,is,on,the,bed,in,the,image1088,?], answer(A, (const(A,comforter);const(A,pillow)))). _parse([what,is,on,the,left,side,of,the,bed,in,the,image1088,?], answer(A, (const(A,laptop)))). _parse([what,is,in,front,of,the,blinds,in,the,image1089,?], answer(A, (const(A,keyboard)))). _parse([what,is,beneath,the,keyboard,in,the,image1089,?], answer(A, (const(A,stool)))). _parse([what,is,on,the,right,side,of,the,stool,in,the,image1089,?], answer(A, (const(A,box)))). _parse([what,is,behind,the,keyboard,in,the,image1089,?], answer(A, (const(A,guitar)))). _parse([what,is,the,colour,of,the,wall,in,the,image1090,?], answer(A, (const(A,blue)))). _parse([what,is,on,the,wall,in,the,image1091,?], answer(A, (const(A,decorative_plate);const(A,wall_decoration)))). _parse([what,is,on,the,right,side,of,the,decoration,plate,in,the,image1091,?], answer(A, (const(A,curtain)))). _parse([what,is,on,the,right,side,of,the,curtain,in,the,image1091,?], answer(A, (const(A,laundry_basket)))). _parse([how,many,drawers,are,there,in,the,image1091,?], answer(A, (const(A,5)))). _parse([how,many,pillows,are,there,in,the,image1092,?], answer(A, (const(A,5)))). _parse([how,many,lamps,are,there,in,the,image1092,?], answer(A, (const(A,2)))). _parse([what,is,on,the,left,side,of,the,bed,in,the,image1092,?], answer(A, (const(A,bookshelf)))). _parse([what,is,on,the,floor,in,the,image1092,?], answer(A, (const(A,carton)))). _parse([what,is,on,the,wall,in,the,image1093,?], answer(A, (const(A,picture);const(A,wall_decoration)))). _parse([how,many,drawers,are,there,in,the,image1093,?], answer(A, (const(A,5)))). _parse([what,is,on,the,drawer,table,in,the,image1093,?], answer(A, (const(A,books);const(A,cream_tube)))). _parse([what,is,on,the,floor,in,the,image1093,?], answer(A, (const(A,suitcase);const(A,flower_pot)))). _parse([what,is,the,colour,of,the,pillows,in,the,image1094,?], answer(A, (const(A,red);const(A,black);const(A,white)))). _parse([what,is,beneath,the,lamp,in,the,image1094,?], answer(A, (const(A,drawer)))). _parse([what,is,on,the,wall,in,the,image1094,?], answer(A, (const(A,picture)))). _parse([what,is,the,colour,of,the,wall,in,the,image1094,?], answer(A, (const(A,green)))). _parse([what,is,on,the,left,side,of,the,lamp,in,the,image1094,?], answer(A, (const(A,mirror)))). _parse([how,many,cupboard,drawers,are,there,in,the,image1095,?], answer(A, (const(A,3)))). _parse([what,is,on,the,left,side,of,the,cupboards,in,the,image1095,?], answer(A, (const(A,curtain)))). _parse([what,is,on,the,wall,in,the,image1096,?], answer(A, (const(A,picture)))). _parse([what,is,on,the,right,side,of,the,lamp,in,the,image1096,?], answer(A, (const(A,tissue_box)))). _parse([what,is,the,colour,of,the,comforter,in,the,image1096,?], answer(A, (const(A,black);const(A,white)))). _parse([what,is,on,the,wall,in,the,image1097,?], answer(A, (const(A,window)))). _parse([what,is,in,front,of,the,wall,in,the,image1097,?], answer(A, (const(A,table)))). _parse([what,is,on,the,right,side,of,the,table,in,the,image1097,?], answer(A, (const(A,bed)))). _parse([what,is,on,the,night,stand,in,the,image1098,?], answer(A, (const(A,telephone);const(A,lamp)))). _parse([what,is,in,front,of,the,rack,in,the,image1098,?], answer(A, (const(A,chair)))). _parse([what,is,beneath,the,rack,in,the,image1098,?], answer(A, (const(A,drawer)))). _parse([what,is,the,colour,of,the,comforter,in,the,image1098,?], answer(A, (const(A,blue);const(A,brown)))). _parse([what,is,in,front,of,the,bookshelf,in,the,image1099,?], answer(A, (const(A,basket)))). _parse([what,is,on,the,table,in,the,image1099,?], answer(A, (const(A,paper)))). _parse([what,is,beneath,the,comforter,in,the,image1099,?], answer(A, (const(A,bed)))). _parse([what,is,the,colour,of,the,wall,in,the,image1100,?], answer(A, (const(A,pink);const(A,gray)))). _parse([what,is,in,front,of,the,wall,in,the,image1100,?], answer(A, (const(A,bed);const(A,lamp)))). _parse([what,is,on,the,right,side,of,the,lamp,in,the,image1100,?], answer(A, (const(A,bookshelf)))). _parse([what,is,on,the,left,side,of,the,lamp,in,the,image1100,?], answer(A, (const(A,container)))). _parse([what,s,above,the,chair,in,the,image1101,?], answer(A, (const(A,blinds)))). _parse([what,is,on,the,left,side,of,the,chair,in,the,image1101,?], answer(A, (const(A,whiteboard)))). _parse([what,is,on,the,left,side,of,the,white,board,in,the,image1101,?], answer(A, (const(A,bookshelf)))). _parse([what,is,on,the,bedding,in,the,image1102,?], answer(A, (const(A,pillow);const(A,comforter)))). _parse([what,is,the,colour,of,the,bedding,in,the,image1102,?], answer(A, (const(A,gray)))). _parse([what,is,in,the,cupboard,in,the,image1103,?], answer(A, (const(A,clothes)))). _parse([what,is,on,the,left,end,of,the,cupboard,in,the,image1103,?], answer(A, (const(A,hat)))). _parse([what,is,beneath,the,drawer,in,the,image1103,?], answer(A, (const(A,garbage_bin)))). _parse([what,is,beneath,the,blinds,in,the,image1103,?], answer(A, (const(A,plastic_tub)))). _parse([what,is,above,the,drawer,in,the,image1103,?], answer(A, (const(A,monitor)))). _parse([what,is,above,the,monitor,in,the,image1103,?], answer(A, (const(A,bookshelf)))). _parse([what,is,on,the,bed,in,the,image1104,?], answer(A, (const(A,pillow);const(A,bag)))). _parse([what,is,on,the,left,side,of,the,bed,in,the,image1104,?], answer(A, (const(A,shoe)))). _parse([what,is,behind,the,shoes,in,the,image1104,?], answer(A, (const(A,cables)))). _parse([what,is,on,the,bed,in,the,image1105,?], answer(A, (const(A,comforter)))). _parse([what,is,above,the,bed,in,the,image1105,?], answer(A, (const(A,blinds)))). _parse([what,is,in,front,of,the,door,in,the,image1106,?], answer(A, (const(A,chair)))). _parse([how,many,door,knobs,are,there,in,the,image1106,?], answer(A, (const(A,2)))). _parse([what,are,the,colours,of,the,sheets,on,the,bed,in,the,image1107,?], answer(A, (const(A,brown);const(A,gray)))). _parse([what,is,on,the,right,side,of,the,bed,in,the,image1107,?], answer(A, (const(A,lamp)))). _parse([what,is,on,the,right,side,of,the,shelf,in,the,image1107,?], answer(A, (const(A,door)))). _parse([what,is,on,the,right,side,of,the,doors,in,the,image1107,?], answer(A, (const(A,blinds)))). _parse([what,is,behind,the,chair,in,the,image1108,?], answer(A, (const(A,blinds)))). _parse([what,is,in,front,of,the,blinds,in,the,image1108,?], answer(A, (const(A,ornamental_plant)))). _parse([what,is,on,the,wall,in,the,image1108,?], answer(A, (const(A,television)))). _parse([what,is,beneath,the,television,in,the,image1108,?], answer(A, (const(A,dvd_player)))). _parse([what,is,on,the,right,side,to,the,dvd,player,in,the,image1108,?], answer(A, (const(A,book)))). _parse([what,is,beneath,the,switch,in,the,image1109,?], answer(A, (const(A,table)))). _parse([what,is,the,colour,of,the,wall,in,the,image1109,?], answer(A, (const(A,brown)))). _parse([what,is,the,colour,of,the,lamp,in,the,image1110,?], answer(A, (const(A,brown)))). _parse([how,many,drawers,are,there,in,the,image1110,?], answer(A, (const(A,3)))). _parse([what,is,in,front,of,the,lamp,in,the,image1110,?], answer(A, (const(A,remote_control)))). _parse([what,is,on,the,bed,in,the,image1110,?], answer(A, (const(A,pillow)))). _parse([what,is,in,front,of,the,table,in,the,image1111,?], answer(A, (const(A,chair)))). _parse([what,is,above,the,table,in,the,image1111,?], answer(A, (const(A,mirror)))). _parse([what,is,on,the,table,in,the,image1111,?], answer(A, (const(A,decorative_item)))). _parse([how,many,knobs,are,there,on,the,bed,in,the,image1111,?], answer(A, (const(A,2)))). _parse([what,is,beneath,the,lamp,in,the,image1111,?], answer(A, (const(A,paper)))). _parse([what,is,on,the,wall,in,the,image1112,?], answer(A, (const(A,television)))). _parse([what,is,the,colour,of,the,wall,in,the,image1112,?], answer(A, (const(A,white)))). _parse([what,is,seen,in,the,mirror,reflection,in,the,image1112,?], answer(A, (const(A,television)))). _parse([what,is,on,the,blinds,in,the,image1113,?], answer(A, (const(A,curtain)))). _parse([what,is,behind,the,table,in,front,of,the,drawer,in,the,image1113,?], answer(A, (const(A,picture)))). _parse([what,is,the,colour,of,the,drawers,in,the,image1113,?], answer(A, (const(A,black)))). _parse([what,is,the,colour,of,the,object,on,the,television,in,the,image1113,?], answer(A, (const(A,pink)))). _parse([what,is,on,the,right,side,of,the,bed,in,the,image1114,?], answer(A, (const(A,night_stand)))). _parse([what,is,on,the,night,stand,in,the,image1114,?], answer(A, (const(A,lamp);const(A,telephone);const(A,paper)))). _parse([what,is,behind,the,lamp,in,the,image1114,?], answer(A, (const(A,picture)))). _parse([what,is,on,the,left,side,of,the,bed,in,the,image1114,?], answer(A, (const(A,blinds);const(A,curtain)))). _parse([what,is,on,the,wall,in,the,image1115,?], answer(A, (const(A,television);const(A,picture)))). _parse([what,is,above,the,drawers,in,the,image1115,?], answer(A, (const(A,clothes)))). _parse([what,is,on,the,right,side,of,the,shelf,in,the,image1115,?], answer(A, (const(A,blinds)))). _parse([how,many,pillows,on,the,bed,in,the,image1116,?], answer(A, (const(A,4)))). _parse([how,many,pictures,are,there,on,the,wall,in,the,image1116,?], answer(A, (const(A,2)))). _parse([what,is,the,colour,of,the,bed,in,the,image1116,?], answer(A, (const(A,gray)))). _parse([what,is,on,the,right,side,of,the,bed,in,the,image1116,?], answer(A, (const(A,chair)))). _parse([how,many,beds,are,there,in,the,image1117,?], answer(A, (const(A,2)))). _parse([what,is,in,between,the,beds,in,the,image1117,?], answer(A, (const(A,table)))). _parse([what,is,on,the,table,in,the,image1117,?], answer(A, (const(A,lamp)))). _parse([what,is,the,colour,of,the,pillows,in,the,image1117,?], answer(A, (const(A,pink);const(A,brown)))). _parse([what,is,on,the,right,side,of,the,lamp,in,the,image1117,?], answer(A, (const(A,tissue_box)))). _parse([how,many,drawers,are,there,in,the,image1118,?], answer(A, (const(A,2)))). _parse([what,is,in,between,the,lamp,and,the,tissue,box,in,the,image1118,?], answer(A, (const(A,alarm_clock)))). _parse([what,is,on,the,floor,in,between,the,drawers,and,bed,in,the,image1118,?], answer(A, (const(A,cables)))). _parse([what,is,on,the,table,in,the,image1119,?], answer(A, (const(A,bowl)))). _parse([what,is,above,the,bowl,in,the,image1119,?], answer(A, (const(A,window)))). _parse([what,is,on,the,right,side,of,the,table,in,the,image1119,?], answer(A, (const(A,chair)))). _parse([what,is,on,the,chair,in,the,image1119,?], answer(A, (const(A,pillow)))). _parse([what,is,in,front,of,the,table,in,the,image1119,?], answer(A, (const(A,bed)))). _parse([how,many,blinds,are,there,in,the,image1120,?], answer(A, (const(A,2)))). _parse([how,many,blue,and,pink,coloured,pillows,are,there,in,the,image1120,?], answer(A, (const(A,2)))). _parse([what,is,the,colour,of,the,wall,in,the,image1120,?], answer(A, (const(A,brown)))). _parse([what,is,in,front,of,the,door,in,the,image1121,?], answer(A, (const(A,toy_doll)))). _parse([what,is,on,the,wall,in,the,image1121,?], answer(A, (const(A,picture)))). _parse([what,is,beneath,the,picture,in,the,image1121,?], answer(A, (const(A,television)))). _parse([what,is,in,front,of,the,television,in,the,image1121,?], answer(A, (const(A,bed)))). _parse([what,is,on,the,left,side,of,the,television,in,the,image1122,?], answer(A, (const(A,flower);const(A,vase)))). _parse([what,is,behind,the,yellow,table,in,the,image1122,?], answer(A, (const(A,ladder)))). _parse([what,is,beneath,the,telelvision,in,the,image1122,?], answer(A, (const(A,drawer)))). _parse([what,is,beneath,the,blinds,in,the,image1123,?], answer(A, (const(A,table)))). _parse([what,is,on,the,table,in,the,image1123,?], answer(A, (const(A,alarm);const(A,container)))). _parse([what,is,on,the,bed,in,the,image1123,?], answer(A, (const(A,comforter);const(A,doll);const(A,sheets)))). _parse([how,many,drawers,are,there,in,the,image1123,?], answer(A, (const(A,3)))). _parse([what,is,the,colour,of,the,hat,in,the,image1124,?], answer(A, (const(A,green)))). _parse([how,many,posters,are,there,in,the,image1124,?], answer(A, (const(A,2)))). _parse([what,is,on,the,right,side,of,the,bed,in,the,image1124,?], answer(A, (const(A,table)))). _parse([what,is,in,front,of,the,bed,in,the,image1124,?], answer(A, (const(A,chair)))). _parse([what,is,in,front,of,the,bed,in,the,image1124,?], answer(A, (const(A,book)))). _parse([how,many,dolphins,are,there,in,the,poster,in,the,image1125,?], answer(A, (const(A,2)))). _parse([what,is,the,colour,of,the,wall,in,the,image1125,?], answer(A, (const(A,green)))). _parse([what,is,the,colour,of,the,sheets,in,the,image1126,?], answer(A, (const(A,pink);const(A,gray)))). _parse([what,is,on,the,left,side,of,the,alarm,in,the,image1126,?], answer(A, (const(A,paper)))). _parse([what,is,on,the,bed,in,the,image1126,?], answer(A, (const(A,comforter);const(A,doll)))). _parse([what,is,the,colour,of,the,blinds,in,the,image1126,?], answer(A, (const(A,white)))). _parse([how,many,square,shelves,are,there,on,the,wall,in,the,image1127,?], answer(A, (const(A,4)))). _parse([how,many,beds,are,there,in,the,image1127,?], answer(A, (const(A,2)))). _parse([what,is,on,the,wall,apart,from,the,shelves,in,the,image1127,?], answer(A, (const(A,picture)))). _parse([what,is,on,the,left,side,of,the,shelf,in,the,image1128,?], answer(A, (const(A,garbage_bin)))). _parse([what,is,on,the,left,side,of,the,garbage,bin,in,the,image1128,?], answer(A, (const(A,toy_horse)))). _parse([what,is,on,the,bed,in,the,image1128,?], answer(A, (const(A,clothes)))). _parse([how,many,drawers,are,there,in,the,night,stand,in,the,image1129,?], answer(A, (const(A,2)))). _parse([what,is,on,the,right,side,of,the,drawers,in,the,image1129,?], answer(A, (const(A,cables)))). _parse([what,is,above,the,bed,in,the,image1129,?], answer(A, (const(A,picture)))). _parse([what,is,on,the,night,stand,in,the,image1129,?], answer(A, (const(A,alarm_clock)))). _parse([what,is,the,colour,of,the,wall,in,the,image1129,?], answer(A, (const(A,green)))). _parse([what,is,on,the,left,side,of,the,bed,in,the,image1130,?], answer(A, (const(A,dresser)))). _parse([what,is,in,the,dresser,in,the,image1130,?], answer(A, (const(A,mirror)))). _parse([what,is,on,the,dresser,table,in,the,image1130,?], answer(A, (const(A,paper);const(A,clothes)))). _parse([what,is,on,the,side,of,the,bed,in,the,image1130,?], answer(A, (const(A,blinds)))). _parse([how,many,blinds,are,there,in,the,image1130,?], answer(A, (const(A,3)))). _parse([how,many,pillows,are,there,on,the,bed,in,the,image1131,?], answer(A, (const(A,3)))). _parse([what,is,the,colour,of,the,sheets,in,the,image1131,?], answer(A, (const(A,brown)))). _parse([what,is,in,front,of,the,blinds,in,the,image1132,?], answer(A, (const(A,excercise_equipment)))). _parse([what,is,on,the,right,side,of,the,exercise,equipment,in,the,image1132,?], answer(A, (const(A,table)))). _parse([what,is,in,front,of,the,table,in,the,image1132,?], answer(A, (const(A,chair)))). _parse([what,is,on,the,right,side,of,the,table,in,the,image1132,?], answer(A, (const(A,television)))). _parse([how,many,pillows,are,there,in,the,image1133,?], answer(A, (const(A,2)))). _parse([what,is,on,the,left,side,of,the,bed,in,the,image1133,?], answer(A, (const(A,night_stand)))). _parse([what,is,the,colour,of,the,lamp,in,the,image1133,?], answer(A, (const(A,white)))). _parse([how,many,tables,are,there,in,the,image1134,?], answer(A, (const(A,2)))). _parse([what,is,the,large,black,object,in,the,image1134,?], answer(A, (const(A,television)))). _parse([what,is,the,colour,of,the,chair,in,the,image1134,?], answer(A, (const(A,brown);const(A,white)))). _parse([what,is,on,the,left,side,of,the,bed,in,the,image1135,?], answer(A, (const(A,blinds)))). _parse([how,many,beds,are,there,in,the,image1135,?], answer(A, (const(A,2)))). _parse([what,is,in,front,of,the,bed,in,the,image1136,?], answer(A, (const(A,bag);const(A,paper)))). _parse([what,is,on,the,bed,in,the,image1136,?], answer(A, (const(A,clothes)))). _parse([how,many,pictures,are,there,in,the,image1137,?], answer(A, (const(A,2)))). _parse([how,many,lamps,are,there,in,the,image1137,?], answer(A, (const(A,2)))). _parse([what,is,beneath,the,table,in,the,image1137,?], answer(A, (const(A,garbage_bin)))). _parse([what,is,the,colour,of,the,table,and,chair,in,the,image1137,?], answer(A, (const(A,brown)))). _parse([what,is,on,the,right,side,of,the,window,in,the,image1138,?], answer(A, (const(A,television)))). _parse([what,is,beneath,the,television,in,the,image1138,?], answer(A, (const(A,table)))). _parse([what,is,on,the,left,side,of,the,bed,in,the,image1138,?], answer(A, (const(A,lamp)))). _parse([what,is,the,colour,of,the,bed,in,the,image1138,?], answer(A, (const(A,white)))). _parse([how,many,brown,objects,are,there,in,the,image1139,?], answer(A, (const(A,2)))). _parse([what,is,the,largest,object,in,the,image1139,?], answer(A, (const(A,bed)))). _parse([what,is,on,the,right,side,of,the,table,in,the,image1140,?], answer(A, (const(A,white)))). _parse([what,is,on,the,table,in,the,image1140,?], answer(A, (const(A,lamp)))). _parse([what,is,in,front,of,the,table,in,the,image1140,?], answer(A, (const(A,chair)))). _parse([what,is,behind,the,bed,in,the,image1141,?], answer(A, (const(A,blinds)))). _parse([what,is,on,the,right,side,of,the,blinds,in,the,image1141,?], answer(A, (const(A,bookshelf)))). _parse([what,is,in,front,of,the,bookshelf,in,the,image1141,?], answer(A, (const(A,table)))). _parse([what,is,on,the,table,in,the,image1141,?], answer(A, (const(A,telephone);const(A,paper);const(A,file);const(A,clothes)))). _parse([what,is,in,between,the,bed,and,sofa,in,the,image1142,?], answer(A, (const(A,table)))). _parse([what,is,on,the,table,in,the,image1142,?], answer(A, (const(A,bottle);const(A,alarm)))). _parse([what,is,on,the,sofa,in,the,image1142,?], answer(A, (const(A,pillow);const(A,bag)))). _parse([what,is,the,colour,of,the,bed,in,the,image1142,?], answer(A, (const(A,brown)))). _parse([what,is,above,the,sofa,in,the,image1143,?], answer(A, (const(A,picture)))). _parse([what,is,on,the,left,side,of,the,bag,in,the,image1143,?], answer(A, (const(A,pillow)))). _parse([what,is,the,colour,of,the,sofa,in,the,image1143,?], answer(A, (const(A,blue)))). _parse([what,is,the,colour,of,the,drawer,in,the,image1144,?], answer(A, (const(A,pink);const(A,blue)))). _parse([how,many,drawers,are,there,in,the,image1144,?], answer(A, (const(A,3)))). _parse([what,is,above,the,drawers,in,the,image1144,?], answer(A, (const(A,bookshelf)))). _parse([what,is,the,colour,dominant,in,the,picture,in,the,image1144,?], answer(A, (const(A,pink);const(A,blue)))). _parse([what,is,on,the,left,side,of,the,blue,shelf,in,the,image1145,?], answer(A, (const(A,door)))). _parse([what,is,in,front,of,the,brown,rack,in,the,image1145,?], answer(A, (const(A,doll_house)))). _parse([what,is,on,the,drawer,table,in,the,image1146,?], answer(A, (const(A,remote_control);const(A,radio)))). _parse([what,is,the,colour,of,the,doll,house,in,the,image1146,?], answer(A, (const(A,red);const(A,brown)))). _parse([what,is,on,the,night,stand,in,the,image1147,?], answer(A, (const(A,decorative_item);const(A,tissue_box)))). _parse([what,is,on,the,left,side,of,the,bed,in,the,image1147,?], answer(A, (const(A,night_stand)))). _parse([what,is,the,colour,of,the,comforter,in,the,image1147,?], answer(A, (const(A,black);const(A,white);const(A,blue);const(A,green)))). _parse([how,many,drawers,are,there,in,the,image1148,?], answer(A, (const(A,5)))). _parse([what,is,on,the,right,side,of,the,drawer,in,the,image1148,?], answer(A, (const(A,window)))). _parse([what,is,the,colour,of,the,wall,in,the,image1148,?], answer(A, (const(A,blue)))). _parse([what,is,on,the,right,side,of,the,night,stand,in,the,image1148,?], answer(A, (const(A,bed)))). _parse([what,is,the,colour,of,the,furniture,in,the,image1149,?], answer(A, (const(A,brown)))). _parse([what,is,on,the,right,side,of,the,drawer,in,the,image1149,?], answer(A, (const(A,picture)))). _parse([what,is,the,colour,of,the,mat,in,the,image1150,?], answer(A, (const(A,blue)))). _parse([what,is,on,the,left,side,of,the,mat,in,the,image1150,?], answer(A, (const(A,chair)))). _parse([what,is,on,the,right,side,table,in,the,image1150,?], answer(A, (const(A,television)))). _parse([what,is,on,the,right,side,of,the,television,in,the,image1150,?], answer(A, (const(A,paper);const(A,book)))). _parse([hat,is,on,the,bed,in,the,image1151,?], answer(A, (const(A,sheet);const(A,pillow)))). _parse([what,is,on,the,right,side,of,the,bed,in,the,image1151,?], answer(A, (const(A,night_stand)))). _parse([what,is,on,the,left,side,of,the,window,in,the,image1151,?], answer(A, (const(A,picture)))). _parse([what,is,behind,the,night,stand,in,the,image1152,?], answer(A, (const(A,window)))). _parse([what,is,the,colour,of,the,chair,in,the,image1152,?], answer(A, (const(A,brown)))). _parse([how,many,drawers,are,there,in,the,image1153,?], answer(A, (const(A,4)))). _parse([what,is,on,the,bed,in,the,image1153,?], answer(A, (const(A,clothes)))). _parse([how,many,drawers,are,visible,in,the,image1153,?], answer(A, (const(A,11)))). _parse([what,is,on,the,table,in,the,image1154,?], answer(A, (const(A,picture);const(A,paper);const(A,book);const(A,pen_cup)))). _parse([what,is,in,front,of,chair,in,the,image1154,?], answer(A, (const(A,bag)))). _parse([how,many,drawers,are,there,in,the,image1154,?], answer(A, (const(A,5)))). _parse([what,is,on,the,right,side,of,the,chair,in,the,image1154,?], answer(A, (const(A,bag)))). _parse([what,is,on,the,pink,bag,in,the,image1155,?], answer(A, (const(A,book);const(A,paper)))). _parse([what,is,white,pink,object,in,the,image1155,?], answer(A, (const(A,basket)))). _parse([what,is,behind,the,basket,in,the,image1155,?], answer(A, (const(A,bookshelf)))). _parse([what,is,on,the,door,in,the,image1155,?], answer(A, (const(A,mirror)))). _parse([what,is,on,the,right,side,of,the,bed,in,the,image1156,?], answer(A, (const(A,bookshelf)))). _parse([what,is,on,the,table,in,the,image1156,?], answer(A, (const(A,book)))). _parse([what,is,in,front,of,the,table,in,the,image1156,?], answer(A, (const(A,basket)))). _parse([what,is,on,the,bed,in,the,image1156,?], answer(A, (const(A,doll)))). _parse([what,is,on,the,left,side,of,the,bed,in,the,image1157,?], answer(A, (const(A,bag)))). _parse([what,is,on,the,left,side,of,the,bag,in,the,image1157,?], answer(A, (const(A,chair)))). _parse([what,is,behind,the,chair,in,the,image1157,?], answer(A, (const(A,table)))). _parse([what,is,on,the,table,in,the,image1157,?], answer(A, (const(A,lamp);const(A,book)))). _parse([what,is,on,the,bed,in,the,image1158,?], answer(A, (const(A,comforter)))). _parse([how,many,drawers,are,there,in,the,image1158,?], answer(A, (const(A,7)))). _parse([what,us,in,the,wall,in,the,image1159,?], answer(A, (const(A,picture)))). _parse([what,is,leaning,on,the,bed,in,the,image1159,?], answer(A, (const(A,ladder)))). _parse([what,is,the,largest,object,in,the,image1160,?], answer(A, (const(A,bunk_bed)))). _parse([what,is,on,the,top,bed,in,the,image1160,?], answer(A, (const(A,towel)))). _parse([what,is,on,the,left,side,of,the,bunk,bed,in,the,image1160,?], answer(A, (const(A,hat);const(A,carton)))). _parse([what,is,on,the,right,side,of,the,switch,board,in,the,image1160,?], answer(A, (const(A,table)))). _parse([what,is,the,colour,of,the,largest,picture,in,the,image1161,?], answer(A, (const(A,red);const(A,blue);const(A,white)))). _parse([what,is,beneath,the,table,in,the,image1161,?], answer(A, (const(A,toy)))). _parse([what,is,on,the,left,side,of,the,table,in,the,image1161,?], answer(A, (const(A,garbage_bin)))). _parse([what,is,on,the,table,in,the,image1161,?], answer(A, (const(A,lamp);const(A,toy_doll);const(A,pen_cup)))). _parse([what,is,on,the,right,side,of,the,table,in,the,image1161,?], answer(A, (const(A,clothes)))). _parse([what,is,above,the,table,in,the,image1162,?], answer(A, (const(A,hat)))). _parse([what,is,on,the,right,side,of,the,picture,in,the,image1162,?], answer(A, (const(A,blinds)))). _parse([what,is,beneath,the,blinds,in,the,image1162,?], answer(A, (const(A,table)))). _parse([what,is,on,the,table,in,the,image1162,?], answer(A, (const(A,book)))). _parse([what,is,the,colour,of,the,sheets,in,the,image1163,?], answer(A, (const(A,pink)))). _parse([what,is,the,on,the,night,stand,in,the,image1163,?], answer(A, (const(A,bottle);const(A,book);const(A,decorative_item)))). _parse([what,is,above,the,bed,in,the,image1163,?], answer(A, (const(A,blinds)))). _parse([how,many,baskets,are,there,in,the,image1164,?], answer(A, (const(A,2)))). _parse([what,is,on,the,tall,basket,in,the,image1164,?], answer(A, (const(A,towel)))). _parse([what,is,on,the,small,basket,in,the,image1164,?], answer(A, (const(A,clothes)))). _parse([what,is,the,colour,of,the,wall,in,the,image1164,?], answer(A, (const(A,pink)))). _parse([what,is,on,the,right,side,of,the,window,in,the,image1165,?], answer(A, (const(A,framed_certificate)))). _parse([what,is,the,colour,of,the,bed,in,the,image1166,?], answer(A, (const(A,white)))). _parse([what,is,on,the,right,side,of,the,blinds,in,the,image1166,?], answer(A, (const(A,picture)))). _parse([how,many,pillows,are,there,in,the,image1166,?], answer(A, (const(A,4)))). _parse([what,is,in,between,the,pictures,on,the,drawer,in,the,image1167,?], answer(A, (const(A,mirror)))). _parse([what,is,on,the,left,side,of,the,night,stand,in,the,image1167,?], answer(A, (const(A,lamp)))). _parse([what,is,on,the,wall,in,the,image1167,?], answer(A, (const(A,picture)))). _parse([what,is,on,the,left,side,of,the,drawer,in,the,image1167,?], answer(A, (const(A,bag)))). _parse([what,is,on,the,left,side,of,the,bag,in,the,image1167,?], answer(A, (const(A,door)))). _parse([what,is,on,the,door,in,the,image1167,?], answer(A, (const(A,knob)))). _parse([what,is,on,the,bed,in,the,image1168,?], answer(A, (const(A,paper)))). _parse([what,is,in,front,of,the,bed,in,the,image1168,?], answer(A, (const(A,carton)))). _parse([what,is,on,the,right,side,of,the,bed,in,the,image1168,?], answer(A, (const(A,carton);const(A,comforter);const(A,clothes)))). _parse([what,is,on,the,floor,in,the,image1169,?], answer(A, (const(A,carton)))). _parse([what,is,the,blue,coloured,object,in,the,image1169,?], answer(A, (const(A,comforter)))). _parse([what,is,the,colour,of,the,curtains,in,the,image1170,?], answer(A, (const(A,blue)))). _parse([what,is,on,the,table,in,the,image1170,?], answer(A, (const(A,monitor)))). _parse([what,is,in,front,of,the,table,in,the,image1170,?], answer(A, (const(A,chair)))). _parse([what,is,on,the,right,side,of,the,chair,in,the,image1170,?], answer(A, (const(A,bookshelf)))). _parse([what,is,in,between,the,posters,in,the,image1171,?], answer(A, (const(A,decorative_plate)))). _parse([what,is,on,the,bed,in,the,image1171,?], answer(A, (const(A,book);const(A,paper);const(A,box)))). _parse([what,is,on,the,right,side,of,the,bed,in,the,image1171,?], answer(A, (const(A,night_stand)))). _parse([what,is,on,the,drawer,table,in,the,image1171,?], answer(A, (const(A,fan)))). _parse([how,many,posters,are,there,in,the,image1172,?], answer(A, (const(A,2)))). _parse([how,many,shelves,and,tables,are,there,in,the,image1172,?], answer(A, (const(A,3)))). _parse([what,is,on,the,bed,in,the,image1172,?], answer(A, (const(A,pillow);const(A,comforter)))). _parse([how,many,drawers,are,there,in,the,image1172,?], answer(A, (const(A,2)))). _parse([what,is,on,the,wall,in,the,image1173,?], answer(A, (const(A,picture)))). _parse([what,is,behind,the,chair,in,the,image1173,?], answer(A, (const(A,table)))). _parse([how,many,pillows,are,there,in,the,image1174,?], answer(A, (const(A,3)))). _parse([what,is,on,the,left,side,of,the,bed,in,the,image1174,?], answer(A, (const(A,night_stand)))). _parse([what,is,on,the,night,stand,in,the,image1174,?], answer(A, (const(A,paper)))). _parse([how,many,pictures,are,there,in,the,image1174,?], answer(A, (const(A,2)))). _parse([how,many,lamps,are,there,in,the,image1175,?], answer(A, (const(A,2)))). _parse([what,is,in,between,the,lamps,in,the,image1175,?], answer(A, (const(A,doll);const(A,alarm_clock);const(A,box)))). _parse([what,is,in,front,of,the,lamp,in,the,image1175,?], answer(A, (const(A,clothes);const(A,paper)))). _parse([what,is,on,the,right,side,of,the,bed,in,the,image1175,?], answer(A, (const(A,night_stand)))). _parse([what,is,above,the,bed,in,the,image1176,?], answer(A, (const(A,light)))). _parse([what,is,on,the,wall,in,the,image1176,?], answer(A, (const(A,picture)))). _parse([how,many,drawers,are,there,in,the,image1176,?], answer(A, (const(A,3)))). _parse([what,is,the,colour,of,the,pillows,in,the,image1176,?], answer(A, (const(A,red);const(A,white);const(A,blue)))). _parse([how,many,dolls,are,there,in,the,image1177,?], answer(A, (const(A,2)))). _parse([what,is,on,the,left,side,of,the,pink,dolls,in,the,image1177,?], answer(A, (const(A,mirror)))). _parse([what,is,on,the,floor,in,the,image1177,?], answer(A, (const(A,clothes)))). _parse([what,is,on,the,left,side,of,the,clothes,in,the,image1177,?], answer(A, (const(A,bed)))). _parse([what,is,on,the,left,side,of,the,bed,in,the,image1178,?], answer(A, (const(A,night_stand)))). _parse([what,is,above,the,night,stand,in,the,image1178,?], answer(A, (const(A,alarm_clock);const(A,lamp)))). _parse([how,many,drawers,are,there,in,the,image1178,?], answer(A, (const(A,4)))). _parse([what,is,on,the,right,side,of,the,drawer,in,the,image1179,?], answer(A, (const(A,door)))). _parse([what,is,on,the,right,side,of,the,doors,in,the,image1179,?], answer(A, (const(A,night_stand)))). _parse([what,is,on,the,bed,in,the,image1179,?], answer(A, (const(A,pillow)))). _parse([what,is,on,the,left,side,of,the,table,in,the,image1180,?], answer(A, (const(A,garbage_bin)))). _parse([what,is,in,front,of,the,table,in,the,image1180,?], answer(A, (const(A,chair)))). _parse([what,is,in,front,of,the,chair,in,the,image1180,?], answer(A, (const(A,bed)))). _parse([what,is,the,colour,of,the,table,and,chair,in,the,image1180,?], answer(A, (const(A,brown)))). _parse([what,is,the,colour,of,the,pillows,in,the,image1181,?], answer(A, (const(A,brown);const(A,white);const(A,yellow)))). _parse([what,is,on,the,left,side,of,the,bed,in,the,image1181,?], answer(A, (const(A,lamp)))). _parse([what,is,in,front,of,the,carpet,in,the,image1182,?], answer(A, (const(A,chair)))). _parse([what,is,the,colour,of,the,chair,in,the,image1183,?], answer(A, (const(A,red)))). _parse([what,is,on,the,table,in,the,image1183,?], answer(A, (const(A,lamp)))). _parse([what,is,in,front,of,the,lamp,in,the,image1183,?], answer(A, (const(A,picture)))). _parse([what,is,behind,the,bed,in,the,image1183,?], answer(A, (const(A,curtain)))). _parse([what,is,the,colour,of,the,bedding,in,the,image1184,?], answer(A, (const(A,white)))). _parse([what,is,the,colour,of,the,wall,in,the,image1184,?], answer(A, (const(A,pink);const(A,brown);const(A,white)))). _parse([what,is,on,the,right,side,of,the,bed,in,the,image1185,?], answer(A, (const(A,excercise_ball);const(A,suitcase)))). _parse([what,is,behind,the,exercise,ball,in,the,image1185,?], answer(A, (const(A,bookshelf)))). _parse([how,many,beds,are,there,in,the,image1186,?], answer(A, (const(A,2)))). _parse([what,is,in,between,the,beds,in,the,image1186,?], answer(A, (const(A,night_stand)))). _parse([what,is,on,the,night,stand,in,the,image1186,?], answer(A, (const(A,lamp)))). _parse([what,is,the,colour,of,the,sheets,in,the,image1187,?], answer(A, (const(A,pink);const(A,white)))). _parse([what,is,on,the,left,side,of,the,night,stand,in,the,image1187,?], answer(A, (const(A,chair)))). _parse([how,many,lamps,are,there,in,the,image1187,?], answer(A, (const(A,2)))). _parse([how,many,pictures,are,there,in,the,image1188,?], answer(A, (const(A,2)))). _parse([what,is,on,the,right,side,of,the,lamp,in,the,image1188,?], answer(A, (const(A,ornamental_plant)))). _parse([what,is,on,the,edge,of,the,night,stand,on,the,left,side,of,the,bed,in,the,image1188,?], answer(A, (const(A,telephone)))). _parse([how,any,drawers,are,there,in,the,image1189,?], answer(A, (const(A,3)))). _parse([what,is,on,the,left,side,of,the,cupboard,in,the,image1189,?], answer(A, (const(A,pillow)))). _parse([what,is,on,the,left,side,of,the,pillows,in,the,image1189,?], answer(A, (const(A,ornamental_plant)))). _parse([how,many,pictures,are,there,on,the,wall,in,the,image1189,?], answer(A, (const(A,3)))). _parse([how,many,circular,shaped,pictures,are,there,in,the,image1190,?], answer(A, (const(A,2)))). _parse([what,is,on,the,right,side,of,the,bed,in,the,image1190,?], answer(A, (const(A,lamp)))). _parse([how,many,pillows,are,there,in,the,image1191,?], answer(A, (const(A,6)))). _parse([how,many,pictures,are,there,on,the,night,stand,in,the,image1191,?], answer(A, (const(A,3)))). _parse([what,is,on,the,bed,in,the,image1192,?], answer(A, (const(A,pillow);const(A,comforter);const(A,remote_control)))). _parse([what,is,on,the,night,stad,in,the,image1192,?], answer(A, (const(A,paper);const(A,book)))). _parse([how,many,pairs,of,slippers,are,there,in,the,image1193,?], answer(A, (const(A,2)))). _parse([what,is,on,the,tall,table,in,the,image1193,?], answer(A, (const(A,television)))). _parse([what,is,in,front,of,the,blinds,in,the,image1194,?], answer(A, (const(A,table)))). _parse([what,is,on,the,chair,in,the,image1194,?], answer(A, (const(A,clothes)))). _parse([what,is,behind,the,chair,in,the,image1194,?], answer(A, (const(A,table)))). _parse([how,many,drawers,are,there,in,the,image1194,?], answer(A, (const(A,5)))). _parse([what,is,on,the,bed,apart,from,the,pillows,in,the,image1195,?], answer(A, (const(A,tissue_roll)))). _parse([how,many,drawers,are,there,in,the,image1195,?], answer(A, (const(A,4)))). _parse([what,is,on,the,right,side,of,the,drawers,in,the,image1195,?], answer(A, (const(A,bookshelf)))). _parse([what,is,on,the,right,side,of,the,bookshelf,in,the,image1195,?], answer(A, (const(A,blinds)))). _parse([what,is,the,colour,of,the,sheets,in,the,image1196,?], answer(A, (const(A,pink)))). _parse([what,is,above,the,bed,in,the,image1196,?], answer(A, (const(A,blinds)))). _parse([how,many,beds,are,there,in,the,image1197,?], answer(A, (const(A,2)))). _parse([what,is,the,colour,of,the,sheets,in,the,image1197,?], answer(A, (const(A,red)))). _parse([what,is,above,the,table,in,the,image1198,?], answer(A, (const(A,television)))). _parse([what,is,on,the,right,side,of,the,door,in,the,image1198,?], answer(A, (const(A,crib)))). _parse([what,is,above,the,crib,in,the,image1198,?], answer(A, (const(A,blinds)))). _parse([what,is,on,the,right,side,of,the,bed,in,the,image1199,?], answer(A, (const(A,night_stand)))). _parse([what,is,on,the,night,stand,in,the,image1199,?], answer(A, (const(A,book);const(A,alarm_clock)))). _parse([what,is,the,colour,of,the,blinds,in,the,image1199,?], answer(A, (const(A,white)))). _parse([what,is,on,the,bed,in,the,image1200,?], answer(A, (const(A,book)))). _parse([what,is,the,pink,object,on,the,night,stand,in,the,image1200,?], answer(A, (const(A,alarm_clock)))). _parse([what,is,beneath,the,alarm,clock,in,the,image1200,?], answer(A, (const(A,book)))). _parse([what,is,in,front,of,the,stand,in,the,image1201,?], answer(A, (const(A,chair)))). _parse([what,is,on,the,chair,in,the,image1201,?], answer(A, (const(A,bag)))). _parse([what,is,on,the,wall,in,the,image1201,?], answer(A, (const(A,hanging_hooks)))). _parse([what,is,the,largest,object,in,the,image1202,?], answer(A, (const(A,sofa)))). _parse([what,is,on,the,sofa,in,the,image1202,?], answer(A, (const(A,pillow)))). _parse([what,is,on,the,right,side,of,the,sofa,in,the,image1202,?], answer(A, (const(A,stool)))). _parse([what,is,on,the,stool,in,the,image1202,?], answer(A, (const(A,guitar)))). _parse([what,is,on,the,left,side,of,the,sofa,in,the,image1203,?], answer(A, (const(A,guitar_case)))). _parse([what,is,above,the,guitar,case,in,the,image1203,?], answer(A, (const(A,hat)))). _parse([what,is,on,the,left,side,of,the,guitar,case,in,the,image1203,?], answer(A, (const(A,garbage_bin)))). _parse([what,is,above,the,helmet,in,the,image1203,?], answer(A, (const(A,hockey_stick)))). _parse([how,many,sofas,are,there,in,the,image1204,?], answer(A, (const(A,2)))). _parse([what,is,in,front,of,the,sofa,in,the,image1204,?], answer(A, (const(A,table)))). _parse([what,is,on,the,table,in,the,image1204,?], answer(A, (const(A,book);const(A,ashtray)))). _parse([what,is,on,the,sofa,in,the,image1204,?], answer(A, (const(A,pillow)))). _parse([what,is,on,the,left,side,of,the,sofa,in,the,image1204,?], answer(A, (const(A,lamp)))). _parse([what,is,the,blue,colour,object,on,the,table,in,the,image1205,?], answer(A, (const(A,bowl)))). _parse([what,is,on,the,left,side,of,the,blue,bowl,in,the,image1205,?], answer(A, (const(A,decorative_plate)))). _parse([what,is,on,the,left,side,of,the,decorative,plate,in,the,image1205,?], answer(A, (const(A,paper)))). _parse([what,is,the,colour,of,the,pillow,on,the,gray,sofa,in,the,image1205,?], answer(A, (const(A,gray);const(A,red)))). _parse([what,is,on,the,table,in,the,image1206,?], answer(A, (const(A,flower_pot)))). _parse([what,is,behind,the,table,in,the,image1206,?], answer(A, (const(A,sofa)))). _parse([what,is,behind,the,sofa,in,the,image1206,?], answer(A, (const(A,pool_table)))). _parse([what,is,behind,the,pool,table,in,the,image1206,?], answer(A, (const(A,window)))). _parse([what,is,the,colour,of,the,flower,in,the,flower,pot,in,the,image1207,?], answer(A, (const(A,red)))). _parse([what,is,beneath,the,flower,pot,in,the,image1207,?], answer(A, (const(A,table)))). _parse([what,is,behind,the,sofa,in,the,image1207,?], answer(A, (const(A,curtain)))). _parse([what,is,in,front,of,the,table,in,the,image1208,?], answer(A, (const(A,television)))). _parse([what,is,on,the,right,side,of,the,sofa,in,the,image1208,?], answer(A, (const(A,fireplace)))). _parse([what,is,the,colour,of,the,sofa,in,the,image1208,?], answer(A, (const(A,gray)))). _parse([what,is,on,the,right,side,of,the,picture,in,the,image1209,?], answer(A, (const(A,piano)))). _parse([what,is,beneath,the,piano,in,the,image1209,?], answer(A, (const(A,piano_bench)))). _parse([what,is,on,the,left,side,of,the,piano,in,the,image1209,?], answer(A, (const(A,bag)))). _parse([what,is,on,the,right,side,of,the,piano,in,the,image1209,?], answer(A, (const(A,table)))). _parse([what,is,on,the,left,side,of,the,sofa,in,the,image1210,?], answer(A, (const(A,chair)))). _parse([what,is,on,the,left,side,of,the,chair,in,the,image1210,?], answer(A, (const(A,table)))). _parse([how,many,pillows,are,there,on,the,sofa,in,the,image1210,?], answer(A, (const(A,3)))). _parse([what,is,on,the,right,side,of,the,black,object,on,the,table,in,the,image1211,?], answer(A, (const(A,flower)))). _parse([what,is,on,the,left,side,of,the,black,object,in,the,image1211,?], answer(A, (const(A,box)))). _parse([how,many,black,objects,are,there,in,the,image1212,?], answer(A, (const(A,3)))). _parse([what,is,on,the,piano,in,the,image1212,?], answer(A, (const(A,book)))). _parse([what,is,on,the,wall,in,the,image1213,?], answer(A, (const(A,television)))). _parse([what,is,beneath,the,television,in,the,image1213,?], answer(A, (const(A,dvd_player)))). _parse([what,is,beneath,the,dvd,player,in,the,image1213,?], answer(A, (const(A,drawer)))). _parse([how,many,drawers,are,there,in,the,image1213,?], answer(A, (const(A,3)))). _parse([what,is,on,the,left,side,of,the,sofa,in,the,image1213,?], answer(A, (const(A,table)))). _parse([how,many,stools,are,there,in,the,image1214,?], answer(A, (const(A,2)))). _parse([what,is,on,the,right,side,of,the,stools,in,the,image1214,?], answer(A, (const(A,sofa)))). _parse([what,is,on,the,left,side,of,the,sofa,in,the,image1214,?], answer(A, (const(A,table)))). _parse([what,is,behind,the,stool,in,the,image1214,?], answer(A, (const(A,excercise_equipment)))). _parse([what,is,on,the,chair,in,the,image1215,?], answer(A, (const(A,pillow)))). _parse([how,many,chairs,are,there,in,the,image1215,?], answer(A, (const(A,2)))). _parse([what,is,the,colour,of,the,chair,behind,the,red,chair,in,the,image1215,?], answer(A, (const(A,black)))). _parse([how,many,drawer,knobs,are,there,in,the,image1215,?], answer(A, (const(A,3)))). _parse([what,is,in,between,the,chairs,in,the,image1216,?], answer(A, (const(A,bookshelf)))). _parse([how,many,shelves,are,there,in,the,image1216,?], answer(A, (const(A,3)))). _parse([what,is,on,the,wall,in,the,image1216,?], answer(A, (const(A,picture)))). _parse([how,many,chairs,are,there,in,the,image1216,?], answer(A, (const(A,2)))). _parse([what,is,the,colour,of,the,sofa,in,the,image1217,?], answer(A, (const(A,white)))). _parse([what,is,on,the,sofa,in,the,image1217,?], answer(A, (const(A,bag)))). _parse([what,is,on,the,right,side,of,the,sofa,in,the,image1217,?], answer(A, (const(A,table)))). _parse([what,is,ont,he,right,side,of,the,table,in,the,image1217,?], answer(A, (const(A,stand)))). _parse([what,is,on,the,right,side,of,the,stand,in,the,image1217,?], answer(A, (const(A,bookshelf)))). _parse([what,is,in,front,of,the,wall,in,the,image1218,?], answer(A, (const(A,excercise_equipment)))). _parse([what,is,on,the,right,side,of,the,exercise,machine,in,the,image1218,?], answer(A, (const(A,television)))). _parse([what,is,beneath,the,television,in,the,image1218,?], answer(A, (const(A,speaker)))). _parse([what,is,in,between,the,speakers,in,the,image1218,?], answer(A, (const(A,table)))). _parse([what,is,on,the,table,in,the,image1218,?], answer(A, (const(A,dvd_player);const(A,remote_control)))). _parse([what,is,the,colour,of,pillows,on,the,sofa,in,the,image1219,?], answer(A, (const(A,white);const(A,green)))). _parse([what,is,behind,the,sofa,in,the,image1219,?], answer(A, (const(A,mirror)))). _parse([what,is,on,the,right,side,of,the,mirror,in,the,image1219,?], answer(A, (const(A,bookshelf)))). _parse([how,many,chairs,are,visible,in,the,image1220,?], answer(A, (const(A,3)))). _parse([what,is,beneath,the,mirror,in,the,image1220,?], answer(A, (const(A,toy)))). _parse([how,many,drawers,are,there,in,the,image1221,?], answer(A, (const(A,4)))). _parse([what,is,on,the,left,side,of,the,drawers,in,the,image1221,?], answer(A, (const(A,television)))). _parse([what,is,on,the,left,most,side,of,the,image1221,?], answer(A, (const(A,blinds)))). _parse([what,is,above,the,television,in,the,image1221,?], answer(A, (const(A,dvd_player)))). _parse([how,many,pillows,are,there,on,the,sofa,in,the,image1222,?], answer(A, (const(A,4)))). _parse([what,is,behind,the,sofa,in,the,image1222,?], answer(A, (const(A,blinds)))). _parse([how,many,blinds,are,there,in,the,image1222,?], answer(A, (const(A,3)))). _parse([how,many,drawers,are,there,in,the,image1223,?], answer(A, (const(A,1)))). _parse([what,is,beneath,the,drawer,in,the,image1223,?], answer(A, (const(A,door)))). _parse([what,is,on,the,right,side,of,the,drawer,in,the,image1223,?], answer(A, (const(A,refridgerator)))). _parse([what,is,behind,the,table,in,the,image1224,?], answer(A, (const(A,stool)))). _parse([what,is,behind,the,stool,in,the,image1224,?], answer(A, (const(A,chair)))). _parse([what,is,on,the,right,side,of,the,chair,in,the,image1224,?], answer(A, (const(A,fireplace)))). _parse([what,is,on,the,right,side,of,the,fireplace,in,the,image1224,?], answer(A, (const(A,table)))). _parse([what,is,on,the,right,side,of,the,table,in,the,image1224,?], answer(A, (const(A,sofa)))). _parse([what,is,on,the,left,side,of,the,table,in,the,image1225,?], answer(A, (const(A,television)))). _parse([what,is,on,the,right,side,of,the,television,in,the,image1225,?], answer(A, (const(A,table)))). _parse([what,is,on,the,right,side,of,the,table,in,the,image1225,?], answer(A, (const(A,stool)))). _parse([what,is,behind,the,table,in,the,image1225,?], answer(A, (const(A,fireplace)))). _parse([what,is,the,colour,of,the,stool,and,chair,in,the,image1226,?], answer(A, (const(A,black)))). _parse([what,is,behind,the,chair,in,the,image1226,?], answer(A, (const(A,decorative_item);const(A,lamp)))). _parse([what,is,above,the,lamp,in,the,image1226,?], answer(A, (const(A,picture)))). _parse([what,is,on,the,right,side,of,the,lamp,in,the,image1226,?], answer(A, (const(A,door)))). _parse([what,is,on,the,table,in,the,image1227,?], answer(A, (const(A,book);const(A,remote_control)))). _parse([what,is,on,the,left,side,of,the,table,in,the,image1227,?], answer(A, (const(A,sofa)))). _parse([what,is,behind,the,green,sofa,in,the,image1227,?], answer(A, (const(A,chair)))). _parse([what,is,on,the,table,in,the,image1228,?], answer(A, (const(A,table_runner)))). _parse([what,is,on,the,left,side,of,the,table,in,the,image1228,?], answer(A, (const(A,chair)))). _parse([how,many,chairs,are,there,in,the,image1229,?], answer(A, (const(A,8)))). _parse([what,is,on,the,table,in,the,image1229,?], answer(A, (const(A,paper)))). _parse([what,is,on,the,left,side,of,the,chair,in,the,image1229,?], answer(A, (const(A,lamp)))). _parse([what,is,the,colour,of,the,carpet,in,the,image1230,?], answer(A, (const(A,white);const(A,red)))). _parse([what,is,the,biggest,object,in,the,image1231,?], answer(A, (const(A,sofa)))). _parse([what,is,in,front,of,the,sofa,in,the,image1231,?], answer(A, (const(A,table)))). _parse([what,is,on,the,table,in,the,image1231,?], answer(A, (const(A,flower_pot)))). _parse([what,is,on,the,right,side,of,the,sofa,in,the,image1231,?], answer(A, (const(A,lamp)))). _parse([what,is,behind,the,lamp,in,the,image1231,?], answer(A, (const(A,blinds)))). _parse([what,is,on,the,right,side,of,the,lamp,in,the,image1231,?], answer(A, (const(A,flower_pot)))). _parse([what,is,behind,the,chair,in,the,image1232,?], answer(A, (const(A,lamp)))). _parse([what,is,on,the,left,side,of,the,lamp,in,the,image1232,?], answer(A, (const(A,door)))). _parse([what,is,in,between,the,chairs,in,the,image1232,?], answer(A, (const(A,television)))). _parse([what,is,on,the,left,side,of,the,sofa,in,the,image1233,?], answer(A, (const(A,table)))). _parse([what,is,on,the,table,in,the,image1233,?], answer(A, (const(A,lamp)))). _parse([what,is,on,the,left,side,of,the,lamp,in,the,image1233,?], answer(A, (const(A,picture)))). _parse([what,is,on,the,right,side,of,the,picture,on,the,wall,in,the,image1233,?], answer(A, (const(A,mirror)))). _parse([what,is,on,the,left,side,of,the,sofa,in,the,image1234,?], answer(A, (const(A,curtain)))). _parse([what,is,on,the,left,side,of,the,curtains,in,the,image1234,?], answer(A, (const(A,blinds)))). _parse([what,is,above,the,sofa,in,the,image1234,?], answer(A, (const(A,picture)))). _parse([what,is,in,the,shelf,in,the,image1235,?], answer(A, (const(A,show_piece)))). _parse([what,is,on,the,door,in,the,image1235,?], answer(A, (const(A,decorative_plate)))). _parse([what,is,in,front,of,the,lamp,in,the,image1235,?], answer(A, (const(A,picture)))). _parse([what,is,on,the,left,side,of,the,sofa,in,the,image1236,?], answer(A, (const(A,decorative_item)))). _parse([what,is,on,the,left,side,of,the,decorative,item,in,the,image1236,?], answer(A, (const(A,door)))). _parse([what,is,on,the,door,in,the,image1236,?], answer(A, (const(A,door_knob)))). _parse([what,is,on,the,bed,in,the,image1237,?], answer(A, (const(A,pillow)))). _parse([what,is,on,the,left,side,of,the,bed,in,the,image1237,?], answer(A, (const(A,table)))). _parse([what,is,on,the,table,in,the,image1237,?], answer(A, (const(A,book)))). _parse([what,is,in,between,the,table,and,chair,in,the,image1237,?], answer(A, (const(A,briefcase)))). _parse([what,is,in,front,of,the,sofa,in,the,image1238,?], answer(A, (const(A,table)))). _parse([what,is,on,the,table,in,the,image1238,?], answer(A, (const(A,ashtray);const(A,bowl)))). _parse([what,is,in,between,the,chairs,in,the,image1238,?], answer(A, (const(A,table)))). _parse([what,is,on,the,table,in,the,image1238,?], answer(A, (const(A,book)))). _parse([what,is,on,the,left,side,of,the,blue,chair,in,the,image1238,?], answer(A, (const(A,fireplace)))). _parse([what,is,the,colour,of,the,table,amidst,the,brown,chairs,in,the,image1239,?], answer(A, (const(A,white);const(A,black)))). _parse([what,is,on,the,sofa,in,the,image1239,?], answer(A, (const(A,clothes);const(A,pillow)))). _parse([what,is,in,front,of,the,fireplace,in,the,image1240,?], answer(A, (const(A,decorative_item)))). _parse([what,is,on,the,right,side,of,the,fire,place,in,the,image1240,?], answer(A, (const(A,flower_pot)))). _parse([what,is,on,the,right,side,of,the,flower,pot,in,the,image1240,?], answer(A, (const(A,bookshelf)))). _parse([what,is,the,colour,of,the,chairs,in,the,image1240,?], answer(A, (const(A,blue)))). _parse([what,is,on,the,left,side,of,the,sofa,in,the,image1241,?], answer(A, (const(A,dog)))). _parse([what,is,on,the,sofa,in,the,image1241,?], answer(A, (const(A,clothes)))). _parse([what,is,on,the,right,side,of,the,chairs,and,table,in,the,image1241,?], answer(A, (const(A,blinds)))). _parse([what,is,on,the,left,side,of,the,wooden,pillar,in,the,image1241,?], answer(A, (const(A,mirror)))). _parse([what,is,in,the,shelf,in,the,image1242,?], answer(A, (const(A,television)))). _parse([what,is,on,the,right,side,of,the,shelf,in,the,image1242,?], answer(A, (const(A,books)))). _parse([what,is,the,colour,of,the,cloth,in,front,of,the,table,in,the,image1242,?], answer(A, (const(A,red);const(A,yellow)))). _parse([what,is,behind,the,red,cloth,in,the,image1243,?], answer(A, (const(A,clothes)))). _parse([what,is,behind,the,clothes,in,the,image1243,?], answer(A, (const(A,dog)))). _parse([what,is,on,the,right,side,of,the,dog,in,the,image1243,?], answer(A, (const(A,pillow)))). _parse([what,is,in,front,of,the,sofa,in,the,image1243,?], answer(A, (const(A,table)))). _parse([what,is,the,colour,of,the,table,in,the,image1244,?], answer(A, (const(A,green);const(A,brown)))). _parse([what,is,behind,the,table,in,the,image1244,?], answer(A, (const(A,sofa)))). _parse([what,is,in,front,of,the,sofa,in,the,image1244,?], answer(A, (const(A,television)))). _parse([what,is,above,the,television,in,the,image1244,?], answer(A, (const(A,picture)))). _parse([what,is,on,the,right,side,of,the,picture,in,the,image1244,?], answer(A, (const(A,show_piece)))). _parse([what,is,behind,the,wall,in,the,image1245,?], answer(A, (const(A,stairs)))). _parse([what,is,in,between,the,chair,and,sofa,in,the,image1245,?], answer(A, (const(A,lamp)))). _parse([what,is,on,the,right,side,of,the,sofa,in,the,image1245,?], answer(A, (const(A,table)))). _parse([what,is,on,the,table,in,the,image1245,?], answer(A, (const(A,plant);const(A,books);const(A,container)))). _parse([what,is,on,the,left,side,of,the,stairs,in,the,image1245,?], answer(A, (const(A,door)))). _parse([what,is,behind,the,books,on,the,table,in,the,image1246,?], answer(A, (const(A,decorative_plate)))). _parse([what,is,the,colour,of,the,vase,in,between,the,chair,and,sofa,in,the,image1246,?], answer(A, (const(A,red)))). _parse([how,many,lamp,domes,are,there,in,the,image1246,?], answer(A, (const(A,3)))). _parse([what,is,in,front,of,the,wall,in,the,image1247,?], answer(A, (const(A,table)))). _parse([what,is,on,the,table,in,the,image1247,?], answer(A, (const(A,decorative_item)))). _parse([what,is,on,the,let,side,of,the,picture,in,the,image1247,?], answer(A, (const(A,bookshelf)))). _parse([what,is,on,the,left,side,of,the,bookshelf,in,the,image1247,?], answer(A, (const(A,show_piece)))). _parse([how,many,decorative,items,are,there,on,the,wall,in,the,image1248,?], answer(A, (const(A,2)))). _parse([how,many,chairs,are,there,around,the,table,in,the,image1248,?], answer(A, (const(A,2)))). _parse([what,is,there,in,front,of,the,sofa,in,the,image1248,?], answer(A, (const(A,table)))). _parse([what,is,on,the,table,in,the,image1248,?], answer(A, (const(A,book)))). _parse([how,many,pillows,are,there,on,the,sofa,in,the,image1248,?], answer(A, (const(A,5)))). _parse([what,is,the,colour,of,the,table,in,the,image1249,?], answer(A, (const(A,white)))). _parse([what,is,behind,the,table,in,the,image1249,?], answer(A, (const(A,door)))). _parse([how,many,chairs,are,there,in,the,image1249,?], answer(A, (const(A,3)))). _parse([how,many,sofas,are,there,in,the,image1250,?], answer(A, (const(A,2)))). _parse([what,is,in,on,the,table,in,between,the,sofas,in,the,image1250,?], answer(A, (const(A,lamp)))). _parse([what,is,behind,the,table,in,the,image1250,?], answer(A, (const(A,lamp)))). _parse([what,is,in,front,of,the,bookshelf,in,the,image1251,?], answer(A, (const(A,television)))). _parse([how,many,drawers,are,there,in,the,image1251,?], answer(A, (const(A,4)))). _parse([what,is,the,colour,of,the,sofa,in,the,image1251,?], answer(A, (const(A,gray)))). _parse([what,is,on,the,table,in,the,image1251,?], answer(A, (const(A,book);const(A,picture)))). _parse([what,is,on,the,right,side,of,the,bookshelf,in,the,image1251,?], answer(A, (const(A,door)))). _parse([what,is,on,the,desk,behind,the,sofa,in,the,image1252,?], answer(A, (const(A,flower);const(A,vase)))). _parse([what,is,on,the,wall,in,the,image1252,?], answer(A, (const(A,picture)))). _parse([what,is,on,the,sofa,in,the,image1252,?], answer(A, (const(A,paper)))). _parse([what,is,in,front,of,the,sofa,in,the,image1252,?], answer(A, (const(A,table)))). _parse([what,is,on,the,table,in,the,image1252,?], answer(A, (const(A,book);const(A,picture)))). _parse([what,is,behind,the,sofa,in,the,image1253,?], answer(A, (const(A,bookshelf)))). _parse([what,are,the,colours,of,the,furnitures,in,the,image1253,?], answer(A, (const(A,brown);const(A,gray)))). _parse([what,is,on,the,ceiling,in,the,image1254,?], answer(A, (const(A,light)))). _parse([what,is,on,the,wall,in,the,image1254,?], answer(A, (const(A,picture)))). _parse([what,is,beneath,the,pictures,in,the,image1254,?], answer(A, (const(A,piano)))). _parse([what,is,beneath,the,piano,in,the,image1254,?], answer(A, (const(A,piano_bench)))). _parse([what,is,on,the,left,side,of,the,piano,bench,in,the,image1254,?], answer(A, (const(A,table)))). _parse([how,many,blue,pictures,are,there,in,the,image1255,?], answer(A, (const(A,2)))). _parse([what,is,the,colour,of,the,chairs,in,the,image1255,?], answer(A, (const(A,black)))). _parse([what,is,behind,the,sofa,in,the,image1255,?], answer(A, (const(A,blinds)))). _parse([how,many,sofas,are,there,in,the,image1255,?], answer(A, (const(A,2)))). _parse([what,is,on,the,ceiling,in,the,image1256,?], answer(A, (const(A,light)))). _parse([what,is,on,the,wall,in,the,image1256,?], answer(A, (const(A,framed_certificate);const(A,picture)))). _parse([how,many,show,piece,shelves,are,there,in,the,image1257,?], answer(A, (const(A,4)))). _parse([what,is,in,front,of,the,show,piece,shelf,in,the,image1257,?], answer(A, (const(A,sofa)))). _parse([what,is,on,the,right,side,of,the,sofa,in,the,image1257,?], answer(A, (const(A,chair)))). _parse([what,is,behind,the,lamp,in,the,image1258,?], answer(A, (const(A,window)))). _parse([what,is,in,front,of,the,person,in,the,image1258,?], answer(A, (const(A,table)))). _parse([what,is,on,the,table,in,the,image1258,?], answer(A, (const(A,book)))). _parse([what,is,on,the,table,in,the,image1259,?], answer(A, (const(A,book);const(A,paper);const(A,bottle)))). _parse([what,is,on,the,left,side,of,the,fireplace,in,the,image1259,?], answer(A, (const(A,door)))). _parse([what,is,above,the,fireplace,in,the,image1259,?], answer(A, (const(A,picture)))). _parse([how,many,doors,of,the,cupboard,are,open,in,the,image1260,?], answer(A, (const(A,2)))). _parse([what,is,above,the,opened,doors,in,the,image1260,?], answer(A, (const(A,television)))). _parse([how,many,striped,chairs,are,there,in,the,image1260,?], answer(A, (const(A,2)))). _parse([how,many,pictures,are,visible,in,the,image1260,?], answer(A, (const(A,9)))). _parse([what,is,on,the,left,side,of,the,chairs,in,the,image1261,?], answer(A, (const(A,window)))). _parse([what,is,the,largest,object,on,the,desk,in,the,image1262,?], answer(A, (const(A,monitor)))). _parse([what,is,on,the,lef,side,of,the,monitor,in,the,image1262,?], answer(A, (const(A,printer)))). _parse([how,many,drawers,are,open,in,the,image1262,?], answer(A, (const(A,1)))). _parse([what,is,on,the,right,side,of,the,drawers,in,the,image1262,?], answer(A, (const(A,television)))). _parse([what,is,on,the,television,in,the,image1262,?], answer(A, (const(A,dvd_player)))). _parse([how,many,pictures,are,there,on,the,wall,in,the,image1263,?], answer(A, (const(A,5)))). _parse([what,is,on,the,sofa,in,the,image1263,?], answer(A, (const(A,clothes)))). _parse([what,is,behind,the,purple,chair,in,the,image1263,?], answer(A, (const(A,remote_control)))). _parse([what,is,on,the,blue,chair,in,the,image1264,?], answer(A, (const(A,clothes)))). _parse([what,is,behind,the,chair,in,the,image1264,?], answer(A, (const(A,blinds)))). _parse([how,many,frames,are,there,in,the,image1264,?], answer(A, (const(A,2)))). _parse([what,is,beneath,the,picture,in,the,image1265,?], answer(A, (const(A,chair)))). _parse([what,is,on,the,table,in,the,image1266,?], answer(A, (const(A,ornamental_plant);const(A,decorative_plate);const(A,books)))). _parse([what,is,on,the,right,side,of,the,sofa,in,the,image1266,?], answer(A, (const(A,laundry_basket)))). _parse([what,is,above,the,sofa,in,the,image1266,?], answer(A, (const(A,picture)))). _parse([what,is,on,the,left,side,of,the,sofa,in,the,image1266,?], answer(A, (const(A,table)))). _parse([what,is,on,the,table,in,the,image1266,?], answer(A, (const(A,lamp);const(A,picture)))). _parse([what,is,in,front,of,the,sofa,in,the,image1267,?], answer(A, (const(A,shoe)))). _parse([what,is,on,the,left,side,of,the,sofa,in,the,image1267,?], answer(A, (const(A,curtain)))). _parse([what,is,above,the,sofa,in,the,image1267,?], answer(A, (const(A,picture)))). _parse([what,is,on,the,sofa,in,the,image1267,?], answer(A, (const(A,pillow)))). _parse([what,is,on,the,wall,in,the,image1268,?], answer(A, (const(A,picture)))). _parse([what,is,on,the,right,side,of,the,picture,in,the,image1268,?], answer(A, (const(A,window)))). _parse([what,is,beneath,the,picture,in,the,image1268,?], answer(A, (const(A,decorative_item)))). _parse([what,is,on,the,table,in,the,image1268,?], answer(A, (const(A,television)))). _parse([what,is,the,colour,of,the,chair,in,the,image1269,?], answer(A, (const(A,yellow);const(A,red)))). _parse([what,is,above,the,chair,in,the,image1269,?], answer(A, (const(A,picture)))). _parse([what,is,on,the,left,side,of,the,chair,in,the,image1269,?], answer(A, (const(A,blinds)))). _parse([what,is,on,the,left,side,of,the,blinds,in,the,image1269,?], answer(A, (const(A,lamp)))). _parse([what,is,above,the,table,in,the,image1270,?], answer(A, (const(A,mirror)))). _parse([what,is,on,the,left,side,of,the,table,in,the,image1270,?], answer(A, (const(A,ornamental_plant)))). _parse([what,is,on,the,left,side,of,the,ornamental,plant,in,the,image1270,?], answer(A, (const(A,chair)))). _parse([what,is,the,colour,of,the,carpet,in,the,image1271,?], answer(A, (const(A,black);const(A,white)))). _parse([what,is,on,the,table,in,the,image1271,?], answer(A, (const(A,tissue_box);const(A,book)))). _parse([what,is,beneath,the,picture,in,the,image1271,?], answer(A, (const(A,sofa)))). _parse([what,is,on,the,right,side,of,the,sofa,in,the,image1271,?], answer(A, (const(A,mirror)))). _parse([how,many,sofas,are,there,in,the,image1272,?], answer(A, (const(A,3)))). _parse([what,is,on,the,right,side,of,the,sofa,in,the,image1272,?], answer(A, (const(A,lamp)))). _parse([what,is,on,the,left,side,of,the,mirror,in,the,image1272,?], answer(A, (const(A,picture)))). _parse([what,is,beneath,the,switch,board,in,the,image1273,?], answer(A, (const(A,ornamental_plant)))). _parse([what,is,on,the,left,to,the,table,in,the,image1274,?], answer(A, (const(A,tissue_box)))). _parse([what,is,on,the,left,side,of,the,tissue,box,in,the,image1274,?], answer(A, (const(A,decorative_item)))). _parse([what,is,in,between,the,sofas,in,the,image1274,?], answer(A, (const(A,mirror)))). _parse([what,is,above,the,sofa,in,the,image1274,?], answer(A, (const(A,picture)))). _parse([what,is,in,front,of,the,sofa,in,the,image1275,?], answer(A, (const(A,table)))). _parse([what,is,on,the,sofa,in,the,image1275,?], answer(A, (const(A,pillow);const(A,paper);const(A,book)))). _parse([what,is,on,the,right,side,of,the,table,in,the,image1275,?], answer(A, (const(A,bookshelf)))). _parse([what,is,on,the,chair,in,the,image1275,?], answer(A, (const(A,clothes)))). _parse([what,is,on,the,left,side,of,the,sofa,in,the,image1276,?], answer(A, (const(A,window)))). _parse([how,many,chairs,are,there,around,the,dining,table,in,the,image1276,?], answer(A, (const(A,5)))). _parse([what,is,on,the,ceiling,in,the,image1276,?], answer(A, (const(A,light)))). _parse([what,is,the,colour,of,the,sofa,in,the,image1276,?], answer(A, (const(A,gray)))). _parse([what,is,the,colour,of,the,carpet,in,the,image1277,?], answer(A, (const(A,red)))). _parse([what,is,amidst,the,chairs,and,sofa,in,the,image1277,?], answer(A, (const(A,table)))). _parse([what,is,behind,the,sofa,in,the,image1277,?], answer(A, (const(A,flower);const(A,vase)))). _parse([what,is,on,the,wall,in,the,image1277,?], answer(A, (const(A,picture)))). _parse([what,is,behind,the,sofa,in,the,image1277,?], answer(A, (const(A,window)))). _parse([how,many,chairs,are,there,in,the,image1278,?], answer(A, (const(A,2)))). _parse([how,many,pictures,are,there,on,the,wall,in,the,image1278,?], answer(A, (const(A,2)))). _parse([what,is,behind,the,sofa,in,the,image1278,?], answer(A, (const(A,flower);const(A,vase)))). _parse([what,is,the,behind,the,sofa,in,the,image1278,?], answer(A, (const(A,piano)))). _parse([what,is,beneath,the,piano,in,the,image1279,?], answer(A, (const(A,piano_bench)))). _parse([what,is,on,the,round,table,in,the,image1279,?], answer(A, (const(A,flower);const(A,vase)))). _parse([what,is,on,the,piano,in,the,image1279,?], answer(A, (const(A,paper)))). _parse([what,is,the,colour,of,the,picture,behind,the,chair,in,the,image1280,?], answer(A, (const(A,red);const(A,yellow);const(A,blue)))). _parse([what,is,between,the,chairs,and,sofa,in,the,image1280,?], answer(A, (const(A,table)))). _parse([what,is,on,the,table,in,the,image1280,?], answer(A, (const(A,decorative_item)))). _parse([what,is,on,the,table,in,the,image1281,?], answer(A, (const(A,book)))). _parse([what,is,on,the,wall,in,the,image1281,?], answer(A, (const(A,framed_certificate)))). _parse([what,is,behind,the,sofa,in,the,image1281,?], answer(A, (const(A,stairs)))). _parse([what,is,on,the,right,side,of,the,piano,bench,in,the,image1281,?], answer(A, (const(A,stroller)))). _parse([what,is,on,the,piano,in,the,image1282,?], answer(A, (const(A,basket)))). _parse([what,is,beneath,the,piano,in,the,image1282,?], answer(A, (const(A,piano_bench)))). _parse([what,is,the,colour,of,the,wall,in,the,image1282,?], answer(A, (const(A,blue)))). _parse([what,is,leaning,on,the,wall,in,the,image1283,?], answer(A, (const(A,bicycle)))). _parse([how,many,books,are,there,on,the,table,in,the,image1283,?], answer(A, (const(A,4)))). _parse([what,is,behind,the,piano,bench,in,the,image1283,?], answer(A, (const(A,stroller)))). _parse([what,is,behind,the,sofa,in,the,image1284,?], answer(A, (const(A,window)))). _parse([what,is,on,the,window,in,the,image1284,?], answer(A, (const(A,curtain)))). _parse([what,is,on,the,left,side,of,the,curtains,in,the,image1284,?], answer(A, (const(A,picture)))). _parse([what,is,on,the,sofa,in,the,image1284,?], answer(A, (const(A,pillow)))). _parse([how,many,chairs,are,there,in,the,image1285,?], answer(A, (const(A,2)))). _parse([what,is,on,the,sofa,in,the,image1285,?], answer(A, (const(A,pillow)))). _parse([what,is,in,the,shelf,behind,the,chair,in,the,image1285,?], answer(A, (const(A,books);const(A,picture)))). _parse([how,many,bowls,are,there,in,the,shelf,in,the,image1285,?], answer(A, (const(A,5)))). _parse([what,is,on,the,table,in,the,image1286,?], answer(A, (const(A,bowl);const(A,book)))). _parse([what,in,front,of,the,sofa,in,the,image1286,?], answer(A, (const(A,table)))). _parse([what,is,on,the,left,side,of,the,books,in,the,image1287,?], answer(A, (const(A,television)))). _parse([how,many,pictures,are,there,in,the,image1287,?], answer(A, (const(A,3)))). _parse([how,many,pillows,are,there,on,the,chair,and,sofa,in,the,image1287,?], answer(A, (const(A,3)))). _parse([how,many,stacks,of,books,are,there,in,the,image1288,?], answer(A, (const(A,3)))). _parse([what,is,amidst,the,books,in,the,image1288,?], answer(A, (const(A,decorative_item)))). _parse([what,is,beneath,the,television,in,the,image1288,?], answer(A, (const(A,dvd_player)))). _parse([what,is,the,colour,of,the,picture,on,the,wall,in,the,image1289,?], answer(A, (const(A,green)))). _parse([what,is,on,the,right,side,of,the,sofa,in,the,image1289,?], answer(A, (const(A,lamp)))). _parse([how,many,tables,are,there,in,the,image1289,?], answer(A, (const(A,3)))). _parse([what,is,on,the,centre,table,in,the,image1289,?], answer(A, (const(A,flower);const(A,vase)))). _parse([how,many,colours,of,flowers,are,there,in,the,image1289,?], answer(A, (const(A,3)))). _parse([what,is,on,the,sofa,in,the,image1290,?], answer(A, (const(A,clothes)))). _parse([what,is,on,the,left,side,of,the,flower,vase,in,the,image1290,?], answer(A, (const(A,remote_control)))). _parse([what,is,on,the,right,side,of,the,television,in,the,image1290,?], answer(A, (const(A,ornamental_plant)))). _parse([how,many,pictures,are,there,on,the,wall,in,the,image1291,?], answer(A, (const(A,7)))). _parse([what,is,on,the,ceiling,in,the,image1292,?], answer(A, (const(A,light);const(A,chandelier)))). _parse([what,is,on,the,show,piece,shelf,in,the,image1292,?], answer(A, (const(A,decorative_plate)))). _parse([what,is,on,the,left,side,of,the,clothes,on,the,sofa,in,the,image1293,?], answer(A, (const(A,paper)))). _parse([what,is,the,largest,show,piece,in,the,image1293,?], answer(A, (const(A,decorative_plate)))). _parse([what,is,on,the,right,side,of,the,chair,in,the,image1294,?], answer(A, (const(A,lamp)))). _parse([what,is,in,front,of,the,curtain,in,the,image1294,?], answer(A, (const(A,guitar)))). _parse([what,is,on,the,left,side,of,the,curtain,in,the,image1294,?], answer(A, (const(A,blinds)))). _parse([what,is,on,the,left,side,of,the,sofa,in,the,image1295,?], answer(A, (const(A,stairs)))). _parse([what,is,on,the,right,side,of,the,sofa,in,the,image1295,?], answer(A, (const(A,mirror)))). _parse([what,is,seen,on,the,mirror,reflection,in,the,image1295,?], answer(A, (const(A,chair)))). _parse([what,is,on,the,left,side,of,the,mirror,in,the,image1295,?], answer(A, (const(A,picture)))). _parse([how,many,bottles,are,there,in,the,image1296,?], answer(A, (const(A,6)))). _parse([what,is,above,the,bottle,shelf,in,the,image1296,?], answer(A, (const(A,decorative_item);const(A,bowl)))). _parse([what,is,next,to,the,bowl,in,the,last,shelf,in,the,image1296,?], answer(A, (const(A,candle)))). _parse([what,is,on,the,left,side,of,the,picture,in,the,image1296,?], answer(A, (const(A,plate)))). _parse([what,is,beneath,the,picture,in,the,image1297,?], answer(A, (const(A,chessboard)))). _parse([what,is,on,either,side,of,the,chessboard,in,the,image1297,?], answer(A, (const(A,chair)))). _parse([what,is,the,colour,of,the,chair,in,the,image1297,?], answer(A, (const(A,black)))). _parse([what,is,on,the,sofa,in,the,image1298,?], answer(A, (const(A,book)))). _parse([how,many,remote,controls,are,there,in,the,image1298,?], answer(A, (const(A,2)))). _parse([what,is,in,between,the,chair,and,sofa,in,the,image1298,?], answer(A, (const(A,stool)))). _parse([what,is,behind,the,sofa,in,the,image1298,?], answer(A, (const(A,window);const(A,decorative_item)))). _parse([how,many,stools,are,there,in,the,image1299,?], answer(A, (const(A,2)))). _parse([what,is,in,front,of,the,stool,in,the,image1299,?], answer(A, (const(A,table)))). _parse([how,many,pillows,are,visible,in,the,image1299,?], answer(A, (const(A,1)))). _parse([how,many,ornamental,plants,are,there,in,the,image1300,?], answer(A, (const(A,2)))). _parse([what,is,in,front,of,the,ornamental,plants,in,the,image1300,?], answer(A, (const(A,cat_cage)))). _parse([what,is,in,front,of,the,chair,in,the,image1300,?], answer(A, (const(A,stool)))). _parse([what,is,above,the,stool,in,the,image1300,?], answer(A, (const(A,show_piece)))). _parse([how,many,white,drawers,are,there,in,the,image1301,?], answer(A, (const(A,2)))). _parse([what,is,on,the,desk,in,the,image1301,?], answer(A, (const(A,monitor);const(A,paper);const(A,telephone)))). _parse([what,is,on,the,right,side,of,the,monitor,in,the,image1301,?], answer(A, (const(A,window)))). _parse([what,is,on,the,right,side,of,the,mirror,in,the,image1302,?], answer(A, (const(A,light)))). _parse([what,is,on,the,right,side,of,the,lamp,in,the,image1302,?], answer(A, (const(A,plant_pot)))). _parse([what,is,the,largest,object,in,the,image1302,?], answer(A, (const(A,sofa)))). _parse([how,many,chairs,are,there,in,the,image1302,?], answer(A, (const(A,3)))). _parse([what,is,in,front,of,the,sofa,in,the,image1303,?], answer(A, (const(A,stool)))). _parse([how,many,stools,are,there,in,the,image1303,?], answer(A, (const(A,2)))). _parse([what,is,on,the,sofa,in,the,image1303,?], answer(A, (const(A,pillow)))). _parse([what,is,the,colour,of,the,pillows,in,the,image1303,?], answer(A, (const(A,white);const(A,green)))). _parse([what,is,on,the,left,side,of,the,pillar,in,the,image1304,?], answer(A, (const(A,stand)))). _parse([what,is,on,the,stand,in,the,image1304,?], answer(A, (const(A,flower);const(A,vase)))). _parse([what,is,behind,the,chairs,in,the,image1304,?], answer(A, (const(A,decorative_item)))). _parse([what,is,on,the,table,in,front,of,the,sofa,in,the,image1304,?], answer(A, (const(A,book);const(A,decorative_item)))). _parse([how,many,pictures,are,there,on,the,wall,in,the,image1305,?], answer(A, (const(A,2)))). _parse([what,is,beneath,the,pictures,in,the,image1305,?], answer(A, (const(A,table)))). _parse([what,is,on,the,table,in,the,image1305,?], answer(A, (const(A,flower_pot);const(A,bowl);const(A,lamp)))). _parse([what,is,front,of,the,table,in,the,image1305,?], answer(A, (const(A,chair)))). _parse([what,is,in,front,of,the,chair,in,the,image1305,?], answer(A, (const(A,flower_pot)))). _parse([what,is,on,the,piano,in,the,image1306,?], answer(A, (const(A,decorative_plate)))). _parse([what,is,beneath,the,piano,in,the,image1306,?], answer(A, (const(A,piano_bench)))). _parse([what,is,the,brown,object,on,the,floor,in,the,image1306,?], answer(A, (const(A,bean_bag)))). _parse([what,is,on,the,floor,in,the,image1306,?], answer(A, (const(A,clothes)))). _parse([what,is,on,the,left,to,the,paper,on,the,piano,in,the,image1306,?], answer(A, (const(A,pen)))). _parse([what,is,the,black,object,in,the,image1307,?], answer(A, (const(A,fireplace)))). _parse([what,is,on,the,right,side,of,the,firepalce,in,the,image1307,?], answer(A, (const(A,guitar)))). _parse([what,is,on,the,right,side,of,the,guitar,in,the,image1307,?], answer(A, (const(A,window)))). _parse([what,is,on,the,left,of,the,fire,place,in,the,image1307,?], answer(A, (const(A,cables)))). _parse([what,is,on,the,right,side,of,the,chair,in,the,image1308,?], answer(A, (const(A,decorative_item)))). _parse([what,is,on,the,chair,in,the,image1308,?], answer(A, (const(A,pillow)))). _parse([what,is,on,the,left,side,of,the,black,table,in,the,image1308,?], answer(A, (const(A,sofa)))). _parse([how,many,red,objects,are,there,in,the,image1309,?], answer(A, (const(A,4)))). _parse([what,is,behind,the,red,chair,in,the,image1309,?], answer(A, (const(A,bench)))). _parse([what,is,behind,the,bench,in,the,image1309,?], answer(A, (const(A,garbage_bin)))). _parse([what,is,on,the,chair,in,the,image1309,?], answer(A, (const(A,pillow)))). _parse([what,is,in,front,of,the,chair,in,the,image1310,?], answer(A, (const(A,stool)))). _parse([what,is,behind,the,chair,in,the,image1310,?], answer(A, (const(A,door)))). _parse([what,is,on,the,right,side,of,the,door,in,the,image1310,?], answer(A, (const(A,window)))). _parse([what,is,the,largest,object,in,the,image1311,?], answer(A, (const(A,sofa)))). _parse([what,is,on,the,sofa,in,the,image1311,?], answer(A, (const(A,remote_control)))). _parse([what,is,on,the,left,side,of,the,sofa,in,the,image1311,?], answer(A, (const(A,garbage_bin)))). _parse([what,is,above,the,garbage,bin,in,the,image1311,?], answer(A, (const(A,window)))). _parse([what,is,the,black,object,in,the,image1312,?], answer(A, (const(A,table);const(A,sofa)))). _parse([what,is,behind,the,table,in,the,image1312,?], answer(A, (const(A,fireplace)))). _parse([what,is,on,the,right,side,of,the,table,in,the,image1312,?], answer(A, (const(A,chair)))). _parse([what,is,on,the,table,in,the,image1313,?], answer(A, (const(A,book)))). _parse([what,is,on,the,book,in,the,image1313,?], answer(A, (const(A,remote_control)))). _parse([what,is,on,the,right,side,of,the,table,in,the,image1313,?], answer(A, (const(A,chair)))). _parse([how,many,round,shaped,chairs,in,the,image1314,?], answer(A, (const(A,1)))). _parse([what,is,the,colour,of,the,round,shaped,chair,in,the,image1314,?], answer(A, (const(A,white);const(A,blue)))). _parse([what,is,behind,the,round,shaped,chair,in,the,image1314,?], answer(A, (const(A,sofa)))). _parse([what,is,behind,the,sofa,in,the,image1314,?], answer(A, (const(A,window)))). _parse([what,is,the,colour,of,the,wall,in,the,image1314,?], answer(A, (const(A,red)))). _parse([how,many,stools,are,there,in,the,image1315,?], answer(A, (const(A,2)))). _parse([what,is,behind,the,stool,in,the,image1315,?], answer(A, (const(A,door)))). _parse([what,is,beneath,the,shelves,in,the,image1315,?], answer(A, (const(A,plastic_chair)))). _parse([how,many,pictures,are,visible,in,the,image1316,?], answer(A, (const(A,3)))). _parse([what,is,on,the,right,side,of,the,door,in,the,image1316,?], answer(A, (const(A,television)))). _parse([what,is,beneath,the,television,in,the,image1316,?], answer(A, (const(A,table)))). _parse([what,is,beneath,the,blinds,in,the,image1317,?], answer(A, (const(A,treadmill)))). _parse([what,is,on,the,left,side,of,the,treadmill,in,the,image1317,?], answer(A, (const(A,sofa)))). _parse([what,is,in,front,of,the,sofa,in,the,image1317,?], answer(A, (const(A,television)))). _parse([what,is,on,the,left,side,of,the,sofa,in,the,image1318,?], answer(A, (const(A,bicycle)))). _parse([how,many,pillows,are,there,on,the,sofa,in,the,image1318,?], answer(A, (const(A,3)))). _parse([what,is,the,colour,of,the,cloth,on,the,sofa,in,the,image1318,?], answer(A, (const(A,yellow);const(A,red)))). _parse([what,is,in,front,of,the,sofa,in,the,image1318,?], answer(A, (const(A,iron_box)))). _parse([how,many,pictures,are,there,on,the,wall,in,the,image1318,?], answer(A, (const(A,4)))). _parse([what,is,on,the,left,most,side,on,the,table,in,the,image1319,?], answer(A, (const(A,fan)))). _parse([what,is,the,largest,object,on,the,table,in,the,image1319,?], answer(A, (const(A,television)))). _parse([how,many,drawers,are,there,in,the,image1319,?], answer(A, (const(A,3)))). _parse([what,is,on,the,table,in,the,image1320,?], answer(A, (const(A,chessboard);const(A,basket);const(A,desk_mat)))). _parse([what,is,on,the,rack,in,the,image1320,?], answer(A, (const(A,decorative_plate)))). _parse([what,is,on,the,right,side,of,the,chair,in,the,image1320,?], answer(A, (const(A,blinds)))). _parse([what,is,on,the,left,side,of,the,picture,in,the,image1321,?], answer(A, (const(A,decorative_plate)))). _parse([what,is,beneath,the,picture,in,the,image1321,?], answer(A, (const(A,table)))). _parse([what,is,on,the,table,in,the,image1321,?], answer(A, (const(A,decorative_item)))). _parse([what,is,on,the,wall,in,the,image1322,?], answer(A, (const(A,picture)))). _parse([what,is,beneath,the,picture,in,the,image1322,?], answer(A, (const(A,fireplace)))). _parse([what,is,in,front,of,the,fireplace,in,the,image1322,?], answer(A, (const(A,books)))). _parse([what,is,in,front,of,the,books,in,the,image1322,?], answer(A, (const(A,chair)))). _parse([what,is,on,the,chair,in,the,image1322,?], answer(A, (const(A,pillow)))). _parse([what,is,on,the,right,side,of,the,fireplace,in,the,image1323,?], answer(A, (const(A,picture)))). _parse([what,is,above,the,picture,in,the,image1323,?], answer(A, (const(A,bookshelf)))). _parse([how,many,red,chairs,are,there,in,the,image1323,?], answer(A, (const(A,2)))). _parse([what,is,on,the,stool,in,the,image1323,?], answer(A, (const(A,newspapers)))). _parse([how,many,blinds,are,there,in,the,image1324,?], answer(A, (const(A,3)))). _parse([what,is,on,the,wall,in,the,image1324,?], answer(A, (const(A,decorative_item)))). _parse([what,is,on,the,table,in,front,of,the,blinds,in,the,image1324,?], answer(A, (const(A,lamp);const(A,books);const(A,paper)))). _parse([what,is,on,the,left,side,of,the,table,in,the,image1324,?], answer(A, (const(A,basket)))). _parse([what,is,on,the,right,side,of,the,decorative,item,in,the,image1324,?], answer(A, (const(A,bookshelf)))). _parse([how,many,fishes,are,there,on,the,wall,in,the,image1325,?], answer(A, (const(A,12)))). _parse([what,is,on,the,right,side,of,the,fishes,on,the,wall,in,the,image1325,?], answer(A, (const(A,picture)))). _parse([what,is,beneath,the,fishes,in,the,image1325,?], answer(A, (const(A,sofa)))). _parse([what,is,on,the,sofa,in,the,image1325,?], answer(A, (const(A,carton);const(A,pillow)))). _parse([what,are,the,show,pieces,in,the,shelves,in,the,image1326,?], answer(A, (const(A,glass);const(A,container)))). _parse([what,is,on,the,sofa,in,the,image1326,?], answer(A, (const(A,pillow);const(A,paper)))). _parse([what,is,on,the,show,piece,shelf,in,the,image1326,?], answer(A, (const(A,mirror)))). _parse([how,many,flags,are,visible,in,the,image1326,?], answer(A, (const(A,1)))). _parse([what,is,the,colour,of,the,sofa,in,the,image1327,?], answer(A, (const(A,green)))). _parse([what,is,on,the,sofa,in,the,image1327,?], answer(A, (const(A,pillow)))). _parse([what,is,on,the,left,side,of,the,sofa,in,the,image1327,?], answer(A, (const(A,television)))). _parse([how,many,pictures,are,there,on,the,wall,in,the,image1327,?], answer(A, (const(A,2)))). _parse([what,is,on,the,television,in,the,image1327,?], answer(A, (const(A,dvd_player)))). _parse([what,is,behind,the,chairs,in,the,image1328,?], answer(A, (const(A,blinds)))). _parse([what,is,in,between,the,chairs,in,the,image1328,?], answer(A, (const(A,lamp)))). _parse([what,is,beneath,the,lamp,in,the,image1328,?], answer(A, (const(A,table)))). _parse([what,is,in,front,of,the,lamp,in,the,image1328,?], answer(A, (const(A,books)))). _parse([what,is,on,the,right,side,of,the,books,in,the,image1328,?], answer(A, (const(A,remote_control)))). _parse([what,is,the,largest,object,in,the,image1329,?], answer(A, (const(A,sofa)))). _parse([what,is,on,the,sofa,in,the,image1329,?], answer(A, (const(A,pillow)))). _parse([what,is,behind,the,sofa,in,the,image1329,?], answer(A, (const(A,lamp)))). _parse([how,many,lamps,are,there,in,the,image1329,?], answer(A, (const(A,2)))). _parse([what,is,in,front,of,the,sofa,in,the,image1329,?], answer(A, (const(A,table)))). _parse([what,is,on,the,left,side,of,the,piano,in,the,image1330,?], answer(A, (const(A,door)))). _parse([what,is,on,the,piano,in,the,image1330,?], answer(A, (const(A,picture)))). _parse([what,is,beneath,the,piano,in,the,image1330,?], answer(A, (const(A,piano_bench)))). _parse([what,is,the,black,object,on,the,carpet,in,the,image1331,?], answer(A, (const(A,dog)))). _parse([how,many,sofas,are,there,in,the,image1331,?], answer(A, (const(A,2)))). _parse([what,is,in,front,of,the,sofa,in,the,image1331,?], answer(A, (const(A,table)))). _parse([what,is,beneath,the,book,rack,in,the,image1331,?], answer(A, (const(A,fireplace)))). _parse([what,is,on,the,left,side,of,the,chair,in,the,image1332,?], answer(A, (const(A,guitar)))). _parse([what,is,on,the,chair,in,the,image1332,?], answer(A, (const(A,guitar_case)))). _parse([how,many,drawers,are,there,in,the,image1332,?], answer(A, (const(A,4)))). _parse([what,is,on,the,drawer,table,in,the,image1332,?], answer(A, (const(A,tissue_box);const(A,book);const(A,container)))). _parse([how,many,pillows,are,there,on,the,sofa,in,the,image1333,?], answer(A, (const(A,5)))). _parse([what,in,the,wall,in,the,image1333,?], answer(A, (const(A,picture)))). _parse([what,is,on,the,right,side,of,the,sofa,in,the,image1333,?], answer(A, (const(A,chair)))). _parse([what,is,on,the,wall,in,the,image1334,?], answer(A, (const(A,decorative_plate)))). _parse([what,is,the,colour,of,the,mat,in,the,image1334,?], answer(A, (const(A,gray)))). _parse([what,is,the,colour,of,the,sofa,in,the,image1334,?], answer(A, (const(A,brown)))). _parse([what,is,on,the,ceiling,in,the,image1335,?], answer(A, (const(A,fan);const(A,light)))). _parse([what,is,in,front,of,the,sofa,in,the,image1335,?], answer(A, (const(A,baby_chair)))). _parse([what,on,the,left,side,of,the,door,in,the,image1335,?], answer(A, (const(A,lamp)))). _parse([what,is,in,front,of,the,picture,in,the,image1336,?], answer(A, (const(A,fan)))). _parse([what,is,on,the,left,side,of,the,sofa,in,the,image1337,?], answer(A, (const(A,table)))). _parse([what,is,on,the,table,in,the,image1337,?], answer(A, (const(A,tissue_box)))). _parse([what,is,on,the,wall,in,the,image1337,?], answer(A, (const(A,picture)))). _parse([what,is,above,the,fireplace,in,the,image1338,?], answer(A, (const(A,television)))). _parse([what,is,on,the,left,side,of,the,television,in,the,image1338,?], answer(A, (const(A,light)))). _parse([what,is,behind,the,sofa,in,the,image1338,?], answer(A, (const(A,window)))). _parse([what,is,in,between,the,chairs,in,the,image1338,?], answer(A, (const(A,stool)))). _parse([what,is,in,front,of,the,sofa,in,the,image1338,?], answer(A, (const(A,table)))). _parse([what,is,on,the,left,side,of,the,picture,in,the,image1339,?], answer(A, (const(A,mirror)))). _parse([what,is,beneath,the,mirror,in,the,image1339,?], answer(A, (const(A,stool)))). _parse([what,is,on,the,table,in,the,image1339,?], answer(A, (const(A,book);const(A,box);const(A,glass)))). _parse([how,many,pillows,are,visible,in,the,picture,in,the,image1339,?], answer(A, (const(A,4)))). _parse([how,many,chairs,are,there,near,the,persion,standing,in,the,image1340,?], answer(A, (const(A,4)))). _parse([what,is,on,the,table,in,the,image1340,?], answer(A, (const(A,box);const(A,ashtray)))). _parse([how,many,stools,are,there,in,front,of,the,chairs,in,the,image1340,?], answer(A, (const(A,2)))). _parse([how,many,chairs,are,there,in,the,image1341,?], answer(A, (const(A,7)))). _parse([what,is,the,colour,of,the,curtain,in,the,image1341,?], answer(A, (const(A,purple)))). _parse([what,is,on,the,shelf,in,the,image1341,?], answer(A, (const(A,decorative_item)))). _parse([what,is,on,the,table,in,the,image1342,?], answer(A, (const(A,salt_shaker);const(A,bowl);const(A,decorative_plate);const(A,decorative_item)))). _parse([how,many,drawers,are,visible,in,the,image1342,?], answer(A, (const(A,5)))). _parse([what,is,the,colour,of,the,biggest,chair,in,the,image1343,?], answer(A, (const(A,white);const(A,black)))). _parse([what,is,in,front,of,the,chair,in,the,image1343,?], answer(A, (const(A,table)))). _parse([what,is,on,the,table,in,the,image1343,?], answer(A, (const(A,book);const(A,paper)))). _parse([what,is,in,front,of,the,table,in,the,image1343,?], answer(A, (const(A,sofa)))). _parse([what,is,the,colour,of,the,sofa,in,the,image1343,?], answer(A, (const(A,pink)))). _parse([what,is,on,the,wall,in,the,image1344,?], answer(A, (const(A,picture)))). _parse([what,is,the,largest,object,in,the,image1344,?], answer(A, (const(A,table)))). _parse([what,is,on,the,left,side,of,the,chairs,in,the,image1344,?], answer(A, (const(A,curtain)))). _parse([what,is,behind,the,table,in,the,image1345,?], answer(A, (const(A,chair)))). _parse([what,is,on,the,table,in,the,image1345,?], answer(A, (const(A,bench)))). _parse([what,is,the,colour,of,the,smallest,chair,in,the,image1345,?], answer(A, (const(A,blue)))). _parse([how,many,black,chairs,are,there,in,the,image1346,?], answer(A, (const(A,8)))). _parse([what,is,the,colour,of,the,table,in,the,image1346,?], answer(A, (const(A,white)))). _parse([what,is,on,the,wall,in,the,image1346,?], answer(A, (const(A,picture)))). _parse([what,is,above,the,table,in,the,image1346,?], answer(A, (const(A,chandelier)))). _parse([what,us,on,the,left,side,of,the,bottle,in,the,image1347,?], answer(A, (const(A,bag)))). _parse([what,is,the,largest,object,on,the,table,in,the,image1347,?], answer(A, (const(A,bowl)))). _parse([what,is,on,the,rigt,side,of,the,bottle,in,the,image1347,?], answer(A, (const(A,paper);const(A,clothes)))). _parse([how,many,chairs,are,there,in,the,image1347,?], answer(A, (const(A,11)))). _parse([how,many,lamps,are,there,in,the,image1347,?], answer(A, (const(A,2)))). _parse([what,is,in,front,of,the,wall,in,the,image1348,?], answer(A, (const(A,baby_chair)))). _parse([what,is,on,the,left,side,of,the,packaged,bottles,in,the,image1348,?], answer(A, (const(A,table)))). _parse([what,is,on,the,table,in,the,image1348,?], answer(A, (const(A,vase)))). _parse([what,is,on,the,table,in,the,image1349,?], answer(A, (const(A,candle);const(A,bowl);const(A,paper);const(A,bag)))). _parse([what,is,the,colour,of,the,candles,in,the,image1349,?], answer(A, (const(A,red);const(A,blue);const(A,brown);const(A,green)))). _parse([how,many,chairs,have,pillows,on,it,in,the,image1349,?], answer(A, (const(A,2)))). _parse([what,is,the,colour,of,the,lamp,in,the,image1349,?], answer(A, (const(A,white)))). _parse([what,is,the,colour,of,the,table,and,chair,in,the,image1350,?], answer(A, (const(A,brown)))). _parse([what,is,behind,the,chairs,in,the,image1350,?], answer(A, (const(A,window)))). _parse([what,is,in,the,shelves,in,the,image1350,?], answer(A, (const(A,glass);const(A,container);const(A,bottle);const(A,decorative_item)))). _parse([how,many,knobs,are,visible,in,the,image1351,?], answer(A, (const(A,7)))). _parse([how,many,switchboards,are,there,in,the,image1351,?], answer(A, (const(A,2)))). _parse([what,is,the,white,object,on,the,kitchen,shelf,in,the,image1351,?], answer(A, (const(A,cup);const(A,saucer)))). _parse([what,is,on,the,left,side,of,the,cup,and,saucer,in,the,image1351,?], answer(A, (const(A,bottle)))). _parse([how,many,chairs,are,there,in,the,image1352,?], answer(A, (const(A,7)))). _parse([what,is,behind,the,chair,in,the,image1352,?], answer(A, (const(A,door)))). _parse([how,many,pictures,are,there,in,the,image1352,?], answer(A, (const(A,2)))). _parse([what,is,on,the,table,in,the,image1353,?], answer(A, (const(A,table_runner);const(A,decorative_item)))). _parse([what,is,in,front,of,the,wall,in,the,image1353,?], answer(A, (const(A,lamp)))). _parse([how,many,lights,are,visible,in,the,image1353,?], answer(A, (const(A,5)))). _parse([what,is,on,the,wall,in,the,image1354,?], answer(A, (const(A,mirror)))). _parse([what,is,on,the,table,in,the,image1354,?], answer(A, (const(A,decorative_plate)))). _parse([what,is,surrounding,the,table,in,the,image1355,?], answer(A, (const(A,chair)))). _parse([how,many,chairs,are,there,in,the,image1355,?], answer(A, (const(A,8)))). _parse([what,is,behind,the,chairs,in,the,image1355,?], answer(A, (const(A,blinds)))). _parse([how,many,blinds,are,there,in,the,image1356,?], answer(A, (const(A,3)))). _parse([what,is,on,the,right,side,of,the,blinds,in,the,image1356,?], answer(A, (const(A,picture)))). _parse([what,is,the,colour,of,the,table,cloth,in,the,image1357,?], answer(A, (const(A,white)))). _parse([what,is,on,the,table,in,the,image1357,?], answer(A, (const(A,book);const(A,paper);const(A,decorative_item)))). _parse([what,is,on,the,right,side,of,the,lamp,in,the,image1358,?], answer(A, (const(A,decorative_plate)))). _parse([what,is,on,the,wall,in,the,image1358,?], answer(A, (const(A,picture)))). _parse([what,is,in,front,of,the,table,in,the,image1358,?], answer(A, (const(A,chair)))). _parse([what,is,on,the,table,in,the,image1359,?], answer(A, (const(A,book);const(A,paper);const(A,decorative_item)))). _parse([what,is,the,colour,of,the,object,in,the,left,side,of,the,lamp,in,the,image1359,?], answer(A, (const(A,blue)))). _parse([what,is,on,the,left,side,of,the,table,in,the,image1359,?], answer(A, (const(A,blinds)))). _parse([what,is,in,front,of,the,candle,holder,in,the,image1360,?], answer(A, (const(A,tray)))). _parse([what,is,the,colour,of,the,blinds,in,the,image1360,?], answer(A, (const(A,white)))). _parse([what,is,the,colour,of,the,floor,in,the,image1360,?], answer(A, (const(A,brown)))). _parse([what,is,the,colour,of,the,chair,in,the,image1361,?], answer(A, (const(A,red)))). _parse([how,many,drawers,are,there,in,the,image1362,?], answer(A, (const(A,4)))). _parse([how,many,candle,holders,are,there,in,the,image1362,?], answer(A, (const(A,6)))). _parse([what,is,beneath,the,drawers,in,the,image1362,?], answer(A, (const(A,door)))). _parse([what,is,in,front,of,the,drawers,in,the,image1362,?], answer(A, (const(A,chair)))). _parse([what,is,behind,the,right,most,candle,holder,in,the,image1362,?], answer(A, (const(A,glass_container)))). _parse([what,is,on,the,table,in,the,image1363,?], answer(A, (const(A,decorative_item);const(A,bowl)))). _parse([what,is,the,colour,of,the,object,in,the,second,shelf,from,top,in,the,image1363,?], answer(A, (const(A,blue)))). _parse([what,is,on,the,left,side,of,the,pillar,in,the,image1363,?], answer(A, (const(A,stairs)))). _parse([what,is,above,the,table,in,the,image1364,?], answer(A, (const(A,chandelier)))). _parse([what,is,on,the,ceiling,in,the,image1364,?], answer(A, (const(A,light)))). _parse([what,is,on,the,table,in,the,image1364,?], answer(A, (const(A,bowl)))). _parse([how,many,shelves,are,there,in,the,image1364,?], answer(A, (const(A,3)))). _parse([how,many,pictures,are,visible,in,the,image1365,?], answer(A, (const(A,4)))). _parse([how,many,pictures,are,there,in,the,image1365,?], answer(A, (const(A,3)))). _parse([what,is,beneath,the,candle,holder,in,the,image1365,?], answer(A, (const(A,decorative_plate)))). _parse([how,many,chairs,are,there,in,the,image1366,?], answer(A, (const(A,6)))). _parse([how,many,pictures,are,there,in,the,image1366,?], answer(A, (const(A,4)))). _parse([what,is,the,largest,object,in,the,image1366,?], answer(A, (const(A,table)))). _parse([how,many,candle,holders,are,there,in,the,image1367,?], answer(A, (const(A,4)))). _parse([what,is,on,the,wall,in,the,image1367,?], answer(A, (const(A,picture)))). _parse([what,is,the,colour,of,the,table,in,the,image1367,?], answer(A, (const(A,brown)))). _parse([what,is,the,colour,of,the,chair,and,table,in,the,image1368,?], answer(A, (const(A,black)))). _parse([what,is,behind,the,chairs,in,the,image1368,?], answer(A, (const(A,vase);const(A,decorative_item)))). _parse([what,is,on,the,table,in,the,image1368,?], answer(A, (const(A,decorative_item)))). _parse([what,is,above,the,table,in,the,image1368,?], answer(A, (const(A,fan)))). _parse([what,is,on,the,right,most,side,of,the,table,in,the,image1369,?], answer(A, (const(A,lamp)))). _parse([what,is,on,the,left,most,side,of,the,table,in,the,image1369,?], answer(A, (const(A,flower)))). _parse([how,many,drawers,are,there,in,the,image1369,?], answer(A, (const(A,3)))). _parse([what,is,the,colour,of,the,plant,in,the,image1369,?], answer(A, (const(A,green)))). _parse([how,many,chairs,are,there,in,the,image1370,?], answer(A, (const(A,8)))). _parse([how,many,pictures,are,visible,in,the,image1370,?], answer(A, (const(A,7)))). _parse([what,is,the,colour,of,the,table,in,the,image1371,?], answer(A, (const(A,brown)))). _parse([what,is,on,the,chair,in,the,image1371,?], answer(A, (const(A,pillow)))). _parse([what,is,above,the,show,piece,rack,in,the,image1371,?], answer(A, (const(A,ornamental_plant)))). _parse([what,is,the,colour,of,the,chair,in,the,image1372,?], answer(A, (const(A,red);const(A,white)))). _parse([what,is,the,colour,of,pillows,on,the,chairs,in,the,image1372,?], answer(A, (const(A,red);const(A,white)))). _parse([what,is,on,the,wall,in,the,image1372,?], answer(A, (const(A,picture)))). _parse([how,many,pictures,are,there,in,the,image1372,?], answer(A, (const(A,8)))). _parse([what,is,on,the,table,in,the,image1373,?], answer(A, (const(A,book);const(A,carton);const(A,bottle)))). _parse([how,many,chairs,are,there,in,the,image1373,?], answer(A, (const(A,4)))). _parse([what,is,on,the,wall,in,the,image1373,?], answer(A, (const(A,picture);const(A,framed_certificate)))). _parse([what,is,on,the,right,side,of,the,table,in,the,image1373,?], answer(A, (const(A,paper)))). _parse([what,is,on,the,left,side,of,the,rack,in,the,image1374,?], answer(A, (const(A,chair)))). _parse([what,is,on,the,chair,in,the,image1374,?], answer(A, (const(A,bag)))). _parse([what,is,beneath,the,chair,in,the,image1374,?], answer(A, (const(A,briefcase)))). _parse([how,many,drawers,are,there,in,the,image1374,?], answer(A, (const(A,4)))). _parse([what,are,the,colours,of,the,chair,in,the,image1375,?], answer(A, (const(A,white);const(A,red);const(A,brown)))). _parse([what,is,on,the,right,side,of,the,image1375,?], answer(A, (const(A,baby_chair)))). _parse([what,in,on,the,table,in,the,image1376,?], answer(A, (const(A,table_runner);const(A,bowl)))). _parse([how,many,chairs,are,there,in,the,image1376,?], answer(A, (const(A,8)))). _parse([what,is,in,between,the,racks,in,the,image1376,?], answer(A, (const(A,picture)))). _parse([what,is,in,the,rack,in,the,image1377,?], answer(A, (const(A,show_piece)))). _parse([what,is,beneath,the,picture,in,the,image1377,?], answer(A, (const(A,table)))). _parse([what,is,on,the,table,in,the,image1377,?], answer(A, (const(A,decorative_item)))). _parse([what,is,the,colour,of,the,wall,in,the,image1378,?], answer(A, (const(A,purple)))). _parse([what,is,on,the,right,side,of,the,cupboard,in,the,image1378,?], answer(A, (const(A,refridgerator)))). _parse([how,many,switch,boards,are,there,in,the,image1378,?], answer(A, (const(A,2)))). _parse([what,is,on,the,cupboard,table,in,the,image1378,?], answer(A, (const(A,decorative_plate)))). _parse([how,many,chairs,are,there,in,the,image1379,?], answer(A, (const(A,10)))). _parse([what,is,on,the,table,in,the,image1379,?], answer(A, (const(A,table_runner)))). _parse([what,is,on,the,left,side,of,the,table,in,the,image1379,?], answer(A, (const(A,fireplace)))). _parse([what,is,in,the,rack,in,the,image1380,?], answer(A, (const(A,show_piece)))). _parse([how,many,candle,holders,are,there,in,the,image1380,?], answer(A, (const(A,3)))). _parse([what,is,the,colour,of,the,chair,in,the,image1380,?], answer(A, (const(A,blue)))). _parse([what,is,behind,the,chairs,in,the,image1381,?], answer(A, (const(A,door)))). _parse([what,is,on,the,door,in,the,image1381,?], answer(A, (const(A,curtain)))). _parse([what,are,the,colours,of,the,chairs,in,the,image1381,?], answer(A, (const(A,red);const(A,blue)))). _parse([what,is,on,the,wall,in,the,image1382,?], answer(A, (const(A,mirror)))). _parse([what,is,on,the,ceiling,in,the,image1382,?], answer(A, (const(A,light)))). _parse([how,many,pictures,are,there,in,the,image1382,?], answer(A, (const(A,3)))). _parse([what,is,above,the,mirror,in,the,image1382,?], answer(A, (const(A,spot_light)))). _parse([how,many,chairs,are,surrounding,the,table,in,the,image1382,?], answer(A, (const(A,7)))). _parse([how,many,drawers,are,there,in,the,image1383,?], answer(A, (const(A,6)))). _parse([what,is,on,the,left,side,of,the,bag,in,the,image1384,?], answer(A, (const(A,flower);const(A,case)))). _parse([what,is,on,the,right,side,of,the,picture,in,the,image1384,?], answer(A, (const(A,mirror)))). _parse([what,is,beneatht,he,picture,in,the,image1384,?], answer(A, (const(A,picture);const(A,decorative_item)))). _parse([how,many,chairs,are,there,in,the,image1384,?], answer(A, (const(A,3)))). _parse([what,is,the,smallest,chair,colour,in,the,image1384,?], answer(A, (const(A,blue)))). _parse([how,many,tall,chairs,are,there,in,the,image1385,?], answer(A, (const(A,5)))). _parse([how,many,short,chairs,are,there,in,the,image1385,?], answer(A, (const(A,2)))). _parse([what,is,the,colour,of,the,short,chair,in,the,image1385,?], answer(A, (const(A,blue)))). _parse([what,is,behind,the,flowers,in,the,image1385,?], answer(A, (const(A,bag)))). _parse([what,is,on,the,wall,in,the,image1385,?], answer(A, (const(A,picture)))). _parse([what,is,on,the,right,side,of,the,picture,in,the,image1385,?], answer(A, (const(A,door)))). _parse([where,is,the,flower,kept,in,the,image1385,?], answer(A, (const(A,glass_pot)))). _parse([how,many,chairs,are,visible,in,the,image1386,?], answer(A, (const(A,4)))). _parse([what,is,behind,the,chair,in,the,image1386,?], answer(A, (const(A,table)))). _parse([what,is,on,the,table,in,the,image1386,?], answer(A, (const(A,monitor);const(A,printer);const(A,flower);const(A,vase)))). _parse([what,is,behind,the,flower,vase,in,the,image1386,?], answer(A, (const(A,paper)))). _parse([what,is,on,the,wall,in,the,image1386,?], answer(A, (const(A,picture)))). _parse([what,is,on,the,stool,in,the,image1387,?], answer(A, (const(A,decorative_item)))). _parse([what,is,on,the,right,side,of,the,stool,in,the,image1387,?], answer(A, (const(A,piano)))). _parse([what,is,beneath,the,piano,in,the,image1387,?], answer(A, (const(A,piano_bench)))). _parse([what,is,on,the,piano,in,the,image1387,?], answer(A, (const(A,glass_container)))). _parse([what,is,above,the,piano,in,the,image1387,?], answer(A, (const(A,decorative_plate)))). _parse([what,is,in,front,of,the,flower,vase,in,the,image1388,?], answer(A, (const(A,chair)))). _parse([what,is,on,the,chair,in,the,image1388,?], answer(A, (const(A,clothes)))). _parse([what,is,behind,the,flower,vase,in,the,image1388,?], answer(A, (const(A,curtain)))). _parse([what,is,beneath,the,flower,vase,in,the,image1388,?], answer(A, (const(A,table)))). _parse([what,is,in,the,shelf,in,the,image1389,?], answer(A, (const(A,glass);const(A,bowl)))). _parse([what,is,on,the,left,side,of,the,picture,in,the,image1389,?], answer(A, (const(A,mirror)))). _parse([what,is,in,front,of,the,mirror,in,the,image1389,?], answer(A, (const(A,glass_container)))). _parse([how,many,drawers,are,there,in,the,image1389,?], answer(A, (const(A,4)))). _parse([what,is,on,the,right,side,of,the,glass,container,in,the,image1389,?], answer(A, (const(A,bottle)))). _parse([what,is,on,the,ceiling,in,the,image1390,?], answer(A, (const(A,light)))). _parse([what,is,on,the,right,side,of,the,frame,in,the,image1390,?], answer(A, (const(A,door)))). _parse([what,is,the,colour,of,the,curtain,in,the,image1390,?], answer(A, (const(A,blue)))). _parse([what,is,on,the,window,in,the,image1391,?], answer(A, (const(A,curtain)))). _parse([what,is,on,the,table,in,the,image1391,?], answer(A, (const(A,decorative_item);const(A,bowl)))). _parse([what,is,beneath,the,table,in,the,image1391,?], answer(A, (const(A,drawer)))). _parse([what,is,in,front,of,the,table,in,the,image1391,?], answer(A, (const(A,chair)))). _parse([what,is,the,colour,of,the,chair,in,the,image1391,?], answer(A, (const(A,blue);const(A,yellow)))). _parse([what,is,on,the,shelf,in,the,image1392,?], answer(A, (const(A,flower);const(A,vase);const(A,bottle)))). _parse([what,is,on,the,wall,in,the,image1392,?], answer(A, (const(A,light);const(A,decorative_item);const(A,picture)))). _parse([what,is,the,colour,of,the,flowers,in,the,image1392,?], answer(A, (const(A,pink);const(A,blue)))). _parse([what,is,the,white,object,on,the,table,in,the,image1392,?], answer(A, (const(A,paper)))). _parse([what,is,on,the,table,in,the,image1393,?], answer(A, (const(A,book)))). _parse([what,is,the,colour,of,the,book,in,the,image1393,?], answer(A, (const(A,red);const(A,black)))). _parse([what,is,on,the,right,side,of,the,framed,paper,in,the,image1393,?], answer(A, (const(A,decorative_item)))). _parse([what,is,behind,the,chair,in,the,image1393,?], answer(A, (const(A,door)))). _parse([what,is,around,the,table,in,the,image1394,?], answer(A, (const(A,chair)))). _parse([what,is,on,the,wall,in,the,image1394,?], answer(A, (const(A,spot_light)))). _parse([what,is,on,the,candle,holders,in,the,right,side,shelf,in,the,image1395,?], answer(A, (const(A,candle)))). _parse([how,many,chairs,are,there,in,the,image1395,?], answer(A, (const(A,6)))). _parse([how,many,drawers,are,visible,in,the,image1395,?], answer(A, (const(A,6)))). _parse([what,is,amidst,the,chairs,in,the,image1396,?], answer(A, (const(A,table)))). _parse([what,is,the,colour,of,the,chairs,in,the,image1396,?], answer(A, (const(A,brown)))). _parse([what,is,on,the,table,in,the,image1396,?], answer(A, (const(A,fruit)))). _parse([what,is,behind,the,table,in,the,image1396,?], answer(A, (const(A,window)))). _parse([what,is,on,the,window,in,the,image1396,?], answer(A, (const(A,curtain)))). _parse([what,is,above,the,table,in,the,image1397,?], answer(A, (const(A,chandelier)))). _parse([what,is,on,the,right,side,of,the,chandelier,in,the,image1397,?], answer(A, (const(A,light)))). _parse([what,is,on,the,table,in,the,image1397,?], answer(A, (const(A,paper);const(A,file)))). _parse([what,is,the,colour,of,the,wall,in,the,image1397,?], answer(A, (const(A,green)))). _parse([what,is,on,the,right,side,of,the,picture,in,the,image1397,?], answer(A, (const(A,door)))). _parse([what,is,behind,the,chair,in,the,image1398,?], answer(A, (const(A,table);const(A,drawer)))). _parse([what,is,above,the,table,in,the,image1398,?], answer(A, (const(A,curtain)))). _parse([what,is,behind,the,curtains,in,the,image1398,?], answer(A, (const(A,blinds)))). _parse([what,is,on,the,left,side,of,the,switch,board,in,the,image1398,?], answer(A, (const(A,door)))). _parse([what,is,on,the,left,side,of,the,door,in,the,image1398,?], answer(A, (const(A,picture)))). _parse([what,is,the,colour,of,the,wall,in,the,image1399,?], answer(A, (const(A,green)))). _parse([what,is,on,the,left,side,of,the,framed,certificate,in,the,image1399,?], answer(A, (const(A,curtain)))). _parse([what,is,beneath,the,curtain,in,the,image1399,?], answer(A, (const(A,blinds)))). _parse([what,is,on,the,table,in,the,image1399,?], answer(A, (const(A,file);const(A,paper)))). _parse([how,many,pictures,are,visible,in,the,image1400,?], answer(A, (const(A,5)))). _parse([what,is,behind,the,chair,in,the,image1400,?], answer(A, (const(A,mirror)))). _parse([what,is,the,colour,of,the,book,on,the,table,in,the,image1400,?], answer(A, (const(A,green);const(A,white)))). _parse([what,is,the,image1400,in,the,mirror,reflection,in,the,image1400,?], answer(A, (const(A,chandelier)))). _parse([what,is,on,the,table,in,the,image1401,?], answer(A, (const(A,book);const(A,book)))). _parse([what,is,the,colour,of,the,wall,in,the,image1401,?], answer(A, (const(A,red)))). _parse([what,is,on,the,left,side,of,the,pillar,in,the,image1401,?], answer(A, (const(A,fish_tank)))). _parse([what,is,the,colour,of,the,chairs,in,the,image1401,?], answer(A, (const(A,white)))). _parse([how,many,tables,are,there,in,the,image1402,?], answer(A, (const(A,3)))). _parse([what,is,the,colour,of,the,table,in,the,image1402,?], answer(A, (const(A,white)))). _parse([how,many,chairs,are,surrounding,the,table,in,the,image1402,?], answer(A, (const(A,8)))). _parse([what,is,behind,the,chairs,in,the,image1402,?], answer(A, (const(A,door)))). _parse([how,many,drawers,are,there,in,the,image1403,?], answer(A, (const(A,6)))). _parse([how,many,drawer,knobs,are,there,in,the,image1403,?], answer(A, (const(A,10)))). _parse([what,is,on,the,right,side,of,the,switch,board,in,the,image1403,?], answer(A, (const(A,door)))). _parse([what,is,amidst,the,chairs,in,the,image1404,?], answer(A, (const(A,table)))). _parse([what,is,the,colour,of,the,table,and,chairs,in,the,image1404,?], answer(A, (const(A,brown)))). _parse([what,is,the,colour,of,the,cushion,of,the,chairs,in,the,image1404,?], answer(A, (const(A,white);const(A,blue)))). _parse([what,is,behind,the,chairs,in,the,image1404,?], answer(A, (const(A,curtain)))). _parse([what,is,on,the,left,side,of,the,flower,vase,in,the,image1405,?], answer(A, (const(A,mirror)))). _parse([what,are,the,colours,of,the,flowers,in,the,vase,in,the,image1405,?], answer(A, (const(A,red);const(A,green)))). _parse([what,is,on,the,right,side,of,the,flower,vase,in,the,image1405,?], answer(A, (const(A,picture)))). _parse([how,many,chairs,are,visible,in,the,picture,in,the,image1405,?], answer(A, (const(A,5)))). _parse([what,is,behind,the,chair,in,the,image1405,?], answer(A, (const(A,curtain)))). _parse([how,many,doors,are,visible,in,the,image1406,?], answer(A, (const(A,2)))). _parse([what,is,on,the,right,side,of,the,door,in,the,image1406,?], answer(A, (const(A,stairs)))). _parse([what,is,above,the,table,in,the,image1406,?], answer(A, (const(A,chandelier)))). _parse([what,is,on,the,right,side,of,the,curtain,in,the,image1406,?], answer(A, (const(A,clock)))). _parse([how,many,horizontally,rectangular,pictures,are,there,in,the,image1407,?], answer(A, (const(A,2)))). _parse([what,is,on,the,left,side,of,the,book,rack,in,the,image1407,?], answer(A, (const(A,stroller)))). _parse([how,many,chairs,are,there,around,the,table,in,the,image1407,?], answer(A, (const(A,8)))). _parse([what,is,in,front,of,the,chair,on,the,table,in,the,image1408,?], answer(A, (const(A,clothes)))). _parse([what,is,in,the,shelf,in,the,image1408,?], answer(A, (const(A,vase);const(A,show_piece)))). _parse([what,is,on,the,right,side,of,the,shelf,in,the,image1408,?], answer(A, (const(A,picture)))). _parse([what,is,the,colour,of,the,table,and,chair,in,the,image1409,?], answer(A, (const(A,brown)))). _parse([what,is,on,the,table,in,the,image1409,?], answer(A, (const(A,box);const(A,purse);const(A,razor)))). _parse([what,is,the,colour,of,the,sofa,in,the,image1409,?], answer(A, (const(A,black)))). _parse([what,is,on,the,sofa,in,the,image1409,?], answer(A, (const(A,pillow)))). _parse([how,many,chairs,are,there,in,the,image1409,?], answer(A, (const(A,6)))). _parse([what,is,the,colour,of,the,tiles,in,the,image1410,?], answer(A, (const(A,white);const(A,brown)))). _parse([what,is,on,the,right,most,side,of,the,door,in,the,image1410,?], answer(A, (const(A,bookshelf)))). _parse([what,is,on,the,right,side,of,the,bookshelf,in,the,image1410,?], answer(A, (const(A,door)))). _parse([what,is,on,the,left,side,of,the,light,in,the,image1411,?], answer(A, (const(A,piano)))). _parse([what,is,beneath,the,piano,in,the,image1411,?], answer(A, (const(A,piano_bench)))). _parse([what,is,on,the,piano,in,the,image1411,?], answer(A, (const(A,picture)))). _parse([what,is,on,the,right,side,of,the,light,in,the,image1411,?], answer(A, (const(A,shoe)))). _parse([what,is,the,most,dominant,colour,of,objects,on,the,table,in,the,image1412,?], answer(A, (const(A,pink)))). _parse([what,is,above,the,table,in,the,image1412,?], answer(A, (const(A,chandelier)))). _parse([what,is,behind,the,lamp,in,the,image1412,?], answer(A, (const(A,blinds)))). _parse([what,is,on,the,wall,in,the,image1412,?], answer(A, (const(A,picture)))). _parse([where,are,the,cup,and,saucer,in,the,image1413,?], answer(A, (const(A,table)))). _parse([what,is,the,colour,of,the,lamp,in,the,image1413,?], answer(A, (const(A,white)))). _parse([what,is,on,the,right,side,of,the,table,in,the,image1413,?], answer(A, (const(A,toy)))). _parse([what,is,in,front,of,the,blinds,in,the,image1414,?], answer(A, (const(A,lamp)))). _parse([what,is,beneath,the,lamp,in,the,image1414,?], answer(A, (const(A,table)))). _parse([what,is,in,the,left,of,the,table,in,the,image1414,?], answer(A, (const(A,stroller)))). _parse([what,is,on,the,wall,in,the,image1414,?], answer(A, (const(A,picture)))). _parse([what,is,on,the,table,in,the,image1415,?], answer(A, (const(A,desk_mat);const(A,salt_shaker);const(A,tissue)))). _parse([what,is,above,the,table,in,the,image1415,?], answer(A, (const(A,light)))). _parse([what,is,on,the,wall,in,the,image1415,?], answer(A, (const(A,picture)))). _parse([what,is,the,colour,of,the,table,in,the,image1416,?], answer(A, (const(A,white)))). _parse([what,is,on,the,table,in,the,image1416,?], answer(A, (const(A,bottle);const(A,decorative_platter);const(A,desk_mat);const(A,tissue);const(A,book);const(A,clothes);const(A,scissor)))). _parse([what,is,behind,the,scissors,in,the,image1416,?], answer(A, (const(A,chair)))). _parse([what,behind,the,chairs,in,the,image1416,?], answer(A, (const(A,blinds)))). _parse([how,many,black,coloured,wall,decorations,are,there,in,the,image1417,?], answer(A, (const(A,3)))). _parse([what,is,on,the,table,in,the,image1417,?], answer(A, (const(A,paper);const(A,decorative_platter);const(A,desk_mat);const(A,book);const(A,newspapers)))). _parse([what,is,behind,the,newspapers,on,the,table,in,the,image1417,?], answer(A, (const(A,pen_cup);const(A,scissor);const(A,pen)))). _parse([what,is,behind,the,books,in,the,image1417,?], answer(A, (const(A,decorative_item)))). _parse([how,many,chairs,are,there,around,the,table,in,the,image1418,?], answer(A, (const(A,6)))). _parse([what,is,on,the,wall,in,the,image1418,?], answer(A, (const(A,wall_decoration)))). _parse([what,is,on,the,either,side,of,the,wall,decoration,in,the,image1418,?], answer(A, (const(A,curtain)))). _parse([how,many,chairs,are,visible,in,the,image1419,?], answer(A, (const(A,7)))). _parse([what,is,the,colour,of,the,chair,in,front,of,the,wall,in,the,image1419,?], answer(A, (const(A,purple)))). _parse([how,many,furnitures,are,there,in,the,image1420,?], answer(A, (const(A,4)))). _parse([what,is,in,front,of,the,sofa,in,the,image1420,?], answer(A, (const(A,table)))). _parse([what,is,on,the,table,in,the,image1420,?], answer(A, (const(A,box);const(A,decorative_item)))). _parse([what,is,on,the,wall,in,the,image1420,?], answer(A, (const(A,picture);const(A,decorative_item)))). _parse([what,is,on,the,chair,in,the,image1420,?], answer(A, (const(A,pillow)))). _parse([what,is,on,the,left,of,the,decorative,item,on,the,wall,in,the,image1420,?], answer(A, (const(A,curtain)))). _parse([what,is,on,the,left,side,of,the,picture,in,the,image1421,?], answer(A, (const(A,bookshelf)))). _parse([what,is,on,the,right,side,of,the,picture,in,the,image1421,?], answer(A, (const(A,blinds)))). _parse([what,is,on,the,right,side,of,the,blinds,in,the,image1421,?], answer(A, (const(A,chair)))). _parse([how,many,chairs,are,there,away,from,the,table,in,the,image1421,?], answer(A, (const(A,1)))). _parse([how,many,pictures,are,turned,towards,the,wall,in,the,image1422,?], answer(A, (const(A,picture)))). _parse([what,is,on,beneath,the,pictures,in,the,image1422,?], answer(A, (const(A,piano)))). _parse([what,is,beneath,the,piano,in,the,image1422,?], answer(A, (const(A,piano_bench)))). _parse([what,is,the,colour,of,the,show,piece,on,the,left,of,the,picture,frame,in,the,image1422,?], answer(A, (const(A,white)))). _parse([what,is,on,the,right,side,of,the,picture,frame,in,the,image1422,?], answer(A, (const(A,glass_pot)))). _parse([what,is,on,the,table,in,the,image1423,?], answer(A, (const(A,cup);const(A,glass_pot);const(A,decorative_plate)))). _parse([what,is,on,the,wall,in,the,image1423,?], answer(A, (const(A,picture);const(A,picture)))). _parse([what,is,in,front,of,the,table,in,the,image1423,?], answer(A, (const(A,chair)))). _parse([what,is,on,the,left,side,of,the,table,in,the,image1423,?], answer(A, (const(A,show_piece)))). _parse([what,is,in,the,cupboard,in,the,image1423,?], answer(A, (const(A,decorative_plate);const(A,cup)))). _parse([what,is,the,colour,of,the,chairs,in,the,image1424,?], answer(A, (const(A,white);const(A,brown);const(A,red);const(A,green)))). _parse([what,is,at,the,centre,of,the,table,in,the,image1424,?], answer(A, (const(A,flower);const(A,vase)))). _parse([how,many,windows,and,doors,are,there,in,the,image1424,?], answer(A, (const(A,4)))). _parse([what,is,on,the,right,side,of,the,brown,chair,in,the,image1424,?], answer(A, (const(A,table)))). _parse([what,is,on,the,table,in,the,image1424,?], answer(A, (const(A,clothes);const(A,desk_mat);const(A,tissue)))). _parse([what,is,on,the,left,side,of,the,white,chair,in,the,image1424,?], answer(A, (const(A,toy_doll)))). _parse([what,is,on,the,right,side,sofa,in,the,image1424,?], answer(A, (const(A,pillow)))). _parse([what,are,the,white,objects,in,the,image1426,?], answer(A, (const(A,chair);const(A,lamp)))). _parse([what,is,beneath,the,lamp,in,the,image1426,?], answer(A, (const(A,table)))). _parse([what,is,amidst,the,chairs,in,the,image1426,?], answer(A, (const(A,table)))). _parse([what,is,the,colour,of,the,object,on,the,right,side,chair,in,the,image1426,?], answer(A, (const(A,purple)))). _parse([what,is,the,colour,of,the,table,in,the,image1427,?], answer(A, (const(A,black)))). _parse([what,is,behind,the,left,side,chairs,in,the,image1427,?], answer(A, (const(A,table);const(A,lamp)))). _parse([what,is,on,the,right,side,of,the,mirror,in,the,image1427,?], answer(A, (const(A,vase)))). _parse([what,is,in,front,of,the,wall,in,the,image1428,?], answer(A, (const(A,table)))). _parse([what,is,on,the,table,in,the,image1428,?], answer(A, (const(A,picture);const(A,lamp);const(A,vase)))). _parse([how,many,pictures,are,visible,in,the,image1428,?], answer(A, (const(A,3)))). _parse([how,many,chairs,are,surrounding,the,table,in,the,image1429,?], answer(A, (const(A,8)))). _parse([what,is,in,front,of,the,wall,in,the,image1429,?], answer(A, (const(A,table)))). _parse([what,is,on,the,wall,in,the,image1429,?], answer(A, (const(A,picture);const(A,picture)))). _parse([how,many,sofas,are,there,in,the,image1429,?], answer(A, (const(A,2)))). _parse([what,are,the,colours,of,the,sofas,in,the,image1429,?], answer(A, (const(A,white);const(A,yellow);const(A,gray)))). _parse([what,is,on,the,left,side,of,the,yellow,and,gray,sofa,in,the,image1429,?], answer(A, (const(A,lamp)))). _parse([how,many,windows,are,there,in,the,image1429,?], answer(A, (const(A,5)))). _parse([what,is,in,front,of,the,white,sofa,in,the,image1429,?], answer(A, (const(A,table)))). _parse([how,many,switch,boards,are,visible,in,the,image1430,?], answer(A, (const(A,2)))). _parse([what,is,on,the,right,side,of,the,decorative,item,on,the,table,in,the,image1430,?], answer(A, (const(A,paper)))). _parse([what,is,the,colour,of,the,clothes,on,the,table,in,the,image1430,?], answer(A, (const(A,green);const(A,white)))). _parse([what,is,behind,the,chair,in,the,image1431,?], answer(A, (const(A,window)))). _parse([what,is,on,the,window,in,the,image1431,?], answer(A, (const(A,curtain)))). _parse([what,is,on,the,right,side,of,the,curtain,in,the,image1431,?], answer(A, (const(A,picture);const(A,picture)))). _parse([how,many,tall,chairs,are,there,in,the,image1431,?], answer(A, (const(A,4)))). _parse([how,many,short,chairs,are,there,in,the,image1431,?], answer(A, (const(A,3)))). _parse([what,is,on,the,table,in,front,of,the,wall,in,the,image1432,?], answer(A, (const(A,clothes);const(A,decorative_item)))). _parse([how,many,pictures,are,there,in,the,image1432,?], answer(A, (const(A,3)))). _parse([what,is,on,the,wall,in,the,image1433,?], answer(A, (const(A,picture);const(A,wall_decoration)))). _parse([what,is,surrounding,the,dining,table,in,the,image1433,?], answer(A, (const(A,chair)))). _parse([what,is,the,colour,of,the,table,and,chair,in,the,image1433,?], answer(A, (const(A,brown)))). _parse([how,many,steps,are,visible,in,the,picture,in,the,image1433,?], answer(A, (const(A,3)))). _parse([what,is,on,the,flower,vase,in,the,image1434,?], answer(A, (const(A,chandelier)))). _parse([what,is,the,colour,of,the,flowers,in,the,image1434,?], answer(A, (const(A,yellow);const(A,red)))). _parse([what,is,in,front,of,the,left,side,wall,in,the,image1434,?], answer(A, (const(A,table)))). _parse([what,is,the,white,object,on,the,table,in,the,image1434,?], answer(A, (const(A,bowl)))). _parse([what,is,on,the,wall,in,the,image1435,?], answer(A, (const(A,wall_decoration)))). _parse([what,is,in,front,of,the,wall,in,the,image1435,?], answer(A, (const(A,table)))). _parse([what,is,on,the,right,most,side,of,the,table,in,the,image1435,?], answer(A, (const(A,refridgerator)))). _parse([what,is,on,the,left,side,of,the,candle,holder,in,the,image1435,?], answer(A, (const(A,candle)))). _parse([what,is,on,the,table,in,the,image1436,?], answer(A, (const(A,desk_mat);const(A,flower);const(A,case)))). _parse([how,many,chairs,are,around,the,table,in,the,image1436,?], answer(A, (const(A,4)))). _parse([what,is,in,front,of,the,wall,in,the,image1436,?], answer(A, (const(A,table)))). _parse([what,is,on,the,table,in,front,of,the,wall,in,the,image1436,?], answer(A, (const(A,decorative_item);const(A,bowl)))). _parse([how,many,knobs,are,viisble,in,the,image1436,?], answer(A, (const(A,5)))). _parse([what,is,on,the,left,side,of,the,wall,in,the,image1436,?], answer(A, (const(A,door)))). _parse([what,is,on,the,right,side,of,the,window,in,the,image1437,?], answer(A, (const(A,decorative_plate)))). _parse([what,is,the,colour,of,the,decorative,plate,in,the,image1437,?], answer(A, (const(A,yellow);const(A,red);const(A,black)))). _parse([how,many,pictures,are,visible,in,the,image1437,?], answer(A, (const(A,4)))). _parse([what,is,benhind,the,candle,holder,in,the,image1438,?], answer(A, (const(A,window)))). _parse([what,is,beneath,the,candle,holder,in,the,image1438,?], answer(A, (const(A,decorative_plate)))). _parse([what,is,on,the,right,side,of,the,candle,holder,in,the,image1438,?], answer(A, (const(A,decorative_item)))). _parse([what,is,on,the,table,in,the,image1439,?], answer(A, (const(A,flower);const(A,vase)))). _parse([what,are,the,colours,of,the,flower,in,the,image1439,?], answer(A, (const(A,pink);const(A,yellow);const(A,green)))). _parse([what,is,beneath,the,flower,vase,in,the,image1439,?], answer(A, (const(A,clothes)))). _parse([how,many,pictures,are,visible,in,the,image1439,?], answer(A, (const(A,3)))). _parse([how,many,black,chairs,are,there,in,the,image1440,?], answer(A, (const(A,3)))). _parse([what,is,on,the,wall,in,the,image1440,?], answer(A, (const(A,picture);const(A,picture);const(A,picture)))). _parse([what,is,behind,the,candle,holder,in,the,image1440,?], answer(A, (const(A,window)))). _parse([what,is,on,the,left,side,of,the,candle,holder,in,the,image1440,?], answer(A, (const(A,box)))). _parse([how,many,drawers,does,the,cupboard,have,in,the,image1441,?], answer(A, (const(A,7)))). _parse([how,many,doors,does,the,cupboard,have,in,the,image1441,?], answer(A, (const(A,2)))). _parse([what,is,the,colour,of,the,towels,on,the,table,in,the,image1441,?], answer(A, (const(A,gray);const(A,white)))). _parse([what,is,on,the,shelf,in,the,image1441,?], answer(A, (const(A,picture);const(A,framed_certificate)))). _parse([what,is,on,the,left,side,of,the,picture,in,the,image1442,?], answer(A, (const(A,blinds)))). _parse([what,is,in,front,of,the,picture,in,the,image1442,?], answer(A, (const(A,chair);const(A,table)))). _parse([how,many,chairs,are,visible,in,the,image1442,?], answer(A, (const(A,4)))). _parse([what,is,the,colour,of,carpet,in,the,image1442,?], answer(A, (const(A,black);const(A,white);const(A,brown);const(A,red)))). _parse([what,is,behind,the,gray,chair,in,the,image1443,?], answer(A, (const(A,lamp);const(A,table)))). _parse([how,many,framed,certificates,are,there,in,the,image1443,?], answer(A, (const(A,2)))). _parse([what,is,on,the,table,in,the,image1443,?], answer(A, (const(A,towel);const(A,towel);const(A,clothes)))). _parse([what,is,the,colour,of,the,wall,in,the,image1443,?], answer(A, (const(A,pink)))). _parse([what,is,on,the,left,side,of,the,lamp,in,the,image1443,?], answer(A, (const(A,door)))). _parse([what,is,beneath,the,framed,picture,in,the,image1444,?], answer(A, (const(A,sofa)))). _parse([what,is,on,the,sofa,in,the,image1444,?], answer(A, (const(A,pillow)))). _parse([what,is,on,the,left,side,of,the,sofa,in,the,image1444,?], answer(A, (const(A,table)))). _parse([what,is,on,the,table,in,the,image1444,?], answer(A, (const(A,picture);const(A,lamp)))). _parse([how,many,pictures,are,visible,in,the,image1444,?], answer(A, (const(A,4)))). _parse([what,is,on,the,chair,in,the,image1445,?], answer(A, (const(A,pillow)))). _parse([what,is,on,the,wall,in,the,image1445,?], answer(A, (const(A,picture);const(A,wall_decoration)))). _parse([what,is,on,the,right,to,the,picture,in,the,image1445,?], answer(A, (const(A,lamp)))). _parse([what,is,beneath,the,lamp,in,the,image1445,?], answer(A, (const(A,table)))). _parse([how,many,wall,decoration,are,there,in,the,image1446,?], answer(A, (const(A,2)))). _parse([what,is,the,colour,of,the,floor,in,the,image1446,?], answer(A, (const(A,brown)))). _parse([what,is,on,the,left,and,right,of,the,wall,decoration,in,the,image1446,?], answer(A, (const(A,curtain)))). _parse([how,many,chairs,are,there,in,the,image1447,?], answer(A, (const(A,7)))). _parse([what,is,beneath,the,wall,hanging,in,the,image1447,?], answer(A, (const(A,box);const(A,table)))). _parse([what,is,the,colour,of,the,wall,in,the,image1447,?], answer(A, (const(A,gray)))). _parse([how,many,square,shaped,chairs,are,there,in,the,image1448,?], answer(A, (const(A,2)))). _parse([how,many,framed,pictures,are,there,in,the,image1448,?], answer(A, (const(A,3)))). _parse([what,is,the,longest,object,in,the,image1448,?], answer(A, (const(A,table)))). _parse([what,is,on,the,right,side,of,the,square,shaped,chair,in,the,image1448,?], answer(A, (const(A,fireplace)))). _parse([what,is,the,colour,of,the,chairs,in,the,image1449,?], answer(A, (const(A,brown);const(A,gray)))). _parse([what,is,at,the,centre,of,the,table,in,the,image1449,?], answer(A, (const(A,flower);const(A,vase)))). _parse([what,is,hung,on,the,wall,in,the,image1449,?], answer(A, (const(A,wall_decoration)))). _parse([what,is,above,the,vase,in,the,image1449,?], answer(A, (const(A,chandelier)))). _parse([how,many,chairs,are,in,the,image1,?], answer(A, (const(A,2)))). _parse([what,are,the,things,in,front,of,the,wall,in,the,image1,?], answer(A, (const(A,garbage_bin);const(A,sofa)))). _parse([what,is,left,of,the,sink,in,the,image1,?], answer(A, (const(A,fire_extinguisher)))). _parse([what,is,to,the,left,of,sink,in,the,image2,?], answer(A, (const(A,stove)))). _parse([what,is,under,the,stove,in,the,image2,?], answer(A, (const(A,oven)))). _parse([what,is,to,the,right,of,sink,in,the,image2,?], answer(A, (const(A,refridgerator)))). _parse([what,is,above,the,stove,in,the,image2,?], answer(A, (const(A,microwave)))). _parse([how,many,doors,are,in,the,image3,?], answer(A, (const(A,2)))). _parse([what,is,the,colour,of,the,telephone,in,the,image3,?], answer(A, (const(A,black)))). _parse([what,are,the,things,on,the,table,in,the,image3,?], answer(A, (const(A,scissor);const(A,book);const(A,papers)))). _parse([what,is,in,front,of,the,table,in,the,image4,?], answer(A, (const(A,chair)))). _parse([what,are,the,things,on,the,table,in,the,image4,?], answer(A, (const(A,laptop);const(A,bottle);const(A,cup);const(A,papers)))). _parse([how,many,cameras,are,in,the,image5,?], answer(A, (const(A,3)))). _parse([how,many,chairs,are,in,the,image5,?], answer(A, (const(A,4)))). _parse([what,is,left,of,the,kitchen,in,the,image5,?], answer(A, (const(A,whiteboard);const(A,poster_board)))). _parse([how,many,lights,are,placed,in,the,wall,in,the,image6,?], answer(A, (const(A,3)))). _parse([how,are,the,lights,connected,in,the,image6,?], answer(A, (const(A,wire)))). _parse([what,is,the,colour,of,the,computer,in,the,image6,?], answer(A, (const(A,black)))). _parse([how,many,chairs,are,placed,in,the,image6,?], answer(A, (const(A,8)))). _parse([how,many,chairs,are,not,placed,along,with,table,in,the,image6,?], answer(A, (const(A,6)))). _parse([how,many,tables,are,available,in,the,image6,?], answer(A, (const(A,3)))). _parse([what,is,in,front,of,computer,monitor,in,the,image6,?], answer(A, (const(A,keyboard)))). _parse([what,is,to,the,right,of,computer,stand,in,the,image6,?], answer(A, (const(A,speaker)))). _parse([how,many,wooden,stands,are,in,the,image6,?], answer(A, (const(A,1)))). _parse([what,is,below,the,computer,monitor,in,the,image6,?], answer(A, (const(A,computer)))). _parse([what,colour,is,the,wall,painted,in,the,image6,?], answer(A, (const(A,white)))). _parse([how,many,monitors,are,in,the,image7,?], answer(A, (const(A,3)))). _parse([how,many,chair,and,table,are,together,in,the,image7,?], answer(A, (const(A,4)))). _parse([how,many,ladders,are,in,the,image7,?], answer(A, (const(A,1)))). _parse([what,is,the,colour,of,the,ladder,in,the,image7,?], answer(A, (const(A,red)))). _parse([white,what,is,screen,border,colour,in,the,image7,?], answer(A, (const(A,black)))). _parse([how,many,stands,are,available,to,hold,computer,in,the,image7,?], answer(A, (const(A,3)))). _parse([how,many,doors,are,opened,in,the,room,in,the,image8,?], answer(A, (const(A,1)))). _parse([what,is,the,colour,of,the,door,in,the,image8,?], answer(A, (const(A,gray)))). _parse([what,all,are,placed,on,the,wall,in,the,image8,?], answer(A, (const(A,clock);const(A,telephone);const(A,fire_extinguisher)))). _parse([what,is,to,the,left,of,wall,in,the,image8,?], answer(A, (const(A,garbage_bin)))). _parse([what,is,the,colour,of,the,trash,bin,in,the,image8,?], answer(A, (const(A,blue)))). _parse([what,is,the,below,the,fire,extinguisher,in,the,image8,?], answer(A, (const(A,basket)))). _parse([what,is,the,colour,of,the,basket,in,the,image8,?], answer(A, (const(A,gray)))). _parse([how,many,switches,are,there,on,the,switch,board,in,the,image8,?], answer(A, (const(A,2)))). _parse([what,is,the,colour,of,the,screen,in,the,image8,?], answer(A, (const(A,green)))). _parse([what,is,to,the,right,of,wall,in,the,image8,?], answer(A, (const(A,chair)))). _parse([what,is,the,colour,of,the,chair,in,the,image8,?], answer(A, (const(A,brown)))). _parse([how,many,frames,are,on,the,wall,in,the,image9,?], answer(A, (const(A,3)))). _parse([how,many,plates,are,on,the,tray,in,the,image9,?], answer(A, (const(A,4)))). _parse([what,is,available,on,the,middle,of,the,wooden,shelf,in,the,image9,?], answer(A, (const(A,file_holder);const(A,pen_holder)))). _parse([what,is,the,colour,of,the,files,below,the,wooden,shelf,in,the,image9,?], answer(A, (const(A,yellow)))). _parse([how,many,bottles,are,on,the,image9,?], answer(A, (const(A,1)))). _parse([how,many,shelves,are,on,the,wall,in,the,image10,?], answer(A, (const(A,1)))). _parse([how,many,sections,in,the,shelf,in,the,image10,?], answer(A, (const(A,4)))). _parse([how,many,pockets,are,in,one,section,in,the,image10,?], answer(A, (const(A,14)))). _parse([what,are,available,on,the,pen,stand,in,the,image11,?], answer(A, (const(A,scissor);const(A,pen)))). _parse([what,is,the,colour,of,the,scissor,in,the,image11,?], answer(A, (const(A,blue)))). _parse([how,many,doors,are,in,the,image12,?], answer(A, (const(A,1)))). _parse([how,many,cupboards,are,in,image12,?], answer(A, (const(A,3)))). _parse([how,many,lights,are,switched,on,in,the,image12,?], answer(A, (const(A,2)))). _parse([how,many,lights,are,off,in,the,image12,?], answer(A, (const(A,2)))). _parse([how,many,water,sprinklers,are,in,the,image12,?], answer(A, (const(A,1)))). _parse([what,is,the,colour,of,the,door,in,the,image12,?], answer(A, (const(A,white)))). _parse([how,many,cupboards,are,on,the,wall,in,the,image13,?], answer(A, (const(A,3)))). _parse([what,are,stuck,on,the,cupboard,in,the,image13,?], answer(A, (const(A,photo)))). _parse([how,many,photos,are,in,the,image13,?], answer(A, (const(A,22)))). _parse([how,many,blades,in,table,fan,in,the,image13,?], answer(A, (const(A,3)))). _parse([what,is,in,front,of,of,table,fan,in,the,image13,?], answer(A, (const(A,computer)))). _parse([what,is,the,colour,of,computer,in,the,image13,?], answer(A, (const(A,white)))). _parse([what,is,to,the,right,of,sofa,in,the,image14,?], answer(A, (const(A,plant)))). _parse([how,many,windows,are,seen,outside,in,the,image14,?], answer(A, (const(A,5)))). _parse([what,is,on,the,left,side,of,wall,in,the,image15,?], answer(A, (const(A,fire_extinguisher)))). _parse([what,is,the,colour,of,the,door,on,the,image15,?], answer(A, (const(A,brown)))). _parse([what,is,in,the,middle,of,door,on,the,image15,?], answer(A, (const(A,glass)))). _parse([how,many,machines,in,the,image16,?], answer(A, (const(A,2)))). _parse([what,is,above,the,machines,in,the,image16,?], answer(A, (const(A,bookshelf)))). _parse([what,is,the,colour,of,the,machine,in,the,image16,?], answer(A, (const(A,white)))). _parse([what,is,resting,on,wall,in,the,image17,?], answer(A, (const(A,ladder)))). _parse([what,is,to,left,of,ladder,in,the,image17,?], answer(A, (const(A,shelves)))). _parse([what,is,below,the,shelf,in,the,image17,?], answer(A, (const(A,table)))). _parse([how,many,steps,are,on,the,ladder,in,the,image18,?], answer(A, (const(A,6)))). _parse([what,is,the,colour,of,the,board,in,the,image18,?], answer(A, (const(A,red)))). _parse([what,is,colour,of,ladder,in,the,image18,?], answer(A, (const(A,black)))). _parse([what,is,colour,of,ring,in,the,image18,?], answer(A, (const(A,black)))). _parse([how,many,tables,in,the,image19,?], answer(A, (const(A,1)))). _parse([how,many,chairs,are,around,the,table,in,the,image19,?], answer(A, (const(A,6)))). _parse([what,is,above,the,table,in,the,image19,?], answer(A, (const(A,projector)))). _parse([what,is,to,the,right,of,the,screen,in,the,image20,?], answer(A, (const(A,computer)))). _parse([what,is,below,cpu,in,the,image20,?], answer(A, (const(A,table)))). _parse([what,is,colour,of,cpu,in,the,image20,?], answer(A, (const(A,black)))). _parse([what,is,to,the,left,of,door,in,the,image21,?], answer(A, (const(A,water_dispenser)))). _parse([what,is,to,the,right,of,phone,in,the,image21,?], answer(A, (const(A,paper)))). _parse([what,is,to,the,right,of,table,in,the,image22,?], answer(A, (const(A,garbage_bin)))). _parse([what,is,on,the,chair,in,the,image23,?], answer(A, (const(A,clothes)))). _parse([what,is,the,colour,of,the,clothes,in,the,image23,?], answer(A, (const(A,black)))). _parse([what,is,on,the,notice,board,in,the,image23,?], answer(A, (const(A,papers);const(A,clock)))). _parse([what,is,above,the,table,in,the,image24,?], answer(A, (const(A,printer)))). _parse([what,is,to,the,right,of,printer,in,the,image24,?], answer(A, (const(A,shelves)))). _parse([what,is,on,the,shelf,in,the,image25,?], answer(A, (const(A,printer);const(A,pen_stand);const(A,paper)))). _parse([what,is,the,colour,of,the,cabin,in,the,image25,?], answer(A, (const(A,black)))). _parse([what,is,above,the,cabin,in,the,image25,?], answer(A, (const(A,bookshelf)))). _parse([how,many,chairs,around,the,table,in,the,image26,?], answer(A, (const(A,5)))). _parse([what,is,the,colour,of,the,chair,in,the,image26,?], answer(A, (const(A,red)))). _parse([what,is,to,the,left,of,screen,in,the,image26,?], answer(A, (const(A,board)))). _parse([what,is,on,the,table,in,the,image27,?], answer(A, (const(A,pen_stand);const(A,papers);const(A,glass);const(A,bottle)))). _parse([what,is,to,the,left,below,of,the,screen,in,the,image27,?], answer(A, (const(A,telephone)))). _parse([what,is,the,colour,of,the,telephone,in,the,image27,?], answer(A, (const(A,black)))). _parse([how,many,light,are,on,in,the,image28,?], answer(A, (const(A,6)))). _parse([what,is,in,blue,colour,in,the,image28,?], answer(A, (const(A,garbage_bin)))). _parse([what,is,in,front,of,garbage,bin,in,the,image28,?], answer(A, (const(A,table)))). _parse([what,is,behind,the,table,in,the,image28,?], answer(A, (const(A,sofa)))). _parse([what,is,colour,of,the,sofa,in,the,image28,?], answer(A, (const(A,black)))). _parse([how,many,cpu,on,the,image29,?], answer(A, (const(A,2)))). _parse([how,many,monitors,in,the,image29,?], answer(A, (const(A,1)))). _parse([how,many,keyboards,in,the,image29,?], answer(A, (const(A,1)))). _parse([how,many,doors,on,the,image29,?], answer(A, (const(A,2)))). _parse([what,is,in,front,of,of,monitor,in,the,image30,?], answer(A, (const(A,chair)))). _parse([how,many,monitors,are,in,the,image30,?], answer(A, (const(A,2)))). _parse([what,is,behind,the,cpu,in,the,image30,?], answer(A, (const(A,water_dispenser)))). _parse([what,is,behind,the,chair,in,the,image30,?], answer(A, (const(A,sofa)))). _parse([how,many,chairs,in,the,image31,?], answer(A, (const(A,2)))). _parse([what,is,on,the,cpu,left,of,the,monitor,in,the,image31,?], answer(A, (const(A,keyboard)))). _parse([what,is,on,the,cardboard,in,the,image31,?], answer(A, (const(A,papers)))). _parse([how,many,monitors,in,between,the,cpu,in,the,image32,?], answer(A, (const(A,1)))). _parse([what,is,in,front,of,of,the,monitor,in,the,image32,?], answer(A, (const(A,telephone)))). _parse([what,is,in,the,right,of,a,cpu,in,the,image32,?], answer(A, (const(A,monitor)))). _parse([what,is,in,front,of,of,the,monitor,to,right,of,cpu,in,the,image32,?], answer(A, (const(A,wire)))). _parse([what,is,the,colour,of,the,chair,in,the,image33,?], answer(A, (const(A,red)))). _parse([what,is,behind,the,chair,in,the,image33,?], answer(A, (const(A,whiteboard)))). _parse([what,is,to,the,right,of,board,in,the,image33,?], answer(A, (const(A,monitor)))). _parse([what,is,the,colour,of,pen,written,on,board,in,the,image33,?], answer(A, (const(A,red)))). _parse([what,is,on,the,table,in,the,image34,?], answer(A, (const(A,printer)))). _parse([what,is,in,front,of,the,shelf,in,the,image34,?], answer(A, (const(A,chair)))). _parse([what,is,the,colour,of,exit,written,in,the,image35,?], answer(A, (const(A,red)))). _parse([how,many,sofas,are,in,the,image35,?], answer(A, (const(A,3)))). _parse([how,many,table,in,front,of,of,the,sofas,in,the,image35,?], answer(A, (const(A,1)))). _parse([what,is,on,the,notice,board,in,the,image36,?], answer(A, (const(A,map)))). _parse([what,is,left,of,cupboard,in,the,image36,?], answer(A, (const(A,machine)))). _parse([what,is,to,the,right,of,xerox,machine,in,the,image37,?], answer(A, (const(A,printer)))). _parse([what,is,above,the,printer,in,the,image37,?], answer(A, (const(A,shelves)))). _parse([what,is,under,the,left,of,printer,in,the,image37,?], answer(A, (const(A,garbage_bin)))). _parse([what,is,colour,of,the,shelves,in,the,image38,?], answer(A, (const(A,brown)))). _parse([what,is,the,colour,of,the,screen,in,the,image39,?], answer(A, (const(A,red)))). _parse([how,many,screens,are,in,the,image39,?], answer(A, (const(A,3)))). _parse([what,is,on,the,table,in,the,image39,?], answer(A, (const(A,telephone)))). _parse([how,many,chairs,on,the,table,in,the,image39,?], answer(A, (const(A,4)))). _parse([how,many,chairs,are,away,from,table,in,the,image39,?], answer(A, (const(A,2)))). _parse([what,is,to,the,right,of,screen,in,the,image40,?], answer(A, (const(A,electric_box)))). _parse([what,is,below,the,electric,box,in,the,image40,?], answer(A, (const(A,table)))). _parse([what,is,on,the,table,in,the,image40,?], answer(A, (const(A,tissue_roll)))). _parse([what,is,below,the,screen,in,the,image40,?], answer(A, (const(A,air_conditioner)))). _parse([what,is,in,front,of,of,the,chair,in,the,image41,?], answer(A, (const(A,whiteboard)))). _parse([what,is,colour,of,the,screen,in,the,image41,?], answer(A, (const(A,green)))). _parse([what,is,front,of,screen,in,the,image41,?], answer(A, (const(A,chair)))). _parse([what,is,kept,on,the,white,board,in,the,image42,?], answer(A, (const(A,duster);const(A,whiteboard_marker)))). _parse([what,is,in,the,right,of,board,in,the,image42,?], answer(A, (const(A,wire)))). _parse([what,is,under,the,wire,in,the,image42,?], answer(A, (const(A,table)))). _parse([what,is,under,the,painting,in,the,image43,?], answer(A, (const(A,sofa)))). _parse([what,is,the,colour,of,the,sofa,in,the,image43,?], answer(A, (const(A,black)))). _parse([what,is,above,the,painting,in,the,image43,?], answer(A, (const(A,bookshelf)))). _parse([what,is,below,the,sink,to,the,right,in,the,image44,?], answer(A, (const(A,toilet)))). _parse([what,is,the,colour,of,the,toilet,in,the,image45,?], answer(A, (const(A,white)))). _parse([what,is,under,the,toilet,in,the,image45,?], answer(A, (const(A,can)))). _parse([what,is,to,the,right,of,basin,in,the,image46,?], answer(A, (const(A,towel)))). _parse([what,is,colour,of,the,towel,in,the,image46,?], answer(A, (const(A,white)))). _parse([who,is,on,the,mirror,in,the,image47,?], answer(A, (const(A,person)))). _parse([what,is,above,the,wash,basin,in,the,image48,?], answer(A, (const(A,shelves)))). _parse([what,is,to,the,left,of,basin,in,the,image48,?], answer(A, (const(A,door)))). _parse([what,is,on,the,basin,in,the,image48,?], answer(A, (const(A,hand_sanitizer)))). _parse([what,is,to,the,left,of,sink,in,the,image49,?], answer(A, (const(A,shelves)))). _parse([what,is,below,the,shelf,in,the,image49,?], answer(A, (const(A,toilet)))). _parse([what,is,to,the,right,of,sink,in,the,image49,?], answer(A, (const(A,door)))). _parse([what,is,the,colour,of,screen,in,the,image50,?], answer(A, (const(A,white)))). _parse([what,is,colour,of,the,painting,on,wall,in,the,image50,?], answer(A, (const(A,green);const(A,blue);const(A,yellow);const(A,red)))). _parse([what,is,to,the,left,of,the,sofa,in,the,image50,?], answer(A, (const(A,lamp)))). _parse([what,is,on,the,sofa,in,the,image50,?], answer(A, (const(A,pillow);const(A,book)))). _parse([what,is,to,the,right,of,the,painting,in,the,image51,?], answer(A, (const(A,bookshelf)))). _parse([what,is,below,the,painting,in,the,image51,?], answer(A, (const(A,sofa)))). _parse([what,is,on,the,sofa,in,the,image51,?], answer(A, (const(A,pillow)))). _parse([what,is,below,the,frames,in,the,image51,?], answer(A, (const(A,sofa)))). _parse([what,is,on,the,wall,in,the,image52,?], answer(A, (const(A,bookshelf)))). _parse([what,is,below,the,painting,in,the,image52,?], answer(A, (const(A,table)))). _parse([what,is,to,the,right,of,table,in,the,image52,?], answer(A, (const(A,lamp)))). _parse([what,is,in,front,of,of,bookshelf,in,the,image53,?], answer(A, (const(A,chair)))). _parse([what,is,behind,the,kitchen,in,the,image53,?], answer(A, (const(A,garbage_bin)))). _parse([what,is,on,the,table,in,the,image54,?], answer(A, (const(A,laptop);const(A,books);const(A,headphones)))). _parse([what,is,the,colour,of,the,table,in,the,image54,?], answer(A, (const(A,brown)))). _parse([what,is,to,the,left,of,painting,in,the,image55,?], answer(A, (const(A,lamp)))). _parse([what,is,to,the,left,of,lamp,in,the,image55,?], answer(A, (const(A,shelves)))). _parse([what,is,to,the,left,of,the,cot,in,the,image56,?], answer(A, (const(A,shelves)))). _parse([what,is,on,the,table,in,the,image57,?], answer(A, (const(A,laptop);const(A,printer)))). _parse([what,is,to,the,front,of,laptop,in,the,image57,?], answer(A, (const(A,bag)))). _parse([what,is,on,the,bed,in,the,image58,?], answer(A, (const(A,pillow)))). _parse([how,many,pillows,in,the,image58,?], answer(A, (const(A,2)))). _parse([what,is,to,the,left,of,window,in,the,image61,?], answer(A, (const(A,jacket)))). _parse([what,is,the,colour,of,the,tv,in,the,image62,?], answer(A, (const(A,black)))). _parse([what,is,to,the,right,of,tv,in,the,image63,?], answer(A, (const(A,shelves)))). _parse([what,is,on,the,bed,in,the,image64,?], answer(A, (const(A,pillow);const(A,rug)))). _parse([what,is,to,the,right,of,cot,in,the,image64,?], answer(A, (const(A,shelves)))). _parse([what,is,on,the,shelf,in,the,image64,?], answer(A, (const(A,papers)))). _parse([what,is,on,the,cot,in,the,image65,?], answer(A, (const(A,bed);const(A,rug)))). _parse([what,is,in,front,of,pink,cover,in,the,image69,?], answer(A, (const(A,shelves)))). _parse([what,is,to,the,left,of,cot,in,the,image70,?], answer(A, (const(A,table)))). _parse([what,is,above,the,cot,in,the,image71,?], answer(A, (const(A,shelves)))). _parse([what,is,behind,the,doors,in,the,image72,?], answer(A, (const(A,wardrobe)))). _parse([what,is,on,the,bed,in,the,image73,?], answer(A, (const(A,blanket);const(A,pillow)))). _parse([what,is,to,the,right,of,cot,in,the,image73,?], answer(A, (const(A,table)))). _parse([what,is,on,the,cot,in,the,image74,?], answer(A, (const(A,bed);const(A,rug);const(A,blanket);const(A,pillow)))). _parse([how,many,windows,in,the,image74,?], answer(A, (const(A,2)))). _parse([what,is,colour,of,the,window,screen,in,the,image74,?], answer(A, (const(A,red)))). _parse([how,many,sections,in,the,closet,in,the,image75,?], answer(A, (const(A,6)))). _parse([what,is,above,the,closet,in,the,image75,?], answer(A, (const(A,clothes)))). _parse([what,is,to,the,right,of,the,table,in,the,image77,?], answer(A, (const(A,shelves)))). _parse([what,is,below,the,window,in,the,image77,?], answer(A, (const(A,air_conditioner)))). _parse([what,is,to,the,right,of,cot,in,the,image79,?], answer(A, (const(A,drawer)))). _parse([what,is,on,the,drawer,in,the,image79,?], answer(A, (const(A,laptop)))). _parse([what,is,beneath,the,cot,in,the,image82,?], answer(A, (const(A,suitcase);const(A,bag)))). _parse([what,is,on,the,table,in,the,image83,?], answer(A, (const(A,laptop);const(A,mouse);const(A,books);const(A,calculator)))). _parse([what,is,on,the,shelf,in,the,image84,?], answer(A, (const(A,books)))). _parse([what,is,on,the,table,in,the,image84,?], answer(A, (const(A,books)))). _parse([how,many,racks,of,book,in,the,image85,?], answer(A, (const(A,4)))). _parse([how,many,tables,in,front,of,the,rack,in,the,image85,?], answer(A, (const(A,2)))). _parse([how,many,racks,in,the,image87,?], answer(A, (const(A,9)))). _parse([what,is,in,the,front,of,the,table,in,the,image93,?], answer(A, (const(A,file);const(A,folder)))). _parse([what,is,to,the,right,of,the,table,in,the,image93,?], answer(A, (const(A,jacket)))). _parse([what,is,colour,of,the,shirts,in,the,image94,?], answer(A, (const(A,blue)))). _parse([how,many,steps,are,in,the,image96,?], answer(A, (const(A,3)))). _parse([what,is,on,the,shelf,in,the,image97,?], answer(A, (const(A,cup)))). _parse([what,is,on,the,shelf,in,the,image98,?], answer(A, (const(A,cup)))). _parse([what,is,the,colour,of,the,cup,in,the,image98,?], answer(A, (const(A,white);const(A,blue)))). _parse([what,is,below,the,shelf,in,the,image98,?], answer(A, (const(A,stool)))). _parse([what,is,behind,the,cup,stand,in,the,image98,?], answer(A, (const(A,bookshelf)))). _parse([what,are,colours,of,dress,in,the,hanger,in,the,image99,?], answer(A, (const(A,white);const(A,black);const(A,blue);const(A,pink)))). _parse([what,is,on,the,stand,in,the,image100,?], answer(A, (const(A,cup)))). _parse([how,many,steel,racks,are,in,the,image101,?], answer(A, (const(A,2)))). _parse([what,are,available,on,the,steel,rack,in,the,image101,?], answer(A, (const(A,cup)))). _parse([how,many,sections,are,in,the,steel,rack,in,the,image101,?], answer(A, (const(A,3)))). _parse([what,is,the,colour,of,the,cups,on,the,rack,in,the,right,in,the,image101,?], answer(A, (const(A,blue)))). _parse([how,many,sections,are,available,in,the,shelf,in,the,image102,?], answer(A, (const(A,3)))). _parse([how,many,racks,are,available,in,the,shelf,in,the,image102,?], answer(A, (const(A,5)))). _parse([what,is,front,of,the,shelf,in,the,image102,?], answer(A, (const(A,stool)))). _parse([how,many,racks,are,in,the,steel,in,the,image103,?], answer(A, (const(A,2)))). _parse([what,is,available,in,the,racks,in,the,image103,?], answer(A, (const(A,cup)))). _parse([what,is,to,the,left,of,steel,rack,in,the,image103,?], answer(A, (const(A,shelves)))). _parse([how,many,blocks,of,frames,are,in,the,table,in,the,image103,?], answer(A, (const(A,4)))). _parse([what,is,in,the,left,of,the,image104,?], answer(A, (const(A,bookshelf)))). _parse([what,in,the,right,of,the,image104,?], answer(A, (const(A,bookshelf)))). _parse([what,is,below,the,left,bookshelf,in,the,image104,?], answer(A, (const(A,ladder)))). _parse([how,many,shelves,are,visible,in,the,image105,?], answer(A, (const(A,7)))). _parse([what,is,below,the,right,book,shelves,in,the,image105,?], answer(A, (const(A,stool)))). _parse([how,many,stools,are,available,in,the,image105,?], answer(A, (const(A,2)))). _parse([what,is,the,colour,of,the,stools,in,the,image105,?], answer(A, (const(A,white);const(A,black)))). _parse([how,many,boxes,are,in,the,image106,?], answer(A, (const(A,4)))). _parse([what,is,above,the,box,in,the,image106,?], answer(A, (const(A,book)))). _parse([what,is,to,the,right,of,the,boxes,in,the,image106,?], answer(A, (const(A,bookshelf)))). _parse([how,many,racks,are,available,for,the,book,shelves,in,the,image106,?], answer(A, (const(A,7)))). _parse([how,many,boxes,are,attached,with,bills,in,the,image106,?], answer(A, (const(A,3)))). _parse([how,many,pillars,are,in,the,image107,?], answer(A, (const(A,3)))). _parse([what,is,the,colour,of,the,pilar,in,the,image107,?], answer(A, (const(A,white)))). _parse([what,is,on,the,table,image108,?], answer(A, (const(A,printer);const(A,tray)))). _parse([what,is,on,the,table,right,of,pillar,in,the,image108,?], answer(A, (const(A,books)))). _parse([what,is,in,front,of,bookshelf,in,the,image108,?], answer(A, (const(A,ladder)))). _parse([what,is,near,the,pillar,in,the,image109,?], answer(A, (const(A,basket)))). _parse([what,is,to,the,right,of,pillar,in,the,image109,?], answer(A, (const(A,ladder)))). _parse([what,is,to,th,left,of,ladder,in,the,image109,?], answer(A, (const(A,table)))). _parse([what,is,on,the,table,in,the,image109,?], answer(A, (const(A,machine)))). _parse([what,is,on,the,table,in,the,image110,?], answer(A, (const(A,books)))). _parse([how,many,books,are,on,the,table,in,the,image110,?], answer(A, (const(A,7)))). _parse([how,many,stands,are,in,front,of,the,table,in,the,image110,?], answer(A, (const(A,2)))). _parse([what,is,on,the,table,in,the,image111,?], answer(A, (const(A,monitor)))). _parse([how,many,monitors,on,the,table,in,the,image111,?], answer(A, (const(A,3)))). _parse([what,is,behind,the,pillar,in,the,image111,?], answer(A, (const(A,folder)))). _parse([what,is,the,colour,of,the,monitor,in,the,image111,?], answer(A, (const(A,black)))). _parse([what,is,near,the,computer,in,the,image112,?], answer(A, (const(A,mouse)))). _parse([what,is,in,the,center,of,the,table,in,the,image112,?], answer(A, (const(A,garbage_bin);const(A,box)))). _parse([what,is,under,the,shelf,of,the,table,in,the,image112,?], answer(A, (const(A,books)))). _parse([what,is,the,colour,of,the,book,in,the,image112,?], answer(A, (const(A,green)))). _parse([what,is,in,front,of,the,bookshelf,in,the,image113,?], answer(A, (const(A,books)))). _parse([what,is,the,colour,of,the,books,in,front,of,the,bookshelf,in,the,image113,?], answer(A, (const(A,red)))). _parse([what,is,the,color,of,the,books,on,the,bookshelf,in,the,image113,?], answer(A, (const(A,black);const(A,blue);const(A,white)))). _parse([what,is,number,stand,visible,in,the,image114,on,the,table,in,the,image114,?], answer(A, (const(A,6)))). _parse([what,is,hanging,on,the,hanger,in,the,image115,?], answer(A, (const(A,shirts_in_hanger)))). _parse([what,are,the,colours,of,shirt,on,the,hanger,in,the,image115,?], answer(A, (const(A,white);const(A,blue);const(A,pink)))). _parse([what,are,the,things,in,the,image116,?], answer(A, (const(A,shirts_in_hanger)))). _parse([what,is,on,the,roof,in,the,image116,?], answer(A, (const(A,bulb)))). _parse([how,many,coffee,tables,are,in,the,image117,?], answer(A, (const(A,4)))). _parse([how,many,chairs,around,the,first,coffee,table,in,the,image117,?], answer(A, (const(A,4)))). _parse([what,is,behind,the,chair,in,the,image117,?], answer(A, (const(A,bookshelf)))). _parse([what,is,on,the,coffee,table,in,the,image118,?], answer(A, (const(A,plastic_cup_of_coffee)))). _parse([how,many,chairs,are,around,the,table,in,the,image118,?], answer(A, (const(A,5)))). _parse([what,colour,is,the,shirt,in,hanger,behind,the,coffee,table,in,the,image118,?], answer(A, (const(A,pink);const(A,gray)))). _parse([what,is,above,the,shirts,in,hanger,in,image119,?], answer(A, (const(A,calendar)))). _parse([how,many,book,racks,in,the,image119,?], answer(A, (const(A,2)))). _parse([what,is,the,colour,of,the,book,rack,in,image119,?], answer(A, (const(A,black)))). _parse([what,is,the,colour,of,light,above,the,shirts,in,hanger,in,the,image119,?], answer(A, (const(A,blue);const(A,green)))). _parse([how,many,blue,colour,lights,are,in,the,image119,?], answer(A, (const(A,2)))). _parse([what,is,on,the,whiteboard,in,the,image120,?], answer(A, (const(A,map)))). _parse([what,is,to,the,left,of,white,board,in,the,image120,?], answer(A, (const(A,eggplant)))). _parse([what,is,on,the,coffee,table,in,the,image120,?], answer(A, (const(A,jacket)))). _parse([what,is,above,the,coffee,table,near,the,eggplant,in,the,image120,?], answer(A, (const(A,incense_candle)))). _parse([what,is,the,candle,holder,by,in,the,image120,?], answer(A, (const(A,incense_holder)))). _parse([what,is,in,front,of,the,computer,in,the,image121,?], answer(A, (const(A,coffee_grinder)))). _parse([what,is,to,the,left,of,coffee,grinder,in,the,image121,?], answer(A, (const(A,coffee_machine)))). _parse([what,is,on,the,top,of,kitchen,island,in,the,image122,?], answer(A, (const(A,kitchen_utensils);const(A,bottle)))). _parse([what,is,in,the,corner,of,the,kitchen,island,in,the,image122,?], answer(A, (const(A,lamp)))). _parse([what,is,used,for,writing,coffee,details,in,the,image122,?], answer(A, (const(A,blackboard)))). _parse([how,many,blackboards,are,in,the,image122,?], answer(A, (const(A,3)))). _parse([what,is,on,top,of,the,kitchen,island,in,the,image123,?], answer(A, (const(A,tissue_box)))). _parse([what,is,on,the,floor,in,the,image123,?], answer(A, (const(A,floor_mat)))). _parse([what,is,in,front,of,the,kitchen,island,in,the,image123,?], answer(A, (const(A,garbage_bin)))). _parse([what,is,on,the,left,of,kitchen,island,in,the,image124,?], answer(A, (const(A,tupperware)))). _parse([what,is,near,the,cup,in,the,image124,?], answer(A, (const(A,decorative_item)))). _parse([what,is,near,the,tissue,box,in,the,image124,?], answer(A, (const(A,cup)))). _parse([what,is,near,the,coffee,machine,in,the,image124,?], answer(A, (const(A,sink)))). _parse([what,is,the,clothes,hanging,in,the,image125,?], answer(A, (const(A,scarf)))). _parse([what,is,colour,of,the,refridgerator,in,the,image125,?], answer(A, (const(A,white)))). _parse([how,many,doors,the,refridgerator,contains,in,the,image125,?], answer(A, (const(A,2)))). _parse([what,is,to,the,left,of,the,scarf,in,the,image125,?], answer(A, (const(A,switchbox)))). _parse([what,is,stuck,on,the,refridgerator,in,the,image126,?], answer(A, (const(A,photo)))). _parse([what,is,on,the,stove,in,the,image126,?], answer(A, (const(A,stove_burner)))). _parse([what,is,on,the,stove,burner,in,the,image126,?], answer(A, (const(A,coffee_pot)))). _parse([what,is,above,the,stove,in,the,image126,?], answer(A, (const(A,microwave)))). _parse([which,item,is,red,in,colour,in,the,image127,?], answer(A, (const(A,toaster)))). _parse([what,is,to,the,left,of,toaster,in,the,image127,?], answer(A, (const(A,coffee_machine)))). _parse([what,is,above,the,toaster,in,the,image127,?], answer(A, (const(A,bread)))). _parse([what,is,in,front,of,the,toaster,in,the,image127,?], answer(A, (const(A,bottle)))). _parse([what,is,to,the,right,of,bottle,in,the,image127,?], answer(A, (const(A,glass)))). _parse([what,is,colour,of,the,glass,in,the,image127,?], answer(A, (const(A,blue)))). _parse([what,is,on,the,left,of,the,kitchen,island,in,the,image128,?], answer(A, (const(A,plastic_tray)))). _parse([what,is,to,the,right,of,tray,in,the,image128,?], answer(A, (const(A,spice_stand)))). _parse([what,is,in,the,spice,stand,in,the,image128,?], answer(A, (const(A,spice_bottle)))). _parse([what,is,near,the,spice,stand,in,the,image128,?], answer(A, (const(A,spoon_stand)))). _parse([what,is,below,the,microwave,in,the,image129,?], answer(A, (const(A,stove)))). _parse([what,is,on,the,top,of,stove,burner,in,the,image129,?], answer(A, (const(A,coffee_pot);const(A,vessel)))). _parse([what,is,to,the,left,of,the,stove,in,the,image129,?], answer(A, (const(A,knife_rack)))). _parse([how,many,knives,are,visible,in,the,rack,in,the,image129,?], answer(A, (const(A,4)))). _parse([what,is,inside,the,sink,in,the,image130,?], answer(A, (const(A,plastic_tub)))). _parse([what,is,above,the,sink,in,the,image130,?], answer(A, (const(A,bottle_of_hand_wash_liquid)))). _parse([what,is,to,the,left,of,the,shelf,on,the,wall,in,the,image130,?], answer(A, (const(A,picture)))). _parse([what,is,the,colour,of,the,kitchen,towel,in,the,image130,?], answer(A, (const(A,yellow)))). _parse([how,many,doors,are,for,the,shelf,in,the,image131,?], answer(A, (const(A,4)))). _parse([what,is,on,the,stove,burner,in,the,image131,?], answer(A, (const(A,plate)))). _parse([what,is,hanged,to,the,left,of,shelf,in,the,image131,?], answer(A, (const(A,spice_stand)))). _parse([how,many,racks,in,the,spice,stand,in,the,image131,?], answer(A, (const(A,3)))). _parse([what,is,to,the,left,of,spice,stand,in,the,image131,?], answer(A, (const(A,refridgerator)))). _parse([what,is,inside,the,in,the,image132,?], answer(A, (const(A,vessel)))). _parse([which,is,the,big,vessel,in,the,sink,in,the,image132,?], answer(A, (const(A,jug)))). _parse([what,is,to,the,right,of,sink,in,the,image132,?], answer(A, (const(A,tissue_roll)))). _parse([what,is,above,the,sink,in,the,image132,?], answer(A, (const(A,bottle_of_soap)))). _parse([which,colour,is,more,in,the,cap,of,the,spice,bottle,in,the,image132,?], answer(A, (const(A,green)))). _parse([what,is,the,colour,of,the,soap,inside,the,bottle,in,the,image133,?], answer(A, (const(A,yellow)))). _parse([what,is,visible,in,the,sink,in,the,image133,?], answer(A, (const(A,bowl)))). _parse([what,is,on,the,kitchen,island,in,the,image134,?], answer(A, (const(A,juicer)))). _parse([what,is,at,the,end,of,the,kitchen,island,in,the,image134,?], answer(A, (const(A,cutting_board)))). _parse([what,is,colour,of,the,cutting,board,in,the,middle,in,the,image134,?], answer(A, (const(A,green)))). _parse([how,many,cutting,boards,are,in,the,image134,?], answer(A, (const(A,3)))). _parse([what,is,in,front,of,of,the,cereal,box,in,the,image134,?], answer(A, (const(A,bottle_of_liquid)))). _parse([what,is,near,the,sink,in,the,image135,?], answer(A, (const(A,bottle_of_liquid)))). _parse([what,is,behind,the,oil,container,in,the,image135,?], answer(A, (const(A,vegetable)))). _parse([what,is,below,the,vegetables,in,the,image135,?], answer(A, (const(A,cutting_board)))). _parse([what,is,near,the,bottle,of,liquid,in,the,image135,?], answer(A, (const(A,jug)))). _parse([how,many,large,bottles,are,on,the,spice,stand,in,the,image135,?], answer(A, (const(A,7)))). _parse([what,is,on,the,stove,burner,in,the,image136,?], answer(A, (const(A,tin_foil)))). _parse([what,is,to,the,left,of,stove,in,the,image136,?], answer(A, (const(A,box)))). _parse([what,is,above,the,stove,in,the,image136,?], answer(A, (const(A,microwave)))). _parse([what,is,the,colour,of,liquid,inside,the,bottle,in,the,image137,?], answer(A, (const(A,green)))). _parse([what,is,near,the,microwave,in,the,image137,?], answer(A, (const(A,orange_juicer)))). _parse([what,is,near,the,sink,in,the,image137,?], answer(A, (const(A,cutting_board)))). _parse([what,is,to,the,left,of,the,sink,in,the,image137,?], answer(A, (const(A,sink_protector)))). _parse([what,is,on,the,window,in,the,image138,?], answer(A, (const(A,air_conditioner)))). _parse([what,is,in,front,of,the,air,conditioner,in,the,image138,?], answer(A, (const(A,step_stool)))). _parse([what,is,near,the,airconditionerg,in,the,image138,?], answer(A, (const(A,vase)))). _parse([what,is,near,the,sink,in,the,image138,?], answer(A, (const(A,bowl)))). _parse([what,is,near,the,toaster,oven,in,the,image139,?], answer(A, (const(A,bread)))). _parse([what,is,to,the,left,of,spoon,stand,in,the,image139,?], answer(A, (const(A,coffee_machine)))). _parse([what,is,behind,the,sink,in,the,image139,?], answer(A, (const(A,salt_and_pepper)))). _parse([how,many,cables,are,plugged,to,the,switch,box,in,the,image139,?], answer(A, (const(A,2)))). _parse([what,is,below,the,shelf,in,the,image140,?], answer(A, (const(A,hot_water_heater)))). _parse([what,is,behind,the,sink,tap,in,the,image140,?], answer(A, (const(A,grill)))). _parse([what,is,to,the,left,of,the,sink,in,the,image140,?], answer(A, (const(A,dish_scrubber)))). _parse([what,is,in,front,of,of,the,air,conditioner,in,the,image141,?], answer(A, (const(A,step_stool)))). _parse([what,is,to,the,left,of,ac,in,the,image141,?], answer(A, (const(A,stove)))). _parse([how,many,knobs,in,the,stove,in,the,image141,?], answer(A, (const(A,4)))). _parse([what,is,in,the,plate,stand,in,the,image142,?], answer(A, (const(A,plate);const(A,bowl)))). _parse([what,is,near,the,knife,stand,in,the,image142,?], answer(A, (const(A,wine_bottle)))). _parse([what,is,in,blue,colour,in,the,image142,?], answer(A, (const(A,can_of_beer)))). _parse([what,is,inside,the,sink,in,the,image143,?], answer(A, (const(A,dishes)))). _parse([what,is,behind,the,sink,in,the,image143,?], answer(A, (const(A,candlestick)))). _parse([what,is,in,front,of,of,the,spoon,stand,in,the,image143,?], answer(A, (const(A,bottle)))). _parse([what,is,the,colour,of,the,food,inside,the,bottle,in,the,image143,?], answer(A, (const(A,red)))). _parse([how,many,door,handles,are,in,the,shelf,in,the,image143,?], answer(A, (const(A,2)))). _parse([what,is,below,the,shelf,in,the,image144,?], answer(A, (const(A,grill)))). _parse([what,is,on,the,stove,in,the,image144,?], answer(A, (const(A,frying_pan)))). _parse([what,is,near,the,stove,in,the,image145,?], answer(A, (const(A,hot_water_heater)))). _parse([what,is,the,colour,of,the,shelf,in,the,image145,?], answer(A, (const(A,white)))). _parse([what,is,on,the,table,in,the,image146,?], answer(A, (const(A,laptop)))). _parse([what,is,behind,the,laptop,in,the,image146,?], answer(A, (const(A,wardrobe)))). _parse([what,is,to,the,left,of,wardrobe,in,the,image146,?], answer(A, (const(A,stool)))). _parse([what,is,to,the,left,of,the,stool,in,the,image146,?], answer(A, (const(A,television)))). _parse([where,is,the,tv,kept,in,the,image147,?], answer(A, (const(A,tv_stand)))). _parse([what,is,the,colour,of,the,tv,in,the,image147,?], answer(A, (const(A,black)))). _parse([what,is,inside,the,tv,stand,in,the,image147,?], answer(A, (const(A,dvd_player)))). _parse([what,is,inside,the,frame,in,the,image147,?], answer(A, (const(A,photo)))). _parse([what,is,on,the,floor,in,the,image148,?], answer(A, (const(A,picture)))). _parse([what,is,at,the,corner,of,the,room,in,the,image148,?], answer(A, (const(A,lamp)))). _parse([what,is,placed,on,the,chair,in,the,image148,?], answer(A, (const(A,jacket)))). _parse([what,is,on,the,table,in,the,image148,?], answer(A, (const(A,tablecloth)))). _parse([what,is,on,the,right,chair,of,the,table,in,the,image149,?], answer(A, (const(A,jeans)))). _parse([what,is,above,decorative,plant,in,the,image149,?], answer(A, (const(A,picture)))). _parse([how,many,pictures,are,on,the,wall,in,the,image150,?], answer(A, (const(A,3)))). _parse([what,is,in,front,of,of,the,door,in,the,image150,?], answer(A, (const(A,backpack)))). _parse([what,is,at,the,corner,of,the,wall,near,the,door,in,the,image150,?], answer(A, (const(A,umbrella)))). _parse([what,is,near,the,backpack,in,the,image150,?], answer(A, (const(A,shoe)))). _parse([what,is,on,the,wall,to,the,left,of,the,door,in,the,image150,?], answer(A, (const(A,cordless_telephone)))). _parse([what,is,near,the,lamp,in,the,image151,?], answer(A, (const(A,sofa)))). _parse([what,is,on,the,sofa,in,the,image151,?], answer(A, (const(A,pillow)))). _parse([what,is,colour,of,the,sofa,in,the,image151,?], answer(A, (const(A,brown)))). _parse([what,is,near,the,wall,in,the,image152,?], answer(A, (const(A,shelves)))). _parse([what,is,on,the,top,of,the,shelf,in,the,image152,?], answer(A, (const(A,decorative_item)))). _parse([what,is,is,in,the,third,rack,of,the,shelf,in,the,image152,?], answer(A, (const(A,books)))). _parse([what,is,the,colour,of,the,sofa,in,the,image153,?], answer(A, (const(A,red)))). _parse([what,is,on,the,window,seater,in,the,image153,?], answer(A, (const(A,paper_rack)))). _parse([what,is,the,big,object,in,the,image154,?], answer(A, (const(A,shelves)))). _parse([what,is,on,the,shelf,in,the,image154,?], answer(A, (const(A,decorative_item)))). _parse([what,is,to,the,right,of,the,shelf,in,the,image154,?], answer(A, (const(A,door)))). _parse([what,is,on,the,door,in,the,image154,?], answer(A, (const(A,door_knob)))). _parse([what,is,the,all,in,the,image155,made,of,in,the,image155,?], answer(A, (const(A,brick)))). _parse([what,is,in,the,front,of,the,stove,in,the,image155,?], answer(A, (const(A,garbage_bin)))). _parse([what,is,below,the,photo,frame,in,the,image155,?], answer(A, (const(A,wall_stand)))). _parse([what,is,near,the,television,in,the,image156,?], answer(A, (const(A,sofa)))). _parse([how,many,pillows,are,on,the,sofa,in,the,image156,?], answer(A, (const(A,2)))). _parse([what,is,on,the,table,in,the,image156,?], answer(A, (const(A,stacked_plastic_racks)))). _parse([what,is,on,the,window,seater,in,the,image156,?], answer(A, (const(A,books)))). _parse([how,many,chairs,are,in,front,of,the,table,in,the,image157,?], answer(A, (const(A,2)))). _parse([what,is,on,the,left,corner,of,the,table,in,the,image157,?], answer(A, (const(A,can)))). _parse([what,bottle,is,on,the,table,in,the,image157,?], answer(A, (const(A,coke_bottle)))). _parse([what,is,at,top,of,the,table,in,the,image157,?], answer(A, (const(A,tissue_box)))). _parse([what,kind,of,rack,is,in,the,image158,?], answer(A, (const(A,wine_rack)))). _parse([what,is,on,top,of,the,wine,rack,in,the,image158,?], answer(A, (const(A,wine_bottle)))). _parse([what,is,hanged,in,the,wine,rack,in,the,image158,?], answer(A, (const(A,wine_glass)))). _parse([what,is,to,the,right,of,the,wine,rack,in,the,image158,?], answer(A, (const(A,coat_hanger)))). _parse([what,is,to,the,left,of,the,wine,rack,and,on,the,wall,in,the,image158,?], answer(A, (const(A,telephone)))). _parse([what,is,left,of,the,wine,rack,in,the,image159,?], answer(A, (const(A,glass_box)))). _parse([how,many,glass,box,are,visible,in,the,image159,?], answer(A, (const(A,3)))). _parse([what,is,on,the,door,in,the,image159,?], answer(A, (const(A,door_knob)))). _parse([what,is,on,the,top,of,the,door,in,the,image159,?], answer(A, (const(A,door_lock)))). _parse([what,is,the,big,object,in,the,image160,?], answer(A, (const(A,sofa)))). _parse([what,is,the,colour,of,the,sofa,in,the,image160,?], answer(A, (const(A,black)))). _parse([what,is,on,the,right,hand,of,the,sofa,in,the,image160,?], answer(A, (const(A,newspapers)))). _parse([what,is,behind,the,sofa,in,the,image160,?], answer(A, (const(A,guitar)))). _parse([what,is,the,object,black,in,colour,in,the,image161,?], answer(A, (const(A,chair)))). _parse([what,is,in,the,corner,of,the,shelf,in,the,image161,?], answer(A, (const(A,lamp)))). _parse([what,is,below,the,chair,in,the,image161,?], answer(A, (const(A,shoe)))). _parse([what,is,hanged,inside,the,wardrobe,in,the,image162,?], answer(A, (const(A,shirts_in_hanger)))). _parse([what,is,the,dark,colour,shirt,in,the,wardrobe,in,the,image162,?], answer(A, (const(A,red)))). _parse([what,is,the,big,object,in,the,image163,?], answer(A, (const(A,television)))). _parse([what,is,above,the,television,in,the,image163,?], answer(A, (const(A,clock)))). _parse([what,is,on,the,television,stand,in,the,image163,?], answer(A, (const(A,dvd)))). _parse([what,is,behind,the,wall,in,the,image163,?], answer(A, (const(A,chair)))). _parse([what,is,on,the,television,stand,in,the,image164,?], answer(A, (const(A,television)))). _parse([what,is,on,top,of,the,television,in,the,image164,?], answer(A, (const(A,dvd_player)))). _parse([what,is,to,the,right,of,the,television,in,the,image164,?], answer(A, (const(A,router)))). _parse([what,is,to,the,left,of,the,television,stand,in,the,image164,?], answer(A, (const(A,stacked_chairs)))). _parse([what,in,the,middle,of,the,television,stand,in,the,image164,?], answer(A, (const(A,books)))). _parse([what,is,to,the,right,of,stacked,chairs,in,the,image165,?], answer(A, (const(A,chair)))). _parse([what,is,behind,the,wall,in,the,image165,?], answer(A, (const(A,door)))). _parse([what,is,on,the,television,stand,in,the,image165,?], answer(A, (const(A,picture);const(A,decorative_item)))). _parse([what,is,big,object,in,the,image166,?], answer(A, (const(A,sofa)))). _parse([what,is,the,colour,of,the,sofa,in,the,image166,?], answer(A, (const(A,white)))). _parse([what,is,behind,the,sofa,in,the,image166,?], answer(A, (const(A,table)))). _parse([what,is,covered,on,the,table,in,the,image166,?], answer(A, (const(A,tablecloth)))). _parse([what,is,the,colour,of,the,table,cloth,in,the,image166,?], answer(A, (const(A,white)))). _parse([how,many,chairs,are,around,the,table,in,the,image166,?], answer(A, (const(A,chair)))). _parse([what,is,left,of,the,table,in,the,image166,?], answer(A, (const(A,lamp)))). _parse([what,is,on,the,table,in,the,image166,?], answer(A, (const(A,vase)))). _parse([what,is,hanging,on,the,chair,in,the,image167,?], answer(A, (const(A,jacket)))). _parse([what,is,on,the,table,in,the,image168,?], answer(A, (const(A,books);const(A,paper)))). _parse([what,is,to,the,left,of,the,image168,in,the,image168,?], answer(A, (const(A,tree_sculpture)))). _parse([what,is,the,colour,of,the,plant,in,the,image168,?], answer(A, (const(A,brown)))). _parse([what,is,to,the,left,of,the,tv,stand,in,the,image169,?], answer(A, (const(A,trolley)))). _parse([what,is,to,the,right,of,the,tv,stand,in,the,image169,?], answer(A, (const(A,speaker)))). _parse([what,is,to,the,right,of,the,tv,stand,in,the,image169,?], answer(A, (const(A,vacuum_cleaner)))). _parse([what,is,above,the,sink,in,the,image170,?], answer(A, (const(A,mirror)))). _parse([what,is,behind,the,sink,in,the,image170,?], answer(A, (const(A,hand_sanitizer)))). _parse([what,is,used,to,cover,the,bath,tub,in,the,image170,?], answer(A, (const(A,shower_curtain)))). _parse([which,is,the,large,object,in,the,image171,?], answer(A, (const(A,sofa)))). _parse([what,is,on,the,sofa,in,the,image171,?], answer(A, (const(A,pillow)))). _parse([what,is,to,the,left,of,the,sofa,in,the,image171,?], answer(A, (const(A,bookshelf)))). _parse([what,is,on,the,sofa,in,the,image172,?], answer(A, (const(A,bag)))). _parse([what,is,in,between,the,sofa,in,the,image172,?], answer(A, (const(A,stool)))). _parse([what,is,on,the,stool,in,the,image172,?], answer(A, (const(A,books)))). _parse([what,is,above,the,books,on,the,stool,in,the,image172,?], answer(A, (const(A,bag)))). _parse([what,is,on,the,cot,in,the,image173,?], answer(A, (const(A,bed)))). _parse([what,is,in,front,of,the,bed,in,the,image173,?], answer(A, (const(A,drawer)))). _parse([what,is,on,the,bed,in,the,image174,?], answer(A, (const(A,jacket)))). _parse([what,is,to,the,left,of,the,jacket,in,the,image174,?], answer(A, (const(A,jeans)))). _parse([what,is,to,the,right,of,the,night,lamp,in,the,image174,?], answer(A, (const(A,tissue_box)))). _parse([what,is,to,the,right,corner,of,the,drawer,in,the,image175,?], answer(A, (const(A,alarm_clock)))). _parse([what,is,to,the,left,of,the,alarm,clock,in,the,image175,?], answer(A, (const(A,hand_sculpture)))). _parse([what,is,to,the,left,of,the,towel,in,the,image175,?], answer(A, (const(A,shoe)))). _parse([what,is,in,front,of,the,night,lamp,in,the,image176,?], answer(A, (const(A,cloth_bag)))). _parse([what,is,behind,the,cloth,bag,in,the,image176,?], answer(A, (const(A,stool)))). _parse([which,object,is,more,on,the,stool,in,the,image176,?], answer(A, (const(A,books)))). _parse([what,is,to,the,right,of,the,television,in,the,image177,?], answer(A, (const(A,speaker)))). _parse([what,is,to,the,left,of,the,television,in,the,image177,?], answer(A, (const(A,dvd_player)))). _parse([how,many,pictures,are,on,the,wall,in,the,image177,?], answer(A, (const(A,2)))). _parse([what,is,on,the,window,seater,in,the,image178,?], answer(A, (const(A,books)))). _parse([what,is,below,the,window,in,the,image178,?], answer(A, (const(A,air_conditioner)))). _parse([what,is,the,right,of,the,bed,in,the,image178,?], answer(A, (const(A,table)))). _parse([what,is,above,the,night,lamp,in,the,image178,?], answer(A, (const(A,picture)))). _parse([what,is,the,content,of,the,picture,in,the,image178,?], answer(A, (const(A,jersey)))). _parse([how,many,lamps,are,in,the,image179,?], answer(A, (const(A,3)))). _parse([what,is,the,colour,of,the,shirt,on,the,picture,in,the,image179,?], answer(A, (const(A,green)))). _parse([what,is,the,number,written,on,the,jersey,in,the,image179,?], answer(A, (const(A,11)))). _parse([what,is,below,the,picture,in,the,image179,?], answer(A, (const(A,sofa)))). _parse([what,is,on,the,sofa,in,the,image179,?], answer(A, (const(A,pillow)))). _parse([what,is,to,the,left,of,the,bed,in,the,image180,?], answer(A, (const(A,cloth_drying_stand)))). _parse([what,is,the,colour,of,the,bowl,in,the,image180,?], answer(A, (const(A,pink)))). _parse([what,is,on,the,pillow,in,the,image180,?], answer(A, (const(A,jeans)))). _parse([what,is,the,colour,of,the,bed,sheet,in,the,image180,?], answer(A, (const(A,white)))). _parse([what,is,to,the,left,of,the,box,in,the,image181,?], answer(A, (const(A,shelves)))). _parse([what,is,the,colour,of,the,shelf,in,the,image181,?], answer(A, (const(A,brown)))). _parse([what,is,in,the,third,rack,of,the,shelf,in,the,image181,?], answer(A, (const(A,books)))). _parse([what,are,the,things,on,the,table,in,the,image182,?], answer(A, (const(A,books);const(A,clothes);const(A,comb)))). _parse([what,is,the,colour,of,the,bed,and,pillow,in,the,image183,?], answer(A, (const(A,white)))). _parse([what,are,the,things,to,the,right,of,the,chair,in,the,image184,?], answer(A, (const(A,flask);const(A,book);const(A,lamp);const(A,cup);const(A,pillow)))). _parse([how,many,posters,are,in,the,image184,?], answer(A, (const(A,2)))). _parse([how,many,posters,are,in,the,image185,?], answer(A, (const(A,2)))). _parse([what,is,the,colour,of,the,screen,in,the,image185,?], answer(A, (const(A,white)))). _parse([what,is,to,the,right,of,the,mirror,in,the,image186,?], answer(A, (const(A,monitor)))). _parse([how,many,lamps,are,there,in,the,image186,?], answer(A, (const(A,4)))). _parse([how,many,wine,bottles,are,in,the,image187,?], answer(A, (const(A,4)))). _parse([what,are,the,things,on,the,shelf,in,the,image187,?], answer(A, (const(A,books)))). _parse([what,are,the,things,on,the,shelf,in,the,image188,?], answer(A, (const(A,books)))). _parse([how,many,wine,bottles,are,in,the,image188,?], answer(A, (const(A,4)))). _parse([what,is,the,colour,of,the,chair,in,the,image189,?], answer(A, (const(A,black)))). _parse([what,are,the,things,in,the,shelf,in,the,image191,?], answer(A, (const(A,books)))). _parse([what,are,the,things,in,front,of,the,wall,in,the,image192,?], answer(A, (const(A,television);const(A,dvd_player);const(A,stand);const(A,drawer)))). _parse([how,many,posters,are,on,the,wall,in,the,image192,?], answer(A, (const(A,2)))). _parse([what,is,in,front,of,the,wall,in,the,image193,?], answer(A, (const(A,television)))). _parse([what,is,to,the,left,of,the,cup,board,in,the,image194,?], answer(A, (const(A,door)))). _parse([what,is,hanging,on,the,cupboard,in,the,image194,?], answer(A, (const(A,towel)))). _parse([what,are,the,things,on,the,stove,burner,in,the,image196,?], answer(A, (const(A,jar);const(A,vessel);const(A,pan)))). _parse([what,is,the,colour,of,the,refridgerator,in,the,image196,?], answer(A, (const(A,white)))). _parse([how,many,posters,are,in,the,refridgerator,in,the,image196,?], answer(A, (const(A,15)))). _parse([how,many,cupboards,are,in,the,image199,?], answer(A, (const(A,2)))). _parse([what,are,the,things,on,the,dining,table,in,the,image200,?], answer(A, (const(A,bottle);const(A,glass);const(A,jar)))). _parse([how,many,posters,are,on,the,wall,in,the,image200,?], answer(A, (const(A,4)))). _parse([what,is,the,colour,of,the,jacket,in,the,image200,?], answer(A, (const(A,red)))). _parse([what,is,the,colour,of,television,in,the,image201,?], answer(A, (const(A,black)))). _parse([what,is,to,the,right,of,the,television,in,the,image201,?], answer(A, (const(A,bookshelf)))). _parse([what,is,the,colour,of,the,table,in,the,image201,?], answer(A, (const(A,brown)))). _parse([what,is,the,colour,of,the,sofa,in,the,image202,?], answer(A, (const(A,red)))). _parse([what,is,above,the,sofa,in,the,image202,?], answer(A, (const(A,picture)))). _parse([what,is,on,the,sofa,in,the,image202,?], answer(A, (const(A,pillow)))). _parse([what,is,to,the,right,of,the,sofa,in,the,image202,?], answer(A, (const(A,kitchen_items)))). _parse([what,is,the,colour,of,the,microwave,in,the,image203,?], answer(A, (const(A,white)))). _parse([what,is,kept,on,the,stove,burner,in,the,image203,?], answer(A, (const(A,vessel)))). _parse([what,is,the,colour,of,the,kitchen,in,the,image203,?], answer(A, (const(A,white)))). _parse([what,is,to,the,left,of,stove,burner,in,the,image203,?], answer(A, (const(A,sink)))). _parse([what,is,the,colour,of,the,kitchen,in,the,image204,?], answer(A, (const(A,white)))). _parse([what,is,to,the,left,of,the,sink,in,the,image204,?], answer(A, (const(A,glass_set)))). _parse([what,is,in,the,sink,in,the,image204,?], answer(A, (const(A,glass)))). _parse([what,is,the,colour,of,the,bowl,in,the,image204,?], answer(A, (const(A,white)))). _parse([what,is,the,big,object,in,the,image205,?], answer(A, (const(A,refridgerator)))). _parse([what,is,to,the,right,of,refridgerator,in,the,image205,?], answer(A, (const(A,wall)))). _parse([what,is,the,colour,of,toaster,oven,in,the,image205,?], answer(A, (const(A,black)))). _parse([what,is,the,colour,of,the,self,in,the,image206,?], answer(A, (const(A,white)))). _parse([what,is,the,colour,of,knife,in,the,image206,?], answer(A, (const(A,black)))). _parse([what,is,kept,on,the,self,in,the,image206,?], answer(A, (const(A,tissue_roll)))). _parse([what,is,kept,above,the,self,in,the,image207,?], answer(A, (const(A,picture)))). _parse([what,is,kept,in,the,self,in,the,image207,?], answer(A, (const(A,books)))). _parse([what,is,the,big,object,in,the,image207,?], answer(A, (const(A,bookshelf)))). _parse([what,is,the,colour,of,the,wall,in,the,image207,?], answer(A, (const(A,white)))). _parse([what,is,to,the,right,of,bookshelf,in,the,image207,?], answer(A, (const(A,picture)))). _parse([what,is,the,colour,of,the,door,in,the,image208,?], answer(A, (const(A,brown)))). _parse([what,is,in,front,of,the,door,in,the,image208,?], answer(A, (const(A,chair)))). _parse([what,is,to,the,right,of,chair,in,the,image208,?], answer(A, (const(A,shelves)))). _parse([what,is,the,colour,of,the,shelves,in,the,image208,?], answer(A, (const(A,brown)))). _parse([what,is,the,colour,of,the,floor,in,the,image208,?], answer(A, (const(A,brown)))). _parse([what,is,to,the,right,of,sofa,in,the,image209,?], answer(A, (const(A,air_conditioner)))). _parse([what,is,the,largest,object,in,the,image209,?], answer(A, (const(A,sofa)))). _parse([what,is,kept,on,the,sofa,in,the,image209,?], answer(A, (const(A,pillow)))). _parse([what,is,above,the,air,conditioner,in,the,image209,?], answer(A, (const(A,window)))). _parse([what,is,in,front,of,the,sofa,in,the,image209,?], answer(A, (const(A,table)))). _parse([what,is,behind,the,sofa,in,the,image210,?], answer(A, (const(A,table)))). _parse([what,is,the,largest,object,in,the,image210,?], answer(A, (const(A,sofa)))). _parse([what,is,the,colour,of,the,sofa,in,the,image210,?], answer(A, (const(A,brown)))). _parse([what,is,kept,on,the,sofa,in,the,image210,?], answer(A, (const(A,jacket)))). _parse([what,is,placed,above,the,table,in,the,image211,?], answer(A, (const(A,bag)))). _parse([what,is,the,colour,of,the,chair,in,the,image211,?], answer(A, (const(A,brown)))). _parse([what,is,to,the,left,of,table,in,the,image211,?], answer(A, (const(A,mirror)))). _parse([what,is,in,front,of,the,shelves,in,the,image212,?], answer(A, (const(A,table)))). _parse([what,is,the,colour,of,doors,in,the,image212,?], answer(A, (const(A,white)))). _parse([what,is,placed,on,the,table,in,the,image212,?], answer(A, (const(A,papers)))). _parse([what,is,kept,in,the,shelves,in,the,image212,?], answer(A, (const(A,utensil)))). _parse([what,is,the,colour,of,the,chair,in,the,image213,?], answer(A, (const(A,red)))). _parse([who,is,in,front,of,the,computer,in,the,image213,?], answer(A, (const(A,person)))). _parse([what,is,behind,the,computer,in,the,image213,?], answer(A, (const(A,shelves)))). _parse([what,colour,shirt,a,man,is,wearing,in,the,image213,?], answer(A, (const(A,gray)))). _parse([what,is,placed,on,the,chair,in,the,image213,?], answer(A, (const(A,bag)))). _parse([what,is,placed,on,the,shelf,in,the,image214,?], answer(A, (const(A,water_purifier)))). _parse([what,is,the,colour,of,microwave,in,the,image214,?], answer(A, (const(A,white)))). _parse([what,is,in,front,of,the,microwave,in,the,image214,?], answer(A, (const(A,tissue_roll)))). _parse([what,is,placed,above,the,microwave,in,the,image214,?], answer(A, (const(A,coffee_machine)))). _parse([what,is,in,front,of,the,table,in,the,image215,?], answer(A, (const(A,chair)))). _parse([what,is,the,colour,of,chair,in,the,image215,?], answer(A, (const(A,red)))). _parse([what,is,kept,below,the,table,in,the,image215,?], answer(A, (const(A,box)))). _parse([what,is,to,the,right,of,computer,in,the,image215,?], answer(A, (const(A,telephone)))). _parse([how,many,computers,are,there,in,the,image216,?], answer(A, (const(A,2)))). _parse([what,is,in,front,of,the,computer,in,the,image216,?], answer(A, (const(A,chair)))). _parse([what,is,to,the,right,of,the,computer,in,the,image216,?], answer(A, (const(A,papers)))). _parse([what,is,the,colour,of,bricks,in,the,image216,?], answer(A, (const(A,brown)))). _parse([what,is,above,the,lamp,in,the,image217,?], answer(A, (const(A,picture)))). _parse([what,is,to,the,right,of,the,lamp,in,the,image217,?], answer(A, (const(A,alarm_clock)))). _parse([what,is,the,colour,of,pillow,in,the,image217,?], answer(A, (const(A,white)))). _parse([what,is,colour,of,bed,sheets,in,the,image217,?], answer(A, (const(A,white)))). _parse([what,is,in,front,of,the,bed,in,the,image218,?], answer(A, (const(A,television)))). _parse([what,is,to,the,right,of,television,in,the,image218,?], answer(A, (const(A,window)))). _parse([what,is,the,colour,of,window,cover,in,the,image218,?], answer(A, (const(A,brown)))). _parse([what,is,behind,the,television,in,the,image218,?], answer(A, (const(A,picture)))). _parse([what,is,the,colour,of,the,walls,in,the,image219,?], answer(A, (const(A,white)))). _parse([what,is,behind,the,bed,in,the,image219,?], answer(A, (const(A,window)))). _parse([what,is,to,the,right,of,bed,in,the,image219,?], answer(A, (const(A,air_conditioner)))). _parse([what,is,in,front,of,the,window,in,the,image219,?], answer(A, (const(A,chair)))). _parse([what,is,behind,the,chair,in,the,image219,?], answer(A, (const(A,books)))). _parse([what,is,behind,the,bed,in,the,image220,?], answer(A, (const(A,window)))). _parse([what,is,the,colour,of,window,cover,in,the,image220,?], answer(A, (const(A,white)))). _parse([what,is,placed,on,the,bed,in,the,image220,?], answer(A, (const(A,clothes)))). _parse([what,is,to,the,left,of,the,bed,in,the,image220,?], answer(A, (const(A,picture)))). _parse([what,is,to,the,right,of,the,bed,in,the,image221,?], answer(A, (const(A,shelves)))). _parse([what,is,the,colour,of,lamp,in,the,image221,?], answer(A, (const(A,brown)))). _parse([what,is,in,front,of,the,lamp,in,the,image221,?], answer(A, (const(A,door)))). _parse([what,is,the,colour,of,the,bed,sheets,in,the,image221,?], answer(A, (const(A,white)))). _parse([what,is,above,the,door,in,the,image221,?], answer(A, (const(A,light_bulb)))). _parse([what,is,the,colour,of,the,walls,in,the,image222,?], answer(A, (const(A,white)))). _parse([what,is,in,front,of,the,lamp,in,the,image222,?], answer(A, (const(A,person)))). _parse([what,colour,shirt,is,the,man,wearing,in,the,image222,?], answer(A, (const(A,black)))). _parse([what,is,placed,above,the,shelf,in,the,image222,?], answer(A, (const(A,pen_stand)))). _parse([what,is,the,colour,of,the,floor,in,the,image222,?], answer(A, (const(A,brown)))). _parse([what,is,to,the,left,of,sofa,in,the,image223,?], answer(A, (const(A,chair)))). _parse([what,is,behind,the,chair,in,the,image223,?], answer(A, (const(A,table)))). _parse([what,is,placed,on,the,table,in,the,image223,?], answer(A, (const(A,bowl)))). _parse([what,is,behind,the,table,in,the,image223,?], answer(A, (const(A,shelves)))). _parse([what,is,placed,on,the,shelves,in,the,image223,?], answer(A, (const(A,glass_ware)))). _parse([what,is,in,front,of,the,chair,in,the,image224,?], answer(A, (const(A,table)))). _parse([what,is,placed,on,the,table,in,the,image224,?], answer(A, (const(A,vase)))). _parse([how,many,chairs,are,in,the,image224,?], answer(A, (const(A,2)))). _parse([what,is,behind,the,chair,in,the,image224,?], answer(A, (const(A,shelves)))). _parse([what,is,behind,the,sofa,in,the,image225,?], answer(A, (const(A,glass_ware)))). _parse([what,is,the,colour,of,top,the,woman,is,wearing,in,the,image225,?], answer(A, (const(A,white)))). _parse([what,is,the,colour,of,floor,in,the,image225,?], answer(A, (const(A,brown)))). _parse([what,is,the,colour,of,the,sofa,in,the,image226,?], answer(A, (const(A,white)))). _parse([what,is,to,the,left,of,the,sofa,in,the,image226,?], answer(A, (const(A,table)))). _parse([what,is,placed,on,the,table,in,the,image226,?], answer(A, (const(A,napkin)))). _parse([what,is,the,woman,carrying,in,her,hand,in,the,image227,?], answer(A, (const(A,jacket)))). _parse([what,is,placed,on,the,table,in,the,image227,?], answer(A, (const(A,spoon_stand)))). _parse([what,is,the,colour,of,the,table,in,the,image227,?], answer(A, (const(A,brown)))). _parse([who,is,behind,the,table,in,the,image228,?], answer(A, (const(A,person)))). _parse([what,is,the,colour,of,pillar,in,the,image228,?], answer(A, (const(A,brown)))). _parse([what,is,placed,on,the,table,in,the,image228,?], answer(A, (const(A,utensil)))). _parse([what,is,hanging,from,the,roof,in,the,image228,?], answer(A, (const(A,lamp)))). _parse([what,is,behind,the,sofa,in,the,image229,?], answer(A, (const(A,shelves)))). _parse([what,is,placed,on,the,shelf,in,the,image229,?], answer(A, (const(A,pot)))). _parse([what,is,the,largest,object,in,the,image229,?], answer(A, (const(A,shelves)))). _parse([what,is,placed,on,the,table,in,the,image230,?], answer(A, (const(A,napkin)))). _parse([what,is,behind,the,shelf,in,the,image230,?], answer(A, (const(A,sofa)))). _parse([what,is,to,the,left,of,table,in,the,image230,?], answer(A, (const(A,person)))). _parse([what,colour,are,the,utensils,in,the,image230,?], answer(A, (const(A,brown)))). _parse([what,is,the,largest,object,in,the,image231,?], answer(A, (const(A,shelves)))). _parse([what,is,on,the,shelves,in,the,image231,?], answer(A, (const(A,pillow)))). _parse([what,is,placed,on,the,sofa,in,the,image232,?], answer(A, (const(A,pillow)))). _parse([what,is,the,colour,of,the,wall,in,the,image232,?], answer(A, (const(A,white)))). _parse([what,colour,shirt,is,the,man,wearing,in,the,image232,?], answer(A, (const(A,black)))). _parse([what,is,placed,on,the,shelf,in,the,image232,?], answer(A, (const(A,paper_holder)))). _parse([what,is,the,largest,object,in,the,image233,?], answer(A, (const(A,shelves)))). _parse([what,is,placed,on,the,shelves,in,the,image233,?], answer(A, (const(A,pillow)))). _parse([what,is,in,front,of,the,shelf,in,the,image233,?], answer(A, (const(A,bed)))). _parse([what,is,placed,above,the,bed,in,the,image233,?], answer(A, (const(A,light_bulb)))). _parse([what,is,behind,the,woman,in,the,image234,?], answer(A, (const(A,shelves)))). _parse([what,is,the,colour,of,shelf,in,the,image234,?], answer(A, (const(A,brown)))). _parse([what,is,placed,on,the,shelf,in,the,image234,?], answer(A, (const(A,pot)))). _parse([what,colour,is,the,wall,in,the,image235,?], answer(A, (const(A,white)))). _parse([what,is,placed,on,the,table,in,the,image235,?], answer(A, (const(A,napkin)))). _parse([what,is,placed,on,the,shelves,in,the,image235,?], answer(A, (const(A,glass_ware)))). _parse([what,is,to,the,left,of,the,table,in,the,image235,?], answer(A, (const(A,shelves)))). _parse([how,many,chairs,are,in,the,image236,?], answer(A, (const(A,2)))). _parse([what,is,the,colour,of,the,table,in,the,image236,?], answer(A, (const(A,black)))). _parse([what,is,the,largest,object,in,the,image236,?], answer(A, (const(A,shelves)))). _parse([what,is,the,colour,of,sofa,in,the,image237,?], answer(A, (const(A,white)))). _parse([what,is,behind,the,sofa,in,the,image237,?], answer(A, (const(A,window)))). _parse([what,is,the,largest,object,in,the,image238,?], answer(A, (const(A,shelves)))). _parse([what,is,in,front,of,the,table,in,the,image238,?], answer(A, (const(A,sofa)))). _parse([how,many,chair,are,in,the,image238,?], answer(A, (const(A,2)))). _parse([what,is,placed,on,the,shelf,in,the,image238,?], answer(A, (const(A,pillow)))). _parse([what,is,the,colour,of,shelf,in,the,image239,?], answer(A, (const(A,white)))). _parse([what,is,in,front,of,the,shelf,in,the,image239,?], answer(A, (const(A,table)))). _parse([what,is,placed,on,the,table,in,the,image239,?], answer(A, (const(A,plate)))). _parse([what,is,to,the,left,of,shelf,in,the,image239,?], answer(A, (const(A,ladder)))). _parse([what,is,to,the,right,of,the,bed,in,the,image240,?], answer(A, (const(A,mirror)))). _parse([what,is,the,colour,of,wall,in,the,image240,?], answer(A, (const(A,white)))). _parse([what,is,above,the,bed,in,the,image240,?], answer(A, (const(A,light_bulb)))). _parse([what,is,placed,on,the,shelf,in,the,image241,?], answer(A, (const(A,glass_ware)))). _parse([what,is,in,front,of,the,shelf,in,the,image241,?], answer(A, (const(A,sofa)))). _parse([what,is,above,the,sofa,in,the,image241,?], answer(A, (const(A,light_bulb)))). _parse([what,is,to,the,left,of,the,shelf,in,the,image241,?], answer(A, (const(A,window)))). _parse([what,is,to,right,of,the,shelf,in,the,image242,?], answer(A, (const(A,lamp)))). _parse([what,is,in,front,of,the,sofa,in,the,image242,?], answer(A, (const(A,table)))). _parse([what,is,the,largest,object,in,the,image242,?], answer(A, (const(A,shelves)))). _parse([how,many,chairs,are,in,the,image243,?], answer(A, (const(A,2)))). _parse([what,is,the,colour,of,walls,in,the,image243,?], answer(A, (const(A,white)))). _parse([what,is,the,colour,of,pipe,in,the,image244,?], answer(A, (const(A,red)))). _parse([how,many,chair,are,in,the,image244,?], answer(A, (const(A,2)))). _parse([what,is,the,colour,of,sofa,in,the,image244,?], answer(A, (const(A,black)))). _parse([what,is,placed,behind,the,sofa,in,the,image244,?], answer(A, (const(A,lamp)))). _parse([what,is,the,largest,object,in,the,image245,?], answer(A, (const(A,light_bulb)))). _parse([what,is,behind,the,sofa,in,the,image245,?], answer(A, (const(A,shelves)))). _parse([how,many,sofa,are,in,the,image245,?], answer(A, (const(A,2)))). _parse([what,is,placed,on,the,sofa,in,the,image245,?], answer(A, (const(A,pillow)))). _parse([what,is,on,the,shelf,in,the,image246,?], answer(A, (const(A,bowl)))). _parse([what,is,in,front,of,the,shelf,in,the,image246,?], answer(A, (const(A,sofa)))). _parse([what,is,the,colour,of,wall,in,the,image246,?], answer(A, (const(A,white)))). _parse([what,is,to,the,right,of,the,sofa,in,the,image247,?], answer(A, (const(A,mirror)))). _parse([what,is,to,the,left,of,the,sofa,in,the,image247,?], answer(A, (const(A,table)))). _parse([what,colour,is,the,pillow,in,the,image247,?], answer(A, (const(A,white)))). _parse([what,is,behind,the,sofa,in,the,image247,?], answer(A, (const(A,chair)))). _parse([what,is,behind,the,chair,in,the,image248,?], answer(A, (const(A,ladder)))). _parse([what,is,to,left,of,the,chair,in,the,image248,?], answer(A, (const(A,sofa)))). _parse([what,is,the,colour,of,chair,in,the,image248,?], answer(A, (const(A,brown)))). _parse([what,is,on,the,shelf,in,the,image248,?], answer(A, (const(A,glass_ware)))). _parse([what,is,behind,the,sofa,in,the,image249,?], answer(A, (const(A,chair)))). _parse([what,is,on,the,sofa,in,the,image249,?], answer(A, (const(A,pillow)))). _parse([what,is,to,left,of,the,stove,burner,in,the,image250,?], answer(A, (const(A,sink)))). _parse([what,is,placed,on,the,stove,in,the,image250,?], answer(A, (const(A,utensil)))). _parse([what,is,the,colour,of,stove,in,the,image250,?], answer(A, (const(A,white)))). _parse([what,is,left,of,the,stove,in,the,image251,?], answer(A, (const(A,door)))). _parse([what,is,in,the,door,in,the,image251,?], answer(A, (const(A,door_knob)))). _parse([what,is,in,front,of,the,stove,in,the,image251,?], answer(A, (const(A,sink)))). _parse([what,is,above,sink,in,the,image251,?], answer(A, (const(A,tissue_roll)))). _parse([what,is,right,of,sink,in,the,image252,?], answer(A, (const(A,vessel_set)))). _parse([what,is,above,sink,in,the,image252,?], answer(A, (const(A,shelves)))). _parse([what,is,left,of,sink,in,the,image252,?], answer(A, (const(A,bottle)))). _parse([what,is,the,largest,object,in,the,image253,?], answer(A, (const(A,refridgerator)))). _parse([what,is,right,of,the,refridgerator,in,the,image253,?], answer(A, (const(A,microwave)))). _parse([what,is,right,of,oven,in,the,image253,?], answer(A, (const(A,sink)))). _parse([what,is,above,sink,in,the,image253,?], answer(A, (const(A,shelves)))). _parse([what,is,the,colour,of,wall,in,the,image254,?], answer(A, (const(A,white)))). _parse([what,is,right,of,shelf,in,the,image254,?], answer(A, (const(A,television)))). _parse([what,is,on,the,shelf,in,the,image254,?], answer(A, (const(A,books)))). _parse([what,is,colour,of,wall,in,the,image255,?], answer(A, (const(A,yellow)))). _parse([what,is,on,sofa,in,the,image255,?], answer(A, (const(A,pillow)))). _parse([what,is,colour,of,sofa,in,the,image255,?], answer(A, (const(A,gray)))). _parse([what,is,in,front,of,woman,in,the,image256,?], answer(A, (const(A,laptop)))). _parse([what,is,above,laptop,in,the,image256,?], answer(A, (const(A,shelves)))). _parse([what,is,the,colour,of,chair,in,the,image256,?], answer(A, (const(A,red)))). _parse([what,is,largest,object,in,the,image257,?], answer(A, (const(A,shelves)))). _parse([what,is,right,of,shelf,in,the,image257,?], answer(A, (const(A,door)))). _parse([what,is,behind,the,sofa,in,the,image258,?], answer(A, (const(A,table)))). _parse([how,many,chair,are,in,the,image258,?], answer(A, (const(A,5)))). _parse([what,is,on,the,table,in,the,image258,?], answer(A, (const(A,laptop)))). _parse([what,is,the,colour,of,wall,in,the,image258,?], answer(A, (const(A,white)))). _parse([what,is,right,of,television,in,the,image259,?], answer(A, (const(A,shelves)))). _parse([what,is,on,the,shelf,in,the,image259,?], answer(A, (const(A,books)))). _parse([what,is,colour,of,wall,in,the,image259,?], answer(A, (const(A,brown)))). _parse([what,is,the,wall,made,of,in,the,image259,?], answer(A, (const(A,brick)))). _parse([how,many,chair,are,in,the,image260,?], answer(A, (const(A,2)))). _parse([what,is,on,the,table,in,the,image260,?], answer(A, (const(A,pen_stand)))). _parse([what,is,the,colour,of,floor,in,the,image260,?], answer(A, (const(A,brown)))). _parse([what,is,in,front,of,sofa,in,the,image261,?], answer(A, (const(A,laptop)))). _parse([what,is,on,the,sofa,in,the,image261,?], answer(A, (const(A,pillow)))). _parse([what,is,left,of,sofa,in,the,image261,?], answer(A, (const(A,lamp)))). _parse([what,is,right,of,sofa,in,the,image261,?], answer(A, (const(A,typewriter)))). _parse([what,is,colour,of,wall,in,the,image262,?], answer(A, (const(A,white)))). _parse([what,is,the,colour,of,door,in,the,image262,?], answer(A, (const(A,gray)))). _parse([what,is,right,of,shelf,in,the,image262,?], answer(A, (const(A,television)))). _parse([what,is,placed,on,the,shelf,in,the,image262,?], answer(A, (const(A,books)))). _parse([how,many,stools,are,in,the,image263,?], answer(A, (const(A,2)))). _parse([what,is,behind,the,stool,in,the,image263,?], answer(A, (const(A,table)))). _parse([what,is,the,colour,of,door,in,the,image263,?], answer(A, (const(A,gray)))). _parse([what,is,the,largest,object,in,the,image263,?], answer(A, (const(A,refridgerator)))). _parse([how,many,chair,are,in,the,image264,?], answer(A, (const(A,2)))). _parse([what,is,in,front,of,chair,in,the,image264,?], answer(A, (const(A,computer)))). _parse([what,is,left,of,chair,in,the,image264,?], answer(A, (const(A,window)))). _parse([what,is,on,the,table,in,the,image265,?], answer(A, (const(A,vase)))). _parse([what,is,colour,of,flowers,in,the,image265,?], answer(A, (const(A,pink)))). _parse([what,is,in,front,of,table,in,the,image265,?], answer(A, (const(A,chair)))). _parse([what,is,behind,the,chair,in,the,image265,?], answer(A, (const(A,lamp)))). _parse([what,is,the,colour,of,wall,in,the,image266,?], answer(A, (const(A,white)))). _parse([what,is,behind,the,wall,in,the,image266,?], answer(A, (const(A,table)))). _parse([what,is,on,table,in,the,image266,?], answer(A, (const(A,vase)))). _parse([what,is,largest,object,in,the,image267,?], answer(A, (const(A,refridgerator)))). _parse([what,is,in,front,of,refridgerator,in,the,image267,?], answer(A, (const(A,stove)))). _parse([what,is,left,of,refridgerator,in,the,image267,?], answer(A, (const(A,bottle)))). _parse([what,is,the,colour,of,bottle,in,the,image267,?], answer(A, (const(A,green)))). _parse([what,is,right,of,sofa,in,the,image268,?], answer(A, (const(A,lamp)))). _parse([what,is,in,front,of,sofa,in,the,image268,?], answer(A, (const(A,table)))). _parse([how,many,chairs,are,in,the,image269,?], answer(A, (const(A,3)))). _parse([what,is,behind,chair,in,the,image269,?], answer(A, (const(A,window)))). _parse([what,is,colour,of,window,screen,in,the,image269,?], answer(A, (const(A,white)))). _parse([what,is,right,of,chair,in,the,image269,?], answer(A, (const(A,sofa)))). _parse([what,is,on,table,in,the,image270,?], answer(A, (const(A,bag);const(A,vase)))). _parse([what,is,in,front,of,table,in,the,image270,?], answer(A, (const(A,sofa)))). _parse([what,is,behind,sofa,in,the,image270,?], answer(A, (const(A,table)))). _parse([what,is,colour,of,floor,in,the,image270,?], answer(A, (const(A,brown)))). _parse([how,many,chairs,are,in,the,image271,?], answer(A, (const(A,8)))). _parse([what,is,colour,of,black,board,in,the,image271,?], answer(A, (const(A,black)))). _parse([what,is,above,blackboard,in,the,image271,?], answer(A, (const(A,air_conditioner)))). _parse([what,is,in,front,of,chair,in,the,image272,?], answer(A, (const(A,computer)))). _parse([what,is,behind,the,computer,in,the,image272,?], answer(A, (const(A,window)))). _parse([how,many,computers,are,in,the,image272,?], answer(A, (const(A,3)))). _parse([what,is,behind,chair,in,the,image273,?], answer(A, (const(A,shelves)))). _parse([what,is,left,of,chair,in,the,image273,?], answer(A, (const(A,garbage_bin)))). _parse([what,is,right,of,chair,in,the,image273,?], answer(A, (const(A,window)))). _parse([what,is,above,the,chair,in,the,image274,?], answer(A, (const(A,light_bulb)))). _parse([what,is,right,of,chair,in,the,image274,?], answer(A, (const(A,door)))). _parse([what,is,behind,the,chair,in,the,image275,?], answer(A, (const(A,board)))). _parse([what,is,in,front,of,table,in,the,image275,?], answer(A, (const(A,door)))). _parse([what,is,above,the,table,in,the,image275,?], answer(A, (const(A,light_bulb)))). _parse([what,is,largest,object,in,the,image276,?], answer(A, (const(A,table)))). _parse([what,is,behind,the,table,in,the,image276,?], answer(A, (const(A,window)))). _parse([what,is,the,colour,of,table,in,the,image276,?], answer(A, (const(A,gray)))). _parse([how,many,chair,are,in,the,image277,?], answer(A, (const(A,4)))). _parse([what,is,left,of,chair,in,the,image277,?], answer(A, (const(A,window)))). _parse([what,is,right,of,chair,in,the,image277,?], answer(A, (const(A,garbage_bin)))). _parse([what,is,behind,chair,in,the,image277,?], answer(A, (const(A,door)))). _parse([what,is,left,of,table,in,the,image278,?], answer(A, (const(A,garbage_bin)))). _parse([what,colour,is,the,door,in,the,image278,?], answer(A, (const(A,gray)))). _parse([what,is,in,front,of,chair,in,the,image279,?], answer(A, (const(A,computer)))). _parse([what,is,behind,chair,in,the,image279,?], answer(A, (const(A,sofa)))). _parse([what,is,the,colour,of,sofa,in,the,image279,?], answer(A, (const(A,gray)))). _parse([how,many,chairs,are,in,the,image279,?], answer(A, (const(A,5)))). _parse([what,colour,is,the,bed,in,the,image280,?], answer(A, (const(A,black)))). _parse([what,is,right,of,bed,in,the,image280,?], answer(A, (const(A,lamp)))). _parse([what,is,on,the,bed,in,the,image280,?], answer(A, (const(A,toy)))). _parse([what,is,above,bed,in,the,image280,?], answer(A, (const(A,window)))). _parse([what,is,left,of,bed,in,the,image281,?], answer(A, (const(A,shelves)))). _parse([how,many,toys,are,there,in,the,bed,in,the,image281,?], answer(A, (const(A,3)))). _parse([what,is,left,of,shelf,in,the,image282,?], answer(A, (const(A,sofa)))). _parse([what,is,on,the,sofa,in,the,image282,?], answer(A, (const(A,pillow)))). _parse([what,is,above,the,sofa,in,the,image282,?], answer(A, (const(A,window)))). _parse([what,is,the,colour,of,window,in,the,image282,?], answer(A, (const(A,white)))). _parse([what,is,on,the,sofa,in,the,image283,?], answer(A, (const(A,toy)))). _parse([what,is,right,of,sofa,in,the,image283,?], answer(A, (const(A,lamp)))). _parse([what,colour,is,the,sofa,in,the,image283,?], answer(A, (const(A,black)))). _parse([what,is,in,front,of,table,in,the,image284,?], answer(A, (const(A,shelves)))). _parse([what,is,in,the,shelf,in,the,image284,?], answer(A, (const(A,books)))). _parse([what,is,above,shelf,in,the,image284,?], answer(A, (const(A,picture)))). _parse([how,many,chair,are,in,the,image285,?], answer(A, (const(A,2)))). _parse([what,is,in,front,of,chair,in,the,image285,?], answer(A, (const(A,table)))). _parse([what,is,behind,the,chair,in,the,image285,?], answer(A, (const(A,stand)))). _parse([what,is,the,colour,of,wall,in,the,image285,?], answer(A, (const(A,white)))). _parse([what,is,right,of,table,in,the,image286,?], answer(A, (const(A,window)))). _parse([what,is,on,the,table,in,the,image286,?], answer(A, (const(A,books)))). _parse([what,is,behind,the,table,in,the,image286,?], answer(A, (const(A,shelves)))). _parse([what,is,behind,the,chair,in,the,image287,?], answer(A, (const(A,computer)))). _parse([what,is,behind,the,computer,in,the,image287,?], answer(A, (const(A,picture)))). _parse([what,is,behind,the,shelf,in,the,image288,?], answer(A, (const(A,window)))). _parse([what,is,colour,of,window,screen,in,the,image288,?], answer(A, (const(A,white)))). _parse([what,is,in,the,shelf,in,the,image288,?], answer(A, (const(A,books)))). _parse([what,is,the,colour,of,floor,in,the,image288,?], answer(A, (const(A,gray)))). _parse([what,is,the,colour,of,wall,in,the,image289,?], answer(A, (const(A,white)))). _parse([what,is,in,front,of,board,in,the,image289,?], answer(A, (const(A,table)))). _parse([what,is,in,the,wall,in,the,image289,?], answer(A, (const(A,picture)))). _parse([what,is,above,the,board,in,the,image290,?], answer(A, (const(A,picture)))). _parse([what,is,left,of,board,in,the,image290,?], answer(A, (const(A,shelves)))). _parse([what,is,in,shelf,in,the,image290,?], answer(A, (const(A,books)))). _parse([what,is,on,the,shelf,in,the,image290,?], answer(A, (const(A,radio)))). _parse([what,is,on,the,table,in,the,image291,?], answer(A, (const(A,computer)))). _parse([what,is,right,of,table,in,the,image291,?], answer(A, (const(A,shelves)))). _parse([what,is,right,of,shelf,in,the,image291,?], answer(A, (const(A,door)))). _parse([what,is,left,of,computer,in,the,image291,?], answer(A, (const(A,utensil_container)))). _parse([what,is,left,of,table,in,the,image292,?], answer(A, (const(A,door)))). _parse([what,is,in,the,wall,in,the,image292,?], answer(A, (const(A,picture)))). _parse([what,is,right,of,table,in,the,image292,?], answer(A, (const(A,box)))). _parse([what,is,behind,the,table,in,the,image293,?], answer(A, (const(A,window)))). _parse([how,many,chair,are,in,the,image293,?], answer(A, (const(A,5)))). _parse([what,is,colour,of,table,in,the,image293,?], answer(A, (const(A,blue)))). _parse([what,is,left,of,table,in,the,image293,?], answer(A, (const(A,stand)))). _parse([what,is,on,the,table,in,the,image294,?], answer(A, (const(A,computer)))). _parse([what,is,right,of,table,in,the,image294,?], answer(A, (const(A,garbage_bin)))). _parse([what,is,in,the,wall,in,the,image294,?], answer(A, (const(A,picture)))). _parse([what,is,left,of,shelf,in,the,image295,?], answer(A, (const(A,door)))). _parse([what,is,behind,the,table,in,the,image295,?], answer(A, (const(A,garbage_bin)))). _parse([what,are,colour,of,chairs,in,the,image296,?], answer(A, (const(A,green)))). _parse([what,is,behind,the,chair,in,the,image296,?], answer(A, (const(A,board)))). _parse([what,is,above,the,board,in,the,image296,?], answer(A, (const(A,clock)))). _parse([what,is,left,of,chair,in,the,image296,?], answer(A, (const(A,computer)))). _parse([what,is,behind,the,table,in,the,image297,?], answer(A, (const(A,bag)))). _parse([what,is,in,front,of,table,in,the,image297,?], answer(A, (const(A,garbage_bin)))). _parse([what,is,the,colour,of,wall,in,the,image297,?], answer(A, (const(A,white)))). _parse([what,is,above,the,bag,in,the,image297,?], answer(A, (const(A,picture)))). _parse([what,is,placed,on,the,tables,in,the,image298,?], answer(A, (const(A,bottle)))). _parse([what,is,the,largest,object,in,the,image298,?], answer(A, (const(A,shelves)))). _parse([what,is,the,colour,of,shelf,in,the,image298,?], answer(A, (const(A,gray)))). _parse([what,is,on,the,shelf,in,the,image298,?], answer(A, (const(A,books)))). _parse([what,is,on,the,shelf,in,the,image299,?], answer(A, (const(A,books)))). _parse([what,is,behind,the,shelf,in,the,image299,?], answer(A, (const(A,window)))). _parse([what,is,behind,the,chair,in,the,image299,?], answer(A, (const(A,bag)))). _parse([what,is,on,the,floor,in,the,image299,?], answer(A, (const(A,bag)))). _parse([what,is,on,table,in,the,image300,?], answer(A, (const(A,file)))). _parse([what,is,the,colour,of,chair,in,the,image300,?], answer(A, (const(A,black)))). _parse([what,is,behind,the,computer,in,the,image300,?], answer(A, (const(A,flag)))). _parse([what,is,above,the,board,in,the,image300,?], answer(A, (const(A,clock)))). _parse([which,object,is,more,in,the,image301,?], answer(A, (const(A,table)))). _parse([what,is,in,the,corner,of,the,room,in,the,image301,?], answer(A, (const(A,shelves)))). _parse([what,is,on,the,shelf,in,the,image301,?], answer(A, (const(A,globe)))). _parse([what,is,behind,the,shelf,in,the,image301,?], answer(A, (const(A,whiteboard)))). _parse([what,is,on,the,table,in,the,image301,?], answer(A, (const(A,paper)))). _parse([what,is,on,the,table,to,the,left,of,the,image301,?], answer(A, (const(A,keyboard)))). _parse([what,is,to,the,right,of,the,cupboard,in,the,image301,?], answer(A, (const(A,bookshelf)))). _parse([what,is,below,the,board,in,the,image302,?], answer(A, (const(A,hooks)))). _parse([what,is,hanging,on,the,hooks,in,the,image302,?], answer(A, (const(A,backpack)))). _parse([what,is,to,the,left,of,the,board,in,the,image302,?], answer(A, (const(A,chart)))). _parse([what,is,to,the,left,of,the,table,in,the,image302,?], answer(A, (const(A,garbage_bin)))). _parse([how,many,kids,are,sitting,in,the,image303,?], answer(A, (const(A,3)))). _parse([what,is,behind,the,kids,in,the,image303,?], answer(A, (const(A,table)))). _parse([what,is,on,the,table,in,the,image303,?], answer(A, (const(A,tissue_box)))). _parse([what,is,below,the,window,in,the,image303,?], answer(A, (const(A,picture)))). _parse([which,object,the,teacher,is,writing,in,the,image304,?], answer(A, (const(A,whiteboard)))). _parse([which,object,the,students,are,sitting,in,the,image304,?], answer(A, (const(A,chair)))). _parse([what,is,to,the,left,of,the,white,board,in,the,image304,?], answer(A, (const(A,board)))). _parse([what,is,pinned,on,the,board,in,the,image304,?], answer(A, (const(A,paper)))). _parse([what,is,the,colour,of,the,chairs,in,the,image304,?], answer(A, (const(A,blue)))). _parse([what,is,the,colour,of,the,dress,the,teacher,wearing,in,the,image304,?], answer(A, (const(A,black)))). _parse([what,is,on,the,wall,in,the,image305,?], answer(A, (const(A,papers)))). _parse([how,many,students,are,visible,in,the,image305,?], answer(A, (const(A,3)))). _parse([what,is,the,object,to,the,right,of,the,student,in,the,image305,?], answer(A, (const(A,bottle)))). _parse([what,is,in,front,of,the,wall,with,tree,drawing,in,the,image305,?], answer(A, (const(A,table)))). _parse([what,is,behind,the,students,in,the,image306,?], answer(A, (const(A,drawer)))). _parse([what,is,to,the,left,of,the,drawer,in,the,image306,?], answer(A, (const(A,chair)))). _parse([what,is,colour,of,the,tree,in,the,image306,?], answer(A, (const(A,green)))). _parse([what,is,the,colour,of,the,chart,to,the,left,of,the,tree,in,the,image306,?], answer(A, (const(A,yellow)))). _parse([how,many,chairs,are,in,front,of,the,teacher,in,the,image306,?], answer(A, (const(A,2)))). _parse([how,many,students,are,to,the,left,of,the,teacher,in,the,image306,?], answer(A, (const(A,3)))). _parse([how,many,students,are,to,the,right,of,the,teacher,in,the,image306,?], answer(A, (const(A,2)))). _parse([what,is,the,colour,of,the,shirt,teacher,wearing,in,the,image306,?], answer(A, (const(A,pink)))). _parse([what,is,in,the,hand,of,the,student,in,the,image307,?], answer(A, (const(A,pen)))). _parse([what,is,behind,the,students,in,the,image307,?], answer(A, (const(A,bookrack)))). _parse([what,is,on,the,table,in,the,image308,?], answer(A, (const(A,bag)))). _parse([what,is,near,the,bag,on,the,table,in,the,image308,?], answer(A, (const(A,plastic_tray)))). _parse([what,is,on,the,corner,of,the,wall,in,the,image308,?], answer(A, (const(A,map)))). _parse([what,is,below,the,map,in,the,image308,?], answer(A, (const(A,shelves)))). _parse([what,is,on,the,shelf,in,the,image308,?], answer(A, (const(A,tray)))). _parse([what,is,the,colour,of,the,tray,in,the,image308,?], answer(A, (const(A,blue)))). _parse([what,is,inside,the,plastic,tray,in,the,image309,?], answer(A, (const(A,pen)))). _parse([how,many,computers,are,on,the,table,in,the,image309,?], answer(A, (const(A,2)))). _parse([what,is,to,the,right,of,the,computer,table,in,the,image309,?], answer(A, (const(A,chair)))). _parse([what,is,in,front,of,the,shelf,below,the,map,in,the,image309,?], answer(A, (const(A,globe)))). _parse([what,is,the,object,in,blue,colour,in,the,image310,?], answer(A, (const(A,bookshelf)))). _parse([how,many,book,shelves,are,in,the,image310,?], answer(A, (const(A,6)))). _parse([what,is,the,other,objects,in,the,image310,?], answer(A, (const(A,table);const(A,chair)))). _parse([what,is,on,the,table,in,the,image311,?], answer(A, (const(A,notecards)))). _parse([what,is,to,the,left,of,the,table,in,the,image311,?], answer(A, (const(A,door)))). _parse([how,many,doors,in,the,image311,?], answer(A, (const(A,2)))). _parse([what,is,stuck,in,the,middle,of,the,2,doors,in,the,image311,?], answer(A, (const(A,picture)))). _parse([what,is,on,the,corner,of,the,shelves,in,the,image312,?], answer(A, (const(A,globe)))). _parse([what,is,in,front,of,the,globe,in,the,image312,?], answer(A, (const(A,plastic_tray)))). _parse([how,many,tray,is,on,the,table,in,the,image312,?], answer(A, (const(A,3)))). _parse([what,is,below,the,board,in,the,image313,?], answer(A, (const(A,hooks)))). _parse([how,many,red,bags,are,visible,in,the,image313,?], answer(A, (const(A,3)))). _parse([what,is,to,the,right,of,the,bag,hooks,in,the,image313,?], answer(A, (const(A,shelves)))). _parse([what,at,the,top,centre,of,the,shelf,in,the,image313,?], answer(A, (const(A,box)))). _parse([what,is,to,the,right,of,the,box,in,the,image313,?], answer(A, (const(A,bottle)))). _parse([what,is,near,the,bottle,in,the,image313,?], answer(A, (const(A,pen_stand)))). _parse([where,are,the,students,sitting,in,the,image314,?], answer(A, (const(A,floor)))). _parse([what,is,to,the,left,of,the,teacher,in,the,image314,?], answer(A, (const(A,laptop)))). _parse([what,is,behind,the,teacher,in,the,image314,?], answer(A, (const(A,projector_screen)))). _parse([what,is,to,the,right,of,the,projector,screen,in,the,image314,?], answer(A, (const(A,board)))). _parse([what,is,the,colour,of,the,clothes,under,the,laptop,in,the,image314,?], answer(A, (const(A,green)))). _parse([what,is,the,colour,of,the,table,in,the,image315,?], answer(A, (const(A,blue)))). _parse([what,is,in,front,of,the,shelf,in,the,image315,?], answer(A, (const(A,paper_rack)))). _parse([what,is,near,to,the,paper,rack,in,the,image315,?], answer(A, (const(A,umbrella)))). _parse([what,is,under,the,board,in,the,image315,?], answer(A, (const(A,plastic_box)))). _parse([what,is,with,blue,and,red,combination,in,the,image316,?], answer(A, (const(A,floor_mat)))). _parse([what,is,near,the,floor,mat,in,the,image316,?], answer(A, (const(A,shelves)))). _parse([what,is,in,the,shelf,in,the,image316,?], answer(A, (const(A,box)))). _parse([what,is,on,the,wall,in,the,image316,?], answer(A, (const(A,decorative_item)))). _parse([what,is,on,the,table,in,the,image317,?], answer(A, (const(A,tray)))). _parse([how,many,column,are,in,the,tray,in,the,image317,?], answer(A, (const(A,3)))). _parse([what,is,the,colour,of,the,box,inside,the,tray,in,the,image317,?], answer(A, (const(A,yellow)))). _parse([how,many,girls,are,in,the,image318,?], answer(A, (const(A,5)))). _parse([what,is,on,the,centre,of,blue,table,in,the,image318,?], answer(A, (const(A,pen_stand)))). _parse([which,object,on,the,table,is,used,for,cutting,in,the,image318,?], answer(A, (const(A,scissor)))). _parse([what,is,behind,the,girls,in,the,image318,?], answer(A, (const(A,bookshelf)))). _parse([which,colour,is,more,in,the,image318,?], answer(A, (const(A,red)))). _parse([what,is,in,front,of,the,bottle,in,the,image319,?], answer(A, (const(A,fish_tank)))). _parse([how,many,bottles,are,on,the,table,in,the,image319,?], answer(A, (const(A,4)))). _parse([what,is,to,the,right,of,the,table,in,the,image319,?], answer(A, (const(A,chair)))). _parse([what,is,behind,the,teacher,in,the,image319,?], answer(A, (const(A,shelves)))). _parse([what,is,on,top,of,the,table,yellow,in,colour,in,the,image319,?], answer(A, (const(A,clock)))). _parse([what,is,to,the,left,of,the,clock,in,the,image319,?], answer(A, (const(A,decorative_item)))). _parse([what,is,above,the,shelf,in,the,image319,?], answer(A, (const(A,framed_certificate)))). _parse([what,is,stuck,at,the,right,corner,of,the,framed,certificates,in,the,image319,?], answer(A, (const(A,photo)))). _parse([which,object,is,big,on,the,table,near,to,the,shelf,in,the,image320,?], answer(A, (const(A,plastic_box)))). _parse([what,is,more,on,the,table,in,the,image320,?], answer(A, (const(A,papers)))). _parse([what,is,on,the,floor,in,the,image320,?], answer(A, (const(A,floor_mat)))). _parse([how,many,kids,are,standing,behind,the,door,in,the,image321,?], answer(A, (const(A,1)))). _parse([what,is,to,the,left,of,the,shelf,in,the,image322,?], answer(A, (const(A,toy_house)))). _parse([what,is,behind,the,toy,house,in,the,image322,?], answer(A, (const(A,chair)))). _parse([what,is,in,between,the,chair,in,the,image322,?], answer(A, (const(A,stool)))). _parse([what,is,to,the,right,of,the,chair,in,the,image322,?], answer(A, (const(A,bookrack)))). _parse([which,object,is,used,for,playing,music,in,the,image323,?], answer(A, (const(A,guitar)))). _parse([what,is,above,the,guitar,in,the,image323,?], answer(A, (const(A,toy)))). _parse([what,is,in,front,of,the,chair,in,the,image323,?], answer(A, (const(A,table)))). _parse([what,is,on,top,of,the,shelf,near,the,table,in,the,image323,?], answer(A, (const(A,globe)))). _parse([what,holds,the,globe,in,the,image323,?], answer(A, (const(A,globe_stand)))). _parse([which,object,is,near,monkey,toy,in,the,image323,?], answer(A, (const(A,basket)))). _parse([what,is,to,the,left,of,the,shelf,in,the,image324,?], answer(A, (const(A,drawer)))). _parse([how,many,legs,are,visible,for,the,table,near,to,the,shelf,in,the,image324,?], answer(A, (const(A,2)))). _parse([what,object,is,blue,in,colour,in,the,image325,?], answer(A, (const(A,sofa)))). _parse([what,is,on,the,floor,mat,in,the,image325,?], answer(A, (const(A,toy)))). _parse([what,is,to,the,left,of,sofa,in,corner,of,the,image325,?], answer(A, (const(A,bookrack)))). _parse([what,is,the,shape,of,the,pillow,on,the,sofa,in,the,image325,?], answer(A, (const(A,flower)))). _parse([what,is,to,the,right,of,the,table,in,the,image326,?], answer(A, (const(A,sink)))). _parse([what,is,the,colour,of,the,sink,in,the,image326,?], answer(A, (const(A,white)))). _parse([what,is,on,the,wall,in,the,image326,?], answer(A, (const(A,board)))). _parse([how,many,toys,are,in,the,rack,of,the,shelf,in,the,image327,?], answer(A, (const(A,6)))). _parse([what,is,behind,the,shelf,in,the,image327,?], answer(A, (const(A,table)))). _parse([what,is,the,colour,of,the,brick,in,the,image327,?], answer(A, (const(A,white)))). _parse([what,is,near,the,window,in,the,image327,?], answer(A, (const(A,water_dispenser)))). _parse([what,is,in,front,of,the,shelf,in,the,image328,?], answer(A, (const(A,cap_stand)))). _parse([how,many,chairs,are,around,the,table,in,the,image329,?], answer(A, (const(A,7)))). _parse([what,are,the,colours,of,the,chair,in,the,image329,?], answer(A, (const(A,red);const(A,yellow);const(A,blue)))). _parse([how,many,tables,are,in,the,image330,?], answer(A, (const(A,5)))). _parse([what,is,the,blue,colour,object,on,the,table,in,the,image330,?], answer(A, (const(A,scale)))). _parse([which,object,is,more,in,the,image331,?], answer(A, (const(A,shelves)))). _parse([what,is,on,the,wall,in,the,image331,?], answer(A, (const(A,chart)))). _parse([what,object,is,on,the,chart,in,the,right,side,wall,of,the,image331,?], answer(A, (const(A,framed_certificate)))). _parse([what,is,on,the,floor,in,the,image331,?], answer(A, (const(A,floor_mat)))). _parse([what,is,on,the,table,in,the,image332,?], answer(A, (const(A,papers)))). _parse([how,many,papers,are,on,the,table,in,the,image332,?], answer(A, (const(A,7)))). _parse([what,is,to,the,right,of,the,table,in,the,image332,?], answer(A, (const(A,shelves)))). _parse([what,is,on,the,table,in,the,image333,?], answer(A, (const(A,computer)))). _parse([how,many,computers,are,switched,on,in,the,image333,?], answer(A, (const(A,4)))). _parse([what,sign,is,visible,on,the,computer,in,the,image333,?], answer(A, (const(A,window)))). _parse([what,is,on,the,table,in,the,image334,?], answer(A, (const(A,file_pad)))). _parse([what,is,blue,in,colour,on,the,table,in,the,image334,?], answer(A, (const(A,bottle);const(A,book)))). _parse([how,many,chairs,are,visible,in,the,image334,?], answer(A, (const(A,3)))). _parse([what,is,behind,the,window,in,the,image334,?], answer(A, (const(A,door)))). _parse([which,object,is,more,in,the,image335,?], answer(A, (const(A,computer)))). _parse([how,many,computers,are,there,in,the,image335,?], answer(A, (const(A,7)))). _parse([how,many,chairs,are,in,the,image335,?], answer(A, (const(A,7)))). _parse([what,is,under,the,computer,table,in,the,image335,?], answer(A, (const(A,computer)))). _parse([what,is,to,the,right,of,the,table,in,the,image335,?], answer(A, (const(A,basket)))). _parse([what,is,above,the,computer,in,the,image336,?], answer(A, (const(A,calendar)))). _parse([what,is,above,the,calendar,in,the,image336,?], answer(A, (const(A,clock)))). _parse([what,is,to,the,right,of,the,computer,in,the,image336,?], answer(A, (const(A,printer)))). _parse([what,is,near,the,keyboard,in,the,image336,?], answer(A, (const(A,mouse)))). _parse([what,is,under,the,computer,table,in,the,image337,?], answer(A, (const(A,garbage_bin)))). _parse([what,is,to,the,left,of,the,computer,table,in,the,image337,?], answer(A, (const(A,shelves)))). _parse([what,is,to,the,left,of,the,shelf,rack,in,the,image337,?], answer(A, (const(A,plastic_tray)))). _parse([what,is,inside,the,shelf,in,the,image338,?], answer(A, (const(A,box)))). _parse([what,is,on,the,door,in,the,shelf,in,the,image338,?], answer(A, (const(A,door_lock)))). _parse([how,many,chairs,are,in,the,image338,?], answer(A, (const(A,2)))). _parse([what,is,in,the,right,of,the,table,in,the,image339,?], answer(A, (const(A,board)))). _parse([what,is,the,object,on,which,the,board,placed,in,the,image339,?], answer(A, (const(A,stand)))). _parse([what,is,on,the,door,in,the,image339,?], answer(A, (const(A,door_knob)))). _parse([how,many,decorative,plant,is,on,the,table,in,the,image340,?], answer(A, (const(A,3)))). _parse([what,is,the,colour,of,the,plant,in,the,image340,?], answer(A, (const(A,green)))). _parse([what,is,in,front,of,the,table,in,the,image341,?], answer(A, (const(A,chair)))). _parse([what,is,behind,the,chair,in,the,image341,?], answer(A, (const(A,window)))). _parse([what,is,to,the,left,of,the,window,in,the,image341,?], answer(A, (const(A,door)))). _parse([what,is,in,front,of,the,table,in,the,image342,?], answer(A, (const(A,shelves)))). _parse([what,is,in,the,corner,of,the,shelf,in,the,image342,?], answer(A, (const(A,plant)))). _parse([what,is,near,the,plant,in,the,image342,?], answer(A, (const(A,lamp)))). _parse([what,is,behind,the,table,in,the,image342,?], answer(A, (const(A,plastic_tray)))). _parse([how,many,lamps,are,on,the,shelf,in,the,image343,?], answer(A, (const(A,3)))). _parse([what,is,in,between,the,lamps,in,the,image343,?], answer(A, (const(A,case)))). _parse([how,many,chairs,are,away,from,the,table,in,the,image343,?], answer(A, (const(A,3)))). _parse([what,is,colour,of,the,shelf,on,the,top,in,the,image343,?], answer(A, (const(A,black)))). _parse([what,object,is,in,the,centre,of,the,room,in,the,image344,?], answer(A, (const(A,table);const(A,chair)))). _parse([what,is,to,the,left,of,the,table,in,the,image344,?], answer(A, (const(A,wall)))). _parse([what,is,to,the,right,of,the,picture,frame,in,the,image344,?], answer(A, (const(A,shelves)))). _parse([what,is,on,the,shelf,in,the,image344,?], answer(A, (const(A,decorative_item)))). _parse([what,is,on,the,table,in,the,image345,?], answer(A, (const(A,tissue_roll)))). _parse([how,many,chairs,are,in,the,image345,?], answer(A, (const(A,6)))). _parse([what,is,near,the,tissue,roll,in,the,image346,?], answer(A, (const(A,salt_and_pepper)))). _parse([what,is,the,table,made,of,in,the,image346,?], answer(A, (const(A,stones)))). _parse([what,is,on,the,first,rack,on,the,shelf,in,the,image346,?], answer(A, (const(A,cup)))). _parse([what,is,to,the,left,of,the,table,in,the,image347,?], answer(A, (const(A,stairs)))). _parse([what,is,behind,the,wall,in,the,image347,?], answer(A, (const(A,door)))). _parse([what,is,behind,the,sofa,in,the,image348,?], answer(A, (const(A,excercise_machine)))). _parse([what,is,to,the,left,of,the,sofa,in,the,image348,?], answer(A, (const(A,chessboard)))). _parse([what,is,to,the,right,of,the,sofa,in,the,image348,?], answer(A, (const(A,hand_weight)))). _parse([what,is,near,to,the,window,in,the,image349,?], answer(A, (const(A,treadmill)))). _parse([what,is,to,the,right,of,the,treadmill,in,the,image349,?], answer(A, (const(A,excercise_equipment)))). _parse([how,many,exercise,equipments,are,in,the,image349,?], answer(A, (const(A,5)))). _parse([what,is,in,front,of,the,treadmill,in,the,image349,?], answer(A, (const(A,television)))). _parse([what,is,on,the,table,in,the,image349,?], answer(A, (const(A,tray)))). _parse([what,is,behind,the,table,in,the,image349,?], answer(A, (const(A,drawer)))). _parse([which,instrument,with,keys,is,used,to,play,music,in,the,image350,?], answer(A, (const(A,piano)))). _parse([what,is,to,the,left,of,piano,in,the,image350,?], answer(A, (const(A,guitar)))). _parse([what,near,the,guitar,in,the,image350,?], answer(A, (const(A,tricycle)))). _parse([what,is,behind,the,tricycle,in,the,image350,?], answer(A, (const(A,window)))). _parse([which,object,is,large,in,the,image351,?], answer(A, (const(A,clock)))). _parse([what,is,on,the,floor,in,the,room,behind,the,clock,in,the,image351,?], answer(A, (const(A,floor_mat)))). _parse([what,is,the,colour,of,the,floor,mat,in,the,image351,?], answer(A, (const(A,red)))). _parse([what,is,in,front,of,the,clock,in,the,image352,?], answer(A, (const(A,stairs)))). _parse([what,is,to,the,right,of,the,stairs,in,the,image352,?], answer(A, (const(A,sofa)))). _parse([what,is,behind,the,sofas,in,the,image352,?], answer(A, (const(A,window)))). _parse([what,is,in,front,of,the,sofas,in,the,image352,?], answer(A, (const(A,table)))). _parse([what,is,at,the,corner,of,the,room,in,the,image353,?], answer(A, (const(A,stacked_chairs)))). _parse([what,is,on,the,chair,in,front,of,the,piano,in,the,image353,?], answer(A, (const(A,bag)))). _parse([what,is,on,the,piano,in,the,image354,?], answer(A, (const(A,decorative_item)))). _parse([what,is,on,the,chair,in,front,of,the,piano,in,the,image354,?], answer(A, (const(A,clothes)))). _parse([what,is,on,the,table,in,the,in,the,image355,?], answer(A, (const(A,books)))). _parse([what,is,in,front,of,the,chair,in,the,image355,?], answer(A, (const(A,computer)))). _parse([what,is,above,the,computer,on,the,wall,in,the,image355,?], answer(A, (const(A,picture)))). _parse([what,is,behind,the,chairs,hanging,on,the,wall,in,the,image355,?], answer(A, (const(A,framed_certificate)))). _parse([what,is,near,the,framed,certificate,in,the,image355,?], answer(A, (const(A,bookshelf)))). _parse([what,is,the,colour,of,the,bookshelf,in,the,image355,?], answer(A, (const(A,white)))). _parse([what,is,the,bookshelf,covered,with,in,the,image355,?], answer(A, (const(A,glass_pane)))). _parse([what,is,in,front,of,the,door,in,the,image356,?], answer(A, (const(A,plant)))). _parse([what,is,to,the,right,of,the,plant,in,the,image356,?], answer(A, (const(A,sofa)))). _parse([which,object,is,more,in,the,image357,?], answer(A, (const(A,sofa)))). _parse([what,is,to,the,left,of,the,sofa,in,the,image357,?], answer(A, (const(A,lamp)))). _parse([what,is,the,colour,of,the,plant,in,the,image357,?], answer(A, (const(A,green)))). _parse([what,is,on,the,table,near,the,book,in,the,image358,?], answer(A, (const(A,pen_stand)))). _parse([what,is,behind,the,executive,chair,in,the,image358,?], answer(A, (const(A,shelves)))). _parse([what,is,in,the,middle,of,the,shelf,in,the,image358,?], answer(A, (const(A,television)))). _parse([what,is,the,object,in,the,image359,?], answer(A, (const(A,sofa)))). _parse([what,is,on,the,sofa,in,the,image359,?], answer(A, (const(A,pillow)))). _parse([how,many,pillows,are,on,the,sofa,in,the,image359,?], answer(A, (const(A,3)))). _parse([what,is,to,the,left,of,the,chair,in,the,image360,?], answer(A, (const(A,window)))). _parse([which,object,is,used,for,computer,in,the,image360,?], answer(A, (const(A,mouse)))). _parse([what,is,the,colour,of,the,pen,stand,in,the,image361,?], answer(A, (const(A,pink)))). _parse([what,is,to,the,left,of,the,photo,frame,in,the,image361,?], answer(A, (const(A,plastic_tray)))). _parse([what,is,the,object,is,in,the,image362,?], answer(A, (const(A,shelves)))). _parse([what,is,in,the,third,rack,of,the,shelf,in,the,image362,?], answer(A, (const(A,toy)))). _parse([which,object,is,more,on,the,shelf,in,the,image362,?], answer(A, (const(A,books)))). _parse([what,is,the,colour,of,the,window,in,the,image363,?], answer(A, (const(A,red)))). _parse([what,is,in,the,right,hand,of,the,sofa,in,the,image364,?], answer(A, (const(A,books)))). _parse([what,is,on,the,books,in,the,image364,?], answer(A, (const(A,remote_control)))). _parse([how,many,sofas,in,the,image364,?], answer(A, (const(A,2)))). _parse([what,is,in,front,of,the,left,window,in,the,image365,?], answer(A, (const(A,ladder)))). _parse([what,is,in,front,of,the,ladder,in,the,image365,?], answer(A, (const(A,chair)))). _parse([what,is,on,the,table,in,the,image365,?], answer(A, (const(A,globe)))). _parse([what,is,near,the,table,in,the,image365,?], answer(A, (const(A,bunk_bed)))). _parse([what,is,behind,the,bed,in,the,image365,?], answer(A, (const(A,telescope)))). _parse([how,many,books,are,in,the,fourth,rack,in,the,image367,?], answer(A, (const(A,9)))). _parse([what,is,on,the,floor,in,the,image367,?], answer(A, (const(A,floor_mat)))). _parse([what,is,in,front,of,the,sofa,in,the,image368,?], answer(A, (const(A,chair)))). _parse([what,is,to,the,right,of,the,sofa,in,the,image368,?], answer(A, (const(A,table)))). _parse([what,is,on,the,table,in,the,image368,?], answer(A, (const(A,bottle)))). _parse([what,is,near,the,window,on,the,table,in,the,image369,?], answer(A, (const(A,printer)))). _parse([how,many,drawers,are,in,the,table,in,the,image370,?], answer(A, (const(A,3)))). _parse([what,is,under,the,table,in,the,image370,?], answer(A, (const(A,garbage_bin)))). _parse([what,is,on,the,table,near,the,printer,in,the,image370,?], answer(A, (const(A,case)))). _parse([what,is,in,front,of,the,photo,frame,in,the,image371,?], answer(A, (const(A,wire)))). _parse([what,is,behind,the,table,in,the,image371,?], answer(A, (const(A,chair)))). _parse([what,is,in,front,of,the,chair,in,the,image371,?], answer(A, (const(A,picture)))). _parse([what,is,to,the,left,of,shelves,in,the,image372,?], answer(A, (const(A,sofa)))). _parse([what,is,in,front,of,the,sofa,in,the,image372,?], answer(A, (const(A,table)))). _parse([what,is,on,the,table,in,the,image372,?], answer(A, (const(A,newspapers)))). _parse([what,is,on,the,corner,of,the,table,in,the,image373,?], answer(A, (const(A,laptop)))). _parse([what,is,on,the,table,in,the,image373,?], answer(A, (const(A,papers)))). _parse([what,is,behind,the,table,in,the,image373,?], answer(A, (const(A,bed);const(A,books)))). _parse([what,is,the,colour,of,the,wall,in,the,image374,?], answer(A, (const(A,red)))). _parse([how,many,books,are,at,the,corner,of,the,table,in,the,image374,?], answer(A, (const(A,3)))). _parse([what,is,the,colour,of,the,table,in,the,image375,?], answer(A, (const(A,brown)))). _parse([what,is,on,the,sofa,in,the,image375,?], answer(A, (const(A,books)))). _parse([which,object,is,more,in,the,image375,?], answer(A, (const(A,books)))). _parse([what,is,below,the,laptop,table,in,the,image376,?], answer(A, (const(A,garbage_bin)))). _parse([what,is,on,the,shelves,rack,in,the,image376,?], answer(A, (const(A,alarm_clock)))). _parse([what,is,in,front,of,the,laptop,in,the,image376,?], answer(A, (const(A,chair)))). _parse([what,is,on,the,floor,in,the,image377,?], answer(A, (const(A,box)))). _parse([what,is,in,front,of,the,television,in,the,image377,?], answer(A, (const(A,file_box)))). _parse([what,is,on,the,table,in,the,image378,?], answer(A, (const(A,laptop)))). _parse([what,is,to,the,left,of,the,table,in,the,image378,?], answer(A, (const(A,shelves)))). _parse([what,is,in,between,sofas,in,the,image379,?], answer(A, (const(A,lamp)))). _parse([what,is,on,the,sofa,in,the,left,side,of,the,image379,?], answer(A, (const(A,remote_control)))). _parse([how,many,remote,control,on,the,image379,?], answer(A, (const(A,2)))). _parse([what,is,on,the,sofa,in,the,right,side,of,the,image379,?], answer(A, (const(A,box)))). _parse([what,is,in,front,of,the,sofa,in,the,image380,?], answer(A, (const(A,table)))). _parse([what,is,on,the,table,in,the,image380,?], answer(A, (const(A,tissue_box);const(A,book)))). _parse([what,is,near,the,book,on,the,table,in,the,image380,?], answer(A, (const(A,remote_control)))). _parse([how,many,computers,are,on,the,table,in,the,image381,?], answer(A, (const(A,2)))). _parse([what,is,behind,the,computer,in,the,corner,of,the,table,in,the,image381,?], answer(A, (const(A,papers)))). _parse([how,many,drawers,are,in,the,table,in,the,image381,?], answer(A, (const(A,10)))). _parse([how,many,chairs,are,around,the,table,in,the,image382,?], answer(A, (const(A,4)))). _parse([what,is,at,the,right,corner,of,the,table,in,the,image382,?], answer(A, (const(A,decorative_item)))). _parse([what,is,in,between,the,chairs,in,front,of,the,window,in,the,image382,?], answer(A, (const(A,chest)))). _parse([what,is,to,the,left,of,the,table,in,the,image383,?], answer(A, (const(A,sofa)))). _parse([what,is,the,colour,of,the,sofa,in,the,image383,?], answer(A, (const(A,brown)))). _parse([what,is,in,front,of,the,shelf,in,the,image384,?], answer(A, (const(A,chair)))). _parse([what,is,in,front,of,the,chair,in,the,image384,?], answer(A, (const(A,table)))). _parse([what,is,on,the,table,in,the,image384,?], answer(A, (const(A,books)))). _parse([what,object,is,in,the,image385,?], answer(A, (const(A,table);const(A,chair)))). _parse([which,is,the,large,object,in,the,image386,?], answer(A, (const(A,sofa)))). _parse([what,is,the,colour,of,the,sofa,in,the,image386,?], answer(A, (const(A,black)))). _parse([what,is,behind,the,sofa,in,the,image386,?], answer(A, (const(A,window)))). _parse([what,is,near,the,windows,in,the,image386,?], answer(A, (const(A,door)))). _parse([what,is,on,the,table,in,the,image387,?], answer(A, (const(A,computer)))). _parse([how,many,computers,are,visible,in,the,image387,?], answer(A, (const(A,3)))). _parse([what,is,under,the,table,in,the,image387,?], answer(A, (const(A,bag)))). _parse([what,is,in,front,of,the,computer,in,the,image387,?], answer(A, (const(A,chair)))). _parse([what,is,in,front,of,the,cover,in,the,image388,?], answer(A, (const(A,folder)))). _parse([what,is,near,the,papers,in,the,image389,?], answer(A, (const(A,printer)))). _parse([what,is,under,the,table,in,the,image390,?], answer(A, (const(A,wire)))). _parse([what,is,at,the,corner,of,the,table,in,the,image390,?], answer(A, (const(A,clock)))). _parse([what,is,in,front,of,the,white,computer,in,the,image390,?], answer(A, (const(A,telephone)))). _parse([what,is,behind,the,door,in,the,image391,?], answer(A, (const(A,toy)))). _parse([what,is,on,the,table,in,the,image391,?], answer(A, (const(A,tissue_box)))). _parse([what,is,to,the,left,of,the,table,in,the,image391,?], answer(A, (const(A,chair)))). _parse([what,is,on,the,paper,in,the,image392,?], answer(A, (const(A,pen)))). _parse([what,is,in,front,of,the,paper,in,the,image392,?], answer(A, (const(A,remote_control)))). _parse([what,is,the,colour,of,the,book,behind,the,tissue,box,in,the,image392,?], answer(A, (const(A,yellow)))). _parse([what,is,behind,the,chair,in,the,image393,?], answer(A, (const(A,laptop)))). _parse([what,is,the,colour,of,the,laptop,in,the,image393,?], answer(A, (const(A,white)))). _parse([what,is,to,the,left,of,the,laptop,in,the,image393,?], answer(A, (const(A,printer)))). _parse([what,is,below,the,chair,in,the,image393,?], answer(A, (const(A,bag)))). _parse([what,is,inside,the,bag,in,the,image393,?], answer(A, (const(A,chart)))). _parse([what,is,near,the,switch,box,in,the,image394,?], answer(A, (const(A,bag)))). _parse([what,is,the,colour,of,the,bag,in,the,image394,?], answer(A, (const(A,blue)))). _parse([what,is,in,the,hands,of,the,women,in,the,image395,?], answer(A, (const(A,book)))). _parse([what,is,behind,the,women,in,the,image395,?], answer(A, (const(A,printer)))). _parse([what,is,to,the,left,of,the,computer,in,the,image395,?], answer(A, (const(A,telephone)))). _parse([what,is,on,the,table,in,the,image396,?], answer(A, (const(A,books);const(A,papers)))). _parse([what,is,on,the,door,in,the,image397,?], answer(A, (const(A,door_knob)))). _parse([what,is,near,the,window,in,the,image397,?], answer(A, (const(A,window)))). _parse([what,is,in,front,of,the,window,in,the,image397,?], answer(A, (const(A,chair)))). _parse([what,is,on,the,chair,in,the,image397,?], answer(A, (const(A,bag)))). _parse([what,is,in,front,of,the,window,in,the,image398,?], answer(A, (const(A,baby_gate)))). _parse([what,is,near,the,chair,in,the,image398,?], answer(A, (const(A,baby_chair)))). _parse([what,is,at,the,corner,of,the,wall,in,the,image398,?], answer(A, (const(A,lamp)))). _parse([what,is,behind,the,baby,chair,in,the,image399,?], answer(A, (const(A,toy_house)))). _parse([what,is,to,the,left,of,the,toy,house,in,the,image399,?], answer(A, (const(A,shelves)))). _parse([what,is,in,front,of,the,shelf,in,the,image399,?], answer(A, (const(A,chair)))). _parse([what,is,on,the,chair,in,the,image399,?], answer(A, (const(A,toy);const(A,bag)))). _parse([what,is,to,the,left,of,the,shelf,in,the,image400,?], answer(A, (const(A,box)))). _parse([how,many,boxes,are,in,the,image400,?], answer(A, (const(A,6)))). _parse([what,is,inside,the,box,near,to,the,shelf,in,the,image400,?], answer(A, (const(A,clothes)))). _parse([what,is,on,the,left,of,the,toy,house,in,the,image401,?], answer(A, (const(A,shelves)))). _parse([what,is,to,the,right,of,the,chair,in,the,image401,?], answer(A, (const(A,bean_bag)))). _parse([what,is,in,front,of,the,chair,in,the,image401,?], answer(A, (const(A,plastic_box)))). _parse([what,is,below,the,bed,in,the,image402,?], answer(A, (const(A,baby_chair)))). _parse([what,is,behind,the,baby,chair,in,the,image402,?], answer(A, (const(A,television)))). _parse([what,object,is,in,the,image403,?], answer(A, (const(A,chair)))). _parse([what,is,behind,the,chairs,in,the,image403,?], answer(A, (const(A,grill)))). _parse([what,is,in,front,of,the,chair,in,the,image404,?], answer(A, (const(A,stool)))). _parse([what,is,to,the,right,of,the,chair,in,the,image404,?], answer(A, (const(A,plant)))). _parse([which,is,the,object,on,which,the,plant,is,placed,in,the,image404,?], answer(A, (const(A,plant_pot)))). _parse([what,is,at,the,corner,of,the,room,in,the,image405,?], answer(A, (const(A,clothing_dryer)))). _parse([what,is,to,the,left,of,the,clothes,drier,in,the,image405,?], answer(A, (const(A,washing_machine)))). _parse([what,is,on,the,table,near,the,washing,machine,in,the,image405,?], answer(A, (const(A,clothes)))). _parse([what,is,in,front,of,the,drawer,in,the,image405,?], answer(A, (const(A,clothing_detergent)))). _parse([what,is,to,the,right,of,the,shirts,in,the,image406,?], answer(A, (const(A,shelves)))). _parse([what,is,on,the,washing,machine,in,the,image406,?], answer(A, (const(A,clothing_detergent)))). _parse([what,is,in,front,of,the,washing,machine,in,the,image407,?], answer(A, (const(A,cloth_drying_stand)))). _parse([what,is,on,the,floor,in,the,image407,?], answer(A, (const(A,clothing_drying_rack)))). _parse([what,is,the,colour,of,the,clothing,detergent,bottle,in,the,image407,?], answer(A, (const(A,blue)))). _parse([what,is,on,the,kitchen,island,in,the,image408,?], answer(A, (const(A,microwave)))). _parse([what,is,near,the,microwave,in,the,image408,?], answer(A, (const(A,sink)))). _parse([what,is,above,the,sink,in,the,image408,?], answer(A, (const(A,bottle_of_soap)))). _parse([what,is,to,the,corner,of,the,kitchen,island,in,the,image408,?], answer(A, (const(A,hot_water_heater)))). _parse([what,in,the,left,of,the,hot,water,heater,in,the,image408,?], answer(A, (const(A,printer)))). _parse([what,is,under,the,sink,in,the,image408,?], answer(A, (const(A,garbage_bin)))). _parse([what,is,to,the,left,of,the,printer,in,the,image409,?], answer(A, (const(A,fax_machine)))). _parse([what,is,under,the,fax,machine,in,the,image409,?], answer(A, (const(A,wire)))). _parse([what,is,to,the,right,of,the,printer,in,the,image409,?], answer(A, (const(A,plastic_box)))). _parse([what,is,to,the,left,of,the,water,heater,in,the,image410,?], answer(A, (const(A,bottle_of_liquid)))). _parse([what,is,to,the,right,of,the,sink,in,the,image410,?], answer(A, (const(A,tissue_roll)))). _parse([what,is,on,the,table,in,the,image411,?], answer(A, (const(A,tissue_box);const(A,basket)))). _parse([what,is,to,the,right,of,the,baskets,in,the,image411,?], answer(A, (const(A,plate)))). _parse([what,is,behind,the,table,in,the,image411,?], answer(A, (const(A,water_purifier)))). _parse([what,is,behind,the,table,in,the,image412,?], answer(A, (const(A,refridgerator)))). _parse([what,is,to,the,right,of,the,refridgerator,in,the,image412,?], answer(A, (const(A,toaster)))). _parse([what,is,to,the,right,of,the,sink,in,the,image412,?], answer(A, (const(A,tissue_roll)))). _parse([what,is,near,the,tissue,roll,in,the,image413,?], answer(A, (const(A,container)))). _parse([what,is,near,the,water,purifier,in,the,image414,?], answer(A, (const(A,garbage_bin)))). _parse([what,is,on,the,wall,in,the,image414,?], answer(A, (const(A,paper_rack)))). _parse([what,is,near,the,paper,rack,in,the,image414,?], answer(A, (const(A,shelves)))). _parse([what,is,at,the,corner,of,the,room,in,the,image415,?], answer(A, (const(A,refridgerator)))). _parse([what,is,on,the,wall,in,front,of,the,table,in,the,image415,?], answer(A, (const(A,board)))). _parse([what,is,on,the,board,in,the,image415,?], answer(A, (const(A,papers)))). _parse([what,is,on,the,left,of,the,table,in,the,image416,?], answer(A, (const(A,coffee_machine)))). _parse([what,is,to,the,left,of,the,coffee,machine,in,the,image416,?], answer(A, (const(A,tupperware)))). _parse([what,is,near,the,tupperware,in,the,image416,?], answer(A, (const(A,bottle_of_liquid)))). _parse([what,is,below,the,sink,in,the,image417,?], answer(A, (const(A,garbage_bin)))). _parse([what,is,near,the,door,in,the,image417,?], answer(A, (const(A,water_purifier)))). _parse([what,is,to,the,left,of,the,shelf,in,the,image418,?], answer(A, (const(A,bed)))). _parse([what,is,in,front,of,the,shelf,in,the,image418,?], answer(A, (const(A,chair)))). _parse([what,is,on,the,chair,in,the,image418,?], answer(A, (const(A,clothes)))). _parse([what,is,in,front,of,the,bed,in,the,image419,?], answer(A, (const(A,table)))). _parse([what,is,on,the,floor,in,the,image419,?], answer(A, (const(A,papers)))). _parse([what,is,on,the,table,in,the,image420,?], answer(A, (const(A,tissue_box)))). _parse([what,is,on,the,table,in,the,image421,?], answer(A, (const(A,computer)))). _parse([what,is,the,table,made,of,in,the,image421,?], answer(A, (const(A,cane)))). _parse([what,is,to,the,left,of,the,cpu,in,the,image421,?], answer(A, (const(A,plastic_box)))). _parse([what,is,to,the,right,of,the,computer,in,the,image421,?], answer(A, (const(A,lamp)))). _parse([what,is,below,the,table,in,the,image421,?], answer(A, (const(A,garbage_bin)))). _parse([what,is,behind,the,chair,in,the,image422,?], answer(A, (const(A,game_table)))). _parse([what,is,below,the,sofa,in,the,image422,?], answer(A, (const(A,lego)))). _parse([what,is,near,the,table,in,the,image423,?], answer(A, (const(A,plastic_toy_container)))). _parse([what,is,below,the,window,near,the,sofa,in,the,image423,?], answer(A, (const(A,pillow)))). _parse([what,is,near,the,game,table,in,the,image424,?], answer(A, (const(A,baby_chair)))). _parse([what,is,near,the,door,in,the,image425,?], answer(A, (const(A,hoola_hoop)))). _parse([what,is,near,the,window,in,the,image425,?], answer(A, (const(A,toy_horse)))). _parse([what,is,at,the,centre,of,the,room,in,the,image425,?], answer(A, (const(A,game_table)))). _parse([what,is,near,the,window,in,the,image426,?], answer(A, (const(A,ping_pong_table)))). _parse([what,is,inside,the,ping,pong,table,in,the,image426,?], answer(A, (const(A,pool_ball)))). _parse([what,is,in,front,of,the,chair,in,the,image426,?], answer(A, (const(A,balloon)))). _parse([what,is,in,the,middle,of,the,shelf,in,the,image427,?], answer(A, (const(A,television)))). _parse([what,is,in,front,of,the,television,in,the,image427,?], answer(A, (const(A,chair)))). _parse([what,is,near,the,chair,in,the,image428,?], answer(A, (const(A,excercise_machine)))). _parse([what,is,near,the,exercise,machine,in,the,image429,?], answer(A, (const(A,chair)))). _parse([what,in,front,of,the,chair,in,the,image429,?], answer(A, (const(A,floor)))). _parse([what,is,the,colour,of,the,television,in,the,image429,?], answer(A, (const(A,black)))). _parse([what,is,on,the,sofa,in,the,image430,?], answer(A, (const(A,pillow)))). _parse([what,is,behind,the,sofa,in,the,image430,?], answer(A, (const(A,ping_pong_table)))). _parse([what,is,to,the,left,of,the,table,in,the,image430,?], answer(A, (const(A,chessboard)))). _parse([what,is,in,front,of,the,chessboard,in,the,image430,?], answer(A, (const(A,remote_control)))). _parse([what,is,on,the,floor,in,front,of,the,sofa,in,the,image431,?], answer(A, (const(A,floor_mat)))). _parse([what,is,below,the,television,in,the,image431,?], answer(A, (const(A,guitar)))). _parse([what,is,on,the,table,below,the,television,in,the,image431,?], answer(A, (const(A,video_game)))). _parse([what,is,red,in,colour,on,the,kitchen,island,in,the,image432,?], answer(A, (const(A,cup)))). _parse([what,is,in,front,of,the,kitchen,island,in,the,image432,?], answer(A, (const(A,chair)))). _parse([what,is,near,the,cups,in,the,image432,?], answer(A, (const(A,tissue_box)))). _parse([what,is,on,the,billiard,table,in,the,image433,?], answer(A, (const(A,pool_ball)))). _parse([what,object,is,in,the,room,in,the,image434,?], answer(A, (const(A,table);const(A,chair)))). _parse([what,is,on,the,table,in,the,image434,?], answer(A, (const(A,vase)))). _parse([what,is,around,the,room,in,the,image434,?], answer(A, (const(A,window)))). _parse([what,is,hanged,on,the,sofa,in,the,image435,?], answer(A, (const(A,towel)))). _parse([what,is,the,number,inside,the,photo,frame,on,the,wall,in,the,image435,?], answer(A, (const(A,12)))). _parse([what,is,in,front,of,the,door,in,the,image436,?], answer(A, (const(A,trampoline)))). _parse([what,is,above,the,trampoline,in,the,image436,?], answer(A, (const(A,toy_stroller)))). _parse([what,is,on,the,wall,near,the,door,in,the,image437,?], answer(A, (const(A,toy_shelf)))). _parse([what,is,on,the,shelf,in,the,image437,?], answer(A, (const(A,television)))). _parse([what,is,in,front,of,the,window,in,the,image438,?], answer(A, (const(A,game_table)))). _parse([what,is,to,the,right,of,the,game,table,in,the,image438,?], answer(A, (const(A,table)))). _parse([what,is,on,the,table,in,the,image438,?], answer(A, (const(A,computer)))). _parse([what,is,on,the,wall,above,the,computer,in,the,image438,?], answer(A, (const(A,picture)))). _parse([which,object,is,large,in,the,image439,?], answer(A, (const(A,sofa)))). _parse([what,is,on,the,sofa,in,the,image439,?], answer(A, (const(A,books);const(A,toy)))). _parse([what,is,to,the,left,of,the,sofa,in,the,image440,?], answer(A, (const(A,toy_table);const(A,chair)))). _parse([what,is,in,front,of,the,window,in,the,image441,?], answer(A, (const(A,table);const(A,chair)))). _parse([what,is,in,front,of,the,table,in,the,image441,?], answer(A, (const(A,books)))). _parse([what,is,in,the,middle,of,the,cupboard,in,the,image441,?], answer(A, (const(A,mirror)))). _parse([what,is,on,the,floor,in,the,image442,?], answer(A, (const(A,floor_mat)))). _parse([what,to,the,left,of,the,cupboard,in,the,image442,?], answer(A, (const(A,toy_shelf)))). _parse([what,is,to,the,left,of,the,toy,shelf,in,the,image442,?], answer(A, (const(A,toy_car)))). _parse([what,is,to,the,right,of,the,shelf,in,the,image443,?], answer(A, (const(A,toy_house)))). _parse([what,is,to,the,right,of,the,toy,stool,in,the,image444,?], answer(A, (const(A,toy_table)))). _parse([what,is,on,the,sofa,in,the,image445,?], answer(A, (const(A,books)))). _parse([what,is,inside,the,toy,basket,in,the,image445,?], answer(A, (const(A,toy)))). _parse([what,is,on,the,bed,in,the,image446,?], answer(A, (const(A,toy_triangle)))). _parse([what,is,on,the,floor,in,the,image446,?], answer(A, (const(A,toy)))). _parse([which,toy,animal,is,yellow,in,colour,in,the,image447,?], answer(A, (const(A,toy_horse)))). _parse([what,is,behind,the,chair,in,the,image447,?], answer(A, (const(A,shelves)))). _parse([what,is,to,the,left,corner,of,the,shelf,in,the,image448,?], answer(A, (const(A,napkin)))). _parse([what,is,on,top,of,the,napkin,in,the,image448,?], answer(A, (const(A,napkin_holder)))). _parse([what,is,behind,the,napkin,in,the,image448,?], answer(A, (const(A,tissue_roll)))). _parse([what,is,near,the,door,in,the,image449,?], answer(A, (const(A,printer)))). _parse([what,is,at,the,corner,of,the,shelf,in,the,image450,?], answer(A, (const(A,bookshelf)))). _parse([what,is,to,the,left,of,bookshelf,in,the,image450,?], answer(A, (const(A,bottle_of_liquid)))). _parse([what,is,in,front,of,the,board,in,the,image450,?], answer(A, (const(A,tape_dispenser)))). _parse([what,is,near,the,tape,dispenser,in,the,image450,?], answer(A, (const(A,fax_machine)))). _parse([what,is,on,the,left,corner,of,the,table,in,the,image451,?], answer(A, (const(A,binder)))). _parse([what,is,at,the,corner,of,the,wall,in,the,image451,?], answer(A, (const(A,box)))). _parse([what,is,on,the,wall,in,the,image451,?], answer(A, (const(A,picture)))). _parse([what,is,near,the,statue,on,the,table,in,the,image452,?], answer(A, (const(A,magazine)))). _parse([what,is,to,the,right,of,the,table,in,the,image452,?], answer(A, (const(A,chair)))). _parse([what,is,on,the,table,in,the,image453,?], answer(A, (const(A,clock)))). _parse([what,is,to,the,right,of,the,clock,in,the,image453,?], answer(A, (const(A,box)))). _parse([what,is,in,front,of,the,chair,on,the,table,in,the,image453,?], answer(A, (const(A,chart)))). _parse([what,is,hanged,on,the,chair,in,the,image453,?], answer(A, (const(A,jacket)))). _parse([what,is,in,front,of,flat,belt,scanner,in,the,image454,?], answer(A, (const(A,paper_tray)))). _parse([what,id,to,the,right,of,the,chair,in,the,image454,?], answer(A, (const(A,computer)))). _parse([what,is,in,front,of,the,chair,in,the,image454,?], answer(A, (const(A,garbage_bin)))). _parse([what,is,to,the,left,of,the,computer,in,the,image455,?], answer(A, (const(A,printer)))). _parse([how,many,chairs,in,the,image455,?], answer(A, (const(A,2)))). _parse([what,is,in,front,of,the,computer,in,the,image456,?], answer(A, (const(A,telephone)))). _parse([what,is,to,the,right,of,the,computer,in,the,image456,?], answer(A, (const(A,tape_dispenser)))). _parse([what,is,near,the,mouse,in,the,image456,?], answer(A, (const(A,pen)))). _parse([what,is,to,the,right,of,tape,dispenser,in,the,image456,?], answer(A, (const(A,papers)))). _parse([what,is,at,the,corner,of,the,room,in,the,image457,?], answer(A, (const(A,plant_pot)))). _parse([how,many,pots,are,in,the,room,in,the,image457,?], answer(A, (const(A,3)))). _parse([what,is,in,between,the,table,in,the,image458,?], answer(A, (const(A,chair)))). _parse([how,many,chairs,in,the,image459,?], answer(A, (const(A,3)))). _parse([what,is,the,chair,made,of,in,the,image459,?], answer(A, (const(A,glass)))). _parse([what,is,behind,the,chair,in,the,image459,?], answer(A, (const(A,window)))). _parse([what,is,near,the,chair,in,the,image461,?], answer(A, (const(A,table)))). _parse([what,is,in,the,second,rack,of,the,table,in,the,image461,?], answer(A, (const(A,newspapers)))). _parse([how,many,frames,are,on,the,wall,in,the,image462,?], answer(A, (const(A,3)))). _parse([what,is,on,the,sofa,in,the,image462,?], answer(A, (const(A,pillow)))). _parse([what,is,in,front,of,the,sofa,in,the,image462,?], answer(A, (const(A,table)))). _parse([how,many,glass,panes,are,on,the,table,in,the,image463,?], answer(A, (const(A,4)))). _parse([what,is,under,the,table,in,the,image463,?], answer(A, (const(A,floor_mat)))). _parse([what,is,to,the,left,of,the,sofa,in,the,image464,?], answer(A, (const(A,stand)))). _parse([what,is,to,the,right,of,the,door,in,the,image465,?], answer(A, (const(A,wall_stand)))). _parse([how,many,sofas,in,the,image465,?], answer(A, (const(A,2)))). _parse([how,many,table,in,the,image466,?], answer(A, (const(A,2)))). _parse([what,is,the,colour,of,the,jeans,the,women,wearing,in,the,image467,?], answer(A, (const(A,blue)))). _parse([how,many,chairs,around,the,table,in,the,image468,?], answer(A, (const(A,4)))). _parse([what,is,in,front,of,the,door,in,the,image469,?], answer(A, (const(A,plant)))). _parse([how,many,doors,are,opened,in,the,image469,?], answer(A, (const(A,2)))). _parse([what,is,the,colour,of,the,shirt,the,guy,wearing,in,the,image470,?], answer(A, (const(A,white)))). _parse([what,is,to,the,left,of,the,computer,in,the,image471,?], answer(A, (const(A,printer)))). _parse([what,is,in,front,of,the,guy,in,the,image471,?], answer(A, (const(A,paper_tray)))). _parse([which,object,is,large,in,the,image472,?], answer(A, (const(A,bookshelf)))). _parse([what,is,in,front,of,the,shelf,in,the,image472,?], answer(A, (const(A,computer)))). _parse([what,is,at,the,left,of,the,shelf,in,the,image472,?], answer(A, (const(A,plant)))). _parse([what,is,to,the,left,of,the,chair,in,the,image473,?], answer(A, (const(A,garbage_bin)))). _parse([how,many,chairs,in,the,image473,?], answer(A, (const(A,2)))). _parse([what,is,packed,in,a,cover,in,the,image474,?], answer(A, (const(A,basketball)))). _parse([what,is,in,front,of,the,basket,ball,in,the,image474,?], answer(A, (const(A,books)))). _parse([what,is,behind,the,chair,in,the,image474,?], answer(A, (const(A,computer)))). _parse([how,many,wheels,are,in,the,chair,in,the,image474,?], answer(A, (const(A,5)))). _parse([what,is,to,the,left,of,the,computer,in,the,image475,?], answer(A, (const(A,fax_machine)))). _parse([what,is,on,the,bed,in,the,image475,?], answer(A, (const(A,remote_control)))). _parse([how,many,pillows,on,the,bed,in,the,image475,?], answer(A, (const(A,2)))). _parse([what,is,the,number,on,the,frame,in,the,image476,?], answer(A, (const(A,2163)))). _parse([what,is,near,the,bed,in,the,image477,?], answer(A, (const(A,shelves)))). _parse([what,is,near,the,photo,frame,in,the,image477,?], answer(A, (const(A,paper)))). _parse([what,is,on,top,of,the,books,in,the,table,in,the,image478,?], answer(A, (const(A,album)))). _parse([how,many,chairs,in,the,image478,?], answer(A, (const(A,2)))). _parse([what,is,to,the,left,of,the,chair,in,the,image478,?], answer(A, (const(A,piano)))). _parse([what,is,on,the,piano,in,the,image478,?], answer(A, (const(A,papers)))). _parse([what,is,behind,the,piano,in,the,image479,?], answer(A, (const(A,bookshelf)))). _parse([what,is,to,the,left,of,the,bookshelf,in,the,image479,?], answer(A, (const(A,sofa)))). _parse([what,is,to,the,left,of,the,window,in,the,image480,?], answer(A, (const(A,bookshelf)))). _parse([what,is,on,the,middle,of,the,shelf,in,the,image481,?], answer(A, (const(A,globe)))). _parse([what,holds,the,globe,in,the,image481,?], answer(A, (const(A,globe_stand)))). _parse([what,is,to,the,left,of,the,globe,in,the,image481,?], answer(A, (const(A,book)))). _parse([what,is,in,front,of,the,books,in,the,shelf,in,the,image481,?], answer(A, (const(A,cordless_phone)))). _parse([what,object,is,in,the,image482,?], answer(A, (const(A,table);const(A,chair)))). _parse([what,is,above,the,table,in,the,image482,?], answer(A, (const(A,light_switch)))). _parse([what,is,in,the,object,in,the,image483,?], answer(A, (const(A,sofa)))). _parse([what,is,in,front,of,the,of,the,sofa,in,the,image483,?], answer(A, (const(A,bookshelf)))). _parse([what,is,near,the,bookshelf,in,the,image484,?], answer(A, (const(A,light_switch)))). _parse([what,is,on,the,door,in,the,image485,?], answer(A, (const(A,door_knob)))). _parse([what,is,to,the,right,of,the,door,in,the,image485,?], answer(A, (const(A,computer)))). _parse([what,is,the,colour,of,the,computer,in,the,image485,?], answer(A, (const(A,white)))). _parse([what,is,the,large,object,in,the,room,in,the,image486,?], answer(A, (const(A,sofa)))). _parse([what,is,in,front,of,the,sofa,in,the,image486,?], answer(A, (const(A,box)))). _parse([what,is,near,the,sofa,in,the,image487,?], answer(A, (const(A,night_stand)))). _parse([what,is,on,the,night,stand,in,the,image487,?], answer(A, (const(A,lamp)))). _parse([what,is,on,the,sofa,in,the,image488,?], answer(A, (const(A,pillow)))). _parse([what,is,to,the,left,of,the,sofa,in,the,image488,?], answer(A, (const(A,lamp)))). _parse([what,is,in,front,of,the,lamp,in,the,image489,?], answer(A, (const(A,vacuum_cleaner)))). _parse([what,is,near,vacuum,cleaner,in,the,image489,?], answer(A, (const(A,refridgerator)))). _parse([how,many,doors,on,the,refridgerator,in,the,image489,?], answer(A, (const(A,2)))). _parse([what,is,behind,the,boxes,in,the,image490,?], answer(A, (const(A,shelves)))). _parse([what,is,to,the,right,of,the,image490,?], answer(A, (const(A,bottle_of_liquid)))). _parse([what,is,in,front,of,the,of,the,image491,?], answer(A, (const(A,bag)))). _parse([what,is,opposite,to,electric,machine,in,the,image491,?], answer(A, (const(A,box)))). _parse([what,is,to,the,left,of,the,door,in,the,image492,?], answer(A, (const(A,clothing_detergent)))). _parse([what,is,inside,the,room,in,the,image492,?], answer(A, (const(A,washing_machine)))). _parse([what,is,on,the,washing,machine,in,the,image493,?], answer(A, (const(A,clothing_detergent)))). _parse([what,is,in,front,of,the,washing,machine,in,the,image493,?], answer(A, (const(A,cloth_drying_stand)))). _parse([what,is,behind,the,clothes,drying,tub,in,the,image493,?], answer(A, (const(A,cloth_drying_stand)))). _parse([what,is,behind,the,chair,in,the,image494,?], answer(A, (const(A,excercise_machine)))). _parse([what,is,on,the,table,in,the,image495,?], answer(A, (const(A,coffee_machine)))). _parse([what,is,below,the,table,in,the,image495,?], answer(A, (const(A,computer)))). _parse([what,is,to,the,left,of,coffee,machine,in,the,image495,?], answer(A, (const(A,water_heater)))). _parse([what,is,to,the,left,of,the,wooden,table,in,the,image496,?], answer(A, (const(A,container)))). _parse([what,is,inside,the,container,in,the,image496,?], answer(A, (const(A,sticks);const(A,rope)))). _parse([what,is,above,the,toilet,in,the,image497,?], answer(A, (const(A,towel)))). _parse([what,is,to,the,left,of,the,image497,?], answer(A, (const(A,drawer)))). _parse([what,is,on,the,drawer,in,the,image497,?], answer(A, (const(A,toiletries)))). _parse([what,is,in,front,of,the,wash,basin,in,the,image499,?], answer(A, (const(A,mirror)))). _parse([what,is,reflected,in,the,image499,?], answer(A, (const(A,towel)))). _parse([what,is,left,of,the,toilet,in,the,image499,?], answer(A, (const(A,garbage_bin)))). _parse([what,is,to,the,right,of,the,basin,in,the,image499,?], answer(A, (const(A,tissue_roll)))). _parse([what,near,the,tap,in,the,image500,?], answer(A, (const(A,bottle_of_listerine)))). _parse([what,is,below,the,toilet,in,the,image500,?], answer(A, (const(A,toilet_brush)))). _parse([what,is,above,the,toilet,in,the,image501,?], answer(A, (const(A,tissue_roll)))). _parse([what,is,to,left,of,toilet,in,the,image501,?], answer(A, (const(A,soap)))). _parse([what,is,the,colour,of,screen,in,the,image501,?], answer(A, (const(A,blue)))). _parse([what,is,the,colour,of,wall,in,the,image502,?], answer(A, (const(A,white)))). _parse([what,is,the,colour,of,towel,in,the,image502,?], answer(A, (const(A,blue)))). _parse([what,is,to,right,of,towel,in,the,image502,?], answer(A, (const(A,shelves)))). _parse([what,is,on,top,of,toilet,in,the,image503,?], answer(A, (const(A,tissue_roll)))). _parse([what,is,colour,of,door,in,the,image503,?], answer(A, (const(A,brown)))). _parse([what,is,to,right,of,toilet,in,the,image503,?], answer(A, (const(A,sink)))). _parse([what,is,above,sink,in,the,image503,?], answer(A, (const(A,mirror)))). _parse([what,is,above,toilet,in,the,image504,?], answer(A, (const(A,napkin)))). _parse([what,is,the,colour,of,wall,in,the,image504,?], answer(A, (const(A,white)))). _parse([what,is,the,colour,of,towel,in,the,image505,?], answer(A, (const(A,brown)))). _parse([what,is,to,left,of,sink,in,the,image505,?], answer(A, (const(A,toilet)))). _parse([what,is,above,sink,in,the,image505,?], answer(A, (const(A,mirror)))). _parse([what,is,on,the,sink,in,the,image505,?], answer(A, (const(A,glass)))). _parse([what,is,to,left,of,toilet,in,the,image506,?], answer(A, (const(A,basket)))). _parse([what,is,above,the,basket,in,the,image506,?], answer(A, (const(A,magazine)))). _parse([what,is,to,the,right,of,toilet,in,the,image506,?], answer(A, (const(A,door)))). _parse([what,is,in,the,door,in,the,image506,?], answer(A, (const(A,door_knob)))). _parse([what,is,colour,of,wall,in,the,image507,?], answer(A, (const(A,white)))). _parse([what,is,above,sink,in,the,image507,?], answer(A, (const(A,bottle)))). _parse([what,is,left,of,sink,in,the,image507,?], answer(A, (const(A,garbage_bin)))). _parse([what,is,the,colour,of,garbage,bin,in,the,image507,?], answer(A, (const(A,white)))). _parse([what,is,to,right,of,garbage,bin,in,the,image508,?], answer(A, (const(A,toilet)))). _parse([what,is,above,toilet,in,the,image508,?], answer(A, (const(A,window)))). _parse([what,is,right,of,toilet,in,the,image508,?], answer(A, (const(A,tissue_roll)))). _parse([what,is,above,sink,in,the,image509,?], answer(A, (const(A,mirror)))). _parse([what,is,left,of,sink,in,the,image509,?], answer(A, (const(A,bottle)))). _parse([what,is,above,bath,tub,in,the,image509,?], answer(A, (const(A,window)))). _parse([what,is,right,of,sink,in,the,image510,?], answer(A, (const(A,toothbrush)))). _parse([what,is,behind,toothbrush,stand,in,the,image510,?], answer(A, (const(A,glass)))). _parse([what,is,above,sink,in,the,image510,?], answer(A, (const(A,mirror)))). _parse([what,is,in,front,of,sink,in,the,image511,?], answer(A, (const(A,door)))). _parse([what,is,in,door,in,the,image511,?], answer(A, (const(A,door_knob)))). _parse([what,is,left,of,sink,in,the,image511,?], answer(A, (const(A,toilet)))). _parse([what,is,above,toilet,in,the,image511,?], answer(A, (const(A,tissue_roll)))). _parse([what,is,on,the,sink,in,the,image512,?], answer(A, (const(A,toothpaste)))). _parse([what,is,in,front,of,sink,in,the,image512,?], answer(A, (const(A,door)))). _parse([what,is,left,of,door,in,the,image512,?], answer(A, (const(A,tissue_roll)))). _parse([what,is,above,bathtub,in,the,image513,?], answer(A, (const(A,back_scrubber)))). _parse([what,is,left,of,bath,tub,in,the,image513,?], answer(A, (const(A,bottle)))). _parse([what,is,to,left,of,bed,in,the,image514,?], answer(A, (const(A,lamp)))). _parse([what,is,on,bed,in,the,image514,?], answer(A, (const(A,pillow)))). _parse([what,is,the,largest,object,in,the,image514,?], answer(A, (const(A,bed)))). _parse([what,is,the,colour,of,floor,in,the,image514,?], answer(A, (const(A,brown)))). _parse([what,is,in,front,of,bed,in,the,image515,?], answer(A, (const(A,mirror)))). _parse([what,is,in,front,of,mirror,in,the,image515,?], answer(A, (const(A,clothes)))). _parse([what,is,on,bed,in,the,image515,?], answer(A, (const(A,bed_sheets)))). _parse([what,is,to,right,of,bed,in,the,image515,?], answer(A, (const(A,window)))). _parse([what,is,to,left,of,bed,in,the,image516,?], answer(A, (const(A,clothing_hanger)))). _parse([what,is,behind,the,hanger,in,the,image516,?], answer(A, (const(A,lamp)))). _parse([what,is,above,the,bed,in,the,image516,?], answer(A, (const(A,picture)))). _parse([what,is,the,colour,of,pillow,in,the,image516,?], answer(A, (const(A,red)))). _parse([what,is,to,left,of,hanger,in,the,image517,?], answer(A, (const(A,shelves)))). _parse([what,is,on,shelf,in,the,image517,?], answer(A, (const(A,books)))). _parse([what,is,behind,books,in,the,image517,?], answer(A, (const(A,papers)))). _parse([how,many,pillow,are,in,the,image518,?], answer(A, (const(A,4)))). _parse([what,is,left,of,bed,in,the,image518,?], answer(A, (const(A,table)))). _parse([what,is,on,table,in,the,image518,?], answer(A, (const(A,lamp)))). _parse([what,is,left,of,bed,in,the,image519,?], answer(A, (const(A,person)))). _parse([what,is,left,of,man,in,the,image519,?], answer(A, (const(A,garbage_bin)))). _parse([what,colour,shirt,is,the,man,wearing,in,the,image519,?], answer(A, (const(A,white)))). _parse([what,is,behind,the,lamp,in,the,image519,?], answer(A, (const(A,window)))). _parse([what,is,colour,of,bed,sheet,in,the,image520,?], answer(A, (const(A,blue)))). _parse([what,is,right,of,bed,in,the,image520,?], answer(A, (const(A,clothing_hanger)))). _parse([what,is,right,of,hanger,in,the,image520,?], answer(A, (const(A,shelves)))). _parse([what,is,left,of,bed,in,the,image521,?], answer(A, (const(A,tissue_roll)))). _parse([what,colour,is,the,wall,in,the,image521,?], answer(A, (const(A,yellow)))). _parse([what,is,on,bed,in,the,image521,?], answer(A, (const(A,bed_sheets)))). _parse([what,is,in,front,of,bed,in,the,image522,?], answer(A, (const(A,door)))). _parse([what,colour,is,bed,sheet,in,the,image522,?], answer(A, (const(A,blue)))). _parse([what,is,in,front,of,chair,in,the,image523,?], answer(A, (const(A,window)))). _parse([what,is,left,of,window,in,the,image523,?], answer(A, (const(A,door)))). _parse([how,many,chair,are,in,the,image523,?], answer(A, (const(A,2)))). _parse([what,is,placed,on,table,in,the,image523,?], answer(A, (const(A,paper)))). _parse([what,is,placed,on,table,in,the,image524,?], answer(A, (const(A,laptop)))). _parse([what,is,on,wall,in,the,image524,?], answer(A, (const(A,map)))). _parse([what,is,left,of,table,in,the,image524,?], answer(A, (const(A,tissue)))). _parse([what,is,right,of,laptop,in,the,image524,?], answer(A, (const(A,printer)))). _parse([what,is,left,of,table,in,the,image525,?], answer(A, (const(A,bed)))). _parse([what,is,below,the,table,in,the,image525,?], answer(A, (const(A,garbage_bin)))). _parse([what,is,in,front,of,bed,in,the,image525,?], answer(A, (const(A,bag)))). _parse([what,is,largest,object,in,the,image526,?], answer(A, (const(A,shelves)))). _parse([what,is,on,the,floor,in,the,image526,?], answer(A, (const(A,floor_mat)))). _parse([what,is,the,colour,of,wall,in,the,image526,?], answer(A, (const(A,white)))). _parse([what,colour,is,the,bed,sheet,in,the,image527,?], answer(A, (const(A,blue)))). _parse([what,is,above,the,bed,in,the,image527,?], answer(A, (const(A,window)))). _parse([what,is,in,front,of,bed,in,the,image527,?], answer(A, (const(A,shelves)))). _parse([what,is,on,bed,in,the,image527,?], answer(A, (const(A,pillow)))). _parse([what,is,in,front,of,chair,in,the,image528,?], answer(A, (const(A,computer)))). _parse([what,is,right,of,table,in,the,image528,?], answer(A, (const(A,bed)))). _parse([what,is,left,of,computer,in,the,image528,?], answer(A, (const(A,printer)))). _parse([how,many,computer,in,the,image528,?], answer(A, (const(A,2)))). _parse([what,is,left,of,printer,in,the,image529,?], answer(A, (const(A,mirror)))). _parse([what,is,in,wardrobe,in,the,image529,?], answer(A, (const(A,clothes)))). _parse([what,colour,is,the,floor,in,the,image529,?], answer(A, (const(A,gray)))). _parse([what,is,on,shelf,in,the,image530,?], answer(A, (const(A,toy)))). _parse([what,is,left,of,shelf,in,the,image530,?], answer(A, (const(A,window)))). _parse([what,is,in,front,of,window,in,the,image530,?], answer(A, (const(A,bed)))). _parse([what,is,the,colour,of,wall,in,the,image530,?], answer(A, (const(A,white)))). _parse([what,is,left,of,chair,in,the,image531,?], answer(A, (const(A,window)))). _parse([what,is,window,screen,colour,in,the,image531,?], answer(A, (const(A,red)))). _parse([what,is,behind,the,chair,in,the,image531,?], answer(A, (const(A,bed)))). _parse([how,many,pillows,in,the,bed,in,the,image532,?], answer(A, (const(A,2)))). _parse([what,colour,is,the,bed,sheet,in,the,image532,?], answer(A, (const(A,white)))). _parse([what,is,left,of,bed,in,the,image532,?], answer(A, (const(A,papers)))). _parse([what,is,on,table,in,the,image533,?], answer(A, (const(A,papers)))). _parse([what,is,right,of,table,in,the,image533,?], answer(A, (const(A,shelves)))). _parse([what,is,on,bed,in,the,image534,?], answer(A, (const(A,bed_sheets)))). _parse([what,is,left,of,bed,in,the,image534,?], answer(A, (const(A,window)))). _parse([what,colour,is,the,screen,in,the,image534,?], answer(A, (const(A,red)))). _parse([what,is,right,of,bed,in,the,image534,?], answer(A, (const(A,table)))). _parse([what,is,in,front,of,bed,in,the,image535,?], answer(A, (const(A,shelves)))). _parse([what,is,on,the,shelf,in,the,image535,?], answer(A, (const(A,books)))). _parse([what,is,to,right,of,shelf,in,the,image535,?], answer(A, (const(A,door)))). _parse([what,is,largest,object,in,the,image535,?], answer(A, (const(A,bed)))). _parse([what,colour,is,the,screen,in,the,image536,?], answer(A, (const(A,red)))). _parse([what,is,placed,on,the,table,in,the,image537,?], answer(A, (const(A,lamp)))). _parse([what,is,on,bed,in,the,image537,?], answer(A, (const(A,pillow)))). _parse([what,colour,is,the,wall,in,the,image538,?], answer(A, (const(A,white)))). _parse([what,colour,is,the,pillow,in,the,image538,?], answer(A, (const(A,red)))). _parse([what,is,left,of,bed,in,the,image538,?], answer(A, (const(A,shelves)))). _parse([what,is,below,window,in,the,image539,?], answer(A, (const(A,clothes)))). _parse([what,is,in,front,of,basket,in,the,image539,?], answer(A, (const(A,door)))). _parse([what,is,in,door,in,the,image539,?], answer(A, (const(A,door_knob)))). _parse([what,colour,is,the,floor,in,the,image539,?], answer(A, (const(A,brown)))). _parse([what,is,largest,object,in,the,image540,?], answer(A, (const(A,shelves)))). _parse([what,is,in,front,of,shelf,in,the,image540,?], answer(A, (const(A,bed)))). _parse([what,is,on,bed,in,the,image540,?], answer(A, (const(A,pillow)))). _parse([what,colour,is,bed,sheet,in,the,image541,?], answer(A, (const(A,pink)))). _parse([what,is,behind,the,bed,in,the,image541,?], answer(A, (const(A,window)))). _parse([what,is,right,of,bed,in,the,image541,?], answer(A, (const(A,table)))). _parse([what,is,on,table,in,the,image541,?], answer(A, (const(A,bottle)))). _parse([what,is,in,front,of,table,in,the,image541,?], answer(A, (const(A,garbage_bin)))). _parse([what,is,right,of,shelf,in,the,image542,?], answer(A, (const(A,door)))). _parse([what,is,on,shelf,in,the,image542,?], answer(A, (const(A,books)))). _parse([what,is,in,front,of,shelf,in,the,image542,?], answer(A, (const(A,bed)))). _parse([what,is,in,front,of,shelf,in,the,image543,?], answer(A, (const(A,basket)))). _parse([what,is,in,the,basket,in,the,image543,?], answer(A, (const(A,clothes)))). _parse([what,is,the,largest,object,in,the,image543,?], answer(A, (const(A,shelves)))). _parse([what,is,right,of,shelf,in,the,image543,?], answer(A, (const(A,door)))). _parse([what,is,above,table,in,the,image544,?], answer(A, (const(A,window)))). _parse([what,is,the,colour,of,window,in,the,image544,?], answer(A, (const(A,red)))). _parse([how,many,chair,are,in,the,image545,?], answer(A, (const(A,3)))). _parse([what,is,on,the,table,in,the,image545,?], answer(A, (const(A,books)))). _parse([what,colour,shirt,is,the,man,wearing,in,the,image545,?], answer(A, (const(A,white)))). _parse([what,is,right,of,table,in,the,image545,?], answer(A, (const(A,window)))). _parse([what,is,largest,object,in,the,image546,?], answer(A, (const(A,table)))). _parse([what,is,behind,the,chair,in,the,image546,?], answer(A, (const(A,sofa)))). _parse([what,is,right,of,sofa,in,the,image546,?], answer(A, (const(A,lamp)))). _parse([what,colour,is,the,wall,in,the,image547,?], answer(A, (const(A,white)))). _parse([what,is,behind,the,chair,in,the,image547,?], answer(A, (const(A,sofa)))). _parse([what,colour,is,the,door,in,the,image548,?], answer(A, (const(A,brown)))). _parse([what,is,left,of,door,in,the,image548,?], answer(A, (const(A,stand)))). _parse([what,is,in,front,of,stand,in,the,image548,?], answer(A, (const(A,books)))). _parse([what,is,above,books,in,the,image548,?], answer(A, (const(A,window)))). _parse([what,is,right,of,door,in,the,image549,?], answer(A, (const(A,shelves)))). _parse([what,is,on,shelf,in,the,image549,?], answer(A, (const(A,books)))). _parse([what,is,the,colour,of,shelf,in,the,image549,?], answer(A, (const(A,brown)))). _parse([how,many,chairs,are,in,the,image550,?], answer(A, (const(A,6)))). _parse([what,is,left,of,window,in,the,image550,?], answer(A, (const(A,shelves)))). _parse([what,is,placed,in,the,shelf,in,the,image550,?], answer(A, (const(A,utensils)))). _parse([what,colour,is,the,screen,in,the,image551,?], answer(A, (const(A,white)))). _parse([what,is,in,front,of,chair,in,the,image552,?], answer(A, (const(A,computer)))). _parse([what,is,right,of,computer,in,the,image552,?], answer(A, (const(A,shelves)))). _parse([what,is,on,top,of,shelf,in,the,image552,?], answer(A, (const(A,basket)))). _parse([how,many,chair,in,the,image553,?], answer(A, (const(A,6)))). _parse([what,is,right,of,computer,in,the,image553,?], answer(A, (const(A,printer)))). _parse([what,colour,is,the,wall,in,the,image553,?], answer(A, (const(A,white)))). _parse([what,is,behind,the,chair,in,the,image554,?], answer(A, (const(A,door)))). _parse([what,is,in,the,door,in,the,image554,?], answer(A, (const(A,door_knob)))). _parse([what,is,left,of,computer,in,the,image554,?], answer(A, (const(A,window)))). _parse([what,is,below,the,table,in,the,image554,?], answer(A, (const(A,papers)))). _parse([what,is,right,of,chair,in,the,image555,?], answer(A, (const(A,window)))). _parse([what,is,behind,the,chair,in,the,image555,?], answer(A, (const(A,shelves)))). _parse([how,many,shelf,in,the,image555,?], answer(A, (const(A,2)))). _parse([what,is,placed,on,the,shelf,in,the,image555,?], answer(A, (const(A,books)))). _parse([what,is,left,of,computer,in,the,image556,?], answer(A, (const(A,pen_stand)))). _parse([how,many,table,are,in,the,image556,?], answer(A, (const(A,3)))). _parse([what,is,behind,the,table,in,the,image556,?], answer(A, (const(A,window)))). _parse([what,is,on,table,in,the,image557,?], answer(A, (const(A,computer)))). _parse([what,is,behind,computer,in,the,image557,?], answer(A, (const(A,window)))). _parse([what,is,to,right,of,table,in,the,image558,?], answer(A, (const(A,garbage_bin)))). _parse([what,is,behind,the,table,in,the,image558,?], answer(A, (const(A,window)))). _parse([what,is,left,of,table,in,the,image558,?], answer(A, (const(A,door)))). _parse([what,is,on,table,in,the,image558,?], answer(A, (const(A,box)))). _parse([what,is,the,largest,object,in,the,image559,?], answer(A, (const(A,refridgerator)))). _parse([what,is,right,of,refridgerator,in,the,image559,?], answer(A, (const(A,microwave)))). _parse([what,is,right,of,oven,in,the,image559,?], answer(A, (const(A,sink)))). _parse([what,is,in,front,of,refridgerator,in,the,image559,?], answer(A, (const(A,door)))). _parse([what,is,in,front,of,oven,in,the,image560,?], answer(A, (const(A,water_purifier)))). _parse([what,is,above,the,oven,in,the,image560,?], answer(A, (const(A,shelves)))). _parse([what,is,on,top,of,oven,in,the,image560,?], answer(A, (const(A,basket)))). _parse([what,is,placed,in,the,sink,in,the,image561,?], answer(A, (const(A,basket)))). _parse([what,is,on,top,of,sink,in,the,image561,?], answer(A, (const(A,window)))). _parse([what,is,left,of,sink,in,the,image561,?], answer(A, (const(A,bowl);const(A,spoon);const(A,plate)))). _parse([what,is,left,of,the,man,in,the,image562,?], answer(A, (const(A,stove)))). _parse([what,is,behind,the,man,in,the,image562,?], answer(A, (const(A,stand)))). _parse([what,is,in,the,stand,in,the,image562,?], answer(A, (const(A,bottle)))). _parse([what,is,right,of,stand,in,the,image562,?], answer(A, (const(A,door)))). _parse([what,is,right,of,stove,in,the,image563,?], answer(A, (const(A,bottle)))). _parse([what,is,above,the,stove,in,the,image563,?], answer(A, (const(A,microwave)))). _parse([what,is,the,largest,object,in,the,image563,?], answer(A, (const(A,refridgerator)))). _parse([what,is,behind,the,bottle,in,the,image563,?], answer(A, (const(A,spoon_stand)))). _parse([what,is,near,the,door,in,the,image564,?], answer(A, (const(A,cat)))). _parse([what,is,behind,the,door,in,the,image564,?], answer(A, (const(A,table)))). _parse([how,many,chair,are,in,the,image565,?], answer(A, (const(A,4)))). _parse([what,is,behind,the,chair,in,the,image565,?], answer(A, (const(A,refridgerator)))). _parse([what,is,in,front,of,chair,in,the,image565,?], answer(A, (const(A,picture)))). _parse([what,is,in,front,of,refridgerator,in,the,image566,?], answer(A, (const(A,person)))). _parse([what,is,right,of,refridgerator,in,the,image566,?], answer(A, (const(A,chair)))). _parse([what,colour,is,the,wall,in,the,image566,?], answer(A, (const(A,white)))). _parse([what,is,above,the,sink,in,the,image567,?], answer(A, (const(A,shelves)))). _parse([what,is,left,of,sink,in,the,image567,?], answer(A, (const(A,jug)))). _parse([what,is,behind,the,kitchen,in,the,image568,?], answer(A, (const(A,door)))). _parse([what,is,near,the,stand,in,the,image568,?], answer(A, (const(A,garbage_bin)))). _parse([what,is,near,the,stove,in,the,image569,?], answer(A, (const(A,refridgerator)))). _parse([what,is,in,front,of,refridgerator,in,the,image569,?], answer(A, (const(A,microwave)))). _parse([what,is,on,the,table,in,the,image569,?], answer(A, (const(A,fruit)))). _parse([what,colour,is,the,wall,in,the,image569,?], answer(A, (const(A,white)))). _parse([what,is,on,top,of,microwave,in,the,image570,?], answer(A, (const(A,coffee_machine)))). _parse([what,is,the,colour,of,table,in,the,image570,?], answer(A, (const(A,white)))). _parse([what,is,the,largest,object,in,the,image570,?], answer(A, (const(A,refridgerator)))). _parse([what,is,in,front,of,refridgerator,in,the,image571,?], answer(A, (const(A,garbage_bin)))). _parse([what,is,on,the,refridgerator,in,the,image571,?], answer(A, (const(A,napkin)))). _parse([what,colour,is,the,floor,in,the,image571,?], answer(A, (const(A,white)))). _parse([what,is,on,the,wall,in,the,image572,?], answer(A, (const(A,picture)))). _parse([what,is,right,of,stove,in,the,image572,?], answer(A, (const(A,glass_ware)))). _parse([what,is,on,the,stove,in,the,image572,?], answer(A, (const(A,utensil)))). _parse([what,is,near,the,sink,in,the,image573,?], answer(A, (const(A,utensil_container)))). _parse([what,is,above,utensil,in,the,image573,?], answer(A, (const(A,tissue_roll)))). _parse([what,is,left,of,sink,in,the,image573,?], answer(A, (const(A,refridgerator)))). _parse([what,is,in,the,sink,in,the,image574,?], answer(A, (const(A,glass)))). _parse([what,is,on,the,tap,in,the,image574,?], answer(A, (const(A,napkin)))). _parse([what,is,left,of,napkin,in,the,image574,?], answer(A, (const(A,dishwasher)))). _parse([what,is,above,the,sink,in,the,image575,?], answer(A, (const(A,window)))). _parse([what,is,above,the,container,in,the,image575,?], answer(A, (const(A,spoon_stand)))). _parse([what,is,right,of,sink,in,the,image575,?], answer(A, (const(A,refridgerator)))). _parse([what,is,behind,the,container,in,the,image576,?], answer(A, (const(A,knife_rack)))). _parse([what,colour,is,the,shelf,in,the,image576,?], answer(A, (const(A,brown)))). _parse([what,is,the,table,colour,in,the,image577,?], answer(A, (const(A,white)))). _parse([what,is,in,front,of,table,in,the,image577,?], answer(A, (const(A,shelves)))). _parse([what,is,in,the,shelf,in,the,image577,?], answer(A, (const(A,bottle)))). _parse([what,is,left,of,shelf,in,the,image578,?], answer(A, (const(A,door)))). _parse([what,is,the,colour,of,door,in,the,image578,?], answer(A, (const(A,blue)))). _parse([what,is,in,front,of,door,in,the,image578,?], answer(A, (const(A,ladder)))). _parse([what,is,in,front,of,television,in,the,image579,?], answer(A, (const(A,sofa)))). _parse([what,is,right,of,television,in,the,image579,?], answer(A, (const(A,door)))). _parse([what,is,behind,the,television,in,the,image579,?], answer(A, (const(A,shelves)))). _parse([what,is,on,the,shelf,in,the,image579,?], answer(A, (const(A,books)))). _parse([what,is,behind,the,sofa,in,the,image580,?], answer(A, (const(A,window)))). _parse([what,is,to,the,right,of,sofa,in,the,image580,?], answer(A, (const(A,lamp)))). _parse([what,is,on,the,sofa,in,the,image580,?], answer(A, (const(A,pillow)))). _parse([what,is,to,the,right,of,lamp,in,the,image580,?], answer(A, (const(A,door)))). _parse([what,is,in,front,of,sofa,in,the,image581,?], answer(A, (const(A,chair)))). _parse([what,is,left,of,chair,in,the,image581,?], answer(A, (const(A,basket)))). _parse([what,is,right,of,chair,in,the,image581,?], answer(A, (const(A,picture)))). _parse([what,is,on,the,chair,in,the,image581,?], answer(A, (const(A,pillow)))). _parse([what,is,behind,the,television,in,the,image582,?], answer(A, (const(A,shelves)))). _parse([what,is,on,the,shelf,in,the,image582,?], answer(A, (const(A,books)))). _parse([what,is,left,of,television,in,the,image582,?], answer(A, (const(A,lamp)))). _parse([what,is,on,the,table,in,the,image582,?], answer(A, (const(A,headphones)))). _parse([what,is,behind,the,sofa,in,the,image583,?], answer(A, (const(A,window)))). _parse([what,is,to,left,of,window,in,the,image583,?], answer(A, (const(A,lamp)))). _parse([what,is,near,the,sofa,in,the,image583,?], answer(A, (const(A,bag)))). _parse([what,is,to,left,of,lamp,in,the,image583,?], answer(A, (const(A,door)))). _parse([what,is,on,the,floor,in,the,image584,?], answer(A, (const(A,printer)))). _parse([what,is,behind,the,fan,in,the,image584,?], answer(A, (const(A,air_conditioner)))). _parse([what,is,above,the,fan,in,the,image584,?], answer(A, (const(A,window)))). _parse([what,is,to,right,of,computer,in,the,image585,?], answer(A, (const(A,lamp)))). _parse([what,is,in,front,of,computer,in,the,image585,?], answer(A, (const(A,chair)))). _parse([what,is,on,the,shelf,in,the,image585,?], answer(A, (const(A,books)))). _parse([how,many,chair,are,in,the,image586,?], answer(A, (const(A,2)))). _parse([what,is,above,the,shelf,in,the,image586,?], answer(A, (const(A,hanger)))). _parse([what,is,placed,on,the,shelf,in,the,image586,?], answer(A, (const(A,box)))). _parse([how,many,chair,are,in,the,image587,?], answer(A, (const(A,3)))). _parse([what,colour,shirt,is,the,man,wearing,in,the,image587,?], answer(A, (const(A,white)))). _parse([what,is,on,the,chair,in,the,image587,?], answer(A, (const(A,bag)))). _parse([what,is,right,of,sofa,in,the,image588,?], answer(A, (const(A,lamp)))). _parse([what,is,right,of,lamp,in,the,image588,?], answer(A, (const(A,chair)))). _parse([what,is,above,the,chair,in,the,image588,?], answer(A, (const(A,picture)))). _parse([what,is,to,left,of,chair,in,the,image589,?], answer(A, (const(A,air_conditioner)))). _parse([what,is,behind,the,chair,in,the,image589,?], answer(A, (const(A,window)))). _parse([what,is,placed,on,the,shelf,in,the,image589,?], answer(A, (const(A,vase)))). _parse([what,is,placed,on,the,table,in,the,image589,?], answer(A, (const(A,box)))). _parse([what,is,right,of,sofa,in,the,image590,?], answer(A, (const(A,window)))). _parse([what,colour,is,the,sofa,in,the,image590,?], answer(A, (const(A,pink)))). _parse([what,is,placed,on,the,table,in,the,image591,?], answer(A, (const(A,microwave)))). _parse([what,is,on,top,of,oven,in,the,image591,?], answer(A, (const(A,coffee_machine)))). _parse([what,is,in,front,of,sofa,in,the,image591,?], answer(A, (const(A,stand)))). _parse([what,is,largest,object,in,the,image591,?], answer(A, (const(A,sofa)))). _parse([what,is,near,the,sofa,in,the,image592,?], answer(A, (const(A,lamp)))). _parse([what,is,in,front,of,sofa,in,the,image592,?], answer(A, (const(A,stand)))). _parse([what,is,behind,the,lamp,in,the,image592,?], answer(A, (const(A,window)))). _parse([what,is,behind,the,sofa,in,the,image593,?], answer(A, (const(A,door)))). _parse([what,is,to,right,of,sofa,in,the,image593,?], answer(A, (const(A,basket)))). _parse([what,is,in,front,of,sofa,in,the,image593,?], answer(A, (const(A,lamp)))). _parse([what,is,behind,the,sofa,in,the,image594,?], answer(A, (const(A,shelves)))). _parse([what,is,placed,in,the,shelf,in,the,image594,?], answer(A, (const(A,books)))). _parse([what,is,to,right,of,shelf,in,the,image594,?], answer(A, (const(A,door)))). _parse([what,is,to,right,of,door,in,the,image594,?], answer(A, (const(A,window)))). _parse([what,is,colour,of,television,in,the,image595,?], answer(A, (const(A,black)))). _parse([what,is,right,of,television,in,the,image595,?], answer(A, (const(A,fan)))). _parse([how,many,chair,are,in,the,image596,?], answer(A, (const(A,3)))). _parse([what,is,in,front,of,table,in,the,image596,?], answer(A, (const(A,window)))). _parse([what,is,to,right,of,window,in,the,image596,?], answer(A, (const(A,shelves)))). _parse([what,is,the,largest,object,in,the,image597,?], answer(A, (const(A,television)))). _parse([what,is,to,left,of,television,in,the,image597,?], answer(A, (const(A,door)))). _parse([what,is,behind,the,door,in,the,image597,?], answer(A, (const(A,table)))). _parse([what,is,kept,down,the,floor,in,the,image597,?], answer(A, (const(A,speaker)))). _parse([what,is,to,right,of,sofa,in,the,image598,?], answer(A, (const(A,door)))). _parse([what,is,on,table,in,the,image598,?], answer(A, (const(A,paper)))). _parse([what,is,behind,the,sofa,in,the,image598,?], answer(A, (const(A,window)))). _parse([what,colour,is,the,wall,in,the,image599,?], answer(A, (const(A,white)))). _parse([what,is,the,colour,of,sofa,in,the,image599,?], answer(A, (const(A,brown)))). _parse([what,is,placed,on,the,table,in,the,image600,?], answer(A, (const(A,telephone);const(A,stand)))). _parse([what,is,above,the,sofa,in,the,image600,?], answer(A, (const(A,picture)))). _parse([what,is,the,colour,of,floor,in,the,image600,?], answer(A, (const(A,brown)))). _parse([what,is,in,front,of,the,sofa,in,the,image601,?], answer(A, (const(A,table)))). _parse([what,is,on,the,right,of,the,table,in,the,image601,?], answer(A, (const(A,remote_control)))). _parse([what,is,in,the,centre,of,the,table,in,the,image601,?], answer(A, (const(A,papers)))). _parse([what,is,to,the,left,of,the,television,in,the,image602,?], answer(A, (const(A,speaker)))). _parse([what,is,on,the,wall,in,the,image603,?], answer(A, (const(A,tricycle)))). _parse([how,many,cycles,are,in,the,image603,?], answer(A, (const(A,2)))). _parse([what,is,on,the,table,in,the,image604,?], answer(A, (const(A,cup)))). _parse([what,is,near,the,window,in,the,room,in,the,image604,?], answer(A, (const(A,fan)))). _parse([what,is,behind,the,fain,in,the,image604,?], answer(A, (const(A,sofa)))). _parse([what,is,to,the,left,of,the,fan,in,the,image604,?], answer(A, (const(A,shelves)))). _parse([what,is,on,the,shelf,in,the,image604,?], answer(A, (const(A,tissue_roll)))). _parse([what,is,on,the,table,in,the,image605,?], answer(A, (const(A,computer)))). _parse([what,is,on,the,table,in,the,image606,?], answer(A, (const(A,cup)))). _parse([what,is,to,the,right,of,the,table,in,the,image606,?], answer(A, (const(A,book)))). _parse([what,is,on,the,sofa,in,the,image606,?], answer(A, (const(A,pillow);const(A,clothes)))). _parse([what,is,the,colour,of,the,pillow,in,the,image607,?], answer(A, (const(A,red)))). _parse([what,is,under,the,table,in,the,image607,?], answer(A, (const(A,stool)))). _parse([what,is,on,the,table,in,the,image607,?], answer(A, (const(A,papers)))). _parse([what,is,at,the,corner,of,the,room,in,the,image608,?], answer(A, (const(A,garbage_bin)))). _parse([what,is,on,the,table,in,the,table,in,the,image608,?], answer(A, (const(A,computer)))). _parse([what,is,near,the,computer,in,the,image608,?], answer(A, (const(A,pen_stand)))). _parse([what,is,near,the,pen,stand,in,the,image608,?], answer(A, (const(A,bottle_of_liquid)))). _parse([what,is,on,the,table,in,the,image609,?], answer(A, (const(A,book)))). _parse([what,is,to,the,left,of,the,computer,in,the,image609,?], answer(A, (const(A,telephone)))). _parse([what,is,behind,the,telephone,in,the,image609,?], answer(A, (const(A,pen_stand)))). _parse([what,is,in,front,of,the,chair,in,the,table,in,the,image610,?], answer(A, (const(A,briefcase)))). _parse([what,is,above,the,briefcase,in,the,image610,?], answer(A, (const(A,framed_certificate)))). _parse([what,is,near,the,briefcase,in,the,image610,?], answer(A, (const(A,paper_tray)))). _parse([which,object,is,below,the,mouse,in,the,image611,?], answer(A, (const(A,mouse_pad)))). _parse([what,is,to,the,left,of,the,computer,in,the,image611,?], answer(A, (const(A,machine)))). _parse([what,is,in,front,of,the,table,in,the,image612,?], answer(A, (const(A,garbage_bin)))). _parse([what,is,on,the,shelf,in,the,image612,?], answer(A, (const(A,bag)))). _parse([what,is,to,the,left,of,the,computer,in,the,image612,?], answer(A, (const(A,dvd_player)))). _parse([what,is,near,the,computer,in,the,image613,?], answer(A, (const(A,telephone)))). _parse([what,is,near,the,telephone,in,the,image613,?], answer(A, (const(A,file)))). _parse([what,is,on,the,shelf,in,the,image613,?], answer(A, (const(A,decorative_item)))). _parse([what,is,at,the,corner,of,the,window,in,the,image614,?], answer(A, (const(A,printer)))). _parse([what,is,to,the,left,of,the,printer,in,the,image614,?], answer(A, (const(A,paper_tray)))). _parse([what,is,on,the,notice,board,in,the,image614,?], answer(A, (const(A,papers)))). _parse([what,is,in,front,of,the,notice,board,in,the,image614,?], answer(A, (const(A,lamp)))). _parse([what,is,near,the,door,in,the,image615,?], answer(A, (const(A,shelves)))). _parse([how,many,files,are,on,the,file,stand,in,the,image615,?], answer(A, (const(A,6)))). _parse([what,is,the,colour,of,the,tray,on,the,shelf,in,the,image615,?], answer(A, (const(A,yellow)))). _parse([what,is,on,the,wall,to,the,right,of,paper,stand,in,the,image616,?], answer(A, (const(A,picture)))). _parse([what,is,near,the,table,in,the,image616,?], answer(A, (const(A,chair)))). _parse([what,is,on,the,table,in,the,image617,?], answer(A, (const(A,papers)))). _parse([what,is,at,the,left,corner,of,the,table,in,the,image617,?], answer(A, (const(A,computer)))). _parse([what,is,in,front,of,the,table,in,the,image617,?], answer(A, (const(A,chair)))). _parse([what,is,on,the,paper,in,the,image618,?], answer(A, (const(A,pen)))). _parse([what,is,on,the,sofa,in,the,image618,?], answer(A, (const(A,box);const(A,stand)))). _parse([what,is,on,the,table,in,the,image619,?], answer(A, (const(A,vase)))). _parse([what,is,inside,the,vase,in,the,image619,?], answer(A, (const(A,flower)))). _parse([how,many,sofas,are,in,the,image619,?], answer(A, (const(A,2)))). _parse([what,is,on,the,shelf,in,the,image620,?], answer(A, (const(A,printer)))). _parse([what,is,near,the,printer,in,the,image620,?], answer(A, (const(A,bag)))). _parse([what,is,to,the,left,of,the,computer,in,the,image621,?], answer(A, (const(A,iphone)))). _parse([what,is,the,colour,of,the,iphone,in,the,image621,?], answer(A, (const(A,black)))). _parse([what,is,behind,the,chair,on,the,shelf,in,the,image621,?], answer(A, (const(A,cordless_phone)))). _parse([what,is,hanged,on,the,chair,in,the,image622,?], answer(A, (const(A,jacket)))). _parse([what,is,below,the,table,in,the,image622,?], answer(A, (const(A,box)))). _parse([what,is,at,the,left,corner,of,the,room,in,the,image622,?], answer(A, (const(A,shelves)))). _parse([what,is,on,the,shelf,in,the,image623,?], answer(A, (const(A,books)))). _parse([what,is,on,the,table,in,the,image623,?], answer(A, (const(A,paper_holder)))). _parse([what,is,on,the,wall,in,between,the,shelves,in,the,image623,?], answer(A, (const(A,picture)))). _parse([what,is,to,the,left,of,the,book,stand,in,the,image624,?], answer(A, (const(A,tissue_box)))). _parse([what,is,in,front,of,the,computer,in,the,image625,?], answer(A, (const(A,laptop)))). _parse([what,is,above,the,drawer,in,the,image625,?], answer(A, (const(A,microwave)))). _parse([what,is,below,the,shelf,in,the,image626,?], answer(A, (const(A,bag)))). _parse([what,is,to,the,right,of,the,shelf,in,the,image626,?], answer(A, (const(A,bookshelf)))). _parse([what,is,on,the,middle,rack,of,the,shape,in,the,image626,?], answer(A, (const(A,cup);const(A,decorative_item)))). _parse([what,is,in,front,of,the,container,in,the,image627,?], answer(A, (const(A,charger)))). _parse([what,is,to,the,left,of,the,container,in,the,image627,?], answer(A, (const(A,lamp)))). _parse([what,is,to,the,left,of,the,lamp,in,the,image627,?], answer(A, (const(A,books)))). _parse([what,us,on,the,bookshelf,in,the,image627,?], answer(A, (const(A,drawer)))). _parse([what,is,on,the,floor,in,front,of,to,the,bookshelf,in,the,image627,?], answer(A, (const(A,box)))). _parse([what,is,at,the,corner,of,the,room,in,the,image628,?], answer(A, (const(A,plant)))). _parse([what,is,in,front,of,the,plant,in,the,image628,?], answer(A, (const(A,clothes)))). _parse([what,is,the,colour,of,the,folder,behind,the,clothes,in,the,image628,?], answer(A, (const(A,red)))). _parse([what,is,to,the,left,of,the,shelf,in,the,image629,?], answer(A, (const(A,plastic_box)))). _parse([what,is,inside,the,plastic,box,in,the,image629,?], answer(A, (const(A,folders)))). _parse([what,is,in,the,left,rack,of,the,shelf,in,the,image629,?], answer(A, (const(A,decorative_item);const(A,books)))). _parse([what,is,the,colour,of,the,flower,inside,the,vase,in,the,image629,?], answer(A, (const(A,pink)))). _parse([what,is,the,colour,of,the,handle,in,sofa,in,front,of,the,screen,in,the,image630,?], answer(A, (const(A,blue)))). _parse([how,many,sofa,are,in,the,image630,?], answer(A, (const(A,3)))). _parse([what,is,in,front,of,the,sofa,in,the,image630,?], answer(A, (const(A,table)))). _parse([what,is,on,the,shelf,of,the,white,board,in,the,image631,?], answer(A, (const(A,whiteboard_eraser);const(A,whiteboard_marker)))). _parse([what,is,inbetweeng,the,sofa,left,of,the,image631,?], answer(A, (const(A,table)))). _parse([what,is,near,the,sofa,in,the,left,of,the,image632,?], answer(A, (const(A,garbage_bin)))). _parse([what,is,inside,the,the,garbage,bin,in,the,image632,?], answer(A, (const(A,garbage_bag)))). _parse([what,is,behind,the,sofa,on,the,wall,in,the,image632,?], answer(A, (const(A,lamp)))). _parse([what,is,behind,the,man,in,the,image633,?], answer(A, (const(A,computer)))). _parse([what,is,to,the,left,of,the,computer,in,the,image633,?], answer(A, (const(A,toy)))). _parse([what,is,on,the,right,corner,of,the,table,in,the,image633,?], answer(A, (const(A,backpack)))). _parse([what,is,to,the,right,of,the,computer,in,the,image633,?], answer(A, (const(A,bottle)))). _parse([what,is,the,colour,of,the,shoes,the,girl,wearing,in,the,image634,?], answer(A, (const(A,pink)))). _parse([what,is,the,girl,wearing,on,her,eyes,in,the,image634,?], answer(A, (const(A,eye_glasses)))). _parse([what,is,to,the,left,of,the,computer,behind,the,girl,in,the,image634,?], answer(A, (const(A,papers)))). _parse([what,is,behind,the,man,who,is,standing,in,the,image635,?], answer(A, (const(A,whiteboard)))). _parse([what,is,on,the,table,to,the,left,of,the,guy,standing,in,the,image635,?], answer(A, (const(A,glass)))). _parse([what,is,in,the,floor,in,front,of,the,guy,in,the,image635,?], answer(A, (const(A,garbage_bin)))). _parse([what,is,on,the,door,in,the,image635,?], answer(A, (const(A,door_knob)))). _parse([what,is,the,colour,of,the,shirt,the,guy,wearing,in,the,image636,?], answer(A, (const(A,pink)))). _parse([what,is,below,the,picture,to,the,right,of,the,computer,in,the,image637,?], answer(A, (const(A,tissue_box)))). _parse([what,is,behind,the,tissue,box,in,the,image637,?], answer(A, (const(A,paper_holder)))). _parse([what,is,at,the,right,corner,of,the,table,in,the,image637,?], answer(A, (const(A,headphones)))). _parse([what,is,at,the,left,corner,in,between,the,papers,on,the,table,in,the,image638,?], answer(A, (const(A,id_card)))). _parse([what,is,in,between,the,papers,in,the,image638,?], answer(A, (const(A,picture)))). _parse([what,at,the,left,corner,of,the,shelf,in,the,image638,?], answer(A, (const(A,paper_holder)))). _parse([what,is,behind,the,tissue,box,in,the,image638,?], answer(A, (const(A,cup)))). _parse([how,many,chairs,are,in,the,image639,?], answer(A, (const(A,6)))). _parse([what,is,at,the,corner,of,the,shelf,in,the,image639,?], answer(A, (const(A,books)))). _parse([what,is,in,the,right,of,the,image640,?], answer(A, (const(A,ping_pong_table)))). _parse([what,is,on,the,window,in,the,image640,?], answer(A, (const(A,window_cover)))). _parse([what,at,the,centre,of,the,table,in,the,image640,?], answer(A, (const(A,remote_control)))). _parse([what,is,on,the,floor,left,of,the,table,in,the,image640,?], answer(A, (const(A,tissue)))). _parse([what,is,on,the,ping,pong,table,in,the,image641,?], answer(A, (const(A,ping_pong_racket)))). _parse([what,is,to,the,right,of,the,ping,pong,table,in,the,image641,?], answer(A, (const(A,shelves)))). _parse([what,is,in,the,shelf,in,the,image641,?], answer(A, (const(A,ping_pong_racket)))). _parse([what,is,to,the,left,of,the,shelf,in,the,image641,?], answer(A, (const(A,whiteboard)))). _parse([what,is,at,the,centre,of,the,wall,in,the,image642,?], answer(A, (const(A,television)))). _parse([what,is,below,the,television,in,the,image642,?], answer(A, (const(A,table)))). _parse([what,is,at,the,left,corner,of,the,table,in,the,image642,?], answer(A, (const(A,books)))). _parse([what,is,to,the,right,of,the,table,in,the,image643,?], answer(A, (const(A,speaker)))). _parse([what,is,in,between,the,table,and,the,speakers,in,the,image643,?], answer(A, (const(A,box)))). _parse([what,is,hanging,from,the,television,in,the,image643,?], answer(A, (const(A,wire)))). _parse([which,object,is,large,in,the,image644,?], answer(A, (const(A,sofa)))). _parse([what,is,to,the,right,of,the,sofa,in,the,image644,?], answer(A, (const(A,bookshelf)))). _parse([how,many,pens,are,on,the,table,in,the,image645,?], answer(A, (const(A,3)))). _parse([what,is,to,the,left,of,the,table,in,the,image645,?], answer(A, (const(A,chair)))). _parse([what,is,behind,the,table,in,the,image645,?], answer(A, (const(A,shelves)))). _parse([how,many,racks,are,visible,in,the,shelf,in,the,image645,?], answer(A, (const(A,4)))). _parse([what,is,on,the,floor,in,the,image646,?], answer(A, (const(A,bag)))). _parse([what,is,the,colour,of,the,first,book,in,the,second,rack,of,the,shelf,in,the,image646,?], answer(A, (const(A,red)))). _parse([what,is,on,the,sofa,in,the,image647,?], answer(A, (const(A,wire)))). _parse([what,is,in,front,of,the,sofa,in,the,image647,?], answer(A, (const(A,fan)))). _parse([what,is,on,the,door,in,the,image648,?], answer(A, (const(A,door_knob)))). _parse([what,is,to,the,left,of,the,toilet,in,the,image648,?], answer(A, (const(A,toilet_paper_holder)))). _parse([what,is,above,the,sink,in,the,image648,?], answer(A, (const(A,toiletries)))). _parse([what,is,to,the,left,of,the,shelf,in,the,image648,?], answer(A, (const(A,shower_curtain)))). _parse([what,is,on,top,right,of,the,toilet,in,the,image649,?], answer(A, (const(A,machine)))). _parse([what,is,near,the,machine,in,the,image649,?], answer(A, (const(A,bottle_of_soap)))). _parse([what,is,right,above,the,toilet,in,the,image650,?], answer(A, (const(A,bottle_of_soap)))). _parse([what,id,to,the,left,of,the,toilet,in,the,image650,?], answer(A, (const(A,sink)))). _parse([how,many,faucet,handles,are,there,in,the,image651,?], answer(A, (const(A,2)))). _parse([what,are,the,objects,found,on,sink,in,the,image651,?], answer(A, (const(A,toothpaste);const(A,bottle_of_hand_wash_liquid)))). _parse([how,many,drawer,knobs,are,there,in,the,image651,?], answer(A, (const(A,2)))). _parse([what,is,the,bathtub,curtain,colour,in,the,image651,?], answer(A, (const(A,white)))). _parse([what,is,in,front,of,the,mirror,in,the,image651,?], answer(A, (const(A,sink)))). _parse([what,is,to,the,left,side,of,the,sink,in,the,image651,?], answer(A, (const(A,bathtub)))). _parse([what,are,the,toiletries,found,in,the,image652,?], answer(A, (const(A,bar_of_soap);const(A,hand_sanitizer);const(A,cream);const(A,cream_tube)))). _parse([what,is,the,colour,of,the,curtain,in,the,image652,?], answer(A, (const(A,white)))). _parse([what,is,hanged,behind,the,curtain,in,the,image652,?], answer(A, (const(A,towel)))). _parse([what,is,stuck,on,the,wall,of,the,image652,?], answer(A, (const(A,picture)))). _parse([what,are,stuck,on,the,wall,of,the,image653,?], answer(A, (const(A,mirror);const(A,picture);const(A,light_switch)))). _parse([what,is,stuck,to,the,sink,in,the,image653,?], answer(A, (const(A,toilet_paper_holder)))). _parse([how,many,faucet,handles,are,there,in,the,image653,?], answer(A, (const(A,2)))). _parse([what,is,stuck,on,the,top,of,the,sink,in,the,image653,?], answer(A, (const(A,toothbrush_holder)))). _parse([how,many,toothbrushes,are,there,in,the,image653,?], answer(A, (const(A,2)))). _parse([what,is,at,the,right,most,part,of,the,image653,?], answer(A, (const(A,bathtub)))). _parse([how,many,towels,are,hanged,in,the,image654,?], answer(A, (const(A,4)))). _parse([what,is,found,on,the,right,side,of,the,towel,in,the,image654,?], answer(A, (const(A,shower_curtain)))). _parse([what,are,the,toiletries,found,on,the,image654,?], answer(A, (const(A,bottle_of_soap);const(A,container_of_skin_cream);const(A,face_wash_cream)))). _parse([how,many,towels,hanged,on,the,bottom,in,the,image654,?], answer(A, (const(A,3)))). _parse([what,is,on,the,left,side,of,the,mirror,of,the,image655,?], answer(A, (const(A,towel_rod)))). _parse([what,are,the,things,placed,to,the,left,of,the,sink,in,the,image655,?], answer(A, (const(A,toiletries)))). _parse([name,one,thing,of,the,toiletries,in,the,image655,?], answer(A, (const(A,bottle_of_hand_wash_liquid)))). _parse([what,is,the,curtain,colour,in,the,image655,?], answer(A, (const(A,white)))). _parse([what,is,the,sink,colour,of,the,image656,?], answer(A, (const(A,white)))). _parse([how,many,towels,are,there,in,the,towel,rod,of,the,image656,?], answer(A, (const(A,1)))). _parse([how,many,faucet,handles,are,there,in,the,image656,?], answer(A, (const(A,1)))). _parse([what,is,the,object,found,behind,the,sink,in,the,image656,?], answer(A, (const(A,mirror)))). _parse([what,are,the,things,found,on,the,top,of,the,sink,in,the,image656,?], answer(A, (const(A,bottle_of_hand_wash_liquid);const(A,bar_of_soap)))). _parse([what,is,the,object,found,behind,the,sink,in,the,image657,?], answer(A, (const(A,mirror)))). _parse([what,are,the,things,found,on,the,top,of,the,sink,in,the,image657,?], answer(A, (const(A,bottle_of_hand_wash_liquid);const(A,bar_of_soap)))). _parse([what,is,stuck,to,the,left,side,of,the,towel,rod,in,the,image657,?], answer(A, (const(A,light_switch)))). _parse([how,many,containers,found,in,the,image657,?], answer(A, (const(A,3)))). _parse([what,is,stuck,on,the,wall,which,is,to,the,left,side,of,the,storage,rack,of,the,image658,?], answer(A, (const(A,towel_rod)))). _parse([what,are,found,in,the,storage,rack,of,the,image658,?], answer(A, (const(A,toiletries)))). _parse([what,is,the,colour,of,the,towel,in,the,image659,?], answer(A, (const(A,brown)))). _parse([what,is,found,in,front,of,the,mirror,on,the,left,top,of,the,image659,?], answer(A, (const(A,light)))). _parse([what,are,the,things,found,on,the,sink,in,the,image659,?], answer(A, (const(A,toothbrush);const(A,hand_sanitizer);const(A,cream)))). _parse([what,is,stuck,on,the,left,side,of,the,towel,in,the,image659,?], answer(A, (const(A,roll_of_toilet_paper)))). _parse([what,are,the,things,found,on,the,sink,in,the,image660,?], answer(A, (const(A,bar_of_soap);const(A,bottle_of_hand_wash_liquid);const(A,cream);const(A,toothpaste)))). _parse([how,many,sinks,are,there,in,the,image661,?], answer(A, (const(A,2)))). _parse([how,many,windows,are,there,in,the,room,of,the,image661,?], answer(A, (const(A,1)))). _parse([how,many,towels,are,there,in,the,room,of,the,image661,?], answer(A, (const(A,1)))). _parse([what,is,the,colour,of,the,sink,in,the,image663,?], answer(A, (const(A,white)))). _parse([what,is,stuck,on,the,top,of,the,sink,in,the,image663,?], answer(A, (const(A,mirror)))). _parse([what,is,the,colour,of,the,door,knob,in,the,image663,?], answer(A, (const(A,black)))). _parse([how,many,faucet,handles,are,there,in,the,image663,?], answer(A, (const(A,2)))). _parse([what,is,found,under,the,sink,of,the,image663,?], answer(A, (const(A,towel)))). _parse([what,is,stuck,on,the,left,side,of,the,wall,of,the,image663,?], answer(A, (const(A,light_switch)))). _parse([what,is,the,colour,of,the,sink,in,the,image664,?], answer(A, (const(A,white)))). _parse([what,is,stuck,on,the,top,of,the,sink,in,the,image664,?], answer(A, (const(A,mirror)))). _parse([how,many,faucet,handles,are,there,in,the,image664,?], answer(A, (const(A,2)))). _parse([what,is,found,under,the,sink,of,the,image664,?], answer(A, (const(A,towel)))). _parse([what,is,stuck,to,the,top,of,the,sink,and,to,the,below,of,the,mirror,in,the,image664,?], answer(A, (const(A,toothbrush_holder);const(A,toothpaste_holder)))). _parse([how,many,towels,are,there,in,the,image665,?], answer(A, (const(A,1)))). _parse([what,is,the,colour,of,the,towel,in,the,image665,?], answer(A, (const(A,white)))). _parse([how,many,sinks,are,there,in,the,image665,?], answer(A, (const(A,1)))). _parse([how,many,faucet,handles,are,there,in,the,image665,?], answer(A, (const(A,2)))). _parse([what,is,on,the,left,side,of,the,sink,in,the,image665,?], answer(A, (const(A,bar_of_soap)))). _parse([what,are,found,on,the,sink,of,the,image666,?], answer(A, (const(A,toy);const(A,vase)))). _parse([what,is,the,colour,of,the,towel,seen,in,the,image666,?], answer(A, (const(A,white)))). _parse([what,is,the,curtain,colour,in,the,image666,?], answer(A, (const(A,white)))). _parse([what,is,stuck,to,the,right,side,of,the,mirror,in,the,image666,?], answer(A, (const(A,photo)))). _parse([how,many,drawer,handles,are,there,in,the,image666,?], answer(A, (const(A,4)))). _parse([what,is,the,colour,of,the,towel,seen,in,the,image667,?], answer(A, (const(A,white)))). _parse([what,is,found,on,the,top,of,the,towel,rod,in,the,image667,?], answer(A, (const(A,photo)))). _parse([what,is,the,curtain,colour,in,the,image667,?], answer(A, (const(A,white)))). _parse([what,is,behind,the,curtain,of,the,image667,?], answer(A, (const(A,bathtub)))). _parse([how,many,drawer,handles,are,there,in,the,image668,?], answer(A, (const(A,6)))). _parse([what,is,found,behind,the,bathroom,cabinet,in,the,image668,?], answer(A, (const(A,mirror)))). _parse([what,is,the,colour,of,the,bathtub,in,the,image668,?], answer(A, (const(A,white)))). _parse([how,many,towels,are,there,in,the,image669,?], answer(A, (const(A,4)))). _parse([what,is,the,object,found,on,the,right,top,of,the,image669,?], answer(A, (const(A,light_switch)))). _parse([how,many,drawer,handles,are,there,in,the,image670,?], answer(A, (const(A,5)))). _parse([what,are,the,objects,found,near,the,sink,in,the,image670,?], answer(A, (const(A,tissue_box);const(A,bottle_of_hand_wash_liquid);const(A,cream)))). _parse([how,many,faucet,handles,are,there,in,the,image670,?], answer(A, (const(A,2)))). _parse([how,many,switches,are,there,in,the,image670,?], answer(A, (const(A,4)))). _parse([what,is,the,colour,of,the,sink,tiles,in,the,image671,?], answer(A, (const(A,pink)))). _parse([how,many,drawer,knobs,found,in,the,image671,?], answer(A, (const(A,5)))). _parse([what,are,the,objects,found,near,the,sinks,in,the,image671,?], answer(A, (const(A,bottle_of_listerine);const(A,tissue_box);const(A,bottle_of_hand_wash_liquid)))). _parse([how,many,towels,are,there,in,the,image672,?], answer(A, (const(A,1)))). _parse([how,many,drawer,knobs,found,in,the,image672,?], answer(A, (const(A,5)))). _parse([what,is,the,object,found,behind,the,tissue,box,in,the,image672,?], answer(A, (const(A,alarm_clock)))). _parse([what,is,below,the,towel,in,the,image672,?], answer(A, (const(A,bathtub)))). _parse([how,many,rods,stuck,on,the,wall,in,the,image673,?], answer(A, (const(A,3)))). _parse([how,many,towels,are,there,in,the,image673,?], answer(A, (const(A,1)))). _parse([how,many,floor,mats,are,there,in,the,image673,?], answer(A, (const(A,3)))). _parse([how,many,towels,are,there,in,the,image674,?], answer(A, (const(A,3)))). _parse([what,is,found,below,the,towel,in,the,image674,?], answer(A, (const(A,floor_mat)))). _parse([what,are,the,objects,found,near,the,sink,in,the,image674,?], answer(A, (const(A,bottle_of_hand_wash_liquid);const(A,hand_sanitizer)))). _parse([how,many,faucet,handles,are,there,in,the,image674,?], answer(A, (const(A,2)))). _parse([how,many,drawer,knobs,are,there,in,the,image674,?], answer(A, (const(A,3)))). _parse([how,many,towels,are,there,in,the,image675,?], answer(A, (const(A,3)))). _parse([what,is,the,object,found,below,the,towel,in,the,image675,?], answer(A, (const(A,floor_mat)))). _parse([what,is,the,colour,of,the,floor,mat,in,the,image675,?], answer(A, (const(A,purple)))). _parse([what,is,the,object,found,on,the,left,side,of,the,towel,rod,in,the,image675,?], answer(A, (const(A,glass)))). _parse([how,many,drawer,knobs,are,there,in,the,image676,?], answer(A, (const(A,2)))). _parse([what,is,stuck,on,to,the,top,left,side,of,the,towel,rod,in,the,image676,?], answer(A, (const(A,photo)))). _parse([how,many,openings,are,there,in,the,shutter,window,in,the,image676,?], answer(A, (const(A,2)))). _parse([what,is,the,object,on,the,top,of,the,cabinet,in,the,image676,?], answer(A, (const(A,paper)))). _parse([how,many,faucet,handles,are,there,in,the,image677,?], answer(A, (const(A,2)))). _parse([what,is,the,colour,of,the,object,which,is,near,the,tissue,box,of,the,image677,?], answer(A, (const(A,green)))). _parse([how,many,drawer,knobs,are,there,in,the,image677,?], answer(A, (const(A,2)))). _parse([what,is,the,object,found,near,the,sink,in,the,image677,?], answer(A, (const(A,bottle_of_hand_wash_liquid)))). _parse([what,is,the,colour,of,the,door,in,the,image678,?], answer(A, (const(A,brown)))). _parse([how,many,drawers,are,there,on,the,right,side,of,the,door,in,the,image678,?], answer(A, (const(A,2)))). _parse([what,is,the,object,on,the,floor,in,the,image678,?], answer(A, (const(A,floor_mat)))). _parse([how,many,drawer,knobs,are,there,in,the,image678,?], answer(A, (const(A,2)))). _parse([what,is,the,colour,of,the,object,behind,the,faucet,in,the,image679,?], answer(A, (const(A,red)))). _parse([what,is,on,the,top,of,the,sink,in,the,image679,?], answer(A, (const(A,mirror)))). _parse([how,many,mirrors,are,there,in,the,image679,?], answer(A, (const(A,2)))). _parse([what,is,the,object,found,on,the,corner,of,the,sink,top,in,the,image679,?], answer(A, (const(A,tissue_box)))). _parse([how,many,drawers,found,in,the,image679,?], answer(A, (const(A,1)))). _parse([what,is,the,shower,room,made,up,of,in,the,image680,?], answer(A, (const(A,glass)))). _parse([what,is,the,colour,of,the,sink,in,the,image680,?], answer(A, (const(A,white)))). _parse([what,is,the,object,found,behind,the,sink,in,the,image680,?], answer(A, (const(A,mirror)))). _parse([what,is,the,object,found,on,the,top,right,corner,of,the,image680,?], answer(A, (const(A,light_switch)))). _parse([how,many,door,knobs,are,there,in,the,image681,?], answer(A, (const(A,2)))). _parse([how,many,vases,are,there,in,the,image681,?], answer(A, (const(A,3)))). _parse([what,is,the,colour,of,the,vase,in,the,image681,?], answer(A, (const(A,brown)))). _parse([what,is,the,colour,of,the,flower,in,the,vase,of,the,image681,?], answer(A, (const(A,yellow)))). _parse([what,is,the,frame,colour,of,the,door,in,the,image681,?], answer(A, (const(A,white)))). _parse([what,is,found,to,the,right,side,of,the,shower,room,in,the,image681,?], answer(A, (const(A,sink)))). _parse([what,is,found,opposite,to,the,shower,room,in,the,image681,?], answer(A, (const(A,towel_rod)))). _parse([how,many,drawer,knobs,are,there,in,the,image682,?], answer(A, (const(A,7)))). _parse([how,many,faucet,handles,are,there,in,the,image682,?], answer(A, (const(A,2)))). _parse([what,is,the,colour,of,the,object,on,the,left,side,of,the,sink,in,the,image682,?], answer(A, (const(A,red)))). _parse([what,are,the,objects,stuck,on,the,wall,which,is,on,the,left,side,of,sink,in,the,image682,?], answer(A, (const(A,photo);const(A,light_switch)))). _parse([what,is,the,object,on,the,left,corner,of,the,sink,top,in,the,image682,?], answer(A, (const(A,vase)))). _parse([how,many,vases,are,there,to,the,right,side,of,the,floor,mat,in,the,image683,?], answer(A, (const(A,3)))). _parse([what,is,found,behind,the,floor,mat,in,the,image683,?], answer(A, (const(A,bathtub)))). _parse([how,many,towels,are,there,in,the,image684,?], answer(A, (const(A,1)))). _parse([how,many,faucet,handles,are,there,in,the,image684,?], answer(A, (const(A,1)))). _parse([what,is,the,object,found,at,the,right,side,of,the,sink,in,the,image684,?], answer(A, (const(A,toothbrush)))). _parse([what,is,the,object,found,at,the,right,side,of,the,sink,in,the,image684,?], answer(A, (const(A,bottle_of_hand_wash_liquid)))). _parse([what,is,stuck,on,the,door,of,the,wall,of,the,image684,?], answer(A, (const(A,roll_of_toilet_paper)))). _parse([what,is,stuck,on,the,wall,in,the,image685,?], answer(A, (const(A,roll_of_toilet_paper)))). _parse([what,is,the,object,found,on,the,top,of,the,toilet,tank,of,cistern,in,the,image685,?], answer(A, (const(A,tissue_box)))). _parse([how,many,shower,knobs,are,found,in,the,image686,?], answer(A, (const(A,4)))). _parse([what,are,found,on,the,bottom,left,of,the,outside,of,the,shower,room,in,the,image686,?], answer(A, (const(A,drawer)))). _parse([how,many,drawers,are,there,in,the,image686,?], answer(A, (const(A,3)))). _parse([what,is,the,colour,of,the,floor,mat,in,the,image686,?], answer(A, (const(A,red)))). _parse([how,many,drawer,handles,are,there,in,the,image687,?], answer(A, (const(A,10)))). _parse([how,many,shower,knobs,are,found,in,the,image687,?], answer(A, (const(A,3)))). _parse([how,many,bottles,with,yellow,cap,are,there,in,the,image687,?], answer(A, (const(A,4)))). _parse([how,many,mirrors,are,there,in,the,image687,?], answer(A, (const(A,2)))). _parse([what,is,the,shower,room,door,made,up,of,in,the,image687,?], answer(A, (const(A,glass)))). _parse([what,is,the,colour,of,the,floor,mat,in,the,image687,?], answer(A, (const(A,red)))). _parse([how,many,drawer,knobs,are,there,in,the,image688,?], answer(A, (const(A,6)))). _parse([what,is,the,colour,of,the,drawer,knobs,in,the,image688,?], answer(A, (const(A,black)))). _parse([how,many,towels,are,there,in,the,image688,?], answer(A, (const(A,3)))). _parse([how,many,towels,are,hanged,on,the,towel,rod,in,the,image688,?], answer(A, (const(A,2)))). _parse([what,is,the,colour,of,the,left,towel,in,the,image688,?], answer(A, (const(A,black)))). _parse([how,many,faucet,handles,are,there,in,the,image688,?], answer(A, (const(A,1)))). _parse([how,many,brushes,are,there,in,the,image688,?], answer(A, (const(A,1)))). _parse([what,is,the,colour,of,the,knobs,in,the,image689,?], answer(A, (const(A,black)))). _parse([what,is,stuck,on,the,wall,of,the,image689,?], answer(A, (const(A,roll_of_toilet_paper)))). _parse([what,are,the,objects,found,on,the,top,of,the,toilet,tank,of,cistern,in,the,image689,?], answer(A, (const(A,books)))). _parse([how,many,books,are,on,the,top,of,the,toilet,tank,of,cistern,in,the,image689,?], answer(A, (const(A,3)))). _parse([how,many,knobs,are,there,in,the,image689,?], answer(A, (const(A,2)))). _parse([what,is,the,towel,colour,in,the,image690,?], answer(A, (const(A,pink)))). _parse([what,is,found,to,the,opposite,side,of,the,towel,rod,in,the,image690,?], answer(A, (const(A,bathtub)))). _parse([what,is,found,to,the,left,side,of,the,towel,rod,in,the,image690,?], answer(A, (const(A,door)))). _parse([how,many,towels,are,there,in,the,image690,?], answer(A, (const(A,1)))). _parse([what,is,the,colour,of,the,knob,of,the,top,drawer,in,the,image691,?], answer(A, (const(A,green)))). _parse([what,is,the,colour,of,the,knob,of,the,bottom,drawer,in,the,image691,?], answer(A, (const(A,pink)))). _parse([what,are,the,objects,found,near,the,sink,in,the,image691,?], answer(A, (const(A,toothbrush);const(A,bottle_of_hand_wash_liquid);const(A,hand_sanitizer);const(A,cream)))). _parse([how,many,towels,are,seen,in,the,mirror,of,the,image691,?], answer(A, (const(A,pink)))). _parse([how,many,faucet,handles,are,there,in,the,image691,?], answer(A, (const(A,2)))). _parse([what,are,the,objects,found,on,the,bathtub,in,the,image692,?], answer(A, (const(A,container_of_skin_cream);const(A,cream_tube);const(A,face_wash_cream)))). _parse([what,are,the,colours,found,on,the,curtain,in,the,image692,?], answer(A, (const(A,red);const(A,green);const(A,blue);const(A,purple);const(A,orange)))). _parse([how,many,objects,on,the,side,of,the,wall,in,the,image692,?], answer(A, (const(A,5)))). _parse([how,many,objects,on,the,corner,of,the,bathtub,in,the,image692,?], answer(A, (const(A,3)))). _parse([how,many,towels,are,hanged,in,the,image693,?], answer(A, (const(A,3)))). _parse([what,is,the,object,at,the,top,of,the,towel,rod,in,the,image693,?], answer(A, (const(A,window)))). _parse([what,is,the,object,at,the,left,side,of,the,towel,rod,in,the,image693,?], answer(A, (const(A,curtain)))). _parse([what,is,the,object,at,the,bottom,of,the,curtain,in,the,image693,?], answer(A, (const(A,floor_mat)))). _parse([what,is,the,object,at,the,left,side,of,the,sink,in,the,image693,?], answer(A, (const(A,towel)))). _parse([how,many,towels,are,there,in,the,image694,?], answer(A, (const(A,3)))). _parse([how,many,towels,are,hanged,under,window,in,the,image694,?], answer(A, (const(A,2)))). _parse([how,many,tissue,boxes,are,there,on,the,toilet,tank,of,cistern,in,the,image694,?], answer(A, (const(A,2)))). _parse([what,is,the,colour,of,the,towel,in,the,image694,?], answer(A, (const(A,white)))). _parse([how,many,drawers,found,on,the,right,side,of,the,image695,?], answer(A, (const(A,2)))). _parse([what,is,the,colour,of,the,sink,top,in,the,image695,?], answer(A, (const(A,white)))). _parse([how,many,handles,are,there,in,the,image695,?], answer(A, (const(A,2)))). _parse([what,is,found,behind,the,sink,in,the,image695,?], answer(A, (const(A,mirror)))). _parse([how,many,drawer,knobs,are,there,in,the,image695,?], answer(A, (const(A,4)))). _parse([how,many,bathtub,knobs,are,there,in,the,image696,?], answer(A, (const(A,2)))). _parse([what,is,the,colour,of,the,body,wash,brush,in,the,image696,?], answer(A, (const(A,pink)))). _parse([how,many,objects,are,there,in,the,left,corner,of,the,bathtub,in,the,image696,?], answer(A, (const(A,2)))). _parse([how,many,towel,rods,are,there,in,the,image696,?], answer(A, (const(A,1)))). _parse([how,many,drawer,knobs,are,there,in,the,image697,?], answer(A, (const(A,10)))). _parse([how,many,towels,are,hanged,in,towel,rod,in,the,image697,?], answer(A, (const(A,1)))). _parse([how,many,faucet,handles,are,there,in,the,image697,?], answer(A, (const(A,2)))). _parse([what,are,the,objects,on,the,sink,in,the,image697,?], answer(A, (const(A,toothpaste);const(A,comb);const(A,bottle_of_hand_wash_liquid);const(A,hand_sanitizer);const(A,bar_of_soap);const(A,towel)))). _parse([what,is,the,colour,of,the,bar,of,soap,in,the,image697,?], answer(A, (const(A,orange)))). _parse([what,is,the,colour,of,the,towel,on,the,sink,in,the,image697,?], answer(A, (const(A,white)))). _parse([how,many,faucets,are,there,near,the,bathtub,in,the,image698,?], answer(A, (const(A,2)))). _parse([what,is,on,the,top,of,the,bathtub,in,the,image698,?], answer(A, (const(A,window)))). _parse([how,many,drawer,knobs,are,there,in,the,image698,?], answer(A, (const(A,3)))). _parse([what,is,the,colour,of,the,piece,of,clothes,near,the,bathtub,in,the,image698,?], answer(A, (const(A,blue)))). _parse([what,is,the,object,hanged,on,the,right,side,of,the,image699,?], answer(A, (const(A,clothes)))). _parse([what,is,the,object,found,under,the,clothes,in,the,image699,?], answer(A, (const(A,garbage_bin)))). _parse([how,many,drawers,are,opened,in,the,image699,?], answer(A, (const(A,1)))). _parse([how,many,windows,are,there,in,the,image699,?], answer(A, (const(A,2)))). _parse([what,is,the,object,behind,the,clothes,in,the,image699,?], answer(A, (const(A,towel)))). _parse([how,many,faucet,handles,are,there,in,the,image700,?], answer(A, (const(A,2)))). _parse([how,many,drawer,handles,are,there,in,the,image700,?], answer(A, (const(A,4)))). _parse([what,is,found,on,the,left,side,of,sink,in,the,image700,?], answer(A, (const(A,storage_rack)))). _parse([what,is,the,colour,of,wall,in,the,image701,?], answer(A, (const(A,white)))). _parse([what,is,in,the,side,of,toilet,in,the,image701,?], answer(A, (const(A,tissue_roll)))). _parse([what,is,to,right,of,toilet,in,the,image701,?], answer(A, (const(A,sink)))). _parse([what,is,on,the,sink,in,the,image701,?], answer(A, (const(A,soap)))). _parse([what,is,to,right,of,sink,in,the,image702,?], answer(A, (const(A,window)))). _parse([what,is,above,sink,in,the,image702,?], answer(A, (const(A,mirror)))). _parse([what,is,to,left,of,sink,in,the,image702,?], answer(A, (const(A,door)))). _parse([what,is,in,front,of,sink,in,the,image703,?], answer(A, (const(A,toilet)))). _parse([what,is,right,of,toilet,in,the,image703,?], answer(A, (const(A,tissue_roll)))). _parse([what,is,kept,on,the,floor,in,the,image703,?], answer(A, (const(A,garbage_bin)))). _parse([what,is,above,toilet,in,the,image704,?], answer(A, (const(A,tissue_roll)))). _parse([what,is,right,of,toilet,in,the,image704,?], answer(A, (const(A,book_holder)))). _parse([what,is,the,colour,of,towel,in,the,image705,?], answer(A, (const(A,brown)))). _parse([what,is,above,sink,in,the,image705,?], answer(A, (const(A,mirror)))). _parse([what,is,above,toilet,in,the,image705,?], answer(A, (const(A,tissue_roll)))). _parse([what,is,the,colour,of,napkin,in,the,image706,?], answer(A, (const(A,white)))). _parse([what,is,left,of,bath,tub,in,the,image706,?], answer(A, (const(A,toilet)))). _parse([what,is,the,colour,of,wall,in,the,image707,?], answer(A, (const(A,brown)))). _parse([what,is,to,left,of,sink,in,the,image708,?], answer(A, (const(A,tissue_roll)))). _parse([what,is,behind,the,sink,in,the,image708,?], answer(A, (const(A,mirror)))). _parse([what,is,to,left,of,toilet,in,the,image709,?], answer(A, (const(A,sink)))). _parse([what,is,in,front,of,sink,in,the,image709,?], answer(A, (const(A,towel)))). _parse([what,is,left,of,sink,in,the,image710,?], answer(A, (const(A,tissue_roll)))). _parse([what,is,the,colour,of,door,in,the,image711,?], answer(A, (const(A,white)))). _parse([what,is,in,the,door,in,the,image711,?], answer(A, (const(A,door_knob)))). _parse([what,is,behind,the,door,in,the,image711,?], answer(A, (const(A,shelves)))). _parse([what,is,the,largest,object,in,the,image712,?], answer(A, (const(A,shelves)))). _parse([what,is,to,right,of,shelf,in,the,image712,?], answer(A, (const(A,window)))). _parse([what,is,on,the,wall,in,the,image713,?], answer(A, (const(A,mirror)))). _parse([what,is,on,the,floor,in,the,image713,?], answer(A, (const(A,stand)))). _parse([what,is,on,the,stand,in,the,image713,?], answer(A, (const(A,bottle)))). _parse([what,colour,is,the,wall,in,the,image714,?], answer(A, (const(A,brown)))). _parse([what,colour,is,the,bath,tub,in,the,image714,?], answer(A, (const(A,white)))). _parse([what,is,right,of,door,in,the,image715,?], answer(A, (const(A,shelves)))). _parse([what,is,placed,in,the,shelf,in,the,image715,?], answer(A, (const(A,towel)))). _parse([what,is,the,colour,of,shelf,in,the,image715,?], answer(A, (const(A,white)))). _parse([what,is,in,front,of,sink,in,the,image716,?], answer(A, (const(A,shelves)))). _parse([what,is,behind,sink,in,the,image716,?], answer(A, (const(A,mirror)))). _parse([what,is,left,of,sink,in,the,image716,?], answer(A, (const(A,towel)))). _parse([what,is,colour,of,wall,in,the,image716,?], answer(A, (const(A,white)))). _parse([what,is,to,right,of,sink,in,the,image717,?], answer(A, (const(A,napkin)))). _parse([what,is,behind,the,sink,in,the,image717,?], answer(A, (const(A,tissue_roll)))). _parse([what,is,the,colour,of,towel,in,the,image718,?], answer(A, (const(A,yellow)))). _parse([what,is,in,front,of,towel,in,the,image718,?], answer(A, (const(A,toilet)))). _parse([what,is,the,colour,of,wall,in,the,image719,?], answer(A, (const(A,white)))). _parse([what,is,the,colour,of,towel,in,the,image719,?], answer(A, (const(A,blue)))). _parse([what,is,to,left,of,sink,in,the,image720,?], answer(A, (const(A,bottle)))). _parse([what,is,behind,the,sink,in,the,image720,?], answer(A, (const(A,mirror)))). _parse([what,is,to,right,of,sink,in,the,image720,?], answer(A, (const(A,window)))). _parse([what,is,near,the,sink,in,the,image721,?], answer(A, (const(A,glass)))). _parse([what,is,the,colour,of,sink,in,the,image721,?], answer(A, (const(A,white)))). _parse([what,is,in,front,of,bathtub,in,the,image722,?], answer(A, (const(A,toilet)))). _parse([what,is,in,front,of,toilet,in,the,image722,?], answer(A, (const(A,door)))). _parse([what,is,to,left,of,toilet,in,the,image723,?], answer(A, (const(A,towel)))). _parse([what,is,the,colour,of,wall,in,the,image724,?], answer(A, (const(A,white)))). _parse([what,is,to,right,of,door,in,the,image724,?], answer(A, (const(A,toilet)))). _parse([what,is,to,left,of,door,in,the,image724,?], answer(A, (const(A,sink)))). _parse([what,is,placed,near,the,sink,in,the,image724,?], answer(A, (const(A,hand_sanitizer)))). _parse([what,is,to,left,of,sink,in,the,image725,?], answer(A, (const(A,window)))). _parse([what,is,on,the,floor,in,the,image725,?], answer(A, (const(A,garbage_bin)))). _parse([what,is,behind,the,sink,in,the,image725,?], answer(A, (const(A,mirror)))). _parse([what,is,the,colour,of,wall,in,the,image725,?], answer(A, (const(A,white)))). _parse([what,is,the,name,of,thing,hang,in,top,right,side,of,the,image726,?], answer(A, (const(A,shower_hose)))). _parse([what,is,the,name,of,object,in,right,bottom,of,the,image726,?], answer(A, (const(A,bathtub)))). _parse([what,is,the,colour,of,towel,in,the,image727,?], answer(A, (const(A,white)))). _parse([how,many,partitions,in,wash,basin,table,in,the,image727,?], answer(A, (const(A,7)))). _parse([what,is,the,object,display,in,mirror,in,the,image727,?], answer(A, (const(A,person)))). _parse([what,is,the,colour,of,the,toilet,basin,in,the,image728,?], answer(A, (const(A,white)))). _parse([what,kind,of,material,used,in,wash,basin,top,in,the,image728,?], answer(A, (const(A,stones)))). _parse([what,is,above,of,flusher,in,the,image728,?], answer(A, (const(A,tissue_box)))). _parse([what,is,the,colour,of,roll,of,tissue,paper,in,the,image728,?], answer(A, (const(A,white)))). _parse([how,many,knobs,in,wash,basin,cupboard,in,the,image729,?], answer(A, (const(A,4)))). _parse([what,is,colour,of,the,soap,oil,in,the,image729,?], answer(A, (const(A,orange)))). _parse([what,is,the,object,displayed,in,white,colour,of,right,bottom,of,the,image729,?], answer(A, (const(A,floor_mat)))). _parse([how,many,towels,on,the,wash,basin,in,the,image731,?], answer(A, (const(A,2)))). _parse([how,many,toothbrushes,in,toothbrush,holder,in,the,image731,?], answer(A, (const(A,4)))). _parse([how,many,bottles,on,wash,basin,in,the,image731,?], answer(A, (const(A,3)))). _parse([give,any,one,of,the,toothbrush,colour,in,the,image731,?], answer(A, (const(A,pink)))). _parse([what,is,above,the,flusher,in,the,image732,?], answer(A, (const(A,tissue_box)))). _parse([which,background,used,in,photo,frame,in,the,image732,?], answer(A, (const(A,white)))). _parse([how,many,towels,hanged,in,the,image733,?], answer(A, (const(A,2)))). _parse([how,many,borders,on,dark,blue,towel,in,the,image733,?], answer(A, (const(A,2)))). _parse([what,is,behind,of,garbage,bin,in,the,image733,?], answer(A, (const(A,toilet_brush)))). _parse([how,many,switches,on,wall,in,the,image734,?], answer(A, (const(A,2)))). _parse([how,many,screws,on,switch,board,in,the,image734,?], answer(A, (const(A,4)))). _parse([how,many,bottles,are,there,in,the,image734,?], answer(A, (const(A,1)))). _parse([how,many,flower,vases,on,the,table,in,the,image735,?], answer(A, (const(A,1)))). _parse([how,many,legs,in,the,stool,in,the,image735,?], answer(A, (const(A,4)))). _parse([what,is,next,by,the,first,towel,in,the,image735,?], answer(A, (const(A,toothpaste)))). _parse([how,many,wash,basins,are,there,in,the,image735,?], answer(A, (const(A,2)))). _parse([how,many,objects,on,bathtub,in,the,image736,?], answer(A, (const(A,4)))). _parse([how,many,plant,vases,are,there,in,the,image736,?], answer(A, (const(A,3)))). _parse([what,is,the,colour,of,middle,candle,in,the,image736,?], answer(A, (const(A,orange)))). _parse([how,many,trays,in,plastic,cupboard,in,the,image737,?], answer(A, (const(A,5)))). _parse([what,is,the,third,tray,handle,colour,in,the,image737,?], answer(A, (const(A,green)))). _parse([how,many,bottles,on,bathtub,in,the,image737,?], answer(A, (const(A,3)))). _parse([what,is,the,colour,of,the,tissue,roll,in,the,image738,?], answer(A, (const(A,white)))). _parse([how,many,racks,in,shelves,in,the,image739,?], answer(A, (const(A,5)))). _parse([what,is,the,colour,of,towel,in,the,image739,?], answer(A, (const(A,green)))). _parse([what,is,above,on,little,wall,in,the,image739,?], answer(A, (const(A,bottle)))). _parse([what,is,the,colour,of,plug,in,the,image739,?], answer(A, (const(A,black)))). _parse([what,is,the,colour,of,screen,in,the,image740,?], answer(A, (const(A,red)))). _parse([how,many,draw,displayed,in,the,image740,?], answer(A, (const(A,4)))). _parse([how,many,draw,handle,displayed,in,the,image741,?], answer(A, (const(A,2)))). _parse([what,is,the,colour,of,draw,handle,in,the,image741,?], answer(A, (const(A,black)))). _parse([how,many,blue,bottles,in,basket,in,the,image741,?], answer(A, (const(A,1)))). _parse([how,many,black,rods,in,the,mirror,view,in,the,image741,?], answer(A, (const(A,2)))). _parse([how,many,garbage,bins,are,there,in,the,image742,?], answer(A, (const(A,1)))). _parse([how,many,blades,in,window,in,the,image742,?], answer(A, (const(A,6)))). _parse([what,is,the,colour,of,garbage,bin,plastic,cover,in,the,image742,?], answer(A, (const(A,white)))). _parse([what,is,the,colour,of,the,screen,in,the,image742,?], answer(A, (const(A,red)))). _parse([where,is,the,towel,hanged,in,the,image743,?], answer(A, (const(A,towel_rod)))). _parse([how,many,bottles,in,mirror,view,in,the,image743,?], answer(A, (const(A,5)))). _parse([how,many,bottles,are,there,in,the,image744,?], answer(A, (const(A,3)))). _parse([what,is,the,cap,colour,of,the,second,bottle,in,the,image744,?], answer(A, (const(A,blue)))). _parse([what,is,liquid,colour,in,third,bottle,in,the,image744,?], answer(A, (const(A,yellow)))). _parse([how,many,chairs,are,there,in,the,image745,?], answer(A, (const(A,4)))). _parse([what,is,the,handle,colour,of,the,first,mug,in,the,image745,?], answer(A, (const(A,yellow)))). _parse([how,many,mugs,are,there,in,the,image745,?], answer(A, (const(A,7)))). _parse([what,is,the,colour,of,chair,in,the,image745,?], answer(A, (const(A,brown)))). _parse([how,many,cupboards,are,there,in,the,image746,?], answer(A, (const(A,5)))). _parse([how,many,legs,in,each,chair,in,the,image746,?], answer(A, (const(A,4)))). _parse([how,many,bottles,on,wooden,desk,in,the,image746,?], answer(A, (const(A,1)))). _parse([what,is,the,colour,of,chair,cushions,in,the,image746,?], answer(A, (const(A,white)))). _parse([how,many,yellow,colour,fruits,are,there,in,the,image747,?], answer(A, (const(A,5)))). _parse([how,many,blue,legs,displayed,in,the,image747,?], answer(A, (const(A,5)))). _parse([what,is,the,colour,of,the,can,in,the,image747,?], answer(A, (const(A,white)))). _parse([what,is,the,colour,of,the,round,table,mat,in,the,image747,?], answer(A, (const(A,white)))). _parse([how,many,chairs,are,there,in,the,image748,?], answer(A, (const(A,6)))). _parse([how,many,windows,are,there,in,the,image748,?], answer(A, (const(A,3)))). _parse([how,many,flower,vases,on,window,in,the,image748,?], answer(A, (const(A,4)))). _parse([what,is,the,colour,of,the,flower,vase,stand,in,the,image748,?], answer(A, (const(A,black)))). _parse([what,are,the,objects,seen,outside,of,the,window,in,the,image748,?], answer(A, (const(A,plant)))). _parse([how,many,down,draws,are,there,in,the,image749,?], answer(A, (const(A,9)))). _parse([how,many,cupboards,are,there,in,the,image749,?], answer(A, (const(A,4)))). _parse([how,many,chairs,in,between,draws,in,the,image749,?], answer(A, (const(A,1)))). _parse([what,is,the,screen,colour,of,computer,in,the,image749,?], answer(A, (const(A,white)))). _parse([how,many,variety,fruits,are,there,in,the,image750,?], answer(A, (const(A,6)))). _parse([how,many,apples,are,there,in,the,image750,?], answer(A, (const(A,3)))). _parse([how,many,bananas,are,there,in,the,image750,?], answer(A, (const(A,3)))). _parse([what,is,colour,of,the,clothes,on,wash,basin,in,the,image750,?], answer(A, (const(A,orange)))). _parse([how,many,cupboards,are,there,in,the,wall,in,the,image751,?], answer(A, (const(A,3)))). _parse([what,is,the,colour,of,juice,maker,in,the,image751,?], answer(A, (const(A,white)))). _parse([how,many,tea,cups,are,there,in,the,image751,?], answer(A, (const(A,2)))). _parse([what,is,the,colour,of,the,bowl,in,the,image751,?], answer(A, (const(A,yellow)))). _parse([what,is,on,the,left,side,of,the,cupboards,on,the,wall,in,the,image751,?], answer(A, (const(A,microwave)))). _parse([what,is,on,the,left,side,of,the,tea,cups,in,the,image751,?], answer(A, (const(A,coffee_machine)))). _parse([how,many,carpets,are,there,one,the,floor,in,the,image752,?], answer(A, (const(A,2)))). _parse([what,is,the,colour,of,the,door,in,the,image752,?], answer(A, (const(A,brown)))). _parse([by,which,the,centre,of,the,door,is,made,in,the,image752,?], answer(A, (const(A,glass)))). _parse([how,many,microwave,ovens,are,there,in,the,image752,?], answer(A, (const(A,2)))). _parse([how,many,drawers,you,can,see,in,the,image752,?], answer(A, (const(A,6)))). _parse([how,many,photos,found,on,the,room,in,the,image753,?], answer(A, (const(A,1)))). _parse([what,is,the,colour,of,the,water,bottle,in,the,image753,?], answer(A, (const(A,white)))). _parse([how,many,apples,are,there,in,the,image753,?], answer(A, (const(A,2)))). _parse([how,many,knifes,are,there,on,the,table,in,the,image753,?], answer(A, (const(A,3)))). _parse([how,many,cupboards,are,there,on,the,top,in,the,image753,?], answer(A, (const(A,2)))). _parse([what,is,the,cap,colour,of,the,water,cup,in,the,image753,?], answer(A, (const(A,pink)))). _parse([what,is,placed,on,the,stove,in,the,image754,?], answer(A, (const(A,tea_pot)))). _parse([what,is,the,colour,of,the,tea,pot,in,the,image754,?], answer(A, (const(A,white)))). _parse([what,is,the,chair,colour,in,the,image754,?], answer(A, (const(A,brown)))). _parse([how,many,chairs,are,there,in,the,image754,?], answer(A, (const(A,1)))). _parse([how,many,photographs,are,there,in,the,image754,?], answer(A, (const(A,1)))). _parse([how,many,chair,legs,you,can,see,in,the,image754,?], answer(A, (const(A,2)))). _parse([what,is,on,the,left,side,of,the,stove,in,the,image754,?], answer(A, (const(A,knife_rack)))). _parse([how,many,handles,can,you,see,in,stove,in,the,image755,?], answer(A, (const(A,4)))). _parse([what,is,the,colour,of,the,tea,pot,in,the,image755,?], answer(A, (const(A,white)))). _parse([what,is,the,colour,of,the,door,in,the,image755,?], answer(A, (const(A,brown)))). _parse([what,is,the,middle,part,of,the,door,made,up,of,in,the,image755,?], answer(A, (const(A,glass)))). _parse([how,many,stools,found,in,the,image756,?], answer(A, (const(A,3)))). _parse([what,is,the,colour,of,the,stool,in,the,image756,?], answer(A, (const(A,blue)))). _parse([what,are,found,under,the,dinning,table,in,the,image756,?], answer(A, (const(A,stool)))). _parse([what,are,the,fruit,varieties,are,there,in,the,image756,?], answer(A, (const(A,banana);const(A,apple);const(A,orange)))). _parse([how,many,coffee,machines,are,there,in,the,image756,?], answer(A, (const(A,1)))). _parse([how,many,juicers,are,there,in,the,image756,?], answer(A, (const(A,1)))). _parse([how,many,stools,can,you,see,in,the,image757,?], answer(A, (const(A,2)))). _parse([how,many,chairs,can,you,see,in,the,image757,?], answer(A, (const(A,3)))). _parse([what,is,the,colour,of,the,sofa,in,the,image757,?], answer(A, (const(A,white)))). _parse([what,is,the,colour,of,the,table,mat,in,the,image757,?], answer(A, (const(A,white)))). _parse([what,is,the,colour,of,the,table,mat,in,the,image758,?], answer(A, (const(A,white)))). _parse([what,is,the,colour,of,the,bowl,in,the,image758,?], answer(A, (const(A,white)))). _parse([how,many,plant,pots,are,there,in,the,image758,?], answer(A, (const(A,3)))). _parse([how,many,table,mats,are,there,in,the,image758,?], answer(A, (const(A,2)))). _parse([how,many,chairs,are,there,in,the,image758,?], answer(A, (const(A,4)))). _parse([how,many,cupboards,are,there,in,the,image759,?], answer(A, (const(A,5)))). _parse([how,many,gloves,are,there,in,the,image759,?], answer(A, (const(A,2)))). _parse([what,is,the,colour,of,the,gloves,in,the,image759,?], answer(A, (const(A,white)))). _parse([what,is,the,colour,of,the,cupboard,in,the,image759,?], answer(A, (const(A,brown)))). _parse([how,many,knifes,are,there,in,the,image759,?], answer(A, (const(A,3)))). _parse([how,many,drawers,are,there,in,the,image759,?], answer(A, (const(A,2)))). _parse([what,is,at,the,bottom,of,the,cupboard,in,the,image759,?], answer(A, (const(A,knife_rack)))). _parse([what,is,the,colour,of,the,floor,tile,in,the,image760,?], answer(A, (const(A,white)))). _parse([how,many,chairs,are,there,in,the,image760,?], answer(A, (const(A,2)))). _parse([how,many,chairs,are,there,in,the,image761,?], answer(A, (const(A,4)))). _parse([what,is,the,colour,of,the,cushion,in,the,image761,?], answer(A, (const(A,black)))). _parse([what,is,inside,the,cupboard,in,the,image762,?], answer(A, (const(A,garbage_bin)))). _parse([how,many,lamps,are,seen,in,the,image762,?], answer(A, (const(A,1)))). _parse([what,is,the,colour,of,the,garbage,bin,in,the,image762,?], answer(A, (const(A,white)))). _parse([how,many,cupboards,chambers,found,below,in,the,image762,?], answer(A, (const(A,3)))). _parse([what,is,the,colour,of,the,lamp,in,the,image762,?], answer(A, (const(A,purple)))). _parse([how,many,cupboards,can,see,in,the,image763,?], answer(A, (const(A,2)))). _parse([what,is,the,colour,of,the,handle,of,the,refridgerator,in,the,image763,?], answer(A, (const(A,black)))). _parse([how,many,shoe,pairs,are,there,in,the,image763,?], answer(A, (const(A,5)))). _parse([how,many,coloured,shoe,pairs,are,there,in,the,image763,?], answer(A, (const(A,2)))). _parse([what,are,on,the,racks,to,the,right,side,of,the,refridgerator,in,the,image763,?], answer(A, (const(A,books)))). _parse([what,are,on,the,rack,in,the,image764,?], answer(A, (const(A,books)))). _parse([what,is,to,the,right,side,of,the,cupboard,in,the,image764,?], answer(A, (const(A,stove)))). _parse([what,is,the,type,of,the,stove,in,the,image764,?], answer(A, (const(A,grill)))). _parse([what,is,found,outside,of,the,room,in,the,image764,?], answer(A, (const(A,tea_pot);const(A,sofa)))). _parse([how,many,wash,basins,are,there,in,the,image765,?], answer(A, (const(A,2)))). _parse([what,is,to,the,right,side,of,the,wash,basin,in,the,image765,?], answer(A, (const(A,plant);const(A,bottle_of_hand_wash_liquid)))). _parse([how,many,handles,on,the,cupboards,in,the,image765,?], answer(A, (const(A,8)))). _parse([what,is,to,the,right,side,of,the,wash,basin,in,the,image766,?], answer(A, (const(A,plant);const(A,bottle_of_hand_wash_liquid)))). _parse([what,is,on,the,hanger,in,the,image766,?], answer(A, (const(A,towel)))). _parse([what,is,the,colour,of,the,towel,in,the,image766,?], answer(A, (const(A,pink)))). _parse([what,is,at,the,bottom,of,the,cupboard,in,the,image766,?], answer(A, (const(A,knife)))). _parse([what,is,the,colour,of,the,knife,rack,in,the,image766,?], answer(A, (const(A,yellow)))). _parse([how,many,knifes,are,there,in,the,image766,?], answer(A, (const(A,3)))). _parse([how,many,chairs,are,there,in,the,image767,?], answer(A, (const(A,6)))). _parse([how,many,windows,are,there,in,the,image767,?], answer(A, (const(A,2)))). _parse([how,many,cupboards,to,the,right,of,the,first,window,in,the,image767,?], answer(A, (const(A,3)))). _parse([what,is,in,front,of,the,second,window,in,the,image767,?], answer(A, (const(A,sink)))). _parse([how,many,empty,racks,are,there,in,the,image767,?], answer(A, (const(A,6)))). _parse([how,many,chairs,can,you,see,in,the,image768,?], answer(A, (const(A,2)))). _parse([what,were,stuck,on,the,refridgerator,in,the,image768,?], answer(A, (const(A,papers)))). _parse([what,is,the,colour,of,the,door,in,the,image768,?], answer(A, (const(A,white)))). _parse([what,is,the,colour,of,the,fruit,in,the,image769,?], answer(A, (const(A,green)))). _parse([what,is,on,the,stove,burner,in,the,image769,?], answer(A, (const(A,tea_pot)))). _parse([what,is,to,the,left,side,of,the,stove,in,the,image769,?], answer(A, (const(A,microwave)))). _parse([what,is,the,door,colour,in,the,image769,?], answer(A, (const(A,white)))). _parse([what,is,the,handle,colour,of,the,refridgerator,in,the,image769,?], answer(A, (const(A,black)))). _parse([how,many,burner,knobs,are,there,in,the,image770,?], answer(A, (const(A,4)))). _parse([what,is,the,colour,of,the,bowl,in,the,image770,?], answer(A, (const(A,white)))). _parse([what,is,the,left,side,of,the,stove,in,the,image770,?], answer(A, (const(A,microwave)))). _parse([how,many,cupboards,are,there,in,the,image770,?], answer(A, (const(A,3)))). _parse([what,is,the,colour,of,the,bowl,in,the,image771,?], answer(A, (const(A,white)))). _parse([what,are,found,near,the,wash,basin,in,the,image771,?], answer(A, (const(A,bottle_of_hand_wash_liquid);const(A,towel);const(A,soap)))). _parse([how,many,cupboards,found,below,in,the,image771,?], answer(A, (const(A,1)))). _parse([how,many,windows,can,you,see,in,the,image771,?], answer(A, (const(A,1)))). _parse([how,many,chairs,found,in,the,image772,?], answer(A, (const(A,4)))). _parse([what,are,on,the,table,cloth,in,the,image772,?], answer(A, (const(A,newspapers);const(A,bowl)))). _parse([how,many,chairs,can,you,see,in,the,image773,?], answer(A, (const(A,3)))). _parse([what,is,kept,on,the,table,cloth,in,the,image773,?], answer(A, (const(A,newspapers)))). _parse([what,is,the,colour,of,the,refridgerator,in,the,image773,?], answer(A, (const(A,white)))). _parse([what,is,stuck,on,the,refridgerator,in,the,image773,?], answer(A, (const(A,picture);const(A,papers)))). _parse([what,is,the,colour,of,the,refridgerator,in,the,image774,?], answer(A, (const(A,white)))). _parse([what,is,to,the,left,side,of,the,basin,in,the,image775,?], answer(A, (const(A,bottle_of_hand_wash_liquid)))). _parse([what,is,the,colour,of,the,bottle,of,hand,wash,liquid,in,the,image775,?], answer(A, (const(A,green)))). _parse([how,many,cupboards,at,the,top,right,of,the,basin,in,the,image775,?], answer(A, (const(A,2)))). _parse([what,is,the,colour,of,the,refridgerator,in,the,image775,?], answer(A, (const(A,white)))). _parse([what,is,stuck,on,the,refridgerator,in,the,image775,?], answer(A, (const(A,picture)))). _parse([what,is,on,the,plastic,stand,in,the,image775,?], answer(A, (const(A,bowl)))). _parse([how,many,burners,are,there,in,the,image776,?], answer(A, (const(A,5)))). _parse([what,is,the,colour,of,the,liquid,in,hand,wash,in,the,image776,?], answer(A, (const(A,green)))). _parse([what,is,the,colour,of,the,box,near,the,gas,burner,in,the,image776,?], answer(A, (const(A,white)))). _parse([how,many,switch,boxes,are,there,in,the,image776,?], answer(A, (const(A,2)))). _parse([how,many,cupboard,doors,displayed,in,the,image777,?], answer(A, (const(A,10)))). _parse([which,colour,of,border,appeared,in,black,cupboard,in,the,image777,?], answer(A, (const(A,white)))). _parse([what,is,the,name,of,round,shape,above,the,deck,in,the,image778,?], answer(A, (const(A,plate)))). _parse([how,many,cupboard,handle,displayed,in,the,image778,?], answer(A, (const(A,5)))). _parse([what,is,the,colour,display,above,the,liquid,bottle,in,the,image778,?], answer(A, (const(A,pink)))). _parse([how,many,horizontal,reapers,in,brown,door,in,the,image778,?], answer(A, (const(A,4)))). _parse([how,many,vertical,handle,in,cupboard,in,the,image779,?], answer(A, (const(A,3)))). _parse([what,is,the,colour,of,burners,in,the,image779,?], answer(A, (const(A,black)))). _parse([how,many,bananas,are,there,in,the,image779,?], answer(A, (const(A,2)))). _parse([what,is,near,by,deck,in,the,image779,?], answer(A, (const(A,refridgerator)))). _parse([how,many,colours,fully,displayed,in,doll,in,the,image780,?], answer(A, (const(A,3)))). _parse([what,is,the,colour,of,doll,face,in,the,image780,?], answer(A, (const(A,yellow)))). _parse([how,many,ovens,are,there,in,the,image780,?], answer(A, (const(A,1)))). _parse([what,is,border,colour,of,floor,mat,in,the,image780,?], answer(A, (const(A,brown)))). _parse([how,many,white,bottles,are,there,in,the,image780,?], answer(A, (const(A,1)))). _parse([what,is,the,colour,of,bag,in,the,image781,?], answer(A, (const(A,black)))). _parse([how,many,colours,of,cushion,in,chairs,in,the,image781,?], answer(A, (const(A,2)))). _parse([what,is,the,colour,of,revolving,chair,in,the,image781,?], answer(A, (const(A,black)))). _parse([what,is,above,the,table,near,by,bag,in,the,image781,?], answer(A, (const(A,paper)))). _parse([what,is,the,colour,of,switch,in,the,image782,?], answer(A, (const(A,white)))). _parse([how,many,silver,baskets,are,there,in,the,image782,?], answer(A, (const(A,2)))). _parse([how,many,legs,in,revolving,chair,in,the,image782,?], answer(A, (const(A,5)))). _parse([what,is,the,colour,of,computer,screen,in,the,image782,?], answer(A, (const(A,black)))). _parse([how,many,chandeliers,are,there,in,the,image783,?], answer(A, (const(A,1)))). _parse([what,is,the,colour,of,liquid,filled,in,bottle,in,the,image783,?], answer(A, (const(A,green)))). _parse([how,many,switch,boxes,is,there,in,the,image783,?], answer(A, (const(A,3)))). _parse([what,is,the,colour,of,rice,cooker,in,the,image784,?], answer(A, (const(A,white)))). _parse([how,many,legs,displayed,in,dog,in,the,image784,?], answer(A, (const(A,2)))). _parse([what,is,the,animal,found,in,the,image784,?], answer(A, (const(A,dog)))). _parse([how,many,glass,tumblers,near,by,rice,cooker,in,the,image784,?], answer(A, (const(A,1)))). _parse([how,many,burners,are,there,in,the,image785,?], answer(A, (const(A,4)))). _parse([how,many,colours,of,towels,are,there,in,the,image785,?], answer(A, (const(A,5)))). _parse([what,is,the,handle,colour,of,vessel,on,burner,in,the,image785,?], answer(A, (const(A,black)))). _parse([how,many,empty,burners,are,there,in,the,image785,?], answer(A, (const(A,3)))). _parse([how,many,scissors,are,there,in,the,image786,?], answer(A, (const(A,1)))). _parse([how,many,green,liquid,bottles,are,there,in,the,image786,?], answer(A, (const(A,1)))). _parse([what,is,the,colour,of,green,liquid,bottle,cap,in,the,image786,?], answer(A, (const(A,white)))). _parse([how,many,photos,mount,in,wall,in,the,image786,?], answer(A, (const(A,2)))). _parse([how,many,bottles,near,by,rice,cooker,in,the,image787,?], answer(A, (const(A,3)))). _parse([what,is,colour,of,middle,bottle,cap,in,the,image787,?], answer(A, (const(A,orange)))). _parse([how,many,spray,bottles,is,there,in,the,image787,?], answer(A, (const(A,1)))). _parse([what,is,the,colour,of,the,clothes,in,the,image787,?], answer(A, (const(A,black)))). _parse([how,many,top,lights,are,there,in,the,image788,?], answer(A, (const(A,3)))). _parse([what,is,the,colour,of,cupboard,in,the,image788,?], answer(A, (const(A,brown)))). _parse([what,it,the,colour,of,cupboard,border,in,the,image788,?], answer(A, (const(A,black)))). _parse([what,is,the,colour,of,flower,vase,leaf,near,by,cupboard,in,the,image789,?], answer(A, (const(A,green)))). _parse([how,many,top,lights,on,in,the,image789,?], answer(A, (const(A,4)))). _parse([how,many,silver,wash,basins,are,there,in,the,image790,?], answer(A, (const(A,2)))). _parse([how,many,cupboard,handle,are,there,in,the,image790,?], answer(A, (const(A,18)))). _parse([what,is,the,colour,of,closed,door,in,the,image790,?], answer(A, (const(A,white)))). _parse([what,is,the,colour,of,cupboard,handle,in,the,image790,?], answer(A, (const(A,black)))). _parse([what,is,the,colour,of,the,cupboard,border,in,the,image791,?], answer(A, (const(A,black)))). _parse([what,is,the,handle,colour,of,the,cupboard,in,the,image791,?], answer(A, (const(A,black)))). _parse([what,is,the,colour,of,the,oven,in,the,image791,?], answer(A, (const(A,white)))). _parse([what,is,the,colour,of,the,door,in,the,image791,?], answer(A, (const(A,white)))). _parse([how,many,cupboards,are,there,in,the,image792,?], answer(A, (const(A,2)))). _parse([how,many,drawers,are,there,in,the,image792,?], answer(A, (const(A,8)))). _parse([what,are,on,the,table,in,the,image792,?], answer(A, (const(A,paper);const(A,plastic_bowl);const(A,remote_control)))). _parse([how,many,windows,are,there,in,the,image792,?], answer(A, (const(A,2)))). _parse([what,is,the,colour,of,the,cupboard,handles,in,the,image792,?], answer(A, (const(A,black)))). _parse([what,is,the,colour,of,the,oven,in,the,image793,?], answer(A, (const(A,white)))). _parse([how,many,bananas,are,found,in,the,image793,?], answer(A, (const(A,1)))). _parse([what,is,the,border,colour,of,the,dinning,table,in,the,image794,?], answer(A, (const(A,red)))). _parse([how,many,chairs,are,there,in,the,image794,?], answer(A, (const(A,5)))). _parse([what,is,the,chair,colour,in,the,image794,?], answer(A, (const(A,blue)))). _parse([how,many,photos,are,on,the,wall,in,the,image794,?], answer(A, (const(A,3)))). _parse([how,many,window,splits,are,there,in,the,image794,?], answer(A, (const(A,5)))). _parse([how,many,cupboard,handle,can,see,in,the,image795,?], answer(A, (const(A,7)))). _parse([what,is,the,colour,of,the,clothes,in,the,image795,?], answer(A, (const(A,blue)))). _parse([how,many,drawers,are,there,in,the,image795,?], answer(A, (const(A,2)))). _parse([how,many,cupboards,are,there,in,the,image796,?], answer(A, (const(A,6)))). _parse([how,many,drawers,are,there,in,the,image796,?], answer(A, (const(A,11)))). _parse([how,many,ceiling,lights,are,there,in,the,image796,?], answer(A, (const(A,1)))). _parse([how,many,chairs,can,you,see,in,the,image796,?], answer(A, (const(A,1)))). _parse([what,is,to,the,left,of,the,chair,in,the,image796,?], answer(A, (const(A,door)))). _parse([what,is,the,colour,of,the,refridgerator,in,the,image797,?], answer(A, (const(A,black)))). _parse([what,are,the,things,stuck,on,the,refridgerator,in,the,image797,?], answer(A, (const(A,photo)))). _parse([how,many,chairs,are,there,in,the,image797,?], answer(A, (const(A,2)))). _parse([what,is,behind,the,chair,in,the,image797,?], answer(A, (const(A,door)))). _parse([what,is,the,colour,of,the,chair,seat,in,the,image797,?], answer(A, (const(A,white)))). _parse([what,is,stuck,on,the,wall,in,the,image797,?], answer(A, (const(A,photo)))). _parse([how,many,chairs,are,there,in,the,image798,?], answer(A, (const(A,6)))). _parse([what,is,the,colour,of,the,chair,arm,in,the,image798,?], answer(A, (const(A,black)))). _parse([what,is,the,colour,of,the,chair,seat,in,the,image798,?], answer(A, (const(A,black)))). _parse([how,many,doors,are,there,in,the,image798,?], answer(A, (const(A,2)))). _parse([what,is,the,colour,of,the,plant,vase,in,the,image798,?], answer(A, (const(A,black)))). _parse([what,is,on,the,ceiling,in,the,image798,?], answer(A, (const(A,fan)))). _parse([what,is,dinning,table,made,up,of,in,the,image798,?], answer(A, (const(A,glass)))). _parse([how,many,photo,frames,stuck,on,the,wall,in,the,image798,?], answer(A, (const(A,3)))). _parse([what,is,dinning,table,made,up,of,in,the,image799,?], answer(A, (const(A,glass)))). _parse([how,many,chairs,are,there,in,the,image799,?], answer(A, (const(A,3)))). _parse([how,many,ceiling,lights,are,there,in,the,image799,?], answer(A, (const(A,6)))). _parse([what,is,on,the,dinning,table,in,the,image799,?], answer(A, (const(A,plant_pot)))). _parse([what,is,on,the,left,side,in,the,image799,?], answer(A, (const(A,refridgerator)))). _parse([what,is,the,colour,of,the,refridgerator,in,the,image799,?], answer(A, (const(A,black)))). _parse([what,is,under,the,cupboard,in,the,image800,?], answer(A, (const(A,coffee_machine)))). _parse([how,many,plates,are,there,in,the,image800,?], answer(A, (const(A,3)))). _parse([what,is,the,colour,of,the,coffee,pot,in,the,image800,?], answer(A, (const(A,white)))). _parse([how,many,glass,cups,are,there,in,the,image800,?], answer(A, (const(A,4)))). _parse([what,is,on,the,top,of,the,table,in,the,image801,?], answer(A, (const(A,pillow)))). _parse([what,are,the,objects,found,near,the,table,in,the,image801,?], answer(A, (const(A,chair)))). _parse([how,many,chairs,are,there,in,the,image801,?], answer(A, (const(A,5)))). _parse([what,is,the,object,on,the,top,right,of,the,image801,?], answer(A, (const(A,fan)))). _parse([what,is,the,object,on,the,top,of,the,television,closet,in,the,image801,?], answer(A, (const(A,light)))). _parse([what,is,found,on,the,opposite,side,of,the,right,side,window,of,the,image802,?], answer(A, (const(A,table)))). _parse([what,is,the,thing,found,below,the,right,side,window,of,the,image802,?], answer(A, (const(A,faucet)))). _parse([what,is,found,on,the,left,side,of,the,right,window,of,the,image802,?], answer(A, (const(A,storage_rack)))). _parse([what,is,found,on,the,left,side,of,the,storage,rack,in,the,image802,?], answer(A, (const(A,photo)))). _parse([what,is,stuck,on,the,left,side,wall,of,the,image802,?], answer(A, (const(A,photo)))). _parse([what,is,the,object,between,the,window,and,the,storage,rack,in,the,image803,?], answer(A, (const(A,photo)))). _parse([what,is,the,colour,of,the,coffee,cup,on,the,table,in,the,image803,?], answer(A, (const(A,white)))). _parse([what,is,found,behind,the,coffee,cup,in,the,image803,?], answer(A, (const(A,vase)))). _parse([what,is,found,on,the,right,side,of,the,table,in,the,image804,?], answer(A, (const(A,refridgerator)))). _parse([what,is,found,on,the,opposite,side,of,the,table,in,the,image804,?], answer(A, (const(A,window)))). _parse([how,many,doors,of,storage,racks,are,there,to,the,right,side,of,the,window,in,the,image804,?], answer(A, (const(A,2)))). _parse([what,is,the,colour,of,the,floor,mat,in,the,image805,?], answer(A, (const(A,red)))). _parse([what,is,the,table,made,up,of,in,the,image805,?], answer(A, (const(A,glass)))). _parse([what,is,the,object,on,the,top,of,the,table,in,the,image805,?], answer(A, (const(A,vase)))). _parse([what,is,found,to,the,left,side,of,the,window,in,the,image806,?], answer(A, (const(A,storage_rack)))). _parse([what,are,the,objects,below,the,storage,rack,in,the,image806,?], answer(A, (const(A,coffee_machine);const(A,juicer)))). _parse([what,is,in,front,of,the,window,in,the,image806,?], answer(A, (const(A,sink)))). _parse([what,object,is,stuck,on,the,right,storage,rack,of,the,image806,?], answer(A, (const(A,tissue_roll)))). _parse([how,many,chairs,are,there,in,the,image806,?], answer(A, (const(A,2)))). _parse([what,is,in,front,of,the,window,in,the,image807,?], answer(A, (const(A,sink)))). _parse([what,is,the,object,found,on,the,floor,of,the,image807,?], answer(A, (const(A,floor_mat)))). _parse([how,many,faucet,handles,are,there,in,the,image807,?], answer(A, (const(A,1)))). _parse([what,is,the,object,found,the,right,side,in,the,image807,?], answer(A, (const(A,refridgerator)))). _parse([what,object,is,stuck,below,the,storage,rack,of,the,image807,?], answer(A, (const(A,tissue_roll)))). _parse([what,is,in,front,of,the,window,in,the,image808,?], answer(A, (const(A,sink)))). _parse([how,many,handles,are,there,in,the,image808,?], answer(A, (const(A,4)))). _parse([what,object,is,stuck,below,the,storage,rack,of,the,image808,?], answer(A, (const(A,tissue_roll)))). _parse([what,are,the,objects,found,below,the,storage,rack,of,the,image808,?], answer(A, (const(A,kitchen_utensils);const(A,coffee_machine)))). _parse([how,many,knobs,are,there,in,the,image808,?], answer(A, (const(A,8)))). _parse([what,is,the,object,found,behind,the,table,in,the,image809,?], answer(A, (const(A,vase)))). _parse([how,many,chairs,are,there,in,the,image809,?], answer(A, (const(A,6)))). _parse([what,is,stuck,on,the,wall,in,the,image809,?], answer(A, (const(A,display_board)))). _parse([what,is,the,object,found,in,front,of,the,door,of,the,image809,?], answer(A, (const(A,floor_mat)))). _parse([what,is,on,the,right,side,and,behind,the,chair,in,the,image809,?], answer(A, (const(A,window)))). _parse([what,is,the,object,found,behind,the,table,in,the,image810,?], answer(A, (const(A,plant)))). _parse([what,are,the,objects,found,on,the,table,in,the,image810,?], answer(A, (const(A,container);const(A,vegetable);const(A,newspapers)))). _parse([how,many,chairs,are,there,in,the,image810,?], answer(A, (const(A,6)))). _parse([how,many,windows,are,found,in,the,image810,?], answer(A, (const(A,2)))). _parse([what,is,the,object,found,on,the,table,of,the,image811,?], answer(A, (const(A,bag)))). _parse([what,is,the,object,found,on,the,right,corner,of,the,room,in,the,image811,?], answer(A, (const(A,oven)))). _parse([what,is,the,object,found,on,the,chair,below,the,bag,in,the,image811,?], answer(A, (const(A,pillow)))). _parse([what,is,the,object,found,on,the,top,of,the,image812,?], answer(A, (const(A,bottle)))). _parse([what,is,the,object,found,on,the,left,side,of,the,bottle,in,the,image812,?], answer(A, (const(A,vase)))). _parse([how,many,bottles,are,there,in,the,image812,?], answer(A, (const(A,2)))). _parse([how,many,flowers,are,there,in,the,flower,vase,of,the,image812,?], answer(A, (const(A,1)))). _parse([what,is,the,colour,of,the,plastic,tray,in,the,image813,?], answer(A, (const(A,red)))). _parse([how,many,hot,dog,packs,are,three,in,the,image813,?], answer(A, (const(A,3)))). _parse([what,object,is,found,to,the,right,of,the,plastic,tray,in,the,image813,?], answer(A, (const(A,roll_of_paper_towels)))). _parse([what,object,is,found,near,the,sink,in,the,image813,?], answer(A, (const(A,bottle_of_hand_wash_liquid)))). _parse([how,many,drawer,handles,are,there,in,the,image814,?], answer(A, (const(A,12)))). _parse([what,is,the,object,found,on,the,left,side,of,the,toys,rack,in,the,image814,?], answer(A, (const(A,oven)))). _parse([what,is,the,colour,of,the,table,mat,in,the,image814,?], answer(A, (const(A,white)))). _parse([what,is,stuck,on,the,wall,which,is,to,the,right,side,of,the,refridgerator,in,the,image815,?], answer(A, (const(A,photo)))). _parse([what,are,stuck,on,the,refridgerator,in,the,image815,?], answer(A, (const(A,papers)))). _parse([how,many,chairs,are,there,in,the,image816,?], answer(A, (const(A,4)))). _parse([what,object,is,found,behind,the,tissue,roll,in,the,image816,?], answer(A, (const(A,coffee_machine)))). _parse([how,many,drawer,handles,are,there,in,the,image816,?], answer(A, (const(A,11)))). _parse([what,object,is,found,on,the,table,of,the,image817,?], answer(A, (const(A,coffee_machine)))). _parse([how,many,book,racks,are,there,in,the,image817,?], answer(A, (const(A,2)))). _parse([what,is,found,below,the,book,rack,of,the,image817,?], answer(A, (const(A,oven)))). _parse([what,is,found,in,front,of,the,window,in,the,image817,?], answer(A, (const(A,faucet)))). _parse([what,is,the,colour,of,the,cover,of,the,coffee,machine,in,the,image817,?], answer(A, (const(A,black)))). _parse([what,is,found,in,front,of,the,window,of,the,image818,?], answer(A, (const(A,sink)))). _parse([what,is,found,on,the,right,of,the,sink,in,the,image818,?], answer(A, (const(A,juicer)))). _parse([what,object,is,found,behind,the,vase,in,the,image818,?], answer(A, (const(A,window)))). _parse([how,many,handles,are,there,in,the,image818,?], answer(A, (const(A,14)))). _parse([what,is,found,behind,the,water,bottle,in,the,image819,?], answer(A, (const(A,utensil_container)))). _parse([what,object,is,found,in,between,the,storage,rack,and,the,cabinet,of,the,image819,?], answer(A, (const(A,oven)))). _parse([what,object,is,found,in,front,of,the,window,in,the,image819,?], answer(A, (const(A,vase)))). _parse([what,is,the,colour,of,the,clothes,on,the,coffee,machine,in,the,image820,?], answer(A, (const(A,blue)))). _parse([what,are,the,objects,found,on,the,top,of,the,table,in,the,image821,?], answer(A, (const(A,laptop);const(A,sink)))). _parse([what,object,is,stuck,on,the,right,side,wall,of,the,image821,?], answer(A, (const(A,photo)))). _parse([what,object,is,found,to,the,left,side,of,the,photo,in,the,image821,?], answer(A, (const(A,refridgerator)))). _parse([what,object,if,found,under,the,table,in,the,image821,?], answer(A, (const(A,stool)))). _parse([what,is,found,to,the,top,of,the,refridgerator,in,the,image821,?], answer(A, (const(A,bookrack)))). _parse([how,many,chairs,are,there,in,the,image822,?], answer(A, (const(A,5)))). _parse([what,are,the,objects,found,on,the,table,of,the,image822,?], answer(A, (const(A,newspapers);const(A,cup)))). _parse([what,is,behind,the,table,of,the,image822,?], answer(A, (const(A,window)))). _parse([what,is,found,below,the,storage,rack,in,the,image823,?], answer(A, (const(A,computer)))). _parse([how,many,chairs,are,there,in,front,of,the,computer,in,the,image823,?], answer(A, (const(A,2)))). _parse([what,are,the,objects,found,near,computer,monitor,in,the,image823,?], answer(A, (const(A,speaker);const(A,mouse);const(A,keyboard)))). _parse([what,is,found,at,the,top,left,of,the,image823,?], answer(A, (const(A,refridgerator)))). _parse([what,are,the,objects,found,on,the,table,in,the,image824,?], answer(A, (const(A,vase);const(A,banana)))). _parse([how,many,chairs,are,there,in,the,image824,?], answer(A, (const(A,3)))). _parse([what,is,found,on,the,right,side,of,the,image824,?], answer(A, (const(A,refridgerator)))). _parse([what,is,found,at,the,top,left,of,the,image824,?], answer(A, (const(A,window)))). _parse([what,is,found,in,front,of,the,window,in,the,image825,?], answer(A, (const(A,sink)))). _parse([what,is,found,at,the,left,side,of,the,window,in,the,image825,?], answer(A, (const(A,storage_rack)))). _parse([what,object,is,found,near,the,sink,in,the,image825,?], answer(A, (const(A,vase);const(A,bottle)))). _parse([what,object,is,found,to,the,left,side,of,the,drawers,in,the,image826,?], answer(A, (const(A,dishwasher)))). _parse([what,object,is,found,to,the,left,side,of,the,dishwasher,in,the,image826,?], answer(A, (const(A,garbage_bin)))). _parse([how,many,drawer,handles,are,there,in,the,image826,?], answer(A, (const(A,6)))). _parse([what,is,the,colour,of,the,garbage,bin,in,the,image827,?], answer(A, (const(A,white)))). _parse([what,object,is,found,below,the,storage,rack,in,the,image827,?], answer(A, (const(A,oven)))). _parse([how,many,knobs,are,there,in,the,oven,in,the,image827,?], answer(A, (const(A,3)))). _parse([how,many,chairs,are,there,in,the,image828,?], answer(A, (const(A,8)))). _parse([what,is,found,opposite,to,the,table,in,the,image828,?], answer(A, (const(A,window)))). _parse([what,objects,are,found,under,the,storage,rack,in,the,image828,?], answer(A, (const(A,toaster);const(A,computer)))). _parse([how,many,chairs,found,near,the,computer,table,in,the,image828,?], answer(A, (const(A,2)))). _parse([what,is,found,left,to,the,window,in,the,image828,?], answer(A, (const(A,door)))). _parse([what,objects,found,to,the,top,right,of,the,oven,in,the,image829,?], answer(A, (const(A,vase)))). _parse([how,many,vases,found,in,the,middle,storage,rack,of,the,image829,?], answer(A, (const(A,3)))). _parse([what,object,is,found,below,the,oven,in,the,image829,?], answer(A, (const(A,toaster)))). _parse([what,is,the,chair,type,found,in,the,image830,?], answer(A, (const(A,chair)))). _parse([what,is,found,in,between,the,storage,racks,in,the,image830,?], answer(A, (const(A,window)))). _parse([what,is,the,colour,of,the,refridgerator,in,the,image830,?], answer(A, (const(A,white)))). _parse([what,is,found,near,the,refridgerator,on,the,wall,in,the,image830,?], answer(A, (const(A,light)))). _parse([what,objects,are,found,in,front,of,the,window,of,the,image830,?], answer(A, (const(A,vase);const(A,tray);const(A,bottle_of_hand_wash_liquid);const(A,bottle)))). _parse([what,are,the,colours,stuck,on,the,refridgerator,in,the,image831,?], answer(A, (const(A,red);const(A,blue);const(A,green);const(A,orange);const(A,yellow)))). _parse([how,many,handles,are,there,for,the,refridgerator,in,the,image831,?], answer(A, (const(A,2)))). _parse([what,object,is,found,near,the,chair,in,the,image831,?], answer(A, (const(A,broom)))). _parse([what,is,found,to,the,left,side,of,the,refridgerator,in,the,image831,?], answer(A, (const(A,stove)))). _parse([how,many,switch,boards,stuck,on,the,wall,in,the,image831,?], answer(A, (const(A,2)))). _parse([what,is,the,type,of,the,fan,found,in,the,image832,?], answer(A, (const(A,hand_fan)))). _parse([what,object,is,placed,on,the,seat,of,the,left,side,chair,in,the,image832,?], answer(A, (const(A,container)))). _parse([how,many,chairs,are,there,in,the,image832,?], answer(A, (const(A,6)))). _parse([what,is,the,colour,of,the,bowl,in,the,image833,?], answer(A, (const(A,blue)))). _parse([what,are,the,things,found,near,the,sink,in,the,image833,?], answer(A, (const(A,plate);const(A,utensils);const(A,bottle_of_hand_wash_liquid)))). _parse([what,object,is,found,behind,the,chair,in,the,image833,?], answer(A, (const(A,water_filter)))). _parse([how,many,sinks,are,there,in,the,image833,?], answer(A, (const(A,2)))). _parse([what,is,found,in,front,of,the,window,of,the,image834,?], answer(A, (const(A,sink)))). _parse([what,are,the,things,stuck,on,the,refridgerator,in,the,image834,?], answer(A, (const(A,photo)))). _parse([what,is,the,object,found,under,the,rack,of,the,image834,?], answer(A, (const(A,coffee_machine)))). _parse([how,many,handles,are,there,in,the,image834,?], answer(A, (const(A,7)))). _parse([what,is,found,to,the,opposite,of,the,sink,in,the,image834,?], answer(A, (const(A,table)))). _parse([what,object,is,found,on,the,burner,in,the,image835,?], answer(A, (const(A,tea_kettle)))). _parse([what,object,is,found,behind,the,chair,in,the,image835,?], answer(A, (const(A,water_filter)))). _parse([what,object,is,found,in,front,of,the,tea,kettle,in,the,image835,?], answer(A, (const(A,bottle)))). _parse([what,are,the,things,stuck,on,the,refridgerator,in,the,image835,?], answer(A, (const(A,photo)))). _parse([how,many,handles,are,there,in,the,image835,?], answer(A, (const(A,6)))). _parse([what,are,the,things,found,under,the,storage,rack,in,the,image836,?], answer(A, (const(A,tissue_roll);const(A,coffee_machine)))). _parse([how,many,chairs,are,there,in,the,image836,?], answer(A, (const(A,3)))). _parse([what,is,found,in,between,chair,and,the,wall,of,the,image836,?], answer(A, (const(A,water_filter)))). _parse([what,object,is,hanged,on,the,chair,in,the,image836,?], answer(A, (const(A,clothes)))). _parse([how,many,knobs,are,found,in,the,image837,?], answer(A, (const(A,18)))). _parse([what,object,is,found,under,the,storage,rack,in,the,image837,?], answer(A, (const(A,oven)))). _parse([what,is,the,colour,of,the,fruit,in,the,image838,?], answer(A, (const(A,yellow)))). _parse([how,many,drawers,found,open,in,the,image838,?], answer(A, (const(A,1)))). _parse([how,many,faucet,handles,are,there,in,the,image838,?], answer(A, (const(A,1)))). _parse([how,many,faucet,handles,are,there,in,the,image839,?], answer(A, (const(A,2)))). _parse([what,are,the,things,found,on,the,sink,table,in,the,image839,?], answer(A, (const(A,fruit_basket);const(A,food_wrapped_on_a_tray);const(A,bottle_of_hand_wash_liquid);const(A,telephone)))). _parse([how,many,faucet,handles,are,there,in,the,image840,?], answer(A, (const(A,2)))). _parse([what,fruit,is,found,on,the,table,in,the,image840,?], answer(A, (const(A,banana)))). _parse([how,many,chairs,are,there,in,the,image840,?], answer(A, (const(A,3)))). _parse([what,is,the,colour,of,the,fruit,near,the,coffee,mug,in,the,image841,?], answer(A, (const(A,yellow)))). _parse([what,is,the,colour,of,the,plastic,bottle,in,the,image841,?], answer(A, (const(A,green)))). _parse([how,many,chairs,are,there,in,the,image841,?], answer(A, (const(A,6)))). _parse([how,many,wooden,chairs,are,there,in,the,image842,?], answer(A, (const(A,6)))). _parse([what,is,the,type,of,the,refridgerator,in,the,image843,?], answer(A, (const(A,door)))). _parse([how,many,chairs,found,on,the,left,side,of,the,image843,?], answer(A, (const(A,3)))). _parse([what,is,the,colour,of,the,coffee,machine,in,the,image844,?], answer(A, (const(A,black)))). _parse([what,is,found,behind,the,sink,in,the,image844,?], answer(A, (const(A,window)))). _parse([what,is,the,fruit,found,on,the,table,of,the,image844,?], answer(A, (const(A,pineapple)))). _parse([what,are,the,objects,found,near,the,sink,in,the,image844,?], answer(A, (const(A,plastic_bowl);const(A,tray);const(A,kitchen_items)))). _parse([what,object,is,stuck,on,the,wall,in,the,image845,?], answer(A, (const(A,light_switch)))). _parse([what,is,the,colour,of,the,oven,in,the,image845,?], answer(A, (const(A,black)))). _parse([how,many,drawer,handles,are,there,in,the,image845,?], answer(A, (const(A,9)))). _parse([what,is,the,colour,of,the,container,near,the,burners,in,the,image845,?], answer(A, (const(A,yellow)))). _parse([what,is,the,colour,of,the,spatula,in,the,image846,?], answer(A, (const(A,blue)))). _parse([how,many,handles,found,in,the,image846,?], answer(A, (const(A,6)))). _parse([what,are,the,objects,found,to,the,right,side,of,the,roll,of,paper,towel,in,the,image846,?], answer(A, (const(A,coffee_machine)))). _parse([what,is,stuck,on,the,wall,of,the,left,side,of,the,image847,?], answer(A, (const(A,photo)))). _parse([what,object,is,found,in,front,of,the,photo,in,the,image847,?], answer(A, (const(A,vase)))). _parse([how,many,kitchen,towels,are,there,in,the,image847,?], answer(A, (const(A,2)))). _parse([what,object,is,found,on,the,right,side,of,the,sink,in,the,image847,?], answer(A, (const(A,tissue_roll)))). _parse([what,is,the,colour,of,the,towel,in,the,image848,?], answer(A, (const(A,green)))). _parse([what,object,is,found,on,the,right,side,of,the,sink,in,the,image848,?], answer(A, (const(A,tissue_roll)))). _parse([what,is,found,near,the,window,in,the,image848,?], answer(A, (const(A,vase)))). _parse([what,is,found,in,front,of,the,window,of,the,image848,?], answer(A, (const(A,sink)))). _parse([what,is,the,colour,of,the,towel,in,the,image849,?], answer(A, (const(A,green)))). _parse([what,is,the,colour,of,the,object,found,on,the,table,in,the,image849,?], answer(A, (const(A,blue)))). _parse([how,many,chairs,found,in,the,image850,?], answer(A, (const(A,4)))). _parse([what,is,the,colour,of,the,trouser,of,the,man,in,the,image850,?], answer(A, (const(A,red)))). _parse([what,is,found,in,front,the,man,on,the,left,side,of,the,image850,?], answer(A, (const(A,door)))). _parse([what,are,the,objects,on,the,top,of,the,table,in,the,image851,?], answer(A, (const(A,bag);const(A,cup)))). _parse([what,is,the,object,found,on,the,left,side,of,the,image851,?], answer(A, (const(A,chair)))). _parse([what,object,is,found,inbetweeng,the,bag,and,the,tea,kettle,in,the,image851,?], answer(A, (const(A,cup)))). _parse([what,is,the,black,colour,object,found,on,the,table,in,the,image851,?], answer(A, (const(A,bag)))). _parse([what,are,the,fruits,found,on,the,top,of,the,table,in,the,image852,?], answer(A, (const(A,pineapple);const(A,banana)))). _parse([what,objects,are,stuck,behind,the,table,in,the,image852,?], answer(A, (const(A,papers);const(A,photo)))). _parse([what,objects,are,found,near,the,white,colour,object,in,the,image853,?], answer(A, (const(A,sink);const(A,faucet)))). _parse([what,object,is,found,in,front,of,the,table,near,the,storage,rack,in,the,image853,?], answer(A, (const(A,oven)))). _parse([what,is,the,blue,colour,object,found,in,the,image854,?], answer(A, (const(A,bag)))). _parse([what,object,is,found,opposite,to,the,plastic,box,in,the,image854,?], answer(A, (const(A,oven);const(A,refridgerator)))). _parse([what,black,colour,object,is,found,near,the,plastic,box,in,the,image854,?], answer(A, (const(A,stove);const(A,stove_burner)))). _parse([what,object,is,found,on,the,left,side,of,the,image855,?], answer(A, (const(A,electric_mixer)))). _parse([what,is,found,above,the,electric,mixer,in,the,image855,?], answer(A, (const(A,storage_rack)))). _parse([where,are,the,knife,kept,in,the,image855,?], answer(A, (const(A,knife_rack)))). _parse([how,many,knifes,are,there,in,the,knife,rack,in,the,image855,?], answer(A, (const(A,4)))). _parse([what,objects,are,found,around,the,knife,rack,in,the,image855,?], answer(A, (const(A,telephone);const(A,chair)))). _parse([what,objects,are,found,to,the,left,of,the,telephone,in,the,image856,?], answer(A, (const(A,charger)))). _parse([what,object,is,mounted,on,the,wall,in,the,middle,of,the,image856,?], answer(A, (const(A,photo)))). _parse([what,object,is,found,to,the,right,side,of,the,telephone,in,the,image856,?], answer(A, (const(A,tissue_roll)))). _parse([what,object,is,found,near,the,sink,in,the,image856,?], answer(A, (const(A,bottle_of_hand_wash_liquid)))). _parse([what,object,is,found,behind,the,tissue,roll,of,the,image856,?], answer(A, (const(A,chair)))). _parse([what,is,found,below,the,corner,of,the,storage,rack,in,the,image857,?], answer(A, (const(A,oven)))). _parse([what,object,is,found,in,the,other,room,in,the,image857,?], answer(A, (const(A,chair)))). _parse([what,objects,are,found,below,the,storage,rack,in,the,image857,?], answer(A, (const(A,bowl);const(A,plate);const(A,oven)))). _parse([what,object,is,found,inside,the,sink,in,the,image858,?], answer(A, (const(A,cup)))). _parse([what,object,is,found,in,orange,colour,near,the,sink,faucet,in,the,image858,?], answer(A, (const(A,bottle_of_hand_wash_liquid)))). _parse([what,object,is,hanged,near,the,pink,colour,drawer,handle,in,the,image858,?], answer(A, (const(A,towel)))). _parse([what,objects,are,found,on,the,left,side,of,the,sink,in,the,image858,?], answer(A, (const(A,juicer);const(A,knife)))). _parse([what,objects,are,found,below,the,storage,rack,in,the,image858,?], answer(A, (const(A,tea_kettle);const(A,container)))). _parse([how,many,drawer,handle,near,the,towel,rod,in,the,image858,?], answer(A, (const(A,3)))). _parse([what,is,the,green,colour,object,found,near,the,sink,in,the,image859,?], answer(A, (const(A,dish_scrubber)))). _parse([what,are,the,utensils,found,in,the,image859,?], answer(A, (const(A,bowl);const(A,whisk);const(A,knife);const(A,juicer)))). _parse([what,is,the,colour,of,the,hand,wash,liquid,in,the,image859,?], answer(A, (const(A,orange)))). _parse([what,objects,are,found,near,the,window,in,the,image859,?], answer(A, (const(A,sink);const(A,faucet);const(A,clothes)))). _parse([what,is,stuck,in,the,red,colour,background,in,the,image860,?], answer(A, (const(A,photo)))). _parse([what,object,is,found,in,front,of,the,photo,in,the,image860,?], answer(A, (const(A,sink)))). _parse([what,is,the,white,colour,object,found,in,the,left,side,of,the,image860,?], answer(A, (const(A,charger)))). _parse([how,many,rounded,pink,colour,knobs,are,found,in,the,image860,?], answer(A, (const(A,7)))). _parse([what,object,is,found,to,the,left,of,the,sink,in,the,image860,?], answer(A, (const(A,cutting_board)))). _parse([what,object,is,found,in,the,plastic,bag,in,the,image860,?], answer(A, (const(A,hamburger_bun)))). _parse([what,object,is,found,near,the,left,faucet,in,the,image861,?], answer(A, (const(A,cutting_board)))). _parse([what,object,is,found,on,the,cutting,board,in,the,image861,?], answer(A, (const(A,knife)))). _parse([what,object,is,found,in,the,photo,frame,in,the,image861,?], answer(A, (const(A,flower)))). _parse([how,many,racks,are,found,fully,visible,in,the,bookshelf,in,the,image861,?], answer(A, (const(A,4)))). _parse([what,is,the,object,with,blue,colour,handle,in,the,image862,?], answer(A, (const(A,measuring_cup)))). _parse([what,is,the,object,plugged,to,the,switch,box,in,the,image862,?], answer(A, (const(A,electric_mixer)))). _parse([what,objects,are,found,to,the,right,corner,of,the,mixer,in,the,image862,?], answer(A, (const(A,coffee_machine);const(A,coffee_pot)))). _parse([what,object,is,found,on,the,right,top,of,the,image862,?], answer(A, (const(A,oven)))). _parse([what,is,the,object,found,on,the,table,in,the,image863,?], answer(A, (const(A,toy)))). _parse([what,are,the,colour,found,in,the,toy,in,the,image863,?], answer(A, (const(A,yellow);const(A,green);const(A,red)))). _parse([what,is,hanged,in,the,chair,in,the,image863,?], answer(A, (const(A,clothes)))). _parse([what,is,the,object,found,on,the,centre,table,in,the,image863,?], answer(A, (const(A,bottle)))). _parse([how,many,chairs,are,found,in,the,image863,?], answer(A, (const(A,5)))). _parse([what,is,the,object,on,the,wooden,chair,in,the,image864,?], answer(A, (const(A,towel)))). _parse([what,is,the,colour,of,the,paper,stuck,to,the,steel,chair,in,the,image864,?], answer(A, (const(A,white)))). _parse([what,is,the,object,near,the,right,leg,of,the,steel,chair,in,the,image864,?], answer(A, (const(A,garbage_bin)))). _parse([what,are,the,objects,on,the,wooden,board,in,the,image865,?], answer(A, (const(A,bottle);const(A,towel)))). _parse([what,are,the,objects,found,near,the,sink,in,the,image865,?], answer(A, (const(A,kitchen_utensils)))). _parse([what,is,behind,the,sink,in,the,image865,?], answer(A, (const(A,light)))). _parse([what,is,the,colour,of,the,bottle,found,in,the,left,top,of,the,image865,?], answer(A, (const(A,green)))). _parse([what,object,is,near,the,garbage,bin,in,the,image865,?], answer(A, (const(A,refridgerator)))). _parse([what,are,the,objects,are,stuck,on,the,refridgerator,in,the,image865,?], answer(A, (const(A,flag);const(A,glove)))). _parse([what,is,found,below,the,storage,rack,in,the,image866,?], answer(A, (const(A,oven)))). _parse([what,is,the,yellow,colour,object,found,in,the,kitchen,container,in,the,image866,?], answer(A, (const(A,cup)))). _parse([what,is,found,in,between,the,storage,racks,in,the,image866,?], answer(A, (const(A,window)))). _parse([what,is,to,the,right,of,the,kitchen,container,in,the,image866,?], answer(A, (const(A,sink)))). _parse([what,is,the,colour,of,the,gloves,stuck,to,the,refridgerator,in,the,image866,?], answer(A, (const(A,black)))). _parse([how,many,gloves,are,stuck,to,the,refridgerator,in,the,image866,?], answer(A, (const(A,3)))). _parse([what,is,the,white,object,which,is,in,the,top,middle,of,the,image867,?], answer(A, (const(A,microwave)))). _parse([what,is,found,near,the,burners,in,the,image867,?], answer(A, (const(A,oil_container)))). _parse([how,many,doors,are,found,in,the,image867,?], answer(A, (const(A,2)))). _parse([what,is,the,colour,of,the,soap,where,the,faucet,is,facing,in,the,image868,?], answer(A, (const(A,purple)))). _parse([where,are,the,bars,of,soap,kept,in,the,image868,?], answer(A, (const(A,soap_holder)))). _parse([what,is,the,light,green,colour,object,found,in,the,kitchen,utensils,of,the,image868,?], answer(A, (const(A,cutting_board)))). _parse([where,is,the,kitchen,utensils,kept,in,the,image868,?], answer(A, (const(A,utensil_container)))). _parse([what,is,the,blue,colour,object,found,near,the,left,sink,of,the,image868,?], answer(A, (const(A,cup)))). _parse([what,objects,are,hanged,on,the,wall,on,the,right,side,of,the,image869,?], answer(A, (const(A,photo)))). _parse([how,many,photos,are,in,the,wall,in,the,image869,?], answer(A, (const(A,9)))). _parse([what,is,found,in,the,bottom,left,corner,of,the,image869,?], answer(A, (const(A,stool)))). _parse([what,is,the,object,found,in,the,red,colour,in,front,of,the,image870,?], answer(A, (const(A,book)))). _parse([what,is,the,rounded,object,found,below,the,storage,rack,in,the,image870,?], answer(A, (const(A,plate)))). _parse([what,is,found,to,the,right,side,of,the,sink,in,the,image870,?], answer(A, (const(A,roll_of_paper_towels)))). _parse([what,is,next,to,the,paper,towels,in,the,image870,?], answer(A, (const(A,bottle_of_hand_wash_liquid)))). _parse([what,is,the,object,found,in,the,middle,of,the,image871,?], answer(A, (const(A,oven)))). _parse([what,object,is,in,the,right,side,of,the,image871,?], answer(A, (const(A,refridgerator)))). _parse([how,many,drawer,knobs,are,there,in,the,image871,?], answer(A, (const(A,2)))). _parse([what,is,the,blue,colour,object,hanged,in,the,image872,?], answer(A, (const(A,towel)))). _parse([what,objects,are,found,inside,the,room,in,the,image872,?], answer(A, (const(A,sofa);const(A,floor_mat)))). _parse([what,object,is,found,right,bottom,of,the,image872,?], answer(A, (const(A,coffee_machine)))). _parse([what,is,held,in,the,coffee,machine,in,the,image872,?], answer(A, (const(A,coffee_pot)))). _parse([what,is,behind,the,coffee,machine,in,the,image872,?], answer(A, (const(A,plant)))). _parse([how,many,containers,are,there,in,the,image872,?], answer(A, (const(A,3)))). _parse([what,is,in,front,of,the,container,in,the,image872,?], answer(A, (const(A,paper)))). _parse([what,is,kept,behind,the,window,in,the,image873,?], answer(A, (const(A,plant)))). _parse([what,is,the,object,found,near,the,left,side,of,the,sink,in,the,image873,?], answer(A, (const(A,utensil_container)))). _parse([what,is,the,object,near,the,utensil,container,in,the,image873,?], answer(A, (const(A,candle)))). _parse([what,is,the,red,colour,object,found,in,the,image874,?], answer(A, (const(A,tea_kettle)))). _parse([what,is,behind,the,tea,kettle,in,the,image874,?], answer(A, (const(A,toaster)))). _parse([what,is,to,the,right,of,the,toaster,in,the,image874,?], answer(A, (const(A,cup)))). _parse([what,is,in,between,the,cup,and,utensil,container,in,the,image874,?], answer(A, (const(A,candle)))). _parse([what,are,the,colour,of,the,wires,in,the,switchboard,in,the,image874,?], answer(A, (const(A,white);const(A,black)))). _parse([what,is,the,object,above,the,table,in,the,image875,?], answer(A, (const(A,light)))). _parse([how,many,lights,are,above,the,table,in,the,image875,?], answer(A, (const(A,3)))). _parse([what,object,is,found,to,the,left,of,the,tea,kettle,in,the,image875,?], answer(A, (const(A,refridgerator)))). _parse([what,is,the,yellow,object,stuck,on,the,refridgerator,in,the,image875,?], answer(A, (const(A,envelope)))). _parse([what,is,the,object,found,right,bottom,of,the,refridgerator,in,the,image875,?], answer(A, (const(A,stool)))). _parse([what,is,the,object,found,near,the,table,in,the,image876,?], answer(A, (const(A,garbage_bin)))). _parse([what,is,found,on,the,left,side,of,the,image876,?], answer(A, (const(A,oven)))). _parse([what,is,the,colour,of,the,fruit,near,the,oven,in,the,image876,?], answer(A, (const(A,red)))). _parse([what,object,is,found,behind,the,table,in,the,image876,?], answer(A, (const(A,chair)))). _parse([how,many,drawer,handles,are,there,in,the,image876,?], answer(A, (const(A,4)))). _parse([what,object,is,found,on,the,burner,in,the,image877,?], answer(A, (const(A,tea_kettle)))). _parse([what,is,on,the,dishwasher,of,the,image877,?], answer(A, (const(A,towel)))). _parse([what,is,the,object,found,near,the,table,in,the,image877,?], answer(A, (const(A,garbage_bin)))). _parse([how,many,chairs,are,there,in,the,image877,?], answer(A, (const(A,4)))). _parse([what,is,stuck,on,the,wall,in,the,image877,?], answer(A, (const(A,photo)))). _parse([what,is,the,colour,of,the,chair,in,the,image878,?], answer(A, (const(A,black)))). _parse([what,are,the,objects,found,on,the,table,in,the,image878,?], answer(A, (const(A,vase);const(A,remote_control)))). _parse([what,is,stuck,on,the,wall,of,the,left,side,of,the,image878,?], answer(A, (const(A,photo)))). _parse([what,is,found,behind,the,dining,table,of,the,image878,?], answer(A, (const(A,window)))). _parse([what,is,stuck,on,the,wall,to,the,left,side,of,the,table,in,the,image879,?], answer(A, (const(A,photo)))). _parse([what,is,found,to,the,right,side,of,the,table,in,the,image879,?], answer(A, (const(A,television)))). _parse([what,is,found,in,front,of,the,door,in,the,image880,?], answer(A, (const(A,table)))). _parse([how,many,chairs,are,there,in,the,image880,?], answer(A, (const(A,4)))). _parse([what,object,is,found,in,front,of,the,window,in,the,image880,?], answer(A, (const(A,light)))). _parse([what,is,the,colour,of,the,light,in,the,image880,?], answer(A, (const(A,white)))). _parse([how,many,racks,are,there,on,the,left,side,of,the,image880,?], answer(A, (const(A,5)))). _parse([what,are,the,objects,found,on,the,bottom,left,corner,of,the,image881,?], answer(A, (const(A,books)))). _parse([what,are,found,in,front,of,the,window,of,the,image881,?], answer(A, (const(A,light);const(A,sink)))). _parse([what,is,the,colour,of,the,base,on,which,coffee,machine,is,place,in,the,image881,?], answer(A, (const(A,red)))). _parse([what,is,found,on,the,right,side,of,the,window,in,the,image881,?], answer(A, (const(A,storage_rack)))). _parse([how,many,burner,knobs,are,there,in,the,image882,?], answer(A, (const(A,6)))). _parse([what,is,found,on,the,top,of,the,sink,in,the,image882,?], answer(A, (const(A,light)))). _parse([what,is,found,in,front,of,the,window,of,the,image883,?], answer(A, (const(A,vase)))). _parse([what,is,found,in,front,of,the,vase,in,the,image883,?], answer(A, (const(A,sink)))). _parse([how,many,knobs,are,there,in,the,image883,?], answer(A, (const(A,8)))). _parse([how,many,steps,are,there,in,the,step,stool,of,the,image884,?], answer(A, (const(A,2)))). _parse([what,is,found,on,the,top,of,the,refridgerator,in,the,image884,?], answer(A, (const(A,storage_rack)))). _parse([what,is,found,in,front,of,the,burner,in,the,image884,?], answer(A, (const(A,step_stool)))). _parse([what,is,found,to,the,left,of,the,sink,in,the,image885,?], answer(A, (const(A,utensil_container)))). _parse([what,is,found,near,the,wall,in,the,image885,?], answer(A, (const(A,lamp)))). _parse([what,shadow,is,found,on,the,wall,in,the,image885,?], answer(A, (const(A,lamp_shade)))). _parse([how,many,ceiling,lights,are,there,in,the,image885,?], answer(A, (const(A,2)))). _parse([what,is,found,to,the,right,side,of,the,flour,mixer,in,the,image886,?], answer(A, (const(A,faucet)))). _parse([what,are,the,objects,found,in,front,of,the,flour,mixer,in,the,image886,?], answer(A, (const(A,papers)))). _parse([how,many,chairs,are,seen,in,the,image886,?], answer(A, (const(A,1)))). _parse([what,is,the,colour,of,the,flower,in,the,flower,vase,of,the,image886,?], answer(A, (const(A,red)))). _parse([what,are,the,things,found,in,front,of,the,flour,mixer,of,the,image887,?], answer(A, (const(A,papers)))). _parse([what,is,found,in,front,of,the,wall,in,the,image887,?], answer(A, (const(A,table);const(A,chair)))). _parse([what,is,found,in,the,top,right,corner,of,the,image887,?], answer(A, (const(A,vase)))). _parse([what,are,the,objects,found,on,the,table,of,the,image888,?], answer(A, (const(A,clothes);const(A,papers);const(A,cup);const(A,salt_and_pepper)))). _parse([how,many,windows,found,to,the,opposite,of,the,table,in,the,image888,?], answer(A, (const(A,2)))). _parse([what,is,stuck,on,the,wall,in,the,image888,?], answer(A, (const(A,photo)))). _parse([what,is,the,colour,of,the,seat,of,the,chair,in,the,image888,?], answer(A, (const(A,white)))). _parse([what,are,the,objects,found,on,the,floor,in,the,image889,?], answer(A, (const(A,bowl)))). _parse([what,is,stuck,on,the,wall,in,the,image889,?], answer(A, (const(A,photo)))). _parse([how,many,ovens,are,found,near,the,wall,in,the,image889,?], answer(A, (const(A,2)))). _parse([what,are,found,behind,the,chairs,in,the,image889,?], answer(A, (const(A,bowl)))). _parse([what,are,the,objects,found,on,the,table,in,the,image890,?], answer(A, (const(A,plant_pot);const(A,papers);const(A,faucet)))). _parse([what,are,found,under,the,table,in,the,image890,?], answer(A, (const(A,chair)))). _parse([how,many,drawer,knobs,are,there,in,the,image890,?], answer(A, (const(A,10)))). _parse([what,is,the,colour,of,the,chair,in,the,image890,?], answer(A, (const(A,gray)))). _parse([what,is,the,colour,of,the,fruit,near,the,sink,in,the,image891,?], answer(A, (const(A,orange)))). _parse([what,are,found,inside,the,sink,in,the,image891,?], answer(A, (const(A,knife)))). _parse([what,object,is,found,to,the,left,side,of,the,faucet,in,the,image891,?], answer(A, (const(A,bottle_of_hand_wash_liquid)))). _parse([how,many,faucet,knobs,are,there,in,the,image891,?], answer(A, (const(A,1)))). _parse([what,is,found,on,the,top,of,the,burner,in,the,image892,?], answer(A, (const(A,cooking_pan)))). _parse([what,object,is,found,on,the,left,side,of,the,cooking,pan,in,the,image892,?], answer(A, (const(A,knife_rack)))). _parse([what,fruit,is,found,on,the,tray,in,the,image892,?], answer(A, (const(A,banana)))). _parse([what,is,the,colour,on,the,packet,near,the,sink,in,the,image893,?], answer(A, (const(A,red)))). _parse([what,is,found,behind,the,sink,in,the,image893,?], answer(A, (const(A,storage_rack)))). _parse([how,many,switchboards,are,stuck,on,the,wall,in,the,image893,?], answer(A, (const(A,2)))). _parse([what,object,is,found,under,the,storage,in,the,image893,?], answer(A, (const(A,bag)))). _parse([how,many,vases,found,in,the,image894,?], answer(A, (const(A,2)))). _parse([what,is,the,colour,on,the,packet,near,the,sink,in,the,image894,?], answer(A, (const(A,red)))). _parse([what,is,the,object,found,on,the,right,top,corner,of,the,image894,?], answer(A, (const(A,fan)))). _parse([what,object,is,stuck,on,the,wall,in,the,image894,?], answer(A, (const(A,clothes)))). _parse([what,is,the,object,below,the,heat,exhauster,in,the,image895,?], answer(A, (const(A,stove)))). _parse([what,is,kept,on,the,stove,burner,in,the,image895,?], answer(A, (const(A,cooking_pan)))). _parse([what,is,the,object,on,the,chair,in,the,image895,?], answer(A, (const(A,towel)))). _parse([what,is,the,object,plug,with,the,help,of,the,wire,in,the,image895,?], answer(A, (const(A,telephone)))). _parse([what,is,the,object,found,in,the,blue,colour,in,the,image896,?], answer(A, (const(A,utensil_container)))). _parse([what,are,the,objects,found,in,the,utensil,container,in,the,image896,?], answer(A, (const(A,towel);const(A,kitchen_utensils)))). _parse([what,is,next,to,the,kitchen,container,in,the,image896,?], answer(A, (const(A,sink);const(A,faucet)))). _parse([what,is,the,object,found,next,to,the,coffee,machine,in,the,image896,?], answer(A, (const(A,refridgerator)))). _parse([what,is,the,colour,of,the,towel,in,the,kitchen,container,in,the,image897,?], answer(A, (const(A,yellow)))). _parse([what,is,the,object,found,at,the,top,of,the,electric,cooker,in,the,image897,?], answer(A, (const(A,towel)))). _parse([what,are,the,objects,are,on,the,floor,in,the,image898,?], answer(A, (const(A,bowl)))). _parse([what,is,found,at,the,left,side,of,the,image898,?], answer(A, (const(A,knife_rack)))). _parse([how,many,white,colour,knifes,are,there,in,the,knife,rack,in,the,image898,?], answer(A, (const(A,2)))). _parse([what,are,the,things,found,on,the,cabinet,in,the,image898,?], answer(A, (const(A,sink);const(A,bowl);const(A,plant);const(A,kitchen_utensils)))). _parse([what,is,the,object,to,the,right,side,of,the,sink,in,the,image898,?], answer(A, (const(A,bowl)))). _parse([what,is,the,white,colour,object,in,the,floor,in,the,image899,?], answer(A, (const(A,dog_bowl)))). _parse([what,is,the,object,kept,below,the,storage,rack,in,the,image899,?], answer(A, (const(A,photo)))). _parse([how,many,photos,are,there,in,the,image899,?], answer(A, (const(A,2)))). _parse([what,is,the,object,to,the,right,side,of,the,plant,in,the,image899,?], answer(A, (const(A,oven)))). _parse([what,object,is,near,the,sink,in,the,image899,?], answer(A, (const(A,kitchen_utensils);const(A,bottle_of_hand_wash_liquid)))). _parse([what,are,the,objects,found,around,the,table,in,the,image900,?], answer(A, (const(A,chair)))). _parse([what,is,the,object,stuck,on,the,wall,in,the,image900,?], answer(A, (const(A,photo)))). _parse([what,is,the,lying,down,on,the,floor,mat,in,the,image900,?], answer(A, (const(A,dog)))). _parse([what,is,stuck,on,the,wall,in,the,image901,?], answer(A, (const(A,photo)))). _parse([what,object,is,found,opposite,to,the,kitchen,cabinet,in,the,image901,?], answer(A, (const(A,window)))). _parse([what,is,found,at,the,left,corner,of,the,kitchen,cabinet,in,the,image902,?], answer(A, (const(A,sink)))). _parse([what,object,is,found,near,faucet,in,the,image902,?], answer(A, (const(A,vase)))). _parse([what,is,the,colour,of,the,book,cover,on,the,cabinet,in,the,image902,?], answer(A, (const(A,yellow)))). _parse([what,is,stuck,on,the,wall,in,the,image902,?], answer(A, (const(A,photo)))). _parse([what,is,found,behind,the,faucet,in,the,image903,?], answer(A, (const(A,vase)))). _parse([how,many,vases,are,there,on,the,top,of,the,window,in,the,image903,?], answer(A, (const(A,3)))). _parse([what,objects,are,found,below,the,window,in,the,image903,?], answer(A, (const(A,vase);const(A,sink);const(A,monitor);const(A,bottle)))). _parse([what,object,is,found,on,the,top,of,the,monitor,in,the,image904,?], answer(A, (const(A,vase)))). _parse([what,are,the,objects,found,below,the,storage,rack,in,the,image904,?], answer(A, (const(A,paper_rack);const(A,coffee_machine);const(A,glass_container)))). _parse([what,object,is,found,on,the,right,side,of,the,paper,rack,in,the,image904,?], answer(A, (const(A,glass_container)))). _parse([how,many,drawer,knobs,are,there,in,the,image904,?], answer(A, (const(A,7)))). _parse([what,are,the,objects,found,below,the,storage,rack,in,the,image905,?], answer(A, (const(A,paper_rack);const(A,coffee_machine);const(A,glass_container)))). _parse([what,is,the,colour,of,the,coffee,machine,in,the,image905,?], answer(A, (const(A,black)))). _parse([what,is,found,in,between,coffee,machine,and,paper,rack,in,the,image905,?], answer(A, (const(A,glass_container)))). _parse([what,is,found,on,the,top,of,the,black,coloured,cupboards,in,the,image905,?], answer(A, (const(A,stove)))). _parse([what,are,the,objects,found,on,the,bottom,right,corner,of,the,image906,?], answer(A, (const(A,file);const(A,wallet)))). _parse([what,are,the,colours,of,files,in,the,image906,?], answer(A, (const(A,blue);const(A,green)))). _parse([what,is,on,the,right,side,of,the,faucet,in,the,image906,?], answer(A, (const(A,bottle_of_hand_wash_liquid)))). _parse([what,is,found,at,the,centre,of,the,room,in,the,image906,?], answer(A, (const(A,table)))). _parse([what,object,is,found,on,the,burner,of,the,image907,?], answer(A, (const(A,cooking_pan)))). _parse([what,is,in,front,of,the,window,in,the,image907,?], answer(A, (const(A,sink);const(A,faucet)))). _parse([what,is,on,the,right,side,of,the,faucet,in,the,image907,?], answer(A, (const(A,bottle_of_hand_wash_liquid)))). _parse([what,is,the,colour,of,the,hand,wash,liquid,in,the,image907,?], answer(A, (const(A,green)))). _parse([what,is,on,the,right,side,of,the,window,in,the,image907,?], answer(A, (const(A,storage_rack)))). _parse([what,object,is,found,on,the,burner,of,the,image908,?], answer(A, (const(A,cooking_pan)))). _parse([what,is,found,behind,the,burner,of,the,image908,?], answer(A, (const(A,door)))). _parse([what,are,the,things,found,below,the,storage,rack,in,the,image908,?], answer(A, (const(A,tissue_roll);const(A,bottle)))). _parse([how,many,sinks,are,there,in,the,image908,?], answer(A, (const(A,2)))). _parse([what,is,found,on,the,right,side,of,the,image909,?], answer(A, (const(A,bed)))). _parse([what,are,found,on,the,top,of,the,bed,in,the,image909,?], answer(A, (const(A,bed_sheets);const(A,pillow)))). _parse([what,is,found,to,the,right,side,of,the,bed,in,the,image910,?], answer(A, (const(A,window);const(A,curtain);const(A,broom)))). _parse([what,are,found,on,the,top,of,the,bed,in,the,image910,?], answer(A, (const(A,bed_sheets);const(A,pillow)))). _parse([what,is,found,on,the,right,side,of,the,window,in,the,image910,?], answer(A, (const(A,chair)))). _parse([what,object,is,found,to,the,right,side,of,the,chair,in,the,image910,?], answer(A, (const(A,paper_tray)))). _parse([what,are,found,to,the,right,side,of,the,chair,in,the,image911,?], answer(A, (const(A,window);const(A,curtain);const(A,wardrobe);const(A,door)))). _parse([what,object,is,found,to,the,right,side,of,the,chair,in,the,image911,?], answer(A, (const(A,paper_tray)))). _parse([what,is,to,the,right,side,of,the,wardrobe,in,the,image911,?], answer(A, (const(A,door)))). _parse([what,is,found,in,between,the,window,and,the,wardrobe,of,the,image911,?], answer(A, (const(A,curtain)))). _parse([what,is,found,to,the,right,side,of,the,door,in,the,image912,?], answer(A, (const(A,television)))). _parse([what,is,found,in,between,the,doors,of,the,image912,?], answer(A, (const(A,television)))). _parse([what,are,the,objects,stuck,on,the,wall,in,the,image913,?], answer(A, (const(A,photo)))). _parse([what,is,stuck,on,the,right,side,wall,in,the,image913,?], answer(A, (const(A,television)))). _parse([what,are,found,below,the,photos,in,the,image913,?], answer(A, (const(A,cloth_bag)))). _parse([what,is,found,to,the,opposite,of,the,left,window,in,the,image913,?], answer(A, (const(A,bed)))). _parse([what,objects,are,found,to,the,right,side,of,the,television,in,the,image913,?], answer(A, (const(A,photo)))). _parse([what,are,stuck,on,the,wall,in,the,image914,?], answer(A, (const(A,photo)))). _parse([what,are,found,on,the,top,of,the,bed,in,the,image914,?], answer(A, (const(A,bed_sheets);const(A,pillow)))). _parse([what,are,found,below,the,photos,in,the,image914,?], answer(A, (const(A,cloth_bag)))). _parse([how,many,doors,found,in,the,image915,?], answer(A, (const(A,2)))). _parse([what,are,stuck,on,the,wall,in,the,image915,?], answer(A, (const(A,photo)))). _parse([what,is,the,colour,of,the,chair,in,the,image915,?], answer(A, (const(A,brown)))). _parse([what,is,found,in,the,top,left,corner,of,the,image916,?], answer(A, (const(A,door)))). _parse([what,is,to,the,right,of,the,door,in,the,image916,?], answer(A, (const(A,bed)))). _parse([what,is,found,on,the,bed,in,the,image916,?], answer(A, (const(A,package_of_bedroom_sheets);const(A,pillow)))). _parse([what,is,right,next,to,the,bed,in,the,image916,?], answer(A, (const(A,lamp)))). _parse([what,is,the,object,in,the,right,top,of,the,lamp,shade,in,the,image916,?], answer(A, (const(A,photo)))). _parse([what,are,stuck,on,the,wall,in,the,image917,?], answer(A, (const(A,wall_decoration)))). _parse([what,object,is,found,on,the,cabinet,in,the,image917,?], answer(A, (const(A,lamp);const(A,books)))). _parse([what,is,the,object,in,between,the,lamp,in,the,image917,?], answer(A, (const(A,bed)))). _parse([what,objects,are,found,on,the,bed,in,the,image917,?], answer(A, (const(A,pillow);const(A,bed_sheets)))). _parse([what,is,the,object,that,is,on,the,right,bottom,of,the,image917,?], answer(A, (const(A,chair)))). _parse([what,is,found,in,the,middle,of,the,image918,?], answer(A, (const(A,wardrobe)))). _parse([what,is,the,object,found,to,the,left,of,the,wardrobe,in,the,image918,?], answer(A, (const(A,guitar)))). _parse([what,is,in,front,of,the,guitar,in,the,image918,?], answer(A, (const(A,guitar_case)))). _parse([what,is,the,object,near,the,pillow,in,the,image918,?], answer(A, (const(A,lamp)))). _parse([what,is,to,the,left,of,the,lamp,in,the,image918,?], answer(A, (const(A,laptop)))). _parse([what,objects,are,found,on,the,cabinet,in,the,image919,?], answer(A, (const(A,lamp);const(A,bottle);const(A,books)))). _parse([what,is,to,the,left,of,the,lamp,in,the,image919,?], answer(A, (const(A,bed)))). _parse([what,is,the,object,plug,in,the,switch,in,the,switch,box,in,the,image919,?], answer(A, (const(A,chair)))). _parse([what,object,is,on,the,wall,in,the,far,end,of,the,image919,?], answer(A, (const(A,photo)))). _parse([what,is,the,object,found,below,the,photo,next,to,the,chair,in,the,image919,?], answer(A, (const(A,floor_mat)))). _parse([what,is,the,object,found,opposite,to,bed,in,the,image920,?], answer(A, (const(A,television)))). _parse([where,the,television,is,kept,in,the,image920,?], answer(A, (const(A,tv_stand)))). _parse([what,objects,are,found,in,the,right,of,the,bed,in,the,image920,?], answer(A, (const(A,toy_doll);const(A,toy_dog);const(A,lamp)))). _parse([how,many,shutter,windows,are,there,in,the,image920,?], answer(A, (const(A,2)))). _parse([what,is,the,colour,of,the,toy,dog,in,the,image921,?], answer(A, (const(A,yellow)))). _parse([what,are,objects,on,the,bed,in,the,image921,?], answer(A, (const(A,bed_sheets);const(A,pillow)))). _parse([what,is,above,behind,the,bed,in,the,image921,?], answer(A, (const(A,photo)))). _parse([what,is,the,number,found,in,the,photo,frame,in,the,image921,?], answer(A, (const(A,8)))). _parse([what,are,the,objects,found,to,the,right,of,the,pillow,in,the,image921,?], answer(A, (const(A,lamp);const(A,table)))). _parse([what,is,found,above,the,chair,in,the,image922,?], answer(A, (const(A,toy_shelf)))). _parse([what,objects,are,found,in,the,toy,shelf,in,the,image922,?], answer(A, (const(A,toy_doll);const(A,soft_toy)))). _parse([what,object,is,found,near,the,pillow,in,the,image922,?], answer(A, (const(A,hair_brush)))). _parse([what,are,the,colours,in,the,hanging,near,the,door,in,the,image922,?], answer(A, (const(A,red);const(A,yellow)))). _parse([what,is,found,on,the,cabinet,in,the,image923,?], answer(A, (const(A,clock)))). _parse([what,is,the,object,stuck,on,the,wall,in,the,image923,?], answer(A, (const(A,mirror)))). _parse([what,is,the,object,in,the,mirror,in,the,image923,?], answer(A, (const(A,wardrobe)))). _parse([what,is,the,object,found,in,the,left,top,of,the,image923,?], answer(A, (const(A,curtain)))). _parse([what,is,found,on,the,right,side,of,the,table,lamp,in,the,image924,?], answer(A, (const(A,bed)))). _parse([how,many,pillows,are,there,in,the,image924,?], answer(A, (const(A,4)))). _parse([what,is,the,colour,of,the,lamp,in,the,image924,?], answer(A, (const(A,white)))). _parse([what,is,found,behind,the,bed,in,the,image924,?], answer(A, (const(A,window)))). _parse([what,are,found,in,the,right,side,of,the,image925,?], answer(A, (const(A,chair)))). _parse([what,is,found,in,front,of,the,chairs,in,the,image925,?], answer(A, (const(A,door)))). _parse([what,is,found,to,the,left,side,of,the,door,in,the,image925,?], answer(A, (const(A,wardrobe)))). _parse([what,is,the,colour,of,the,chair,in,the,image925,?], answer(A, (const(A,green)))). _parse([what,is,to,the,right,of,the,bed,in,the,image926,?], answer(A, (const(A,night_stand)))). _parse([what,is,to,the,right,corner,of,the,night,stand,in,the,image926,?], answer(A, (const(A,glass)))). _parse([what,is,in,the,middle,of,the,night,stand,in,the,image926,?], answer(A, (const(A,tissue_box)))). _parse([what,is,in,front,of,the,night,stand,in,the,image926,?], answer(A, (const(A,chair)))). _parse([what,is,on,the,window,in,the,image926,?], answer(A, (const(A,window_cover)))). _parse([what,is,on,the,bed,in,the,image927,?], answer(A, (const(A,pillow)))). _parse([what,is,the,colour,of,the,bed,cover,in,the,image927,?], answer(A, (const(A,white)))). _parse([what,is,below,the,bed,in,the,image928,?], answer(A, (const(A,garbage_bin)))). _parse([what,is,in,the,night,stand,in,the,image928,?], answer(A, (const(A,table_runner)))). _parse([what,is,the,colour,of,the,bed,cover,in,the,image929,?], answer(A, (const(A,blue)))). _parse([what,is,to,the,right,corner,of,the,night,stand,in,the,image929,?], answer(A, (const(A,lamp)))). _parse([what,is,at,the,right,corner,of,the,image929,in,the,image929,?], answer(A, (const(A,fan)))). _parse([what,is,in,front,of,the,fan,in,the,image930,?], answer(A, (const(A,book)))). _parse([how,many,table,runner,are,in,the,image930,?], answer(A, (const(A,3)))). _parse([what,is,the,colour,of,the,window,cover,in,the,image930,?], answer(A, (const(A,green)))). _parse([how,many,bed,are,in,the,image931,?], answer(A, (const(A,2)))). _parse([what,is,in,front,of,the,table,runner,in,the,image931,?], answer(A, (const(A,garbage_bin)))). _parse([what,is,in,front,of,the,bed,in,the,image932,?], answer(A, (const(A,box)))). _parse([what,is,inside,the,box,in,the,image932,?], answer(A, (const(A,books)))). _parse([what,is,on,the,table,in,the,image932,?], answer(A, (const(A,books)))). _parse([what,is,to,the,left,of,the,book,in,the,image932,?], answer(A, (const(A,lamp)))). _parse([what,is,in,front,of,the,lamp,in,the,image932,?], answer(A, (const(A,bottle_of_perfume)))). _parse([what,is,in,front,of,the,pillow,on,the,bed,in,the,image933,?], answer(A, (const(A,soft_toy)))). _parse([what,is,above,the,bed,in,the,image933,?], answer(A, (const(A,decorative_item)))). _parse([what,is,to,the,left,of,the,bed,in,the,image933,?], answer(A, (const(A,night_stand)))). _parse([what,is,in,between,the,chair,and,night,stand,in,the,image933,?], answer(A, (const(A,garbage_bin)))). _parse([what,is,in,front,of,the,chair,in,the,image934,?], answer(A, (const(A,bag)))). _parse([what,is,on,the,left,of,the,sofa,in,the,image934,?], answer(A, (const(A,charger)))). _parse([what,is,below,the,charger,in,the,image934,?], answer(A, (const(A,books)))). _parse([what,is,plugged,on,the,switch,box,left,of,the,shelf,in,the,image935,?], answer(A, (const(A,charger)))). _parse([what,is,on,the,second,rack,of,the,shelf,in,the,image935,?], answer(A, (const(A,speaker)))). _parse([what,is,above,the,lamp,on,the,table,in,the,image935,?], answer(A, (const(A,television)))). _parse([what,is,on,the,night,stand,in,front,of,the,window,in,the,image936,?], answer(A, (const(A,telephone)))). _parse([what,is,the,colour,of,the,clothes,in,the,image936,?], answer(A, (const(A,green)))). _parse([what,is,on,the,table,to,the,right,of,the,shelf,in,the,image936,?], answer(A, (const(A,television)))). _parse([what,is,to,the,left,of,the,telephone,in,the,image937,?], answer(A, (const(A,towel)))). _parse([what,is,on,the,bed,in,the,image937,?], answer(A, (const(A,soft_toy)))). _parse([what,is,the,colour,of,the,bed,sheet,in,the,image937,?], answer(A, (const(A,pink)))). _parse([how,many,small,pillows,are,on,the,bed,in,the,image938,?], answer(A, (const(A,3)))). _parse([what,is,to,the,right,of,the,bed,in,the,image938,?], answer(A, (const(A,bookshelf)))). _parse([what,is,to,the,left,of,the,bed,in,the,image938,?], answer(A, (const(A,shelves)))). _parse([what,is,on,the,shelf,in,the,image938,?], answer(A, (const(A,table_runner)))). _parse([what,is,to,the,left,corner,of,the,table,in,the,image939,?], answer(A, (const(A,telephone)))). _parse([what,is,to,the,right,of,the,table,in,the,image939,?], answer(A, (const(A,books)))). _parse([what,is,on,the,window,in,the,image940,?], answer(A, (const(A,window_cover)))). _parse([how,many,runners,are,in,the,shelf,in,the,image940,?], answer(A, (const(A,5)))). _parse([what,is,to,the,left,of,the,bed,in,the,image941,?], answer(A, (const(A,night_stand)))). _parse([what,is,on,the,night,stand,in,the,image941,?], answer(A, (const(A,lamp)))). _parse([what,is,on,the,wall,in,the,image942,?], answer(A, (const(A,picture)))). _parse([how,many,picture,are,on,the,wall,in,the,image942,?], answer(A, (const(A,2)))). _parse([what,is,in,the,right,of,the,shelf,in,the,image943,?], answer(A, (const(A,chair)))). _parse([what,is,to,the,right,of,the,chair,in,the,image943,?], answer(A, (const(A,bookshelf)))). _parse([what,is,in,the,left,corner,of,the,night,stand,in,the,image944,?], answer(A, (const(A,alarm_clock)))). _parse([what,is,in,between,the,night,stand,and,baby,gate,in,the,image944,?], answer(A, (const(A,cloth_bag)))). _parse([what,is,on,the,bed,in,the,image944,?], answer(A, (const(A,soft_toy)))). _parse([what,is,on,the,bed,in,the,image945,?], answer(A, (const(A,bed_sheets)))). _parse([what,is,to,the,left,of,the,bed,in,the,image945,?], answer(A, (const(A,night_stand)))). _parse([what,is,in,the,rack,of,the,night,stand,in,the,image945,?], answer(A, (const(A,books)))). _parse([what,is,on,the,table,in,the,image946,?], answer(A, (const(A,computer)))). _parse([what,is,in,front,of,the,computer,in,the,image946,?], answer(A, (const(A,fax_machine)))). _parse([what,is,in,the,left,rack,of,the,table,in,the,image946,?], answer(A, (const(A,dvd)))). _parse([what,is,on,the,bed,in,the,image947,?], answer(A, (const(A,pillow)))). _parse([what,is,on,the,table,in,the,image947,?], answer(A, (const(A,decorative_item)))). _parse([what,is,on,the,bed,in,the,image948,?], answer(A, (const(A,box)))). _parse([what,is,on,the,floor,in,the,image948,?], answer(A, (const(A,papers)))). _parse([what,is,on,the,night,stand,in,the,image948,?], answer(A, (const(A,lamp)))). _parse([what,is,below,the,bed,in,the,image949,?], answer(A, (const(A,bed_sheets)))). _parse([what,is,on,the,wall,in,the,image949,?], answer(A, (const(A,picture)))). _parse([what,is,blue,in,colour,on,the,floor,in,the,image949,?], answer(A, (const(A,purse)))). _parse([what,is,in,front,of,the,bed,in,the,image950,?], answer(A, (const(A,suitcase)))). _parse([what,is,to,the,left,of,the,bed,on,the,bag,in,the,image950,?], answer(A, (const(A,bean_bag)))). _parse([what,is,found,in,the,left,side,of,the,image951,?], answer(A, (const(A,bed)))). _parse([what,object,is,plugged,in,the,wall,on,the,right,side,of,the,image951,?], answer(A, (const(A,lamp)))). _parse([what,is,the,saffron,colour,object,in,the,lamp,in,the,image951,?], answer(A, (const(A,lamp_shade)))). _parse([how,many,pillows,found,on,the,bed,in,white,colour,in,the,image951,?], answer(A, (const(A,2)))). _parse([what,object,is,found,in,the,cabinet,in,the,image951,?], answer(A, (const(A,bottle)))). _parse([what,is,the,black,colour,object,found,in,the,bed,in,the,image952,?], answer(A, (const(A,pillow)))). _parse([what,is,object,is,hanged,in,the,bed,in,the,image952,?], answer(A, (const(A,towel)))). _parse([what,objects,are,right,to,the,bed,in,the,image952,?], answer(A, (const(A,lamp);const(A,books);const(A,papers)))). _parse([what,object,is,found,in,the,right,bottom,of,the,image952,?], answer(A, (const(A,garbage_bin)))). _parse([what,is,found,above,the,garbage,bin,in,the,wall,in,the,image952,?], answer(A, (const(A,photo)))). _parse([what,is,the,colour,of,the,object,hanged,in,top,left,of,the,bed,in,the,image953,?], answer(A, (const(A,yellow)))). _parse([how,many,pillows,are,on,the,bed,in,the,image953,?], answer(A, (const(A,6)))). _parse([what,object,is,found,near,the,pillow,in,the,image953,?], answer(A, (const(A,photo);const(A,towel)))). _parse([what,is,the,object,before,the,table,in,the,image954,?], answer(A, (const(A,chair)))). _parse([what,objects,are,on,the,table,in,the,image954,?], answer(A, (const(A,papers);const(A,clothes)))). _parse([what,objects,are,near,the,shutter,window,in,the,image954,?], answer(A, (const(A,clothes);const(A,books);const(A,bag)))). _parse([what,object,is,hanged,on,the,bed,in,the,image954,?], answer(A, (const(A,paper)))). _parse([what,is,the,object,near,the,shutter,window,in,the,image955,?], answer(A, (const(A,sofa)))). _parse([what,is,the,black,colour,object,on,the,table,in,the,image955,?], answer(A, (const(A,lamp)))). _parse([what,is,the,object,on,the,cpu,in,the,image955,?], answer(A, (const(A,doll)))). _parse([what,objects,are,on,the,table,in,the,image955,?], answer(A, (const(A,pen);const(A,pen_box);const(A,books);const(A,papers)))). _parse([what,objects,are,found,in,front,of,the,table,in,the,image955,?], answer(A, (const(A,books);const(A,toy);const(A,photo)))). _parse([what,is,the,object,found,left,of,the,image956,?], answer(A, (const(A,bag)))). _parse([what,is,object,is,in,yellow,colour,in,the,image956,?], answer(A, (const(A,bicycle_helmet)))). _parse([what,object,is,hanged,on,the,wall,near,the,bed,in,the,image956,?], answer(A, (const(A,photo)))). _parse([what,is,to,the,right,of,the,bed,in,the,image956,?], answer(A, (const(A,lamp)))). _parse([what,is,stuck,on,the,wall,near,the,bed,in,the,image957,?], answer(A, (const(A,photo)))). _parse([what,is,the,colour,of,the,object,found,under,the,bed,in,the,image957,?], answer(A, (const(A,red)))). _parse([what,object,is,found,opposite,to,the,chair,in,the,image957,?], answer(A, (const(A,window)))). _parse([what,objects,are,hanged,near,the,chair,and,bed,in,the,image957,?], answer(A, (const(A,toy);const(A,clothes)))). _parse([what,object,is,found,on,the,sofa,in,the,image957,?], answer(A, (const(A,clothes)))). _parse([what,is,found,on,the,table,in,the,image958,?], answer(A, (const(A,lamp)))). _parse([what,is,the,orange,colour,object,found,in,the,image958,?], answer(A, (const(A,pillow)))). _parse([what,is,found,left,side,of,the,pillow,in,the,image958,?], answer(A, (const(A,lamp)))). _parse([what,is,the,object,found,on,the,left,top,of,the,image958,?], answer(A, (const(A,window)))). _parse([what,is,stuck,on,the,wall,in,the,image959,?], answer(A, (const(A,wall_decoration)))). _parse([how,many,black,pillows,are,there,in,the,image959,?], answer(A, (const(A,6)))). _parse([what,is,kept,near,the,right,side,lamp,in,the,image959,?], answer(A, (const(A,file_box)))). _parse([what,is,the,object,in,the,left,side,of,the,image959,?], answer(A, (const(A,curtain)))). _parse([what,is,the,object,found,on,the,side,of,the,shutter,window,in,the,image960,?], answer(A, (const(A,curtain)))). _parse([what,object,is,found,on,the,right,side,of,the,image960,?], answer(A, (const(A,lamp)))). _parse([what,is,the,object,found,right,side,of,the,curtain,in,the,image960,?], answer(A, (const(A,television)))). _parse([what,is,the,object,found,in,the,table,near,the,bed,in,the,image961,?], answer(A, (const(A,toy)))). _parse([what,is,in,front,of,the,bed,in,the,image961,?], answer(A, (const(A,chair)))). _parse([what,is,inside,the,chair,in,the,image961,?], answer(A, (const(A,ipad)))). _parse([what,is,found,under,the,table,in,the,image962,?], answer(A, (const(A,toy)))). _parse([what,is,found,on,the,table,in,the,image962,?], answer(A, (const(A,lamp)))). _parse([what,is,found,behind,the,lamp,on,the,wall,in,the,image962,?], answer(A, (const(A,wall_decoration)))). _parse([what,is,found,on,the,right,side,of,the,image962,?], answer(A, (const(A,door)))). _parse([what,is,hanged,in,the,right,side,wall,in,the,image963,?], answer(A, (const(A,photo)))). _parse([what,is,the,object,found,below,the,photo,in,the,image963,?], answer(A, (const(A,bed)))). _parse([what,object,is,found,on,the,bed,in,the,image963,?], answer(A, (const(A,pillow)))). _parse([how,many,pillows,are,there,in,the,image963,?], answer(A, (const(A,4)))). _parse([what,objects,are,to,the,left,of,the,bed,in,the,image963,?], answer(A, (const(A,table);const(A,box);const(A,bottle)))). _parse([what,is,found,on,the,cabinet,in,the,image964,?], answer(A, (const(A,computer)))). _parse([what,is,right,to,the,computer,in,the,image964,?], answer(A, (const(A,mirror)))). _parse([what,objects,are,found,inside,the,mirror,in,the,image964,?], answer(A, (const(A,computer);const(A,photo)))). _parse([what,is,to,the,left,of,the,computer,in,the,image964,?], answer(A, (const(A,bookshelf)))). _parse([how,many,racks,are,there,in,the,bookshelf,in,the,image964,?], answer(A, (const(A,4)))). _parse([what,is,the,object,hanged,on,the,wall,above,the,pillow,in,the,image965,?], answer(A, (const(A,photo)))). _parse([what,is,found,on,the,floor,in,the,image965,?], answer(A, (const(A,floor_mat)))). _parse([what,is,next,to,the,floor,mat,in,the,image965,?], answer(A, (const(A,chair)))). _parse([what,object,is,found,on,the,right,side,in,the,image966,?], answer(A, (const(A,bed)))). _parse([what,are,stuck,on,the,wall,in,the,image966,?], answer(A, (const(A,photo)))). _parse([what,object,is,found,on,the,right,side,of,the,image966,?], answer(A, (const(A,basketball)))). _parse([what,are,the,things,found,on,the,left,side,in,the,image966,?], answer(A, (const(A,chair);const(A,lamp);const(A,books)))). _parse([what,object,is,found,on,the,left,side,in,the,image967,?], answer(A, (const(A,chair)))). _parse([what,is,found,to,the,right,side,of,the,chair,in,the,image967,?], answer(A, (const(A,cabinet)))). _parse([what,is,stuck,on,the,wall,behind,the,chair,in,the,image967,?], answer(A, (const(A,photo)))). _parse([what,is,the,colour,of,the,bed,in,the,image968,?], answer(A, (const(A,white)))). _parse([what,object,is,found,to,the,right,side,of,the,bed,in,the,image968,?], answer(A, (const(A,ironing_board)))). _parse([what,objects,are,found,on,the,ironing,board,in,the,image968,?], answer(A, (const(A,iron_box);const(A,clothes)))). _parse([what,is,found,behind,the,ironing,board,in,the,image968,?], answer(A, (const(A,window)))). _parse([how,many,windows,are,there,in,the,image969,?], answer(A, (const(A,2)))). _parse([what,is,found,to,the,left,of,the,bed,in,the,image969,?], answer(A, (const(A,ironing_board)))). _parse([what,is,found,on,the,ceiling,in,the,image969,?], answer(A, (const(A,fan)))). _parse([what,objects,are,found,on,the,ironing,board,in,the,image969,?], answer(A, (const(A,iron_box);const(A,clothes)))). _parse([what,is,stuck,on,the,wall,in,the,image970,?], answer(A, (const(A,photo)))). _parse([what,is,found,to,the,right,side,of,the,photo,in,the,image970,?], answer(A, (const(A,television)))). _parse([what,object,is,found,to,the,bottom,left,of,the,image970,?], answer(A, (const(A,sofa)))). _parse([what,are,found,on,the,sofa,of,the,image970,?], answer(A, (const(A,pillow);const(A,clothes)))). _parse([what,is,found,in,front,of,the,window,in,the,image971,?], answer(A, (const(A,sofa)))). _parse([what,are,found,on,the,sofa,of,the,image971,?], answer(A, (const(A,doll);const(A,pillow);const(A,clothes)))). _parse([what,object,is,found,to,the,left,side,of,the,sofa,in,the,image971,?], answer(A, (const(A,bed)))). _parse([how,many,pillows,found,on,the,floor,in,the,image971,?], answer(A, (const(A,2)))). _parse([how,many,photos,stuck,on,the,wall,in,the,image972,?], answer(A, (const(A,2)))). _parse([what,is,found,below,the,photos,in,the,image972,?], answer(A, (const(A,bed)))). _parse([what,are,found,on,the,bed,in,the,image972,?], answer(A, (const(A,pillow);const(A,bed_sheets)))). _parse([what,is,found,to,the,left,side,of,the,cot,in,the,image972,?], answer(A, (const(A,cabinet)))). _parse([what,object,is,found,on,the,top,of,the,cabinet,in,the,image972,?], answer(A, (const(A,lamp)))). _parse([what,is,found,to,the,left,side,of,the,bed,in,the,image973,?], answer(A, (const(A,cabinet)))). _parse([what,object,is,found,on,the,cabinet,in,the,image973,?], answer(A, (const(A,lamp)))). _parse([what,is,found,to,the,left,side,of,the,lamp,in,the,image973,?], answer(A, (const(A,door)))). _parse([how,many,handles,are,there,in,left,side,cabinet,of,the,image973,?], answer(A, (const(A,9)))). _parse([what,is,the,colour,of,the,cabinets,in,the,image973,?], answer(A, (const(A,black)))). _parse([what,is,found,on,the,left,side,in,the,image974,?], answer(A, (const(A,bed)))). _parse([what,object,is,found,on,the,right,side,of,the,image974,?], answer(A, (const(A,lamp)))). _parse([how,many,pillows,are,there,on,the,wall,in,the,image974,?], answer(A, (const(A,2)))). _parse([what,is,the,colour,of,the,doll,on,the,sofa,in,the,image974,?], answer(A, (const(A,black)))). _parse([what,is,the,colour,of,the,bed,in,the,image975,?], answer(A, (const(A,red)))). _parse([how,many,garbage,bags,are,there,in,the,image975,?], answer(A, (const(A,2)))). _parse([what,is,the,colour,of,the,cot,in,the,image976,?], answer(A, (const(A,black)))). _parse([what,is,the,object,in,the,right,side,of,the,image976,?], answer(A, (const(A,photo)))). _parse([how,many,square,pillows,are,there,in,the,image976,?], answer(A, (const(A,4)))). _parse([what,is,the,green,colour,object,found,in,the,first,rack,in,the,image977,?], answer(A, (const(A,oil_container)))). _parse([how,many,racks,are,there,in,the,wall,in,the,image977,?], answer(A, (const(A,2)))). _parse([what,is,the,red,colour,object,on,the,bed,in,the,image978,?], answer(A, (const(A,pillow)))). _parse([what,is,to,the,right,of,the,bed,in,the,image978,?], answer(A, (const(A,lamp)))). _parse([where,is,the,lamp,kept,on,in,the,image978,?], answer(A, (const(A,cabinet)))). _parse([what,is,the,object,on,the,right,side,of,the,image978,?], answer(A, (const(A,door_knob)))). _parse([what,is,found,on,the,right,side,of,the,image979,?], answer(A, (const(A,bed)))). _parse([what,object,is,near,the,bed,in,the,image979,?], answer(A, (const(A,television)))). _parse([what,object,is,right,of,the,television,in,the,image979,?], answer(A, (const(A,piano)))). _parse([what,objects,are,on,the,piano,in,the,image979,?], answer(A, (const(A,books);const(A,pen)))). _parse([what,is,behind,the,music,instrument,in,the,image979,?], answer(A, (const(A,window)))). _parse([what,object,is,to,the,right,of,the,window,in,the,image979,?], answer(A, (const(A,bookshelf)))). _parse([how,many,racks,are,there,in,the,bookshelf,in,the,image979,?], answer(A, (const(A,6)))). _parse([what,is,the,object,to,the,right,of,the,piano,in,the,image980,?], answer(A, (const(A,television)))). _parse([what,is,kept,on,the,top,of,the,television,in,the,image980,?], answer(A, (const(A,clothes)))). _parse([what,is,the,object,found,on,the,bed,in,the,image980,?], answer(A, (const(A,pillow)))). _parse([what,is,left,of,the,pillow,in,the,image980,?], answer(A, (const(A,lamp)))). _parse([what,is,the,object,on,which,cd,player,is,kept,in,the,image981,?], answer(A, (const(A,television)))). _parse([what,is,the,object,on,the,wall,outside,the,door,in,the,image981,?], answer(A, (const(A,photo)))). _parse([what,object,is,in,front,of,the,window,in,the,image981,?], answer(A, (const(A,sofa)))). _parse([what,is,near,the,window,in,the,image981,?], answer(A, (const(A,curtain)))). _parse([what,are,the,colours,of,the,curtains,in,the,image981,?], answer(A, (const(A,blue);const(A,green)))). _parse([what,is,behind,the,television,right,corner,in,the,image981,?], answer(A, (const(A,photo)))). _parse([how,many,televisions,are,there,in,the,image981,?], answer(A, (const(A,2)))). _parse([what,is,the,object,in,the,left,of,the,image982,?], answer(A, (const(A,mirror)))). _parse([what,are,the,objects,found,inside,the,mirror,in,the,image982,?], answer(A, (const(A,lamp);const(A,books)))). _parse([what,is,found,on,the,left,of,the,lamp,in,the,image982,?], answer(A, (const(A,books)))). _parse([what,is,found,near,the,books,in,front,of,the,mirror,in,image982,?], answer(A, (const(A,remote_control)))). _parse([what,is,found,on,the,right,of,the,lamp,in,the,image982,?], answer(A, (const(A,bed)))). _parse([what,object,is,found,on,the,bed,in,the,image983,?], answer(A, (const(A,pillow)))). _parse([what,are,the,colours,of,the,pillows,in,the,image983,?], answer(A, (const(A,red);const(A,green);const(A,blue)))). _parse([what,object,is,found,on,the,left,of,the,lamp,in,the,image983,?], answer(A, (const(A,books)))). _parse([how,many,lamps,are,found,there,in,the,image983,?], answer(A, (const(A,2)))). _parse([what,object,is,found,on,left,side,of,the,image984,?], answer(A, (const(A,curtain)))). _parse([what,is,the,object,found,to,the,right,of,the,image984,?], answer(A, (const(A,sofa)))). _parse([how,many,sofas,are,there,in,the,image984,?], answer(A, (const(A,2)))). _parse([what,is,found,in,between,the,sofas,in,the,image984,?], answer(A, (const(A,cabinet)))). _parse([what,is,the,object,found,behind,the,cabinet,in,the,image984,?], answer(A, (const(A,window)))). _parse([what,object,is,found,on,the,right,corner,of,the,cabinet,in,the,image984,?], answer(A, (const(A,cordless_phone)))). _parse([what,object,is,found,before,the,left,side,wall,of,the,image985,?], answer(A, (const(A,television)))). _parse([what,is,the,object,to,the,right,of,the,television,in,the,image985,?], answer(A, (const(A,bicycle)))). _parse([what,is,the,colour,of,the,object,hanged,in,the,bicycle,in,the,image985,?], answer(A, (const(A,blue)))). _parse([what,is,the,object,opposite,to,the,television,in,the,image985,?], answer(A, (const(A,bed)))). _parse([what,object,is,in,red,colour,near,lamp,inside,the,mirror,in,the,image985,?], answer(A, (const(A,pillow)))). _parse([what,is,the,object,found,near,the,window,in,the,image986,?], answer(A, (const(A,stool)))). _parse([what,objects,are,found,on,the,table,in,the,image986,?], answer(A, (const(A,lamp);const(A,papers);const(A,bottle)))). _parse([what,is,the,colour,of,the,chair,in,the,image986,?], answer(A, (const(A,blue);const(A,red)))). _parse([what,is,behind,the,bed,in,the,image986,?], answer(A, (const(A,bookshelf)))). _parse([what,is,at,the,top,of,the,bookshelf,in,the,image986,?], answer(A, (const(A,toy)))). _parse([what,is,the,object,found,on,the,left,of,the,image987,?], answer(A, (const(A,bed)))). _parse([what,is,next,to,the,bed,in,the,image987,?], answer(A, (const(A,door)))). _parse([how,many,knobs,are,there,in,the,door,in,the,image987,?], answer(A, (const(A,6)))). _parse([what,is,kept,on,the,cabinet,near,the,door,in,the,image987,?], answer(A, (const(A,books)))). _parse([what,is,the,object,to,the,left,of,the,cabinet,in,the,image987,?], answer(A, (const(A,window)))). _parse([what,is,the,shadow,found,on,the,wall,near,the,bed,in,the,image987,?], answer(A, (const(A,light)))). _parse([what,is,the,colour,of,the,bed,sheet,in,the,image988,?], answer(A, (const(A,green)))). _parse([what,object,is,found,to,the,opposite,of,the,bed,in,the,image988,?], answer(A, (const(A,bookshelf)))). _parse([what,are,found,to,the,left,side,of,the,bookshelf,in,the,image988,?], answer(A, (const(A,table);const(A,lamp);const(A,chair)))). _parse([what,are,the,colours,on,the,chair,in,the,image988,?], answer(A, (const(A,blue);const(A,red)))). _parse([what,are,the,objects,found,on,the,table,in,the,image988,?], answer(A, (const(A,lamp);const(A,books);const(A,bottle);const(A,pencil_holder)))). _parse([what,are,stuck,on,the,wall,in,the,image989,?], answer(A, (const(A,wall_stand)))). _parse([how,many,wall,stands,are,there,in,the,image989,?], answer(A, (const(A,5)))). _parse([what,is,found,in,front,of,the,cot,in,the,image989,?], answer(A, (const(A,chair)))). _parse([what,is,found,to,the,right,side,of,the,cot,in,the,image989,?], answer(A, (const(A,cabinet)))). _parse([what,is,found,on,the,left,side,in,the,image990,?], answer(A, (const(A,window)))). _parse([what,object,is,found,on,the,right,side,of,the,window,in,the,image990,?], answer(A, (const(A,mirror)))). _parse([what,objects,are,found,on,the,top,row,of,the,toys,shelf,in,the,image990,?], answer(A, (const(A,books);const(A,bottle)))). _parse([what,object,is,found,on,the,right,side,of,the,toys,shelf,in,the,image990,?], answer(A, (const(A,garbage_bin)))). _parse([what,is,found,to,the,left,side,of,the,bed,in,the,image991,?], answer(A, (const(A,table)))). _parse([what,is,found,on,the,top,of,the,table,in,the,image991,?], answer(A, (const(A,lamp)))). _parse([what,is,the,colour,of,the,lamp,in,the,image991,?], answer(A, (const(A,red)))). _parse([what,is,found,on,the,top,of,the,lamp,in,the,image991,?], answer(A, (const(A,board)))). _parse([how,many,boards,are,there,in,the,image991,?], answer(A, (const(A,2)))). _parse([what,is,found,on,the,top,of,the,window,in,the,image992,?], answer(A, (const(A,photo)))). _parse([what,is,the,window,cover,with,in,the,image992,?], answer(A, (const(A,curtain)))). _parse([what,is,found,in,front,of,the,lamp,in,the,image992,?], answer(A, (const(A,bed)))). _parse([what,is,found,on,the,top,of,the,lamp,in,the,image992,?], answer(A, (const(A,board)))). _parse([what,is,found,to,the,right,side,of,the,door,in,the,image993,?], answer(A, (const(A,bookshelf)))). _parse([what,object,is,found,on,the,top,rack,of,the,bookshelf,in,the,image993,?], answer(A, (const(A,photo)))). _parse([what,is,at,the,bottom,of,the,board,in,the,image993,?], answer(A, (const(A,table);const(A,chair)))). _parse([what,object,is,found,at,the,bottom,left,in,the,image994,?], answer(A, (const(A,cabinet)))). _parse([what,is,found,to,the,top,of,the,cabinet,in,the,image994,?], answer(A, (const(A,window)))). _parse([how,many,drawer,handles,are,there,in,the,image994,?], answer(A, (const(A,3)))). _parse([what,is,to,the,right,of,the,cabinet,in,the,image994,?], answer(A, (const(A,bed)))). _parse([what,is,found,on,the,left,side,in,the,image995,?], answer(A, (const(A,bookshelf)))). _parse([what,is,to,the,right,side,of,the,bookshelf,in,the,image995,?], answer(A, (const(A,window)))). _parse([what,object,is,found,below,window,in,the,image995,?], answer(A, (const(A,cabinet)))). _parse([how,many,window,casings,are,there,in,the,image995,?], answer(A, (const(A,3)))). _parse([how,many,lamps,found,in,the,image996,?], answer(A, (const(A,2)))). _parse([what,objects,are,found,on,the,bed,in,the,image996,?], answer(A, (const(A,doll);const(A,pillow)))). _parse([what,is,found,to,the,left,side,of,the,cot,in,the,image996,?], answer(A, (const(A,window)))). _parse([what,is,found,to,the,left,of,the,cabinet,in,the,image997,?], answer(A, (const(A,garbage_bin)))). _parse([what,objects,are,found,on,the,bed,in,the,image997,?], answer(A, (const(A,doll);const(A,pillow)))). _parse([what,is,found,to,the,right,side,of,the,cot,in,the,image998,?], answer(A, (const(A,cabinet)))). _parse([what,object,is,on,the,top,of,the,cabinet,in,the,image998,?], answer(A, (const(A,lamp)))). _parse([what,are,the,objects,found,below,the,cabinet,in,the,image998,?], answer(A, (const(A,books)))). _parse([what,object,is,found,below,the,window,in,the,image999,?], answer(A, (const(A,photo)))). _parse([what,objects,are,found,on,the,cabinet,in,the,image999,?], answer(A, (const(A,photo)))). _parse([what,is,on,the,left,side,of,the,bed,in,the,image999,?], answer(A, (const(A,lamp)))). _parse([what,are,found,on,the,floor,to,the,right,side,of,the,cot,in,the,image999,?], answer(A, (const(A,books)))). _parse([what,object,is,found,on,the,left,side,in,the,image1000,?], answer(A, (const(A,wardrobe)))). _parse([how,many,drawers,are,there,in,the,cabinet,in,the,image1000,?], answer(A, (const(A,6)))). _parse([what,is,stuck,on,the,top,of,the,cabinet,in,the,image1000,?], answer(A, (const(A,photo)))). _parse([what,is,on,top,of,the,table,in,the,image1001,?], answer(A, (const(A,radio);const(A,stereo)))). _parse([what,is,left,to,the,table,in,the,image1001,?], answer(A, (const(A,doll)))). _parse([what,is,hanging,to,the,left,side,of,the,room,near,the,dolls,in,the,image1001,?], answer(A, (const(A,curtain)))). _parse([what,is,present,in,front,of,the,table,in,the,image1001,?], answer(A, (const(A,books)))). _parse([where,are,the,toys,kept,in,the,image1001,?], answer(A, (const(A,chair)))). _parse([what,is,on,the,door,in,the,image1002,?], answer(A, (const(A,door_knob)))). _parse([what,is,on,top,of,the,bed,in,the,image1002,?], answer(A, (const(A,pillow)))). _parse([what,is,stuck,on,the,door,in,the,image1002,?], answer(A, (const(A,sticker)))). _parse([what,is,hanging,on,the,wall,to,the,right,of,the,door,in,the,image1002,?], answer(A, (const(A,decorative_item)))). _parse([what,is,present,on,the,wall,to,the,right,side,of,the,door,in,the,image1002,?], answer(A, (const(A,light_switch)))). _parse([what,is,present,to,the,right,of,the,shirt,hung,on,the,door,in,the,image1003,?], answer(A, (const(A,door_knob)))). _parse([what,is,present,below,the,stereo,in,the,image1003,?], answer(A, (const(A,table)))). _parse([what,is,there,on,the,floor,to,the,right,of,the,portraits,in,the,image1003,?], answer(A, (const(A,purse)))). _parse([what,is,hung,on,the,doorknob,behind,the,door,in,the,image1003,?], answer(A, (const(A,bag)))). _parse([what,is,available,in,the,middle,of,the,door,in,the,image1004,?], answer(A, (const(A,glass_pane)))). _parse([what,is,present,in,the,right,side,of,the,door,in,the,image1004,?], answer(A, (const(A,shirts_in_hanger)))). _parse([what,is,there,right,next,to,the,bed,in,the,image1004,?], answer(A, (const(A,storage_rack)))). _parse([what,is,present,on,top,of,the,storage,rack,in,the,image1004,?], answer(A, (const(A,books)))). _parse([what,is,the,main,object,present,in,the,room,in,the,image1005,?], answer(A, (const(A,shelves)))). _parse([what,is,placed,on,top,of,the,second,rack,of,second,partition,of,shelf,in,the,image1005,?], answer(A, (const(A,television)))). _parse([what,is,there,behind,the,television,in,the,image1005,?], answer(A, (const(A,remote_control)))). _parse([what,is,inside,the,photo,frame,in,the,image1005,?], answer(A, (const(A,photo)))). _parse([what,is,kept,between,the,photo,frames,in,the,image1005,?], answer(A, (const(A,decorative_item)))). _parse([what,is,hung,on,the,wall,in,the,image1006,?], answer(A, (const(A,wall_decoration)))). _parse([what,is,kept,near,the,wall,and,the,bed,in,the,corner,of,the,room,in,the,image1006,?], answer(A, (const(A,lamp)))). _parse([what,is,the,object,covered,with,bed,sheets,near,the,lamp,in,the,image1006,?], answer(A, (const(A,bed)))). _parse([what,is,kept,on,top,of,the,bed,and,under,the,bed,sheet,in,the,image1006,?], answer(A, (const(A,pillow)))). _parse([what,is,the,object,in,maroon,colour,hanging,near,the,bed,in,the,image1006,?], answer(A, (const(A,curtain)))). _parse([what,is,present,to,the,left,of,the,image1007,in,the,image1007,?], answer(A, (const(A,clothing_drying_rack)))). _parse([what,is,spread,across,the,bed,in,the,image1007,?], answer(A, (const(A,clothes)))). _parse([what,is,hung,on,the,wall,in,the,image1007,?], answer(A, (const(A,wall_decoration)))). _parse([what,is,kept,near,the,wall,and,the,bed,in,the,corner,of,the,room,in,the,image1007,?], answer(A, (const(A,lamp)))). _parse([what,is,the,object,covered,with,bed,sheets,near,the,lamp,in,the,image1007,?], answer(A, (const(A,bed)))). _parse([what,is,hung,in,the,room,near,the,left,side,of,the,image1008,in,the,image1008,?], answer(A, (const(A,curtain)))). _parse([what,is,stuck,on,the,wall,near,the,curtains,in,the,image1008,?], answer(A, (const(A,photo)))). _parse([what,is,kept,on,the,floor,in,the,middle,of,the,image1008,in,the,image1008,?], answer(A, (const(A,bag)))). _parse([what,is,present,on,the,wall,in,the,left,side,of,the,image1009,?], answer(A, (const(A,light_switch)))). _parse([what,object,is,present,in,the,middle,of,the,image1009,?], answer(A, (const(A,bed)))). _parse([what,object,is,present,on,top,of,the,bed,in,the,image1009,?], answer(A, (const(A,pillow)))). _parse([what,is,piled,in,the,left,bottom,corner,of,the,image1009,?], answer(A, (const(A,bed_sheets)))). _parse([what,is,kept,near,the,window,in,the,image1009,?], answer(A, (const(A,lamp)))). _parse([what,is,kept,near,the,left,bottom,corner,of,the,image1010,?], answer(A, (const(A,pillow)))). _parse([what,is,that,which,is,present,in,the,middle,of,the,image1010,?], answer(A, (const(A,shoe_rack)))). _parse([what,is,kept,in,the,shoe,rack,in,the,image1010,?], answer(A, (const(A,shoe)))). _parse([what,is,hanging,near,the,shoe,rack,in,the,image1010,?], answer(A, (const(A,bag)))). _parse([what,is,present,in,the,right,side,of,the,shoe,rack,in,the,image1010,?], answer(A, (const(A,door)))). _parse([what,is,available,near,the,top,left,corner,of,the,image1011,?], answer(A, (const(A,door)))). _parse([what,is,kept,on,the,floor,to,the,left,side,of,the,image1011,?], answer(A, (const(A,garbage_bin)))). _parse([what,is,kept,under,the,seater,in,the,image1011,?], answer(A, (const(A,books)))). _parse([what,is,kept,on,top,of,the,seater,in,the,image1011,?], answer(A, (const(A,pillow)))). _parse([what,is,hung,near,the,top,right,corner,of,the,image1011,in,the,image1011,?], answer(A, (const(A,shirts_in_hanger)))). _parse([what,is,available,near,the,top,left,corner,of,the,image1012,?], answer(A, (const(A,door)))). _parse([what,is,kept,on,the,floor,to,the,left,side,of,the,image1012,?], answer(A, (const(A,garbage_bin)))). _parse([what,is,hung,on,the,door,in,the,image1012,?], answer(A, (const(A,clothes)))). _parse([what,is,kept,on,top,of,the,seater,in,the,image1012,?], answer(A, (const(A,pillow)))). _parse([what,is,kept,under,the,pillow,on,the,seater,in,the,image1012,?], answer(A, (const(A,backpack)))). _parse([what,object,is,present,in,the,room,which,holds,most,portion,of,the,image1013,?], answer(A, (const(A,bed)))). _parse([what,is,kept,on,top,of,the,bed,in,the,image1013,?], answer(A, (const(A,pillow)))). _parse([what,covers,the,bed,in,the,image1013,?], answer(A, (const(A,bed_sheets)))). _parse([what,is,present,on,top,of,the,bed,in,the,wall,in,the,image1013,?], answer(A, (const(A,window)))). _parse([what,is,kept,in,the,right,side,of,the,image1013,?], answer(A, (const(A,lamp)))). _parse([what,is,hung,on,the,wall,in,the,image1014,?], answer(A, (const(A,wall_decoration)))). _parse([what,is,kept,near,the,left,corner,of,the,bed,in,the,image1014,?], answer(A, (const(A,lamp)))). _parse([what,is,kept,on,top,of,the,bed,in,the,image1014,?], answer(A, (const(A,pillow)))). _parse([what,is,present,on,top,of,the,bed,in,the,wall,in,the,image1014,?], answer(A, (const(A,window)))). _parse([what,is,available,in,the,right,corner,of,the,image1015,?], answer(A, (const(A,door)))). _parse([what,is,available,next,to,the,door,onto,its,right,side,in,the,image1015,?], answer(A, (const(A,wall_decoration)))). _parse([what,is,available,next,to,the,door,onto,its,left,side,in,the,image1015,?], answer(A, (const(A,mirror)))). _parse([what,is,kept,on,top,of,the,shelf,in,the,image1015,?], answer(A, (const(A,box)))). _parse([what,is,hung,on,the,wall,in,the,right,side,of,the,image1016,?], answer(A, (const(A,wall_decoration)))). _parse([what,is,available,next,to,the,door,onto,its,left,side,in,the,image1016,?], answer(A, (const(A,mirror)))). _parse([what,is,in,front,of,the,drawer,in,the,image1016,?], answer(A, (const(A,drawer_knob)))). _parse([what,is,hung,on,the,ceiling,in,the,image1016,?], answer(A, (const(A,chandelier)))). _parse([what,is,hung,on,the,wall,in,the,right,side,of,the,image1017,?], answer(A, (const(A,wall_decoration)))). _parse([what,object,is,present,below,the,window,in,the,image1017,?], answer(A, (const(A,bed);const(A,pillow)))). _parse([what,object,is,present,below,the,pillow,in,the,image1017,?], answer(A, (const(A,bed)))). _parse([what,is,spread,on,the,bed,in,the,image1017,?], answer(A, (const(A,bed_sheets)))). _parse([what,is,present,behind,the,bed,in,the,image1018,?], answer(A, (const(A,wall)))). _parse([what,is,present,on,the,wall,near,the,door,in,the,image1018,?], answer(A, (const(A,light_switch)))). _parse([what,is,kept,on,top,of,the,bed,in,the,image1018,?], answer(A, (const(A,pillow)))). _parse([what,is,seen,on,the,door,near,the,right,side,of,the,image1018,?], answer(A, (const(A,door_knob)))). _parse([what,is,kept,near,the,corner,of,the,room,on,the,left,in,the,image1018,?], answer(A, (const(A,night_stand)))). _parse([what,is,present,near,the,door,in,the,image1019,?], answer(A, (const(A,chair)))). _parse([what,object,is,present,to,the,left,of,the,chair,in,the,image1019,?], answer(A, (const(A,shelves)))). _parse([what,is,hung,on,the,wall,in,the,image1019,?], answer(A, (const(A,wall_decoration)))). _parse([what,is,kept,in,the,bottom,rack,of,the,shelf,in,the,image1019,?], answer(A, (const(A,box)))). _parse([what,is,present,in,the,middle,of,the,room,in,the,image1020,?], answer(A, (const(A,bed)))). _parse([what,is,kept,on,top,of,the,bed,in,the,image1020,?], answer(A, (const(A,pillow)))). _parse([what,covers,the,bed,on,top,of,it,in,the,image1020,?], answer(A, (const(A,bed_sheets)))). _parse([what,is,present,on,the,wall,near,the,door,in,the,image1020,?], answer(A, (const(A,light_switch)))). _parse([what,is,present,near,the,right,side,of,the,image1021,?], answer(A, (const(A,bed)))). _parse([what,is,present,on,top,of,the,bed,in,the,image1021,?], answer(A, (const(A,pillow)))). _parse([what,is,seen,on,the,wall,behind,the,bed,in,the,image1021,?], answer(A, (const(A,lamp_shade)))). _parse([what,is,kept,on,the,table,near,the,bottom,left,of,the,image1021,?], answer(A, (const(A,bottle)))). _parse([what,is,present,near,the,right,edge,of,the,image1022,?], answer(A, (const(A,window)))). _parse([what,is,present,near,the,window,in,the,image1022,?], answer(A, (const(A,table)))). _parse([what,is,next,to,the,table,in,the,image1022,?], answer(A, (const(A,chair)))). _parse([what,is,between,the,lamp,and,the,chair,in,the,image1022,?], answer(A, (const(A,room_divider)))). _parse([what,is,present,next,to,lamp,in,the,image1022,?], answer(A, (const(A,bed)))). _parse([what,is,hung,on,the,wall,near,the,window,in,the,image1023,?], answer(A, (const(A,wall_decoration)))). _parse([what,is,present,near,the,window,on,its,front,in,the,image1023,?], answer(A, (const(A,table)))). _parse([what,is,kept,near,the,table,in,the,image1023,?], answer(A, (const(A,chair)))). _parse([what,is,present,to,the,right,of,the,table,in,the,image1023,?], answer(A, (const(A,room_divider)))). _parse([what,is,present,near,the,corner,of,the,room,in,the,image1024,?], answer(A, (const(A,window)))). _parse([what,is,present,near,the,window,in,the,image1024,?], answer(A, (const(A,lamp)))). _parse([what,is,available,near,the,lamp,in,the,image1024,?], answer(A, (const(A,bed)))). _parse([what,is,kept,on,top,of,the,bed,in,the,image1024,?], answer(A, (const(A,pillow)))). _parse([what,is,hung,on,the,wall,in,the,image1024,?], answer(A, (const(A,wall_decoration)))). _parse([what,is,available,in,the,left,corner,of,the,image1025,?], answer(A, (const(A,door)))). _parse([what,is,present,near,the,door,on,its,right,in,the,image1025,?], answer(A, (const(A,room_divider)))). _parse([what,is,present,on,the,floor,near,the,room,divider,on,its,right,in,the,image1025,?], answer(A, (const(A,garbage_bin)))). _parse([what,is,present,near,the,night,stand,on,its,right,in,the,image1025,?], answer(A, (const(A,bed)))). _parse([what,is,present,near,the,bed,on,its,right,in,the,image1025,?], answer(A, (const(A,lamp)))). _parse([what,is,hung,on,the,wall,in,the,image1026,?], answer(A, (const(A,wall_decoration)))). _parse([what,is,below,the,wall,hanging,in,the,image1026,?], answer(A, (const(A,light_switch)))). _parse([what,is,present,near,the,bottom,left,side,of,the,image1026,?], answer(A, (const(A,sofa)))). _parse([what,is,present,right,next,to,the,door,in,the,image1026,?], answer(A, (const(A,room_divider)))). _parse([what,is,present,near,the,bed,to,its,left,in,the,image1027,?], answer(A, (const(A,night_stand)))). _parse([what,is,present,on,top,of,the,bed,in,the,image1027,?], answer(A, (const(A,pillow)))). _parse([what,is,there,in,the,left,side,of,the,image1027,?], answer(A, (const(A,door)))). _parse([what,is,kept,on,the,floor,near,the,door,in,the,image1027,?], answer(A, (const(A,basket)))). _parse([what,is,present,in,the,top,left,corner,of,the,image1028,?], answer(A, (const(A,door)))). _parse([what,is,kept,on,top,of,the,table,in,the,image1028,?], answer(A, (const(A,picture)))). _parse([what,is,there,on,the,right,side,of,the,table,in,the,image1028,?], answer(A, (const(A,chair)))). _parse([what,is,present,on,the,left,side,of,the,room,near,the,door,in,the,image1028,?], answer(A, (const(A,bed)))). _parse([what,is,present,in,front,of,the,plastic,bag,and,cover,in,the,image1028,?], answer(A, (const(A,bicycle_helmet)))). _parse([what,is,kept,on,top,of,the,table,near,the,bed,in,the,image1029,?], answer(A, (const(A,lamp)))). _parse([what,is,spread,on,the,bed,in,the,image1029,?], answer(A, (const(A,bed_sheets)))). _parse([what,is,on,top,of,the,bed,in,the,image1029,?], answer(A, (const(A,pillow)))). _parse([what,is,hanging,on,the,wall,above,the,bed,in,the,image1029,?], answer(A, (const(A,wall_decoration)))). _parse([what,is,to,the,right,of,the,table,near,the,left,side,of,the,image1029,?], answer(A, (const(A,chair)))). _parse([what,is,kept,on,the,floor,to,the,left,side,of,the,light,switch,in,the,image1030,?], answer(A, (const(A,picture)))). _parse([what,is,present,above,the,picture,on,the,wall,in,the,image1030,?], answer(A, (const(A,window)))). _parse([what,is,there,on,the,floor,in,front,of,the,bed,in,the,image1030,?], answer(A, (const(A,floor_mat)))). _parse([what,is,the,biggest,object,on,top,of,the,table,in,the,image1030,?], answer(A, (const(A,lamp)))). _parse([what,is,attached,to,the,drawer,in,the,left,side,of,the,image1031,?], answer(A, (const(A,drawer_knob)))). _parse([what,is,kept,on,top,of,the,drawer,table,in,the,image1031,?], answer(A, (const(A,books)))). _parse([what,is,present,on,top,of,the,drawer,next,to,the,books,in,the,image1031,?], answer(A, (const(A,mirror)))). _parse([what,is,present,near,the,wall,to,the,right,side,of,the,drawer,in,the,image1031,?], answer(A, (const(A,chair)))). _parse([what,is,present,on,the,left,side,of,the,image1032,?], answer(A, (const(A,table)))). _parse([what,is,present,on,the,right,side,of,the,table,in,the,image1032,?], answer(A, (const(A,chair)))). _parse([what,is,available,on,top,of,the,bed,in,the,image1032,?], answer(A, (const(A,bed)))). _parse([what,is,available,on,top,of,the,bed,in,the,image1032,?], answer(A, (const(A,pillow)))). _parse([what,is,attached,to,the,table,through,the,wiring,in,the,image1033,?], answer(A, (const(A,lamp)))). _parse([what,is,kept,on,top,of,the,wooden,bed,handle,in,the,image1033,?], answer(A, (const(A,bottle)))). _parse([what,is,kept,on,top,of,the,wooden,table,in,the,image1033,?], answer(A, (const(A,clothes)))). _parse([what,is,kept,under,the,table,in,the,image1034,?], answer(A, (const(A,garbage_bin)))). _parse([what,is,kept,near,the,table,in,the,image1034,?], answer(A, (const(A,chair)))). _parse([what,is,kept,on,the,right,side,top,of,the,table,in,the,image1034,?], answer(A, (const(A,file)))). _parse([what,is,stuck,on,the,wooden,shelf,behind,the,books,in,the,image1034,?], answer(A, (const(A,chart)))). _parse([what,is,present,on,the,right,side,of,the,image1035,in,the,image1035,?], answer(A, (const(A,bed)))). _parse([what,is,kept,on,top,of,the,pillow,in,the,image1035,?], answer(A, (const(A,book)))). _parse([what,is,present,on,the,floor,amidst,the,clothes,in,the,image1035,?], answer(A, (const(A,doll)))). _parse([what,is,present,on,the,left,side,of,the,image1035,?], answer(A, (const(A,storage_rack)))). _parse([what,is,put,on,the,windows,in,the,image1036,?], answer(A, (const(A,window_cover)))). _parse([what,is,present,in,front,of,the,window,in,the,image1036,?], answer(A, (const(A,bed)))). _parse([what,is,present,on,top,of,the,bed,in,the,image1036,?], answer(A, (const(A,pillow)))). _parse([what,is,covering,the,bed,on,its,top,in,the,image1036,?], answer(A, (const(A,bed_sheets)))). _parse([what,is,on,top,of,the,pillow,in,the,image1036,?], answer(A, (const(A,book)))). _parse([what,is,kept,on,the,left,side,of,the,table,and,shelf,in,the,image1037,?], answer(A, (const(A,books)))). _parse([what,is,present,to,the,right,side,of,the,books,in,the,image1037,?], answer(A, (const(A,lamp)))). _parse([what,is,hanging,from,the,drawer,in,the,image1037,?], answer(A, (const(A,clothes)))). _parse([what,is,present,on,the,left,side,of,the,image1037,?], answer(A, (const(A,door)))). _parse([what,is,present,in,front,of,the,window,in,the,image1038,?], answer(A, (const(A,picture)))). _parse([what,is,present,on,top,of,the,storage,rack,below,the,window,in,the,image1038,?], answer(A, (const(A,bed)))). _parse([what,is,attached,to,the,storage,rack,in,the,image1038,?], answer(A, (const(A,knob)))). _parse([what,is,present,in,the,room,on,the,right,side,in,the,image1039,?], answer(A, (const(A,slide)))). _parse([what,is,present,under,the,slide,on,the,floor,in,the,image1039,?], answer(A, (const(A,box)))). _parse([what,is,hanging,from,the,bed,rack,in,the,image1039,?], answer(A, (const(A,clothes)))). _parse([what,is,on,top,of,the,bed,rack,in,the,image1039,?], answer(A, (const(A,pillow)))). _parse([what,is,hung,on,the,wall,in,the,image1040,?], answer(A, (const(A,picture)))). _parse([what,is,present,near,the,right,side,of,the,wall,in,the,image1040,?], answer(A, (const(A,window)))). _parse([what,is,present,below,the,picture,in,the,image1040,?], answer(A, (const(A,bed)))). _parse([what,is,kept,on,top,of,the,desk,in,the,image1041,?], answer(A, (const(A,desk_mat)))). _parse([what,is,on,top,of,the,bed,in,the,image1041,?], answer(A, (const(A,doll)))). _parse([what,is,present,on,top,of,the,desk,mat,in,the,image1041,?], answer(A, (const(A,cordless_phone)))). _parse([what,is,present,behind,the,bed,in,the,image1041,?], answer(A, (const(A,window)))). _parse([what,is,hanging,on,the,wall,in,the,image1042,?], answer(A, (const(A,picture)))). _parse([what,is,present,in,between,both,the,beds,in,the,image1042,?], answer(A, (const(A,storage_rack)))). _parse([what,is,present,on,top,of,the,storage,rack,in,the,middle,in,the,image1042,?], answer(A, (const(A,lamp)))). _parse([what,is,present,in,the,left,side,of,the,image1043,in,the,image1043,?], answer(A, (const(A,desk)))). _parse([what,is,present,on,top,of,the,desk,in,the,image1043,?], answer(A, (const(A,desk_mat)))). _parse([what,is,present,in,the,desk,in,the,image1043,?], answer(A, (const(A,shelves)))). _parse([what,is,present,on,the,right,side,of,the,desk,in,the,image1043,?], answer(A, (const(A,bed)))). _parse([what,is,hung,on,the,wall,near,the,storage,rack,in,the,image1044,?], answer(A, (const(A,mirror)))). _parse([what,is,hung,on,the,left,side,top,corner,of,the,mirror,in,the,image1044,?], answer(A, (const(A,medal)))). _parse([what,is,present,behind,the,storage,rack,in,the,image1044,?], answer(A, (const(A,bed)))). _parse([what,is,present,on,the,right,side,bottom,corner,of,the,image1044,?], answer(A, (const(A,suitcase);const(A,trolley)))). _parse([what,is,hung,on,the,wall,near,the,bed,in,the,image1045,?], answer(A, (const(A,wall_decoration)))). _parse([what,is,on,top,of,the,bed,in,the,image1045,?], answer(A, (const(A,pillow)))). _parse([what,is,kept,on,top,of,the,storage,rack,in,the,front,side,of,image1045,?], answer(A, (const(A,bottle)))). _parse([what,is,lying,on,the,floor,in,front,of,the,bed,in,the,image1045,?], answer(A, (const(A,clothes)))). _parse([what,is,present,on,the,right,side,of,the,image1046,?], answer(A, (const(A,bed)))). _parse([what,is,present,on,top,of,the,bed,in,the,image1046,?], answer(A, (const(A,pillow)))). _parse([what,is,hung,on,the,wall,near,the,bed,in,the,image1046,?], answer(A, (const(A,wall_decoration)))). _parse([what,is,present,on,the,left,corner,of,the,room,in,the,image1046,?], answer(A, (const(A,storage_rack)))). _parse([what,is,on,the,floor,in,between,the,storage,racks,in,the,image1047,?], answer(A, (const(A,basket)))). _parse([what,is,attached,on,the,storage,rack,in,the,image1047,?], answer(A, (const(A,drawer_knob)))). _parse([what,is,available,in,the,left,side,of,the,image1048,?], answer(A, (const(A,bed)))). _parse([what,is,available,on,the,right,side,of,the,bed,in,the,image1048,?], answer(A, (const(A,night_stand)))). _parse([what,is,kept,on,top,of,the,night,stand,in,the,image1048,?], answer(A, (const(A,lamp)))). _parse([what,is,available,on,the,right,side,of,the,night,stand,in,the,image1048,?], answer(A, (const(A,chair)))). _parse([what,is,on,top,of,the,desk,in,the,image1048,?], answer(A, (const(A,desk_mat)))). _parse([what,is,present,in,the,middle,of,the,room,in,the,image1049,?], answer(A, (const(A,bed)))). _parse([what,is,kept,on,top,of,the,bed,near,the,foot,side,in,the,image1049,?], answer(A, (const(A,table)))). _parse([what,is,kept,on,top,of,the,night,stand,in,the,image1049,?], answer(A, (const(A,lamp)))). _parse([what,is,hung,on,the,wall,in,the,image1049,?], answer(A, (const(A,picture)))). _parse([what,is,seen,on,the,left,bottom,corner,of,the,image1050,?], answer(A, (const(A,knobs)))). _parse([what,is,hanging,from,the,bed,near,the,cupboard,in,the,image1050,?], answer(A, (const(A,belt)))). _parse([what,is,spread,across,the,bed,in,the,image1050,?], answer(A, (const(A,clothes);const(A,bed_sheets)))). _parse([what,is,hung,on,the,wall,in,the,image1050,?], answer(A, (const(A,picture)))). _parse([what,is,at,the,right,side,in,the,image1051,?], answer(A, (const(A,cabinet)))). _parse([what,is,to,the,left,side,of,the,cabinet,in,the,image1051,?], answer(A, (const(A,mirror)))). _parse([what,is,found,near,the,mirror,in,the,image1051,?], answer(A, (const(A,shoe_rack)))). _parse([what,is,opposite,side,to,the,shoe,rack,in,the,image1051,?], answer(A, (const(A,laundry_basket)))). _parse([what,are,hanged,above,the,laundry,basket,in,the,image1051,?], answer(A, (const(A,clothes)))). _parse([what,is,in,front,of,the,window,in,the,image1052,?], answer(A, (const(A,bed)))). _parse([what,are,on,the,two,sides,of,the,window,in,the,image1052,?], answer(A, (const(A,framed_certificate)))). _parse([what,are,on,the,bed,in,the,image1052,?], answer(A, (const(A,pillow);const(A,blanket)))). _parse([what,is,at,the,right,side,of,the,bed,in,the,image1052,?], answer(A, (const(A,cabinet)))). _parse([what,are,found,on,the,floor,in,the,image1052,?], answer(A, (const(A,clothes);const(A,book)))). _parse([how,many,knobs,are,there,in,the,image1053,?], answer(A, (const(A,9)))). _parse([what,is,in,front,of,the,chair,in,the,image1053,?], answer(A, (const(A,cabinet)))). _parse([what,are,stuck,on,the,cabinet,in,the,image1053,?], answer(A, (const(A,photo);const(A,certificate)))). _parse([what,is,at,the,right,side,to,the,wall,in,the,image1053,?], answer(A, (const(A,cabinet)))). _parse([what,is,hanged,on,the,chair,in,the,image1053,?], answer(A, (const(A,clothes)))). _parse([what,is,at,the,right,top,in,the,image1054,?], answer(A, (const(A,bunk_bed)))). _parse([what,is,to,the,right,of,the,bunk,bed,in,the,image1054,?], answer(A, (const(A,chair)))). _parse([what,is,behind,the,chair,in,the,image1054,?], answer(A, (const(A,window)))). _parse([what,is,under,the,chair,in,the,image1054,?], answer(A, (const(A,garbage_bin)))). _parse([what,is,to,the,right,of,the,chair,in,the,image1054,?], answer(A, (const(A,bed)))). _parse([what,is,in,front,of,the,bed,in,the,image1054,?], answer(A, (const(A,cabinet)))). _parse([what,is,on,the,cabinet,in,the,image1054,?], answer(A, (const(A,hat)))). _parse([what,is,stuck,on,the,wall,in,the,image1054,?], answer(A, (const(A,photo)))). _parse([what,is,to,the,right,side,of,the,wall,divider,in,the,image1055,?], answer(A, (const(A,ladder)))). _parse([what,is,under,the,ladder,in,the,image1055,?], answer(A, (const(A,toys_basket)))). _parse([what,is,to,the,right,of,the,ladder,in,the,image1055,?], answer(A, (const(A,cabinet)))). _parse([what,objects,are,on,the,cabinet,in,the,image1055,?], answer(A, (const(A,toy);const(A,photo);const(A,book)))). _parse([what,is,to,the,right,of,the,cabinet,in,the,image1055,?], answer(A, (const(A,bunk_bed)))). _parse([how,many,knobs,are,there,in,the,image1055,?], answer(A, (const(A,10)))). _parse([what,is,on,the,left,side,of,the,room,in,the,image1056,?], answer(A, (const(A,bunk_bed)))). _parse([what,is,to,the,right,side,of,the,bunk,bed,in,the,image1056,?], answer(A, (const(A,chair)))). _parse([what,is,under,the,chair,in,the,image1056,?], answer(A, (const(A,garbage_bin)))). _parse([what,is,to,the,right,side,of,the,chair,in,the,image1056,?], answer(A, (const(A,bed)))). _parse([what,is,found,behind,the,chair,in,the,image1056,?], answer(A, (const(A,window)))). _parse([what,is,at,the,right,side,in,the,image1057,?], answer(A, (const(A,bed)))). _parse([what,is,behind,the,bed,in,the,image1057,?], answer(A, (const(A,window)))). _parse([how,many,pillows,found,in,the,image1057,?], answer(A, (const(A,3)))). _parse([what,is,in,front,of,the,window,in,the,image1058,?], answer(A, (const(A,cabinet)))). _parse([what,are,the,things,on,the,cabinet,in,the,image1058,?], answer(A, (const(A,printer);const(A,clothes)))). _parse([what,is,in,front,of,the,cabinet,in,the,image1058,?], answer(A, (const(A,chair)))). _parse([what,is,found,near,the,chair,in,the,image1058,?], answer(A, (const(A,garbage_bin)))). _parse([what,is,at,the,right,side,in,the,image1058,?], answer(A, (const(A,mirror)))). _parse([how,many,handles,are,seen,in,the,image1059,?], answer(A, (const(A,9)))). _parse([what,is,found,at,the,bottom,left,corner,in,the,image1059,?], answer(A, (const(A,chair)))). _parse([what,is,at,the,right,side,in,the,image1059,?], answer(A, (const(A,window)))). _parse([what,is,found,on,the,floor,in,the,image1059,?], answer(A, (const(A,floor_mat)))). _parse([how,many,pillows,are,there,on,the,bed,in,the,image1060,?], answer(A, (const(A,4)))). _parse([what,is,at,the,left,side,of,the,bed,in,the,image1060,?], answer(A, (const(A,cabinet)))). _parse([what,is,at,the,right,side,of,the,bed,in,the,image1060,?], answer(A, (const(A,cabinet)))). _parse([what,is,on,the,right,side,in,the,image1060,?], answer(A, (const(A,window)))). _parse([what,is,on,the,floor,in,the,image1060,?], answer(A, (const(A,floor_mat)))). _parse([what,is,at,the,left,side,of,the,door,in,the,image1061,?], answer(A, (const(A,table)))). _parse([what,is,in,front,of,the,table,in,the,image1061,?], answer(A, (const(A,chair)))). _parse([what,is,stuck,on,the,table,in,the,image1061,?], answer(A, (const(A,photo)))). _parse([what,is,at,the,right,side,of,the,photo,in,the,image1061,?], answer(A, (const(A,window)))). _parse([what,is,to,the,right,side,of,the,window,in,the,image1061,?], answer(A, (const(A,cabinet)))). _parse([what,is,to,the,right,side,of,the,cabinet,in,the,image1061,?], answer(A, (const(A,bed)))). _parse([what,is,at,the,left,side,in,the,image1062,?], answer(A, (const(A,cabinet)))). _parse([what,is,to,the,right,side,of,the,cabinet,in,the,image1062,?], answer(A, (const(A,bed)))). _parse([what,is,on,the,top,of,the,bed,in,the,image1062,?], answer(A, (const(A,wall_decoration)))). _parse([what,is,stuck,on,the,wall,to,the,right,top,of,the,bed,in,the,image1062,?], answer(A, (const(A,paper)))). _parse([what,are,the,things,on,the,cabinet,in,the,image1062,?], answer(A, (const(A,vase);const(A,toy)))). _parse([what,is,to,the,right,side,of,the,bed,on,the,floor,in,the,image1062,?], answer(A, (const(A,speaker)))). _parse([what,is,behind,the,bed,in,the,image1063,?], answer(A, (const(A,bed)))). _parse([what,is,stuck,on,the,wall,in,the,image1063,?], answer(A, (const(A,photo)))). _parse([what,is,on,the,right,side,of,the,photo,in,the,image1063,?], answer(A, (const(A,window)))). _parse([what,is,on,the,left,side,in,the,image1063,?], answer(A, (const(A,speaker)))). _parse([what,is,on,the,speaker,in,the,image1063,?], answer(A, (const(A,cordless_phone)))). _parse([what,is,on,the,bottom,left,corner,in,the,image1064,?], answer(A, (const(A,bed)))). _parse([what,is,at,the,opposite,side,of,the,bed,in,the,image1064,?], answer(A, (const(A,window)))). _parse([what,is,hanged,on,the,wall,in,the,image1064,?], answer(A, (const(A,clothes)))). _parse([what,is,to,the,right,of,the,bed,in,the,image1064,?], answer(A, (const(A,cabinet)))). _parse([what,are,the,things,found,on,the,cabinet,in,the,image1064,?], answer(A, (const(A,paper);const(A,box);const(A,photo)))). _parse([what,are,found,on,the,floor,in,the,image1064,?], answer(A, (const(A,book);const(A,hat)))). _parse([what,is,at,the,right,side,in,the,image1064,?], answer(A, (const(A,wardrobe)))). _parse([what,is,on,the,bottom,left,corner,in,the,image1065,?], answer(A, (const(A,bed)))). _parse([what,is,to,the,right,of,the,bed,in,the,image1065,?], answer(A, (const(A,cabinet)))). _parse([what,is,at,the,right,side,in,the,image1065,?], answer(A, (const(A,cabinet)))). _parse([what,is,to,the,left,of,the,cabinet,in,the,image1065,?], answer(A, (const(A,wardrobe)))). _parse([what,are,the,things,on,the,left,cabinet,in,the,image1065,?], answer(A, (const(A,paper);const(A,box);const(A,photo)))). _parse([what,is,found,on,the,floor,in,the,image1065,?], answer(A, (const(A,hat)))). _parse([what,is,to,the,right,of,the,shirt,in,the,image1066,?], answer(A, (const(A,window)))). _parse([what,is,in,front,of,the,window,in,the,image1066,?], answer(A, (const(A,table)))). _parse([what,is,to,the,left,of,the,table,in,the,image1066,?], answer(A, (const(A,bed)))). _parse([what,is,to,the,left,of,the,bed,in,the,image1066,?], answer(A, (const(A,cabinet)))). _parse([what,is,found,behind,the,door,in,the,image1066,?], answer(A, (const(A,table)))). _parse([what,are,found,on,the,table,in,the,image1066,?], answer(A, (const(A,toy_box);const(A,chart)))). _parse([what,is,found,in,front,of,the,table,in,the,image1066,?], answer(A, (const(A,chair)))). _parse([what,are,the,things,found,near,the,table,in,the,image1066,?], answer(A, (const(A,container);const(A,bag)))). _parse([what,is,to,the,left,of,the,table,in,the,image1066,?], answer(A, (const(A,toys_rack)))). _parse([what,is,at,the,left,side,in,the,image1067,?], answer(A, (const(A,photo)))). _parse([what,is,at,the,right,side,of,the,photo,in,the,image1067,?], answer(A, (const(A,cabinet)))). _parse([what,is,to,the,right,of,the,cabinet,in,the,image1067,?], answer(A, (const(A,bed)))). _parse([what,is,found,on,the,floor,in,the,image1067,?], answer(A, (const(A,book)))). _parse([what,is,in,front,of,the,window,in,the,image1068,?], answer(A, (const(A,table)))). _parse([what,is,at,the,right,side,of,the,table,in,the,image1068,?], answer(A, (const(A,garbage_bin)))). _parse([what,is,to,the,right,side,of,the,window,in,the,image1068,?], answer(A, (const(A,cabinet)))). _parse([what,is,in,front,of,the,cabinet,in,the,image1068,?], answer(A, (const(A,container);const(A,bag)))). _parse([what,are,the,objects,found,on,the,cabinet,in,the,image1068,?], answer(A, (const(A,bottle);const(A,toy);const(A,papers);const(A,wire)))). _parse([what,is,the,colour,of,the,container,in,the,image1068,?], answer(A, (const(A,blue)))). _parse([what,is,on,the,container,in,the,image1069,?], answer(A, (const(A,bag)))). _parse([what,is,to,the,right,of,the,container,in,the,image1069,?], answer(A, (const(A,cabinet)))). _parse([what,are,the,things,on,the,cabinet,in,the,image1069,?], answer(A, (const(A,bottle);const(A,paper);const(A,toy);const(A,pen_stand);const(A,paper_bundle);const(A,box)))). _parse([what,is,in,front,of,the,cabinet,in,the,image1069,?], answer(A, (const(A,chair)))). _parse([what,is,at,the,right,side,in,the,image1069,?], answer(A, (const(A,wardrobe)))). _parse([what,is,at,the,left,side,in,the,image1070,?], answer(A, (const(A,bed)))). _parse([what,is,stuck,on,the,wall,in,the,image1070,?], answer(A, (const(A,decoration_item)))). _parse([what,is,to,the,right,of,the,bed,in,the,image1070,?], answer(A, (const(A,cabinet)))). _parse([what,are,the,things,on,the,cabinet,in,the,image1070,?], answer(A, (const(A,lamp);const(A,photo);const(A,bottle)))). _parse([what,are,the,things,on,the,floor,in,the,image1070,?], answer(A, (const(A,book);const(A,shoe)))). _parse([what,is,hanged,on,both,sides,of,the,door,in,the,image1070,?], answer(A, (const(A,curtain)))). _parse([what,is,at,the,right,side,in,the,image1070,?], answer(A, (const(A,cabinet)))). _parse([what,are,found,on,the,cabinet,in,the,image1070,?], answer(A, (const(A,toy)))). _parse([what,is,to,the,right,of,the,bed,in,the,image1071,?], answer(A, (const(A,cabinet)))). _parse([what,is,on,the,top,of,the,cabinet,in,the,image1071,?], answer(A, (const(A,photo)))). _parse([what,is,on,the,top,of,the,bed,on,the,wall,in,the,image1071,?], answer(A, (const(A,decoration_item)))). _parse([what,is,to,the,right,of,the,bed,in,the,image1071,?], answer(A, (const(A,cabinet)))). _parse([what,are,the,things,on,the,cabinet,in,the,image1071,?], answer(A, (const(A,lamp);const(A,book);const(A,paper)))). _parse([what,are,found,on,the,floor,in,the,image1071,?], answer(A, (const(A,book);const(A,paper);const(A,shoe)))). _parse([what,is,on,the,left,side,in,the,image1072,?], answer(A, (const(A,tv_stand)))). _parse([what,is,found,behind,the,television,on,the,image1072,?], answer(A, (const(A,door)))). _parse([what,is,at,the,opposite,side,of,the,door,in,the,image1072,?], answer(A, (const(A,cabinet)))). _parse([what,is,found,behind,the,cabinet,in,the,image1072,?], answer(A, (const(A,window)))). _parse([what,is,hanged,in,front,of,the,window,in,the,image1072,?], answer(A, (const(A,curtain)))). _parse([what,is,at,the,bottom,right,corner,in,the,image1072,?], answer(A, (const(A,bed)))). _parse([what,is,at,the,right,side,in,the,image1073,?], answer(A, (const(A,bookrack)))). _parse([what,is,to,the,right,of,the,book,rack,in,the,image1073,?], answer(A, (const(A,door)))). _parse([what,is,in,front,of,the,book,rack,in,the,image1073,?], answer(A, (const(A,toy_chair)))). _parse([what,is,the,colour,of,the,toy,chair,in,the,image1073,?], answer(A, (const(A,blue)))). _parse([what,are,hanged,on,the,wall,in,the,image1074,?], answer(A, (const(A,photo)))). _parse([what,is,to,the,right,of,the,bed,in,the,image1074,?], answer(A, (const(A,table)))). _parse([what,object,is,on,the,table,in,the,image1074,?], answer(A, (const(A,lamp)))). _parse([what,are,the,things,on,the,right,side,cabinet,in,the,image1074,?], answer(A, (const(A,alarm_clock);const(A,tissue_box)))). _parse([what,is,to,the,right,side,of,the,right,cabinet,in,the,image1074,?], answer(A, (const(A,garbage_bin)))). _parse([what,is,at,the,left,side,in,the,image1075,?], answer(A, (const(A,bed)))). _parse([what,is,in,front,of,the,bed,in,the,image1075,?], answer(A, (const(A,foot_rest)))). _parse([what,is,at,the,right,side,of,the,bed,in,the,image1075,?], answer(A, (const(A,cabinet)))). _parse([what,are,the,things,on,the,cabinet,in,the,image1075,?], answer(A, (const(A,lamp);const(A,telephone);const(A,photo)))). _parse([what,is,to,the,right,of,the,cabinet,in,the,image1075,?], answer(A, (const(A,window)))). _parse([what,is,at,the,right,side,in,the,image1075,?], answer(A, (const(A,photo)))). _parse([what,is,to,the,left,of,the,bed,in,the,image1076,?], answer(A, (const(A,cabinet)))). _parse([what,are,the,things,found,on,the,cabinet,in,the,image1076,?], answer(A, (const(A,lamp);const(A,papers)))). _parse([how,many,pillows,are,there,on,the,bed,in,the,image1076,?], answer(A, (const(A,5)))). _parse([what,are,stuck,on,the,wall,in,the,image1076,?], answer(A, (const(A,photo)))). _parse([what,is,in,front,of,the,bed,in,the,image1076,?], answer(A, (const(A,foot_rest)))). _parse([what,is,to,the,right,of,the,bed,in,the,image1076,?], answer(A, (const(A,cabinet)))). _parse([what,are,found,on,the,cabinet,in,the,image1076,?], answer(A, (const(A,lamp);const(A,alarm_clock);const(A,telephone)))). _parse([what,is,at,the,bottom,right,in,the,image1077,?], answer(A, (const(A,bed)))). _parse([what,is,to,the,right,of,the,bed,in,the,image1077,?], answer(A, (const(A,bunk_bed)))). _parse([what,are,stuck,on,the,wall,in,the,image1077,?], answer(A, (const(A,photo)))). _parse([what,is,the,colour,of,the,wall,in,the,image1077,?], answer(A, (const(A,pink)))). _parse([what,is,at,the,right,side,in,the,image1078,?], answer(A, (const(A,bed)))). _parse([what,is,in,front,of,the,bed,in,the,image1078,?], answer(A, (const(A,table)))). _parse([what,are,the,things,on,the,table,in,the,image1078,?], answer(A, (const(A,toy);const(A,telephone)))). _parse([what,is,stuck,on,the,wall,in,the,image1078,?], answer(A, (const(A,photo)))). _parse([what,is,at,the,right,of,the,table,in,the,image1078,?], answer(A, (const(A,bunk_bed)))). _parse([what,is,at,the,left,side,in,the,image1079,?], answer(A, (const(A,chair)))). _parse([how,many,chairs,are,there,in,the,image1079,?], answer(A, (const(A,2)))). _parse([what,are,found,in,front,of,the,window,in,the,image1079,?], answer(A, (const(A,slide);const(A,table)))). _parse([what,is,in,the,bottom,right,in,the,image1079,?], answer(A, (const(A,bed)))). _parse([what,are,found,on,the,right,side,of,the,table,in,the,image1079,?], answer(A, (const(A,clothes)))). _parse([what,is,at,the,left,side,in,the,image1080,?], answer(A, (const(A,bunk_bed)))). _parse([what,is,to,the,right,side,of,the,bunk,bed,in,the,image1080,?], answer(A, (const(A,bed)))). _parse([what,is,in,front,of,the,bed,in,the,image1080,?], answer(A, (const(A,table)))). _parse([what,is,stuck,on,the,wall,in,the,image1080,?], answer(A, (const(A,photo)))). _parse([what,are,the,stuck,on,the,wall,in,the,image1080,?], answer(A, (const(A,light_switch)))). _parse([what,is,in,front,of,the,window,in,the,image1081,?], answer(A, (const(A,treadmill)))). _parse([what,is,near,the,treadmill,in,the,image1081,?], answer(A, (const(A,cradle)))). _parse([what,is,at,the,left,side,in,the,image1081,?], answer(A, (const(A,table)))). _parse([what,are,found,on,the,table,in,the,image1081,?], answer(A, (const(A,monitor);const(A,telephone)))). _parse([what,is,on,the,right,side,of,the,rack,in,the,image1081,?], answer(A, (const(A,cabinet)))). _parse([what,is,on,the,right,side,of,the,cabinet,in,the,image1081,?], answer(A, (const(A,bed)))). _parse([what,are,stuck,on,the,wall,in,the,image1082,?], answer(A, (const(A,photo)))). _parse([what,are,the,colours,on,the,cradle,in,the,image1082,?], answer(A, (const(A,red);const(A,yellow);const(A,blue);const(A,green)))). _parse([what,is,in,front,of,the,window,in,the,image1082,?], answer(A, (const(A,treadmill)))). _parse([what,is,found,under,the,table,in,the,image1082,?], answer(A, (const(A,chair)))). _parse([what,is,near,the,treadmill,in,the,image1082,?], answer(A, (const(A,cradle)))). _parse([how,many,handles,seen,on,the,cabinet,in,the,image1082,?], answer(A, (const(A,5)))). _parse([what,is,on,the,top,right,corner,in,the,image1082,?], answer(A, (const(A,window)))). _parse([what,is,near,the,bed,in,the,image1083,?], answer(A, (const(A,toy_stroller)))). _parse([what,is,to,the,right,of,the,bed,in,the,image1083,?], answer(A, (const(A,cabinet)))). _parse([what,is,on,the,cabinet,in,the,image1083,?], answer(A, (const(A,bag)))). _parse([what,is,the,colour,of,the,toy,stroller,in,the,image1083,?], answer(A, (const(A,white)))). _parse([what,is,found,on,the,top,right,corner,in,the,image1084,?], answer(A, (const(A,bookshelf)))). _parse([what,is,in,front,of,the,bookshelf,in,the,image1084,?], answer(A, (const(A,table)))). _parse([what,are,the,objects,on,the,table,in,the,image1084,?], answer(A, (const(A,monitor);const(A,remote_control)))). _parse([what,is,in,front,of,the,table,in,the,image1084,?], answer(A, (const(A,cradle)))). _parse([what,is,behind,the,cradle,in,the,image1084,?], answer(A, (const(A,treadmill)))). _parse([what,is,to,the,right,of,the,treadmill,in,the,image1084,?], answer(A, (const(A,window)))). _parse([what,is,found,at,the,bottom,left,corner,in,the,image1085,?], answer(A, (const(A,bed)))). _parse([what,is,on,the,top,of,the,bed,in,the,image1085,?], answer(A, (const(A,mirror)))). _parse([what,is,at,the,right,side,of,the,bed,in,the,image1085,?], answer(A, (const(A,cabinet)))). _parse([what,are,the,things,on,the,cabinet,in,the,image1085,?], answer(A, (const(A,lamp);const(A,tissue_box);const(A,alarm_clock)))). _parse([what,are,found,on,the,floor,in,the,image1085,?], answer(A, (const(A,bottle_of_liquid);const(A,wire_board);const(A,wire)))). _parse([what,is,stuck,on,the,wall,in,the,image1085,?], answer(A, (const(A,photo)))). _parse([how,many,sofas,are,there,in,the,image1086,?], answer(A, (const(A,2)))). _parse([what,is,to,the,right,of,the,door,in,the,image1086,?], answer(A, (const(A,cabinet)))). _parse([what,is,in,front,of,the,door,in,the,image1086,?], answer(A, (const(A,table)))). _parse([what,is,stuck,on,the,wall,in,the,image1086,?], answer(A, (const(A,mirror)))). _parse([what,is,near,the,mirror,in,the,image1086,?], answer(A, (const(A,lamp)))). _parse([where,the,lamp,is,placed,in,the,image1086,?], answer(A, (const(A,cabinet)))). _parse([what,is,to,the,right,side,of,the,cabinet,in,the,image1086,?], answer(A, (const(A,bed)))). _parse([what,is,at,the,left,side,in,the,image1087,?], answer(A, (const(A,wardrobe)))). _parse([what,is,at,the,left,corner,of,the,room,in,the,image1087,?], answer(A, (const(A,window)))). _parse([what,is,hanged,in,front,of,the,window,in,the,image1087,?], answer(A, (const(A,curtain)))). _parse([what,is,in,front,of,the,window,in,the,image1087,?], answer(A, (const(A,clothing_hanger)))). _parse([what,is,hanged,on,the,wall,in,the,image1087,?], answer(A, (const(A,photo)))). _parse([what,is,found,in,front,of,the,photo,in,the,image1087,?], answer(A, (const(A,sofa)))). _parse([what,is,to,the,right,side,of,the,sofa,in,the,image1087,?], answer(A, (const(A,table)))). _parse([what,is,at,the,left,side,of,the,bed,in,the,image1088,?], answer(A, (const(A,computer)))). _parse([what,are,the,things,found,near,computer,monitor,in,the,image1088,?], answer(A, (const(A,keyboard);const(A,mouse);const(A,mouse_pad)))). _parse([what,are,the,things,in,the,rack,in,the,image1088,?], answer(A, (const(A,lamp);const(A,cream);const(A,paper)))). _parse([what,are,found,in,front,of,the,window,in,the,image1089,?], answer(A, (const(A,guitar);const(A,keyboard);const(A,microphone_stand)))). _parse([what,is,found,under,the,keyboard,in,the,image1089,?], answer(A, (const(A,box)))). _parse([what,is,to,the,right,of,the,keyboard,in,the,image1089,?], answer(A, (const(A,bookshelf)))). _parse([what,is,at,the,bottom,right,corner,in,the,image1089,?], answer(A, (const(A,bed)))). _parse([what,is,found,at,the,left,side,of,the,room,in,the,image1090,?], answer(A, (const(A,cabinet)))). _parse([what,is,on,the,cabinet,in,the,image1090,?], answer(A, (const(A,television)))). _parse([what,instrument,is,found,on,the,floor,in,the,image1090,?], answer(A, (const(A,microphone_stand)))). _parse([what,is,found,on,the,floor,in,the,image1090,?], answer(A, (const(A,wire)))). _parse([what,is,at,the,bottom,left,in,the,image1091,?], answer(A, (const(A,bed)))). _parse([what,is,to,the,right,of,the,bed,in,the,image1091,?], answer(A, (const(A,table)))). _parse([what,objects,are,found,on,the,table,in,the,image1091,?], answer(A, (const(A,newspapers);const(A,lamp);const(A,tissue_box)))). _parse([what,are,stuck,on,the,wall,in,the,image1091,?], answer(A, (const(A,decoration_item)))). _parse([what,is,in,front,of,the,curtain,in,the,image1091,?], answer(A, (const(A,basket)))). _parse([what,is,near,the,basket,in,the,image1091,?], answer(A, (const(A,cabinet)))). _parse([what,are,the,things,found,on,the,cabinet,in,the,image1091,?], answer(A, (const(A,cream);const(A,photo);const(A,bottle_of_perfume)))). _parse([what,is,on,the,left,side,in,the,image1092,?], answer(A, (const(A,cabinet)))). _parse([what,are,the,things,on,the,cabinet,in,the,image1092,?], answer(A, (const(A,books)))). _parse([what,is,at,the,top,of,the,cabinet,in,the,image1092,?], answer(A, (const(A,photo)))). _parse([what,object,is,found,near,the,bed,in,the,image1092,?], answer(A, (const(A,lamp)))). _parse([what,is,to,the,right,of,the,bed,in,the,image1092,?], answer(A, (const(A,table)))). _parse([what,are,found,on,the,table,in,the,image1092,?], answer(A, (const(A,lamp);const(A,tissue_box);const(A,newspapers)))). _parse([what,is,found,behind,the,bed,in,the,image1092,?], answer(A, (const(A,plant)))). _parse([what,is,at,the,bottom,left,corner,in,the,image1093,?], answer(A, (const(A,bed)))). _parse([what,is,behind,the,bed,in,the,image1093,?], answer(A, (const(A,basket)))). _parse([what,is,in,front,of,the,basket,in,the,image1093,?], answer(A, (const(A,cabinet)))). _parse([what,are,the,things,found,on,the,cabinet,in,the,image1093,?], answer(A, (const(A,books);const(A,cream);const(A,photo)))). _parse([what,is,stuck,on,the,wall,above,the,cabinet,in,the,image1093,?], answer(A, (const(A,decoration_item)))). _parse([what,is,stuck,on,the,wall,to,the,right,side,of,the,cabinet,in,the,image1093,?], answer(A, (const(A,photo)))). _parse([what,is,on,the,right,corner,of,the,room,in,the,image1094,?], answer(A, (const(A,table)))). _parse([what,are,found,on,the,table,in,the,image1094,?], answer(A, (const(A,lamp);const(A,tissue_box)))). _parse([how,many,pillows,are,there,on,the,bed,in,the,image1094,?], answer(A, (const(A,5)))). _parse([what,is,stuck,on,the,wall,in,the,image1094,?], answer(A, (const(A,photo)))). _parse([what,is,to,the,right,of,the,bed,in,the,image1094,?], answer(A, (const(A,cabinet)))). _parse([what,are,found,on,the,cabinet,in,the,image1094,?], answer(A, (const(A,lamp);const(A,tray);const(A,bottle);const(A,toy)))). _parse([what,is,behind,the,cabinet,in,the,image1094,?], answer(A, (const(A,mirror)))). _parse([what,is,found,on,the,left,side,in,the,image1095,?], answer(A, (const(A,curtain)))). _parse([what,are,stuck,on,the,wall,in,the,image1095,?], answer(A, (const(A,photo)))). _parse([what,are,the,things,on,the,cabinet,in,the,image1095,?], answer(A, (const(A,vase);const(A,tray);const(A,lamp);const(A,toy)))). _parse([what,is,to,the,right,of,the,cabinet,in,the,image1095,?], answer(A, (const(A,bed)))). _parse([what,is,the,colour,of,the,small,pillow,in,the,image1095,?], answer(A, (const(A,red)))). _parse([how,many,photos,are,stuck,on,the,wall,in,the,image1096,?], answer(A, (const(A,3)))). _parse([what,are,found,on,the,bed,in,the,image1096,?], answer(A, (const(A,pillow)))). _parse([what,is,to,the,right,of,the,bed,in,the,image1096,?], answer(A, (const(A,lamp)))). _parse([what,is,found,near,the,lamp,in,the,image1096,?], answer(A, (const(A,tissue_box)))). _parse([how,many,beds,are,found,in,the,image1097,?], answer(A, (const(A,3)))). _parse([what,is,to,the,left,of,the,bed,in,the,image1097,?], answer(A, (const(A,table)))). _parse([what,is,at,the,left,side,of,the,room,in,the,image1097,?], answer(A, (const(A,cabinet)))). _parse([what,is,at,the,top,right,corner,in,the,image1098,?], answer(A, (const(A,window)))). _parse([what,is,found,below,the,window,in,the,image1098,?], answer(A, (const(A,bed)))). _parse([what,is,to,the,right,of,the,bed,in,the,image1098,?], answer(A, (const(A,table)))). _parse([what,are,the,things,on,the,table,in,the,image1098,?], answer(A, (const(A,lamp);const(A,telephone)))). _parse([what,is,on,the,stuck,on,the,wall,in,the,image1098,?], answer(A, (const(A,photo)))). _parse([what,is,to,the,right,of,the,table,in,the,image1098,?], answer(A, (const(A,cabinet)))). _parse([what,are,the,things,on,the,cabinet,in,the,image1098,?], answer(A, (const(A,clock);const(A,photo);const(A,toy);const(A,books)))). _parse([what,is,found,under,the,cabinet,in,the,image1098,?], answer(A, (const(A,chair)))). _parse([what,are,stuck,on,the,wall,in,the,image1099,?], answer(A, (const(A,photo)))). _parse([what,is,to,the,left,of,the,window,in,the,image1099,?], answer(A, (const(A,bookshelf)))). _parse([what,are,the,things,at,the,left,bottom,corner,in,the,image1099,?], answer(A, (const(A,bag);const(A,garbage_bin);const(A,paper)))). _parse([what,is,at,the,right,corner,of,the,room,in,the,image1099,?], answer(A, (const(A,bed)))). _parse([what,is,the,colour,of,the,bed,sheet,in,the,image1099,?], answer(A, (const(A,blue)))). _parse([what,are,the,colours,on,the,wall,in,the,image1100,?], answer(A, (const(A,pink);const(A,green)))). _parse([what,is,to,the,right,of,the,bed,in,the,image1100,?], answer(A, (const(A,lamp)))). _parse([what,is,to,the,right,of,the,lamp,in,the,image1100,?], answer(A, (const(A,bookshelf)))). _parse([what,is,in,front,of,the,bookshelf,in,the,image1100,?], answer(A, (const(A,board)))). _parse([what,object,is,found,right,side,of,the,bed,in,the,image1101,?], answer(A, (const(A,lamp)))). _parse([what,is,found,to,the,right,side,of,the,lamp,in,the,image1101,?], answer(A, (const(A,bookshelf)))). _parse([what,object,is,found,below,the,window,in,the,image1101,?], answer(A, (const(A,chair)))). _parse([what,is,the,shape,of,the,window,in,the,image1101,?], answer(A, (const(A,window)))). _parse([what,is,found,on,the,floor,in,the,image1102,?], answer(A, (const(A,bed)))). _parse([what,is,on,the,right,side,of,the,bed,in,the,image1102,?], answer(A, (const(A,chair)))). _parse([what,is,the,colour,of,the,chair,in,the,image1102,?], answer(A, (const(A,yellow)))). _parse([what,is,found,on,the,left,side,in,the,image1102,?], answer(A, (const(A,bookshelf)))). _parse([how,many,racks,are,there,in,the,bookshelf,in,the,image1102,?], answer(A, (const(A,6)))). _parse([what,is,the,colour,of,the,object,cover,below,the,window,in,the,image1103,?], answer(A, (const(A,red)))). _parse([what,is,found,in,front,of,the,window,in,the,image1103,?], answer(A, (const(A,bookshelf)))). _parse([what,are,the,objects,found,in,the,bookshelf,of,the,image1103,?], answer(A, (const(A,books);const(A,toy);const(A,papers)))). _parse([what,is,found,under,the,table,of,the,image1103,?], answer(A, (const(A,garbage_bin)))). _parse([what,are,the,objects,on,the,left,side,of,the,bed,in,the,image1104,?], answer(A, (const(A,alarm_clock);const(A,book);const(A,shoe);const(A,wire)))). _parse([what,is,the,colour,of,the,bed,in,the,image1104,?], answer(A, (const(A,red)))). _parse([what,object,is,found,below,the,window,in,the,image1105,?], answer(A, (const(A,bed)))). _parse([what,is,found,to,the,right,side,of,the,bed,in,the,image1105,?], answer(A, (const(A,door)))). _parse([what,is,the,colour,of,the,bed,sheet,in,the,image1105,?], answer(A, (const(A,white)))). _parse([what,is,found,to,the,opposite,of,the,door,in,the,image1106,?], answer(A, (const(A,chair)))). _parse([what,is,stuck,on,the,wall,in,the,image1106,?], answer(A, (const(A,light_switch)))). _parse([what,is,found,to,the,right,side,of,the,wall,in,the,image1106,?], answer(A, (const(A,cabinet)))). _parse([what,is,on,the,right,side,in,the,image1106,?], answer(A, (const(A,bed)))). _parse([how,many,knobs,are,there,in,the,door,of,the,image1106,?], answer(A, (const(A,2)))). _parse([how,many,bed,sheets,are,found,on,the,bed,in,the,image1107,?], answer(A, (const(A,2)))). _parse([how,many,knobs,are,there,in,the,door,of,the,image1107,?], answer(A, (const(A,2)))). _parse([what,is,found,on,the,right,side,of,the,door,in,the,image1107,?], answer(A, (const(A,window)))). _parse([what,object,is,found,on,the,left,side,of,the,bed,in,the,image1107,?], answer(A, (const(A,cabinet)))). _parse([how,many,window,curtains,are,there,in,the,image1108,?], answer(A, (const(A,3)))). _parse([what,are,the,things,found,in,front,of,the,window,of,the,image1108,?], answer(A, (const(A,chair);const(A,plant);const(A,pillow)))). _parse([what,are,the,objects,found,on,the,cabinet,in,the,image1108,?], answer(A, (const(A,dvd_player);const(A,book)))). _parse([what,object,is,stuck,on,the,wall,in,the,image1108,?], answer(A, (const(A,television)))). _parse([what,is,on,the,left,side,of,the,chair,in,the,image1108,?], answer(A, (const(A,vase)))). _parse([what,is,found,on,the,left,side,in,the,image1109,?], answer(A, (const(A,bed)))). _parse([what,is,stuck,on,the,wall,in,the,image1109,?], answer(A, (const(A,light_switch)))). _parse([what,is,the,colour,of,the,bed,sheet,in,the,image1109,?], answer(A, (const(A,gray)))). _parse([what,is,on,the,right,side,in,the,image1109,?], answer(A, (const(A,door)))). _parse([what,is,between,the,lamps,in,the,image1110,?], answer(A, (const(A,bed)))). _parse([what,is,the,colour,of,the,lamps,in,the,image1110,?], answer(A, (const(A,brown)))). _parse([how,many,handles,are,there,in,the,cabinet,of,the,image1110,?], answer(A, (const(A,3)))). _parse([what,is,on,the,right,side,of,the,bed,in,the,image1110,?], answer(A, (const(A,cabinet)))). _parse([how,many,pillows,are,there,on,the,bed,in,the,image1110,?], answer(A, (const(A,6)))). _parse([what,are,found,to,the,left,side,of,the,window,in,the,image1111,?], answer(A, (const(A,mirror);const(A,table);const(A,chair)))). _parse([what,is,found,below,the,mirror,in,the,image1111,?], answer(A, (const(A,table)))). _parse([what,is,found,in,front,of,the,window,of,the,image1111,?], answer(A, (const(A,bed)))). _parse([what,is,to,the,left,side,of,the,bed,in,the,image1111,?], answer(A, (const(A,lamp)))). _parse([what,is,stuck,on,the,wall,on,the,left,side,in,the,image1112,?], answer(A, (const(A,television)))). _parse([what,is,found,in,inside,room,of,the,image1112,?], answer(A, (const(A,cabinet)))). _parse([what,is,found,in,front,of,the,table,in,the,image1112,?], answer(A, (const(A,chair)))). _parse([what,object,is,found,to,the,left,side,of,the,door,in,the,image1112,?], answer(A, (const(A,television)))). _parse([what,is,stuck,on,the,wall,in,the,image1113,?], answer(A, (const(A,television)))). _parse([what,is,found,below,the,television,in,the,image1113,?], answer(A, (const(A,cabinet)))). _parse([what,are,the,objects,found,on,the,cabinet,in,the,image1113,?], answer(A, (const(A,photo);const(A,book);const(A,toy)))). _parse([how,many,drawer,knobs,are,there,in,the,image1113,?], answer(A, (const(A,12)))). _parse([what,is,found,in,front,of,the,window,of,the,image1113,?], answer(A, (const(A,curtain)))). _parse([what,is,found,in,front,of,the,window,in,the,image1114,?], answer(A, (const(A,bed)))). _parse([how,many,pillows,are,there,in,the,image1114,?], answer(A, (const(A,7)))). _parse([what,object,is,found,to,the,right,side,of,the,image1114,?], answer(A, (const(A,cabinet);const(A,lamp)))). _parse([what,is,stuck,on,the,top,of,the,cabinet,in,the,image1114,?], answer(A, (const(A,photo)))). _parse([what,is,found,on,the,bed,in,the,image1114,?], answer(A, (const(A,remote_control)))). _parse([what,objects,are,stuck,on,the,wall,in,the,image1115,?], answer(A, (const(A,television);const(A,photo)))). _parse([what,is,found,in,front,of,the,window,in,the,image1115,?], answer(A, (const(A,cabinet)))). _parse([how,many,knobs,are,there,in,the,image1115,?], answer(A, (const(A,4)))). _parse([what,object,is,found,in,the,right,side,of,the,image1116,?], answer(A, (const(A,chair)))). _parse([what,is,behind,the,chair,in,the,image1116,?], answer(A, (const(A,bed)))). _parse([how,many,pillows,are,there,in,square,shape,in,the,image1116,?], answer(A, (const(A,2)))). _parse([what,is,hanged,on,the,wall,in,the,image1116,?], answer(A, (const(A,photo)))). _parse([what,is,behind,the,left,side,of,the,image1116,?], answer(A, (const(A,window)))). _parse([what,is,kept,on,the,cupboard,in,the,image1116,?], answer(A, (const(A,clothes)))). _parse([how,many,beds,are,in,the,image1117,?], answer(A, (const(A,2)))). _parse([what,is,found,in,between,the,beds,image1117,?], answer(A, (const(A,lamp)))). _parse([what,is,the,object,next,to,the,bed,in,image1117,?], answer(A, (const(A,chair)))). _parse([what,is,found,near,the,lamp,in,the,image1117,?], answer(A, (const(A,box)))). _parse([what,is,in,the,left,corner,of,the,cabinet,in,the,image1118,?], answer(A, (const(A,lamp)))). _parse([what,are,the,objects,found,on,the,cabinet,in,the,image1118,?], answer(A, (const(A,box);const(A,lamp)))). _parse([what,is,found,next,to,the,left,side,of,the,cabinet,in,the,image1118,?], answer(A, (const(A,bed)))). _parse([how,many,red,pillows,found,on,the,bed,in,the,image1118,?], answer(A, (const(A,3)))). _parse([what,is,found,on,the,floor,near,the,cabinet,in,the,image1118,?], answer(A, (const(A,wire)))). _parse([what,is,the,object,found,left,side,of,the,image1119,?], answer(A, (const(A,bed)))). _parse([what,is,found,on,right,side,of,the,chair,in,the,image1119,?], answer(A, (const(A,stool)))). _parse([what,object,is,found,on,the,chair,in,the,image1119,?], answer(A, (const(A,pillow)))). _parse([what,is,the,colour,of,the,pillow,in,the,image1119,?], answer(A, (const(A,red)))). _parse([how,many,chairs,are,found,in,the,image1119,?], answer(A, (const(A,2)))). _parse([what,object,is,found,on,the,right,side,of,the,image1120,?], answer(A, (const(A,window)))). _parse([what,is,found,in,front,of,the,window,in,the,image1120,?], answer(A, (const(A,bed)))). _parse([how,many,pillows,are,found,in,the,left,bed,in,the,image1120,?], answer(A, (const(A,2)))). _parse([what,is,the,object,found,in,the,left,side,of,the,image1121,?], answer(A, (const(A,television)))). _parse([what,object,is,found,in,front,of,the,door,in,the,image1121,?], answer(A, (const(A,toy)))). _parse([what,is,the,object,stuck,on,the,wall,in,the,image1121,?], answer(A, (const(A,photo)))). _parse([what,is,found,opposite,to,the,door,in,the,image1121,?], answer(A, (const(A,bed)))). _parse([what,object,is,found,in,left,side,of,the,image1122,?], answer(A, (const(A,television)))). _parse([what,is,to,the,right,of,the,vase,in,the,image1122,?], answer(A, (const(A,door)))). _parse([what,are,the,objects,inside,the,door,in,the,image1122,?], answer(A, (const(A,cabinet);const(A,toy)))). _parse([what,is,the,object,far,inside,the,door,in,the,image1122,?], answer(A, (const(A,ladder)))). _parse([what,are,stuck,on,the,wall,in,the,image1123,?], answer(A, (const(A,photo)))). _parse([what,is,found,in,front,of,the,window,in,the,image1123,?], answer(A, (const(A,cabinet)))). _parse([what,is,at,the,left,of,the,cabinet,in,the,image1123,?], answer(A, (const(A,bed)))). _parse([how,many,knobs,are,found,on,the,window,in,the,image1123,?], answer(A, (const(A,2)))). _parse([what,objects,are,found,below,the,window,in,the,image1124,?], answer(A, (const(A,toy)))). _parse([what,are,stuck,on,the,wall,in,the,image1124,?], answer(A, (const(A,photo)))). _parse([what,is,found,below,the,photos,in,the,image1124,?], answer(A, (const(A,bed)))). _parse([what,are,at,the,right,side,of,the,bed,in,the,image1124,?], answer(A, (const(A,toys_rack);const(A,chair);const(A,table)))). _parse([what,is,the,colour,of,the,photo,on,the,right,side,of,the,window,in,the,image1124,?], answer(A, (const(A,pink)))). _parse([what,is,found,below,the,photo,in,the,image1125,?], answer(A, (const(A,bed)))). _parse([what,is,at,the,right,side,of,the,bed,in,the,image1125,?], answer(A, (const(A,toys_rack)))). _parse([what,is,in,front,of,the,toys,rack,in,the,image1125,?], answer(A, (const(A,table)))). _parse([what,is,under,the,table,in,the,image1125,?], answer(A, (const(A,chair)))). _parse([how,many,drawer,knobs,are,there,in,the,image1125,?], answer(A, (const(A,3)))). _parse([what,are,the,objects,found,on,the,bed,in,the,image1126,?], answer(A, (const(A,toy);const(A,blanket)))). _parse([how,many,drawer,knobs,are,there,in,the,image1126,?], answer(A, (const(A,3)))). _parse([what,are,the,objects,found,on,the,drawer,in,the,image1126,?], answer(A, (const(A,paper);const(A,box);const(A,lamp);const(A,file)))). _parse([what,are,the,colours,in,the,blanket,in,the,image1127,?], answer(A, (const(A,purple);const(A,gray);const(A,white)))). _parse([what,are,the,objects,found,on,the,floor,in,the,image1127,?], answer(A, (const(A,clothes);const(A,bed)))). _parse([what,is,the,object,on,the,left,side,of,the,image1127,?], answer(A, (const(A,window)))). _parse([what,is,the,object,found,above,the,wall,stand,in,the,image1127,?], answer(A, (const(A,light)))). _parse([what,is,the,object,found,on,the,bed,in,the,image1128,?], answer(A, (const(A,clothes)))). _parse([what,is,the,object,found,in,the,floor,on,left,side,of,the,image1128,?], answer(A, (const(A,horse_toy)))). _parse([what,is,the,colour,of,the,object,next,to,the,horse,toy,in,the,image1128,?], answer(A, (const(A,pink)))). _parse([what,are,the,objects,on,the,table,in,the,image1128,?], answer(A, (const(A,toy);const(A,lamp);const(A,book)))). _parse([what,is,the,object,kept,with,the,table,in,the,image1128,?], answer(A, (const(A,chair)))). _parse([what,is,the,object,to,the,left,of,the,bed,in,the,image1129,?], answer(A, (const(A,cabinet)))). _parse([what,is,the,white,colour,object,on,the,cabinet,in,the,image1129,?], answer(A, (const(A,lamp)))). _parse([what,is,the,object,on,the,wall,in,the,image1129,?], answer(A, (const(A,photo)))). _parse([what,is,the,object,on,the,on,the,floor,near,the,cabinet,in,the,image1129,?], answer(A, (const(A,clothes);const(A,wire)))). _parse([how,many,pillows,are,there,in,the,image1129,?], answer(A, (const(A,4)))). _parse([which,object,shadow,is,on,the,wall,in,the,image1130,?], answer(A, (const(A,cabinet)))). _parse([what,is,the,black,colour,object,on,the,cabinet,in,the,image1130,?], answer(A, (const(A,bag)))). _parse([what,object,is,opposite,to,the,cabinet,in,the,image1130,?], answer(A, (const(A,bed)))). _parse([what,are,the,objects,on,the,cabinet,in,the,image1130,?], answer(A, (const(A,papers);const(A,bag);const(A,perfume)))). _parse([what,object,is,fitted,in,the,cabinet,in,the,image1130,?], answer(A, (const(A,mirror)))). _parse([what,are,the,objects,are,on,the,bed,in,the,image1131,?], answer(A, (const(A,pillow);const(A,blanket)))). _parse([what,is,to,the,right,of,the,bed,in,the,image1131,?], answer(A, (const(A,cabinet)))). _parse([what,is,the,object,found,on,the,cabinet,in,the,image1131,?], answer(A, (const(A,lamp)))). _parse([what,is,the,colour,of,the,object,above,the,centre,pillow,in,the,image1131,?], answer(A, (const(A,blue)))). _parse([what,is,the,object,found,on,the,right,side,of,the,image1132,?], answer(A, (const(A,television)))). _parse([what,is,the,object,next,to,the,tv,stand,in,the,image1132,?], answer(A, (const(A,table)))). _parse([what,is,kept,in,front,of,the,table,in,the,image1132,?], answer(A, (const(A,chair)))). _parse([what,is,in,front,of,the,window,in,the,image1132,?], answer(A, (const(A,excercise_equipment)))). _parse([what,is,the,object,to,the,left,side,of,the,bed,in,the,image1133,?], answer(A, (const(A,cabinet)))). _parse([what,is,placed,on,the,cabinet,in,the,image1133,?], answer(A, (const(A,lamp)))). _parse([what,is,the,colour,of,the,lamp,in,the,image1133,?], answer(A, (const(A,white)))). _parse([how,many,pillows,are,there,in,the,image1133,?], answer(A, (const(A,2)))). _parse([what,are,the,colours,are,on,the,bed,in,the,image1133,?], answer(A, (const(A,pink);const(A,black);const(A,green);const(A,purple)))). _parse([what,is,the,object,under,the,table,in,the,image1134,?], answer(A, (const(A,chair)))). _parse([what,objects,are,on,the,table,in,the,image1134,?], answer(A, (const(A,pen);const(A,pen_stand);const(A,box)))). _parse([what,is,the,object,to,the,right,of,the,table,in,the,image1134,?], answer(A, (const(A,tv_stand)))). _parse([what,is,the,object,on,the,tv,stand,in,the,image1134,?], answer(A, (const(A,television)))). _parse([what,is,the,object,found,on,the,left,of,the,television,on,the,tv,stand,in,the,image1134,?], answer(A, (const(A,remote_control)))). _parse([what,objects,are,on,the,floor,in,the,image1135,?], answer(A, (const(A,bed);const(A,paper);const(A,bag)))). _parse([what,object,is,found,on,the,left,top,of,the,image1135,?], answer(A, (const(A,window)))). _parse([what,is,the,black,colour,object,on,the,floor,near,the,window,in,the,image1135,?], answer(A, (const(A,bag)))). _parse([what,are,the,objects,on,the,bed,in,the,image1135,?], answer(A, (const(A,pillow);const(A,clothes);const(A,blanket)))). _parse([how,many,beds,are,there,in,the,image1135,?], answer(A, (const(A,2)))). _parse([what,is,the,colour,of,the,blanket,in,the,image1136,?], answer(A, (const(A,yellow)))). _parse([what,is,the,object,drawn,in,the,blanket,in,the,image1136,?], answer(A, (const(A,flower)))). _parse([what,are,the,objects,found,on,the,bed,in,the,image1136,?], answer(A, (const(A,clothes);const(A,pillow);const(A,blanket)))). _parse([what,are,the,objects,on,the,floor,near,the,bed,in,the,image1136,?], answer(A, (const(A,bag);const(A,book);const(A,paper)))). _parse([what,is,the,colour,of,the,bag,in,the,image1136,?], answer(A, (const(A,red);const(A,black)))). _parse([how,many,pillows,are,there,in,the,image1136,?], answer(A, (const(A,1)))). _parse([what,is,the,object,left,of,the,bed,in,the,image1137,?], answer(A, (const(A,lamp)))). _parse([what,is,the,silver,colour,object,found,on,the,table,in,the,image1137,?], answer(A, (const(A,lamp)))). _parse([what,is,the,object,under,the,table,in,the,image1137,?], answer(A, (const(A,garbage_bin)))). _parse([what,is,the,object,to,the,left,of,the,garbage,bin,in,the,image1137,?], answer(A, (const(A,chair)))). _parse([what,is,the,object,found,in,the,left,side,of,the,image1138,?], answer(A, (const(A,window)))). _parse([what,is,object,found,in,the,left,corner,of,the,image1138,?], answer(A, (const(A,television)))). _parse([where,is,the,television,placed,in,the,image1138,?], answer(A, (const(A,tv_stand)))). _parse([what,is,the,object,plugged,in,the,wall,near,the,tv,stand,in,the,image1138,?], answer(A, (const(A,wire)))). _parse([what,is,the,object,facing,the,television,in,the,image1138,?], answer(A, (const(A,bed)))). _parse([what,are,the,objects,found,left,to,the,bed,in,the,image1139,?], answer(A, (const(A,table);const(A,lamp)))). _parse([what,object,is,found,on,the,table,in,the,image1139,?], answer(A, (const(A,lamp)))). _parse([what,is,the,colour,of,the,bed,in,the,image1139,?], answer(A, (const(A,white)))). _parse([how,many,objects,found,on,the,table,in,the,image1139,?], answer(A, (const(A,2)))). _parse([what,is,found,right,to,the,bed,in,the,image1140,?], answer(A, (const(A,table)))). _parse([what,are,the,objects,found,near,the,table,in,the,image1140,?], answer(A, (const(A,lamp);const(A,chair);const(A,garbage_bin)))). _parse([what,is,found,right,side,to,the,table,in,the,image1140,?], answer(A, (const(A,wardrobe)))). _parse([what,is,stuck,on,the,wall,in,the,image1140,?], answer(A, (const(A,photo)))). _parse([what,object,is,found,under,the,table,in,the,image1140,?], answer(A, (const(A,garbage_bin)))). _parse([what,is,found,to,the,right,side,of,the,bed,in,the,image1141,?], answer(A, (const(A,window)))). _parse([what,is,the,colour,of,the,blanket,in,the,image1141,?], answer(A, (const(A,red)))). _parse([what,is,found,to,the,right,side,of,the,window,in,the,image1141,?], answer(A, (const(A,bookshelf)))). _parse([what,is,opposite,to,the,bookshelf,in,the,image1141,?], answer(A, (const(A,table)))). _parse([what,are,the,objects,found,on,the,table,in,the,image1141,?], answer(A, (const(A,file);const(A,telephone);const(A,papers);const(A,clothes)))). _parse([what,is,the,object,under,the,table,in,the,image1141,?], answer(A, (const(A,chair)))). _parse([what,is,the,colour,of,the,sofa,in,the,image1142,?], answer(A, (const(A,blue)))). _parse([what,is,to,the,right,side,of,the,sofa,in,the,image1142,?], answer(A, (const(A,cabinet)))). _parse([what,is,found,to,the,right,side,of,the,cabinet,in,the,image1142,?], answer(A, (const(A,bed)))). _parse([what,is,the,colour,of,the,blanket,in,the,image1142,?], answer(A, (const(A,red)))). _parse([what,objects,are,found,on,the,sofa,in,the,image1142,?], answer(A, (const(A,pillow)))). _parse([what,are,the,objects,found,on,the,cabinet,in,the,image1142,?], answer(A, (const(A,alarm_clock);const(A,bottle);const(A,paper)))). _parse([what,is,stuck,on,the,table,in,the,image1143,?], answer(A, (const(A,photo)))). _parse([what,is,below,the,photo,in,the,image1143,?], answer(A, (const(A,sofa)))). _parse([what,object,if,found,on,the,right,side,in,the,image1143,?], answer(A, (const(A,cabinet)))). _parse([what,is,found,left,to,the,cabinet,in,the,image1143,?], answer(A, (const(A,sofa)))). _parse([what,is,found,to,the,left,side,of,the,sofa,in,the,image1143,?], answer(A, (const(A,door)))). _parse([what,is,found,on,the,right,side,in,the,image1144,?], answer(A, (const(A,bed)))). _parse([what,are,the,objects,found,on,the,bed,in,the,image1144,?], answer(A, (const(A,pillow);const(A,blanket)))). _parse([what,is,found,near,the,bed,in,the,image1144,?], answer(A, (const(A,dog_toy)))). _parse([what,are,found,to,the,right,side,of,the,bed,in,the,image1144,?], answer(A, (const(A,cabinet);const(A,bookshelf)))). _parse([how,many,drawers,are,there,in,the,bookshelf,in,the,image1144,?], answer(A, (const(A,3)))). _parse([what,is,found,in,the,left,side,of,the,image1145,?], answer(A, (const(A,bookshelf)))). _parse([what,are,the,objects,found,on,the,left,side,bookshelf,in,the,image1145,?], answer(A, (const(A,toys_basket);const(A,photo);const(A,books)))). _parse([what,is,found,in,front,of,the,bookshelf,in,the,image1145,?], answer(A, (const(A,toy_house)))). _parse([what,is,found,behind,the,door,in,the,image1145,?], answer(A, (const(A,bookshelf)))). _parse([how,many,drawer,handles,are,there,in,the,image1145,?], answer(A, (const(A,6)))). _parse([what,is,found,to,the,right,side,of,the,rack,in,the,image1146,?], answer(A, (const(A,bookshelf)))). _parse([what,is,found,in,front,of,the,bookshelf,in,the,image1146,?], answer(A, (const(A,toy_house)))). _parse([what,is,found,behind,the,door,in,the,image1146,?], answer(A, (const(A,bookshelf)))). _parse([what,are,the,objects,found,on,the,left,side,bookshelf,in,the,image1146,?], answer(A, (const(A,toys_basket);const(A,photo);const(A,books)))). _parse([what,is,found,in,between,the,cabinets,in,the,image1147,?], answer(A, (const(A,bed)))). _parse([what,are,found,on,the,right,side,cabinet,in,the,image1147,?], answer(A, (const(A,lamp);const(A,tissue_box)))). _parse([what,is,found,opposite,to,the,right,side,cabinet,in,the,image1147,?], answer(A, (const(A,door)))). _parse([how,many,pillows,are,there,in,the,image1147,?], answer(A, (const(A,5)))). _parse([what,object,is,found,on,the,left,side,cabinet,in,the,image1147,?], answer(A, (const(A,lamp)))). _parse([what,is,found,left,side,of,the,window,in,the,image1148,?], answer(A, (const(A,cabinet)))). _parse([what,object,is,found,opposite,to,the,window,in,the,image1148,?], answer(A, (const(A,bed)))). _parse([how,many,drawers,are,there,in,the,cabinet,of,the,image1148,?], answer(A, (const(A,5)))). _parse([what,object,is,found,on,the,right,side,of,the,window,in,the,image1148,?], answer(A, (const(A,cabinet)))). _parse([what,is,found,on,the,left,side,in,the,image1148,?], answer(A, (const(A,photo)))). _parse([what,is,found,to,the,opposite,of,the,photo,in,the,image1149,?], answer(A, (const(A,cabinet)))). _parse([what,is,the,paint,colour,used,in,photo,of,the,image1149,?], answer(A, (const(A,white)))). _parse([what,is,the,colour,of,the,wall,in,the,image1149,?], answer(A, (const(A,blue)))). _parse([what,is,found,on,the,left,side,in,the,image1150,?], answer(A, (const(A,bed)))). _parse([what,are,found,on,the,right,side,of,the,bed,in,the,image1150,?], answer(A, (const(A,window);const(A,chair)))). _parse([what,is,stuck,on,the,wall,in,the,image1150,?], answer(A, (const(A,photo)))). _parse([what,is,found,on,the,floor,in,front,of,the,window,in,the,image1150,?], answer(A, (const(A,floor_mat)))). _parse([what,is,found,right,to,the,floor,mat,in,the,image1150,?], answer(A, (const(A,toys_rack)))). _parse([what,is,found,on,the,cabinet,in,the,image1150,?], answer(A, (const(A,computer)))). _parse([what,is,at,the,left,side,in,the,image1151,?], answer(A, (const(A,bed)))). _parse([what,are,found,to,the,right,side,of,the,bed,in,the,image1151,?], answer(A, (const(A,cabinet);const(A,chair)))). _parse([what,is,behind,the,cabinet,in,the,image1151,?], answer(A, (const(A,window)))). _parse([what,is,above,the,chair,in,the,image1151,?], answer(A, (const(A,photo)))). _parse([what,is,found,to,the,right,of,the,photo,in,the,image1151,?], answer(A, (const(A,window)))). _parse([what,is,at,the,floor,of,the,image1151,?], answer(A, (const(A,floor_mat)))). _parse([what,is,near,the,cabinet,in,the,image1152,?], answer(A, (const(A,chair)))). _parse([what,is,at,the,left,side,in,the,image1152,?], answer(A, (const(A,bed)))). _parse([what,is,the,colour,of,the,chair,in,the,image1152,?], answer(A, (const(A,brown)))). _parse([what,are,the,things,on,the,cabinet,in,the,image1152,?], answer(A, (const(A,books);const(A,lamp)))). _parse([what,is,at,the,right,side,in,the,image1153,?], answer(A, (const(A,cabinet)))). _parse([how,many,knobs,are,there,in,the,cabinet,of,the,image1153,?], answer(A, (const(A,10)))). _parse([what,is,at,the,left,side,of,the,cabinet,in,the,image1153,?], answer(A, (const(A,bed)))). _parse([what,are,the,things,found,on,the,bed,in,the,image1153,?], answer(A, (const(A,clothes);const(A,pillow)))). _parse([what,is,found,under,the,cabinet,in,the,image1154,?], answer(A, (const(A,chair)))). _parse([what,is,hanged,on,the,chair,in,the,image1154,?], answer(A, (const(A,bag)))). _parse([what,is,on,the,top,of,the,cabinet,in,the,image1154,?], answer(A, (const(A,window)))). _parse([what,are,the,things,on,the,cabinet,in,the,image1154,?], answer(A, (const(A,photo);const(A,paper);const(A,pencil)))). _parse([what,is,hanged,on,the,knob,of,the,cabinet,in,the,image1154,?], answer(A, (const(A,bag)))). _parse([what,is,at,the,left,side,in,the,image1155,?], answer(A, (const(A,door)))). _parse([what,is,stuck,on,the,door,in,the,image1155,?], answer(A, (const(A,mirror)))). _parse([what,is,to,the,right,side,of,the,door,in,the,image1155,?], answer(A, (const(A,toys_rack)))). _parse([what,is,in,between,the,toys,rack,and,the,bags,in,the,image1155,?], answer(A, (const(A,toys_basket)))). _parse([what,is,at,the,right,side,of,the,bookshelf,in,the,image1156,?], answer(A, (const(A,tent)))). _parse([what,are,found,inside,the,tent,in,the,image1156,?], answer(A, (const(A,toy)))). _parse([what,is,in,front,of,the,bookshelf,in,the,image1156,?], answer(A, (const(A,tray)))). _parse([what,is,in,front,of,the,tray,in,the,image1156,?], answer(A, (const(A,shoe_hanger)))). _parse([what,is,to,the,left,side,of,the,tent,in,the,image1157,?], answer(A, (const(A,cabinet)))). _parse([what,is,in,front,of,the,cabinet,in,the,image1157,?], answer(A, (const(A,chair)))). _parse([what,is,hanged,behind,the,tent,in,the,image1157,?], answer(A, (const(A,curtain)))). _parse([what,are,the,things,found,on,the,cabinet,in,the,image1157,?], answer(A, (const(A,book);const(A,file);const(A,lamp)))). _parse([what,are,the,colours,in,the,tent,found,in,the,image1157,?], answer(A, (const(A,blue);const(A,green)))). _parse([what,is,at,the,left,side,of,the,bed,in,the,image1158,?], answer(A, (const(A,cabinet)))). _parse([what,is,found,on,the,top,of,the,bed,in,the,image1158,?], answer(A, (const(A,blanket)))). _parse([what,are,the,objects,found,on,the,cabinet,in,the,image1158,?], answer(A, (const(A,lamp);const(A,alarm_clock);const(A,book)))). _parse([what,is,the,colour,of,the,bed,in,the,image1158,?], answer(A, (const(A,yellow)))). _parse([what,is,in,front,of,the,window,of,the,image1159,?], answer(A, (const(A,cabinet)))). _parse([what,are,found,on,the,cabinet,in,the,image1159,?], answer(A, (const(A,photo)))). _parse([what,is,at,the,left,side,of,the,cabinet,in,the,image1159,?], answer(A, (const(A,stool)))). _parse([how,many,drawer,knobs,are,there,in,the,image1159,?], answer(A, (const(A,10)))). _parse([what,is,found,opposite,to,the,door,in,the,image1160,?], answer(A, (const(A,bunk_bed)))). _parse([what,is,at,the,top,of,the,photo,in,the,image1160,?], answer(A, (const(A,window)))). _parse([what,is,at,the,bottom,of,the,photo,in,the,image1160,?], answer(A, (const(A,stool)))). _parse([what,is,the,colour,of,the,pillow,cover,in,the,image1160,?], answer(A, (const(A,blue)))). _parse([what,is,hanged,on,the,bunk,bed,in,the,image1160,?], answer(A, (const(A,towel)))). _parse([what,are,the,things,on,the,table,in,the,image1161,?], answer(A, (const(A,lamp);const(A,toy);const(A,pen_stand);const(A,notebook)))). _parse([what,is,found,under,the,table,in,the,image1161,?], answer(A, (const(A,toy_bin)))). _parse([what,is,found,on,the,top,of,the,table,in,the,image1161,?], answer(A, (const(A,photo)))). _parse([what,is,stuck,on,the,right,side,of,the,cabinet,in,the,image1161,?], answer(A, (const(A,photo)))). _parse([what,is,the,colour,of,the,cabinet,in,the,image1162,?], answer(A, (const(A,white)))). _parse([what,is,stuck,on,the,wall,in,the,image1162,?], answer(A, (const(A,cap_stand)))). _parse([how,many,caps,are,there,in,the,image1162,?], answer(A, (const(A,4)))). _parse([what,are,the,objects,found,below,the,window,in,the,image1162,?], answer(A, (const(A,stool);const(A,cabinet)))). _parse([what,are,found,on,the,top,of,the,left,side,cabinet,in,the,image1162,?], answer(A, (const(A,toy);const(A,photo)))). _parse([what,is,to,the,right,side,of,the,cabinet,in,the,image1163,?], answer(A, (const(A,bed)))). _parse([what,is,the,bed,sheet,colour,of,the,image1163,?], answer(A, (const(A,pink)))). _parse([what,is,behind,the,bed,in,the,image1163,?], answer(A, (const(A,window)))). _parse([what,are,the,things,on,the,cabinet,in,the,image1163,?], answer(A, (const(A,file);const(A,toy);const(A,bottle)))). _parse([how,many,pillows,are,there,in,the,image1163,?], answer(A, (const(A,3)))). _parse([what,are,the,objects,on,the,right,side,of,the,bed,in,the,image1164,?], answer(A, (const(A,toys_basket);const(A,clothing_hamper)))). _parse([what,is,to,the,right,side,of,the,toys,basket,in,the,image1164,?], answer(A, (const(A,clothing_hamper)))). _parse([what,is,to,the,left,side,of,the,clothing,hamper,in,the,image1164,?], answer(A, (const(A,toys_basket)))). _parse([what,is,on,the,top,of,the,clothing,hamper,in,the,image1164,?], answer(A, (const(A,towel)))). _parse([what,is,the,colour,of,the,towel,in,the,image1164,?], answer(A, (const(A,pink)))). _parse([what,is,on,the,left,side,of,the,window,in,the,image1165,?], answer(A, (const(A,wardrobe)))). _parse([what,is,on,the,right,side,of,the,image1165,?], answer(A, (const(A,cabinet)))). _parse([what,are,the,things,on,the,cabinet,in,the,image1165,?], answer(A, (const(A,photo);const(A,toy)))). _parse([how,many,photos,are,the,on,the,cabinet,in,the,image1165,?], answer(A, (const(A,5)))). _parse([what,is,in,front,of,the,window,of,the,image1166,?], answer(A, (const(A,bed)))). _parse([what,are,stuck,on,the,wall,in,the,image1166,?], answer(A, (const(A,photo)))). _parse([what,is,to,the,left,side,of,the,bed,in,the,image1166,?], answer(A, (const(A,cabinet)))). _parse([what,is,to,the,right,side,of,the,image1166,?], answer(A, (const(A,wardrobe)))). _parse([what,are,the,things,on,the,cabinets,of,the,image1166,?], answer(A, (const(A,photo)))). _parse([what,is,on,the,corner,of,the,room,in,the,image1167,?], answer(A, (const(A,lamp)))). _parse([what,is,at,the,right,side,of,the,lamp,in,the,image1167,?], answer(A, (const(A,cabinet)))). _parse([what,is,at,the,right,side,of,the,cabinet,in,the,image1167,?], answer(A, (const(A,bed)))). _parse([what,is,at,the,opposite,side,of,the,lamp,in,the,image1167,?], answer(A, (const(A,cabinet)))). _parse([what,are,the,objects,on,the,cabinet,in,the,image1167,?], answer(A, (const(A,photo);const(A,bottle_of_perfume)))). _parse([how,many,drawer,handles,are,seen,in,the,image1167,?], answer(A, (const(A,9)))). _parse([what,are,seen,on,the,wall,in,the,image1168,?], answer(A, (const(A,wall_decoration)))). _parse([what,are,the,things,on,the,bed,in,the,image1168,?], answer(A, (const(A,pillow);const(A,paper);const(A,remote_control)))). _parse([what,is,the,colour,of,the,blanket,found,in,the,image1168,?], answer(A, (const(A,blue)))). _parse([what,is,on,the,left,side,of,the,image1169,?], answer(A, (const(A,bed)))). _parse([what,is,seen,on,the,wall,in,the,image1169,?], answer(A, (const(A,wall_decoration)))). _parse([what,are,the,things,on,the,right,in,the,image1169,?], answer(A, (const(A,blackboard);const(A,photo);const(A,chart_roll);const(A,paper_tray)))). _parse([what,is,the,colour,of,the,blanket,found,in,the,image1169,?], answer(A, (const(A,blue)))). _parse([what,is,hanged,above,computer,in,the,image1170,?], answer(A, (const(A,curtain)))). _parse([what,is,the,colour,of,the,curtain,in,the,image1170,?], answer(A, (const(A,blue)))). _parse([what,are,found,on,the,right,side,of,the,image1170,?], answer(A, (const(A,bookshelf);const(A,bookrack)))). _parse([what,is,on,the,top,of,the,right,bookshelf,in,the,image1170,?], answer(A, (const(A,decoration_item)))). _parse([what,is,found,near,the,computer,table,in,the,image1170,?], answer(A, (const(A,chair)))). _parse([what,are,the,things,on,the,bed,in,the,image1171,?], answer(A, (const(A,file);const(A,paper);const(A,chart_roll);const(A,tray)))). _parse([what,is,found,on,the,right,side,of,the,rack,in,the,image1171,?], answer(A, (const(A,cabinet)))). _parse([what,are,the,things,on,the,right,cabinet,of,the,image1171,?], answer(A, (const(A,fan);const(A,paper);const(A,book)))). _parse([what,are,stuck,on,the,wall,in,the,image1171,?], answer(A, (const(A,photo);const(A,decoration_item)))). _parse([what,is,hanged,on,the,rack,of,the,image1171,?], answer(A, (const(A,curtain)))). _parse([what,is,at,the,right,side,in,the,image1172,?], answer(A, (const(A,bed)))). _parse([what,is,the,colour,of,the,bed,sheet,in,the,image1172,?], answer(A, (const(A,blue)))). _parse([what,is,on,the,floor,in,the,image1172,?], answer(A, (const(A,floor_mat)))). _parse([what,are,found,on,the,left,side,of,the,rack,in,the,image1172,?], answer(A, (const(A,cabinet)))). _parse([what,is,stuck,on,the,wall,above,the,cabinets,in,the,image1172,?], answer(A, (const(A,photo)))). _parse([what,is,on,the,rack,in,the,image1173,?], answer(A, (const(A,chair)))). _parse([what,are,stuck,on,the,wall,in,the,image1173,?], answer(A, (const(A,photo)))). _parse([what,is,at,the,right,side,of,the,rack,in,the,image1173,?], answer(A, (const(A,chair)))). _parse([what,is,found,on,the,right,top,in,the,image1173,?], answer(A, (const(A,cabinet)))). _parse([what,is,in,front,of,the,cabinet,in,the,image1173,?], answer(A, (const(A,chair)))). _parse([what,are,found,on,the,cabinet,in,the,image1173,?], answer(A, (const(A,decoration_item);const(A,toy)))). _parse([what,are,stuck,on,the,wall,in,the,image1174,?], answer(A, (const(A,photo)))). _parse([what,is,found,below,the,photo,in,the,image1174,?], answer(A, (const(A,bed)))). _parse([what,is,hanged,to,the,right,side,of,the,bed,in,the,image1174,?], answer(A, (const(A,curtain)))). _parse([how,many,pillows,are,there,in,the,image1174,?], answer(A, (const(A,3)))). _parse([what,is,at,the,left,side,of,the,bed,in,the,image1174,?], answer(A, (const(A,table)))). _parse([what,is,at,the,bottom,left,in,the,image1175,?], answer(A, (const(A,bed)))). _parse([what,is,stuck,on,the,wall,in,the,image1175,?], answer(A, (const(A,photo)))). _parse([what,is,at,the,bottom,of,the,photo,in,the,image1175,?], answer(A, (const(A,table)))). _parse([what,is,hanged,at,the,right,side,of,the,photo,in,the,image1175,?], answer(A, (const(A,curtain)))). _parse([what,is,in,front,of,the,curtain,in,the,image1175,?], answer(A, (const(A,cabinet)))). _parse([what,are,the,things,found,on,the,cabinet,in,the,image1175,?], answer(A, (const(A,lamp);const(A,toy);const(A,paper);const(A,pen)))). _parse([what,are,stuck,on,the,wall,in,the,image1176,?], answer(A, (const(A,photo)))). _parse([what,is,at,the,left,bottom,in,the,image1176,?], answer(A, (const(A,bed)))). _parse([how,many,lights,are,there,in,the,image1176,?], answer(A, (const(A,2)))). _parse([what,is,at,the,right,side,of,the,bed,in,the,image1176,?], answer(A, (const(A,cabinet)))). _parse([how,many,photos,are,stuck,on,the,wall,in,the,image1176,?], answer(A, (const(A,3)))). _parse([what,is,at,the,left,bottom,in,the,image1177,?], answer(A, (const(A,bed)))). _parse([what,is,at,the,right,side,of,the,bed,in,the,image1177,?], answer(A, (const(A,mirror)))). _parse([what,is,at,the,right,side,of,the,cabinet,in,the,image1177,?], answer(A, (const(A,pillow);const(A,doll)))). _parse([what,is,found,near,the,right,side,wall,in,the,image1177,?], answer(A, (const(A,table)))). _parse([what,is,found,under,the,table,in,the,image1177,?], answer(A, (const(A,chair)))). _parse([what,are,found,on,the,floor,in,the,image1177,?], answer(A, (const(A,clothes)))). _parse([what,is,at,the,left,side,in,the,image1178,?], answer(A, (const(A,cabinet)))). _parse([what,are,the,things,found,on,the,cabinet,in,the,image1178,?], answer(A, (const(A,lamp);const(A,alarm_clock)))). _parse([what,is,at,the,right,side,of,the,cabinet,in,the,image1178,?], answer(A, (const(A,bed)))). _parse([what,is,found,to,the,right,side,of,the,bed,in,the,image1178,?], answer(A, (const(A,cabinet)))). _parse([how,many,knobs,are,there,in,the,image1178,?], answer(A, (const(A,9)))). _parse([what,is,at,the,right,side,of,the,door,in,the,image1179,?], answer(A, (const(A,cabinet)))). _parse([what,are,the,things,on,the,cabinet,in,the,image1179,?], answer(A, (const(A,blanket);const(A,pillow)))). _parse([what,is,above,the,cabinet,in,the,image1179,?], answer(A, (const(A,window)))). _parse([what,is,opposite,to,the,door,in,the,image1179,?], answer(A, (const(A,bed)))). _parse([what,is,at,the,right,side,of,the,bed,in,the,image1179,?], answer(A, (const(A,table)))). _parse([what,is,at,the,right,side,of,the,door,in,the,image1180,?], answer(A, (const(A,cabinet)))). _parse([what,are,the,things,on,the,cabinet,in,the,image1180,?], answer(A, (const(A,lamp);const(A,toy)))). _parse([what,is,found,under,the,cabinet,in,the,image1180,?], answer(A, (const(A,chair)))). _parse([what,is,found,to,the,right,of,the,wall,divider,in,the,image1180,?], answer(A, (const(A,cabinet)))). _parse([what,is,to,the,opposite,of,the,cabinet,in,the,image1180,?], answer(A, (const(A,bed)))). _parse([what,is,to,the,right,side,of,the,bed,in,the,image1181,?], answer(A, (const(A,table)))). _parse([what,is,the,colour,of,the,square,pillow,in,the,image1181,?], answer(A, (const(A,red)))). _parse([what,is,found,behind,the,table,in,the,image1181,?], answer(A, (const(A,door)))). _parse([what,is,at,the,top,right,corner,in,the,image1181,?], answer(A, (const(A,door)))). _parse([how,many,red,colour,pillows,are,there,in,the,image1181,?], answer(A, (const(A,2)))). _parse([what,is,at,the,top,right,corner,in,the,image1182,?], answer(A, (const(A,door)))). _parse([what,is,on,the,floor,in,the,image1182,?], answer(A, (const(A,floor_mat)))). _parse([what,is,to,the,right,side,of,the,floor,mat,in,the,image1182,?], answer(A, (const(A,table)))). _parse([what,are,the,things,on,the,table,in,the,image1182,?], answer(A, (const(A,books);const(A,lamp)))). _parse([what,is,to,the,right,side,of,the,table,in,the,image1182,?], answer(A, (const(A,bed)))). _parse([what,is,at,the,left,side,in,the,image1183,?], answer(A, (const(A,bed)))). _parse([what,is,to,the,right,side,of,the,bed,in,the,image1183,?], answer(A, (const(A,sofa)))). _parse([what,is,to,the,right,side,of,the,sofa,in,the,image1183,?], answer(A, (const(A,cabinet)))). _parse([what,are,the,things,found,on,the,cabinet,in,the,image1183,?], answer(A, (const(A,lamp);const(A,photo);const(A,books)))). _parse([what,is,the,colour,of,the,sofa,in,the,image1183,?], answer(A, (const(A,brown)))). _parse([what,is,behind,the,sofa,in,the,image1183,?], answer(A, (const(A,window)))). _parse([what,is,the,colour,of,the,object,near,the,bed,in,the,image1183,?], answer(A, (const(A,pink)))). _parse([what,is,found,at,the,corner,of,the,room,in,the,image1184,?], answer(A, (const(A,bed)))). _parse([what,is,found,at,the,wall,in,the,image1184,?], answer(A, (const(A,wall_decoration)))). _parse([what,is,the,colour,of,the,object,near,the,bed,in,the,image1184,?], answer(A, (const(A,pink)))). _parse([how,many,boxes,found,on,the,wall,decoration,in,the,image1184,?], answer(A, (const(A,4)))). _parse([what,are,found,on,the,both,sides,of,the,rack,in,the,image1185,?], answer(A, (const(A,bed)))). _parse([what,is,at,the,right,side,of,the,bed,in,the,image1185,?], answer(A, (const(A,bookshelf)))). _parse([what,objects,are,found,in,the,bookshelf,in,the,image1185,?], answer(A, (const(A,books);const(A,paper);const(A,toy);const(A,photo)))). _parse([what,is,found,near,the,bed,in,the,image1185,?], answer(A, (const(A,ball)))). _parse([what,is,the,colour,of,the,ball,in,the,image1185,?], answer(A, (const(A,red)))). _parse([what,is,at,the,bottom,right,in,the,image1185,?], answer(A, (const(A,chair)))). _parse([what,is,at,the,left,side,in,the,image1186,?], answer(A, (const(A,cabinet)))). _parse([what,is,at,the,right,side,of,the,cabinet,in,the,image1186,?], answer(A, (const(A,window)))). _parse([what,is,at,the,opposite,side,of,the,window,in,the,image1186,?], answer(A, (const(A,bed)))). _parse([what,are,the,things,found,on,the,rack,in,the,image1186,?], answer(A, (const(A,lamp);const(A,container_of_skin_cream)))). _parse([what,is,the,colour,of,the,sofa,in,the,image1187,?], answer(A, (const(A,black)))). _parse([what,is,found,behind,the,cabinet,in,the,image1187,?], answer(A, (const(A,cabinet)))). _parse([what,is,at,the,right,side,of,the,cabinet,in,the,image1187,?], answer(A, (const(A,bed)))). _parse([what,is,found,on,the,both,sides,of,the,bed,in,the,image1187,?], answer(A, (const(A,cabinet)))). _parse([what,are,the,things,on,the,cabinet,in,the,image1187,?], answer(A, (const(A,lamp);const(A,telephone)))). _parse([what,is,on,the,top,of,the,bed,in,the,image1187,?], answer(A, (const(A,photo)))). _parse([what,is,on,the,top,of,the,bed,in,the,image1188,?], answer(A, (const(A,photo)))). _parse([what,is,at,the,right,of,the,bed,in,the,image1188,?], answer(A, (const(A,cabinet)))). _parse([what,is,at,the,right,side,of,the,right,cabinet,in,the,image1188,?], answer(A, (const(A,plant)))). _parse([what,is,stuck,on,the,wall,near,the,plant,in,the,image1188,?], answer(A, (const(A,photo)))). _parse([what,is,found,at,the,right,top,corner,in,the,image1188,?], answer(A, (const(A,window)))). _parse([what,are,the,things,on,the,cabinet,in,the,image1188,?], answer(A, (const(A,lamp);const(A,telephone)))). _parse([what,is,found,at,the,bottom,left,corner,in,the,image1189,?], answer(A, (const(A,bed)))). _parse([what,is,at,the,top,of,the,bed,in,the,image1189,?], answer(A, (const(A,window)))). _parse([what,are,the,things,found,at,the,right,side,of,the,window,in,the,image1189,?], answer(A, (const(A,photo);const(A,plant)))). _parse([what,is,at,the,right,side,of,the,plant,in,the,image1189,?], answer(A, (const(A,cabinet)))). _parse([how,many,pillows,are,there,in,the,image1189,?], answer(A, (const(A,2)))). _parse([what,is,at,the,left,side,of,the,bed,in,the,image1190,?], answer(A, (const(A,table)))). _parse([what,are,the,things,found,on,the,table,in,the,image1190,?], answer(A, (const(A,photo)))). _parse([how,many,pillows,are,there,in,the,image1190,?], answer(A, (const(A,4)))). _parse([what,is,found,at,the,right,side,of,the,bed,in,the,image1190,?], answer(A, (const(A,window)))). _parse([what,is,at,the,right,side,of,the,table,in,the,image1191,?], answer(A, (const(A,bed)))). _parse([what,are,the,things,on,the,table,in,the,image1191,?], answer(A, (const(A,photo)))). _parse([what,is,stuck,on,the,wall,in,the,image1191,?], answer(A, (const(A,photo)))). _parse([how,many,round,pillows,are,there,in,the,image1191,?], answer(A, (const(A,2)))). _parse([what,object,is,found,on,the,top,of,the,bed,in,the,image1192,?], answer(A, (const(A,remote_control)))). _parse([what,is,at,the,left,side,of,the,bed,in,the,image1192,?], answer(A, (const(A,cabinet)))). _parse([what,are,the,things,on,the,cabinet,in,the,image1192,?], answer(A, (const(A,papers);const(A,book)))). _parse([what,object,is,on,the,right,side,of,the,bed,in,the,image1192,?], answer(A, (const(A,bottle)))). _parse([what,is,at,the,right,side,in,the,image1192,?], answer(A, (const(A,cabinet)))). _parse([what,is,on,the,top,of,the,bed,in,the,image1193,?], answer(A, (const(A,remote_control)))). _parse([what,is,at,the,right,side,of,the,bed,in,the,image1193,?], answer(A, (const(A,cabinet)))). _parse([what,is,found,on,the,right,side,in,the,image1193,?], answer(A, (const(A,excercise_equipment)))). _parse([what,is,at,the,left,side,of,the,exercise,equipment,in,the,image1193,?], answer(A, (const(A,cabinet)))). _parse([what,is,on,the,top,of,the,right,cabinet,in,the,image1193,?], answer(A, (const(A,television)))). _parse([what,is,in,front,of,the,window,in,the,image1194,?], answer(A, (const(A,table)))). _parse([what,is,to,the,right,side,of,the,window,in,the,image1194,?], answer(A, (const(A,bookshelf)))). _parse([what,is,at,the,opposite,side,of,the,bookshelf,in,the,image1194,?], answer(A, (const(A,cabinet)))). _parse([what,are,the,things,on,the,cabinet,in,the,image1194,?], answer(A, (const(A,paper);const(A,bottle)))). _parse([what,is,in,front,of,the,cabinet,in,the,image1194,?], answer(A, (const(A,chair)))). _parse([what,is,hanged,on,the,chair,in,the,image1194,?], answer(A, (const(A,clothes)))). _parse([what,is,at,the,right,side,in,the,image1194,?], answer(A, (const(A,door)))). _parse([what,is,found,in,front,of,the,window,in,the,image1195,?], answer(A, (const(A,bed)))). _parse([how,many,red,pillows,are,there,in,the,image1195,?], answer(A, (const(A,2)))). _parse([what,is,found,on,the,bed,in,the,image1195,?], answer(A, (const(A,napkin)))). _parse([what,is,at,the,left,side,of,the,window,in,the,image1195,?], answer(A, (const(A,bookshelf)))). _parse([what,is,at,the,opposite,side,of,the,bookshelf,in,the,image1195,?], answer(A, (const(A,cabinet)))). _parse([what,is,in,front,of,the,window,in,the,image1196,?], answer(A, (const(A,bed)))). _parse([what,objects,are,found,on,the,bed,in,the,image1196,?], answer(A, (const(A,napkin);const(A,pillow)))). _parse([what,is,at,the,left,side,of,the,bed,in,the,image1196,?], answer(A, (const(A,cabinet)))). _parse([how,many,handles,are,there,in,the,image1196,?], answer(A, (const(A,5)))). _parse([what,is,at,the,right,side,of,the,cabinet,in,the,image1196,?], answer(A, (const(A,bookshelf)))). _parse([how,many,beds,are,there,in,the,image1197,?], answer(A, (const(A,2)))). _parse([what,is,the,colour,of,the,bed,in,the,image1197,?], answer(A, (const(A,red)))). _parse([what,is,at,the,right,side,to,the,bed,in,the,image1197,?], answer(A, (const(A,table)))). _parse([what,is,at,the,top,rack,of,the,table,in,the,image1197,?], answer(A, (const(A,cd)))). _parse([what,is,at,the,bottom,rack,of,the,table,in,the,image1197,?], answer(A, (const(A,toy)))). _parse([what,is,found,in,front,of,the,window,in,the,image1198,?], answer(A, (const(A,cradle)))). _parse([what,is,at,the,bottom,left,in,the,image1198,?], answer(A, (const(A,tv_stand)))). _parse([what,is,on,the,top,of,the,tv,stand,in,the,image1198,?], answer(A, (const(A,television)))). _parse([what,is,at,the,right,side,of,the,television,in,the,image1198,?], answer(A, (const(A,door)))). _parse([what,is,on,the,floor,at,the,outside,of,the,door,in,the,image1198,?], answer(A, (const(A,floor_mat)))). _parse([what,is,at,the,left,side,in,the,image1199,?], answer(A, (const(A,bed)))). _parse([what,are,the,colours,in,the,blanket,in,the,image1199,?], answer(A, (const(A,pink);const(A,orange);const(A,blue);const(A,yellow)))). _parse([what,is,to,the,right,of,the,bed,in,the,image1199,?], answer(A, (const(A,table)))). _parse([what,objects,are,on,the,top,of,the,table,in,the,image1199,?], answer(A, (const(A,book);const(A,charger);const(A,wire)))). _parse([what,is,at,the,top,right,corner,in,the,image1199,?], answer(A, (const(A,window)))). _parse([what,is,at,the,left,side,in,the,image1200,?], answer(A, (const(A,bed)))). _parse([what,is,to,the,right,of,the,bed,in,the,image1200,?], answer(A, (const(A,table)))). _parse([how,many,pillows,are,there,in,the,image1200,?], answer(A, (const(A,5)))). _parse([what,objects,are,on,the,top,of,the,table,in,the,image1200,?], answer(A, (const(A,book);const(A,charger);const(A,wire)))). _parse([what,object,is,on,the,top,of,the,book,in,the,image1200,?], answer(A, (const(A,radio)))). _parse([what,is,found,near,cap,in,the,image1201,?], answer(A, (const(A,excercise_machine)))). _parse([what,is,colour,of,the,cap,in,the,image1201,?], answer(A, (const(A,orange)))). _parse([how,many,pillow,found,on,the,sofa,in,the,image1202,?], answer(A, (const(A,3)))). _parse([what,are,stuck,on,the,wall,in,the,image1202,?], answer(A, (const(A,photo)))). _parse([what,is,on,the,right,side,of,the,sofa,in,the,image1202,?], answer(A, (const(A,guitar);const(A,light)))). _parse([what,is,found,on,the,sofa,in,the,image1202,?], answer(A, (const(A,pillow)))). _parse([what,are,hanged,on,the,wall,in,the,image1203,?], answer(A, (const(A,cap_stand)))). _parse([what,is,found,below,the,cap,stand,on,the,image1203,?], answer(A, (const(A,garbage_bin)))). _parse([what,is,found,near,the,garbage,bin,in,the,image1203,?], answer(A, (const(A,guitar_case)))). _parse([what,is,to,the,opposite,of,the,guitar,case,in,the,image1203,?], answer(A, (const(A,sofa)))). _parse([what,is,found,at,the,bottom,left,corner,in,the,image1204,?], answer(A, (const(A,sofa)))). _parse([how,many,sofas,are,there,in,the,image1204,?], answer(A, (const(A,2)))). _parse([what,is,to,the,opposite,of,the,sofa,in,the,image1204,?], answer(A, (const(A,table)))). _parse([what,are,the,objects,found,on,the,table,in,the,image1204,?], answer(A, (const(A,books);const(A,bowl)))). _parse([what,are,found,behind,the,chair,in,the,image1204,?], answer(A, (const(A,chair);const(A,table)))). _parse([how,many,steel,chairs,are,there,in,the,image1204,?], answer(A, (const(A,4)))). _parse([what,is,in,front,of,the,table,in,the,image1205,?], answer(A, (const(A,sofa)))). _parse([what,is,to,the,right,side,of,the,table,in,the,image1205,?], answer(A, (const(A,sofa)))). _parse([what,is,the,colour,of,the,table,in,the,image1205,?], answer(A, (const(A,black)))). _parse([what,are,the,things,on,the,table,in,the,image1205,?], answer(A, (const(A,books);const(A,bowl)))). _parse([what,is,to,the,right,of,the,sofa,in,the,image1205,?], answer(A, (const(A,cabinet)))). _parse([how,many,pillows,are,there,in,the,image1206,?], answer(A, (const(A,8)))). _parse([what,is,in,front,of,the,sofa,in,the,image1206,?], answer(A, (const(A,coffee_table)))). _parse([what,is,found,on,the,coffee,table,in,the,image1206,?], answer(A, (const(A,vase)))). _parse([what,is,the,colour,of,the,flower,in,the,vase,in,the,image1206,?], answer(A, (const(A,red)))). _parse([what,is,at,the,right,bottom,in,the,image1207,?], answer(A, (const(A,coffee_table)))). _parse([what,is,on,the,coffee,table,in,the,image1207,?], answer(A, (const(A,vase)))). _parse([what,is,in,front,of,the,coffee,table,in,the,image1207,?], answer(A, (const(A,sofa)))). _parse([what,is,the,coffee,table,made,up,of,in,the,image1207,?], answer(A, (const(A,glass)))). _parse([what,are,found,behind,the,sofa,in,the,image1207,?], answer(A, (const(A,table);const(A,laptop)))). _parse([what,is,on,the,top,right,in,the,image1208,?], answer(A, (const(A,fireplace)))). _parse([what,is,at,the,opposite,of,the,fireplace,in,the,image1208,?], answer(A, (const(A,coffee_table)))). _parse([what,is,in,front,of,the,coffee,table,in,the,image1208,?], answer(A, (const(A,sofa)))). _parse([what,is,to,the,left,side,of,the,fireplace,in,the,image1208,?], answer(A, (const(A,door_way)))). _parse([what,is,on,the,coffee,table,in,the,image1208,?], answer(A, (const(A,vase)))). _parse([what,is,hanged,on,the,wall,in,the,image1209,?], answer(A, (const(A,photo)))). _parse([what,is,in,front,of,the,photo,in,the,image1209,?], answer(A, (const(A,piano)))). _parse([what,is,in,front,of,the,piano,in,the,image1209,?], answer(A, (const(A,piano_bench)))). _parse([what,is,to,the,right,side,of,the,piano,in,the,image1209,?], answer(A, (const(A,table)))). _parse([what,is,on,the,table,in,the,image1209,?], answer(A, (const(A,candelabra)))). _parse([what,is,in,front,of,the,sofa,in,the,image1210,?], answer(A, (const(A,coffee_table)))). _parse([what,are,the,things,on,the,coffee,table,in,the,image1210,?], answer(A, (const(A,candelabra);const(A,books);const(A,chessboard)))). _parse([what,is,to,the,right,of,the,sofa,in,the,image1210,?], answer(A, (const(A,chair)))). _parse([what,is,to,the,left,side,of,the,chair,in,the,image1210,?], answer(A, (const(A,table)))). _parse([what,is,hanged,on,the,chair,at,the,outer,side,of,the,room,in,the,image1210,?], answer(A, (const(A,clothes)))). _parse([what,is,at,the,left,side,in,the,image1211,?], answer(A, (const(A,sofa)))). _parse([what,is,found,behind,the,sofa,in,the,image1211,?], answer(A, (const(A,banister)))). _parse([what,is,in,front,of,the,sofa,in,the,image1211,?], answer(A, (const(A,coffee_table)))). _parse([what,are,the,things,on,the,coffee,table,in,the,image1211,?], answer(A, (const(A,candelabra);const(A,books);const(A,chessboard);const(A,decoration_item)))). _parse([what,is,stuck,on,the,top,right,corner,of,the,wall,in,the,image1211,?], answer(A, (const(A,photo)))). _parse([what,is,at,the,top,right,corner,in,the,image1212,?], answer(A, (const(A,piano)))). _parse([what,is,in,front,of,the,piano,in,the,image1212,?], answer(A, (const(A,piano_bench)))). _parse([what,is,in,front,of,the,piano,in,the,image1212,?], answer(A, (const(A,coffee_table)))). _parse([what,are,the,things,on,the,coffee,table,in,the,image1212,?], answer(A, (const(A,candelabra);const(A,books);const(A,chessboard);const(A,decoration_item)))). _parse([what,is,to,the,right,of,the,piano,in,the,image1212,?], answer(A, (const(A,table)))). _parse([what,is,hanged,on,the,wall,in,the,image1213,?], answer(A, (const(A,television)))). _parse([what,is,found,at,the,bottom,in,the,image1213,?], answer(A, (const(A,dvd_player)))). _parse([what,is,found,below,the,dvd,player,in,the,image1213,?], answer(A, (const(A,cabinet)))). _parse([what,is,to,the,right,of,the,cabinet,in,the,image1213,?], answer(A, (const(A,excercise_machine)))). _parse([what,is,at,the,bottom,left,in,the,image1213,?], answer(A, (const(A,sofa)))). _parse([what,is,to,the,opposite,side,of,the,sofa,in,the,image1213,?], answer(A, (const(A,door_way)))). _parse([what,is,in,front,of,the,door,way,in,the,image1213,?], answer(A, (const(A,excercise_machine)))). _parse([what,is,found,in,front,of,the,sofa,in,the,image1214,?], answer(A, (const(A,foot_rest)))). _parse([how,many,foot,rests,are,there,in,the,image1214,?], answer(A, (const(A,2)))). _parse([what,is,to,the,right,of,the,foot,rest,in,the,image1214,?], answer(A, (const(A,excercise_machine)))). _parse([what,is,behind,the,exercise,machine,in,the,image1214,?], answer(A, (const(A,door)))). _parse([what,are,the,things,far,behind,the,door,in,the,image1214,?], answer(A, (const(A,chair)))). _parse([how,many,pillows,found,in,the,image1214,?], answer(A, (const(A,5)))). _parse([what,is,at,the,bottom,left,corner,in,the,image1215,?], answer(A, (const(A,sofa)))). _parse([what,is,the,colour,of,the,sofa,seat,in,the,image1215,?], answer(A, (const(A,red)))). _parse([what,is,at,the,right,top,corner,in,the,image1215,?], answer(A, (const(A,cabinet)))). _parse([what,is,to,the,right,side,of,the,cabinet,in,the,image1215,?], answer(A, (const(A,table)))). _parse([how,many,knobs,are,there,in,the,image1215,?], answer(A, (const(A,3)))). _parse([what,is,at,the,right,side,in,the,image1216,?], answer(A, (const(A,bookshelf)))). _parse([how,many,bookshelves,are,there,in,the,image1216,?], answer(A, (const(A,3)))). _parse([what,is,the,colour,of,the,sofa,in,the,image1216,?], answer(A, (const(A,white)))). _parse([what,is,hanged,above,the,sofa,in,the,image1216,?], answer(A, (const(A,photo)))). _parse([what,is,to,the,right,side,of,the,sofa,in,the,image1216,?], answer(A, (const(A,bookshelf)))). _parse([what,is,at,the,right,side,in,the,image1217,?], answer(A, (const(A,bookshelf)))). _parse([what,is,to,the,left,of,the,bookshelf,in,the,image1217,?], answer(A, (const(A,bookrack)))). _parse([what,is,to,the,left,of,the,book,rack,in,the,image1217,?], answer(A, (const(A,table)))). _parse([what,are,the,things,on,the,table,in,the,image1217,?], answer(A, (const(A,paper);const(A,candelabra)))). _parse([what,is,to,the,left,of,the,table,in,the,image1217,?], answer(A, (const(A,sofa)))). _parse([what,is,on,the,top,of,the,sofa,in,the,image1217,?], answer(A, (const(A,window)))). _parse([what,is,stuck,on,the,wall,in,the,image1217,?], answer(A, (const(A,photo)))). _parse([what,is,at,the,top,right,corner,in,the,image1218,?], answer(A, (const(A,door)))). _parse([what,is,hanged,in,front,of,the,door,in,the,image1218,?], answer(A, (const(A,curtain)))). _parse([what,is,in,front,of,the,curtain,in,the,image1218,?], answer(A, (const(A,excercise_equipment)))). _parse([what,is,hanged,on,the,wall,in,the,image1218,?], answer(A, (const(A,television)))). _parse([what,is,at,the,bottom,of,the,television,in,the,image1218,?], answer(A, (const(A,table)))). _parse([what,are,found,on,the,table,in,the,image1218,?], answer(A, (const(A,music_stereo);const(A,remote_control);const(A,wire)))). _parse([what,are,found,on,both,sides,of,the,table,in,the,image1218,?], answer(A, (const(A,speaker)))). _parse([what,is,on,the,right,top,side,in,the,image1219,?], answer(A, (const(A,window)))). _parse([what,is,in,front,of,the,window,in,the,image1219,?], answer(A, (const(A,table)))). _parse([what,are,found,near,the,table,in,the,image1219,?], answer(A, (const(A,chair)))). _parse([what,is,at,the,right,side,in,the,image1219,?], answer(A, (const(A,sofa)))). _parse([what,are,found,behind,the,sofa,in,the,image1219,?], answer(A, (const(A,bookshelf);const(A,mirror)))). _parse([what,is,in,front,of,the,window,in,the,image1220,?], answer(A, (const(A,table)))). _parse([what,is,at,the,bottom,right,corner,in,the,image1220,?], answer(A, (const(A,sofa)))). _parse([what,is,found,behind,the,sofa,in,the,image1220,?], answer(A, (const(A,bookshelf)))). _parse([what,is,to,the,left,of,the,bookshelf,in,the,image1220,?], answer(A, (const(A,toy_house)))). _parse([what,is,to,the,left,of,the,toy,house,in,the,image1220,?], answer(A, (const(A,toy_stroller)))). _parse([how,many,toy,strollers,are,there,in,the,image1220,?], answer(A, (const(A,2)))). _parse([what,is,at,the,top,left,corner,in,the,image1221,?], answer(A, (const(A,window)))). _parse([what,is,at,the,top,right,corner,in,the,image1221,?], answer(A, (const(A,cabinet)))). _parse([what,are,found,in,the,cabinet,in,the,image1221,?], answer(A, (const(A,television);const(A,books);const(A,dvd_player)))). _parse([what,is,on,the,floor,before,television,in,the,image1221,?], answer(A, (const(A,wire)))). _parse([how,many,handles,are,there,in,the,image1221,?], answer(A, (const(A,7)))). _parse([what,are,hanged,on,the,sofa,in,the,image1222,?], answer(A, (const(A,blanket)))). _parse([what,is,the,colour,of,the,pillow,in,the,image1222,?], answer(A, (const(A,brown)))). _parse([what,is,found,behind,the,sofa,in,the,image1222,?], answer(A, (const(A,window)))). _parse([how,many,window,casing,in,the,image1222,?], answer(A, (const(A,3)))). _parse([what,is,at,the,top,right,corner,in,the,image1222,?], answer(A, (const(A,door_way)))). _parse([what,is,at,the,top,right,corner,in,the,image1223,?], answer(A, (const(A,window)))). _parse([what,is,stuck,on,the,wall,in,the,image1223,?], answer(A, (const(A,wire_board)))). _parse([what,is,at,the,right,side,in,the,image1223,?], answer(A, (const(A,television)))). _parse([what,is,on,the,television,in,the,image1223,?], answer(A, (const(A,dvd_player)))). _parse([what,are,at,the,right,of,the,television,in,the,image1223,?], answer(A, (const(A,cabinet)))). _parse([what,are,the,objects,found,on,the,fireplace,in,the,image1224,?], answer(A, (const(A,photo)))). _parse([what,is,to,the,left,of,the,fireplace,in,the,image1224,?], answer(A, (const(A,lamp)))). _parse([what,is,in,front,of,the,lamp,in,the,image1224,?], answer(A, (const(A,sofa)))). _parse([what,is,in,front,of,the,sofa,in,the,image1224,?], answer(A, (const(A,table)))). _parse([what,is,to,the,right,of,the,fireplace,in,the,image1224,?], answer(A, (const(A,sofa)))). _parse([what,is,on,the,top,right,corner,in,the,image1224,?], answer(A, (const(A,window)))). _parse([what,is,found,near,window,in,the,image1224,?], answer(A, (const(A,vase)))). _parse([what,is,at,the,bottom,left,corner,in,the,image1225,?], answer(A, (const(A,sofa)))). _parse([what,is,at,the,left,side,of,the,sofa,in,the,image1225,?], answer(A, (const(A,television)))). _parse([what,is,in,front,of,the,television,in,the,image1225,?], answer(A, (const(A,board);const(A,foot_rest)))). _parse([what,are,found,on,the,board,in,the,image1225,?], answer(A, (const(A,papers);const(A,file)))). _parse([what,is,at,the,top,right,side,in,the,image1225,?], answer(A, (const(A,fireplace)))). _parse([what,are,the,things,on,the,fireplace,in,the,image1225,?], answer(A, (const(A,photo)))). _parse([what,are,hanged,on,the,wall,in,the,image1226,?], answer(A, (const(A,photo)))). _parse([what,is,in,front,of,the,sofa,in,the,image1226,?], answer(A, (const(A,foot_rest)))). _parse([what,is,at,the,bottom,of,the,right,photo,in,the,image1226,?], answer(A, (const(A,decoration_item)))). _parse([what,is,the,colour,of,the,sofa,in,the,image1226,?], answer(A, (const(A,black)))). _parse([how,many,bulbs,are,there,in,the,decoration,item,in,the,image1226,?], answer(A, (const(A,5)))). _parse([what,is,on,the,floor,in,the,image1227,?], answer(A, (const(A,floor_mat)))). _parse([what,is,in,front,of,the,sofa,in,the,image1227,?], answer(A, (const(A,coffee_table)))). _parse([what,are,found,on,the,coffee,table,in,the,image1227,?], answer(A, (const(A,books);const(A,remote_control)))). _parse([what,are,found,behind,the,sofa,in,the,image1227,?], answer(A, (const(A,chair);const(A,table)))). _parse([what,is,on,the,table,in,the,image1227,?], answer(A, (const(A,bowl)))). _parse([how,many,chairs,are,there,in,the,image1227,?], answer(A, (const(A,6)))). _parse([what,is,in,front,of,the,chairs,in,the,table,in,the,image1228,?], answer(A, (const(A,table)))). _parse([what,is,found,behind,the,chairs,in,the,image1228,?], answer(A, (const(A,cabinet)))). _parse([what,is,on,the,left,side,of,the,door,in,the,image1228,?], answer(A, (const(A,window)))). _parse([what,is,on,the,floor,in,the,image1229,?], answer(A, (const(A,floor_mat)))). _parse([what,are,around,the,table,in,the,image1229,?], answer(A, (const(A,chair)))). _parse([how,many,chairs,are,there,in,the,image1229,?], answer(A, (const(A,8)))). _parse([what,is,at,the,left,of,the,table,in,the,image1229,?], answer(A, (const(A,chair)))). _parse([what,is,in,front,of,the,chair,in,the,image1229,?], answer(A, (const(A,sofa)))). _parse([what,is,at,the,left,of,the,sofa,in,the,image1229,?], answer(A, (const(A,lamp)))). _parse([how,many,window,casings,are,there,in,the,image1229,?], answer(A, (const(A,3)))). _parse([what,is,found,on,the,floor,in,the,image1230,?], answer(A, (const(A,floor_mat)))). _parse([how,many,floor,mats,are,there,in,the,image1230,?], answer(A, (const(A,2)))). _parse([what,is,at,the,bottom,right,in,the,image1230,?], answer(A, (const(A,chair)))). _parse([what,is,at,the,opposite,of,the,chair,in,the,image1230,?], answer(A, (const(A,sofa)))). _parse([what,object,is,found,on,the,cabinet,in,the,image1230,?], answer(A, (const(A,photo)))). _parse([what,object,is,found,on,the,sofa,in,the,image1230,?], answer(A, (const(A,pillow)))). _parse([what,is,in,front,of,the,sofa,in,the,image1231,?], answer(A, (const(A,table)))). _parse([what,is,found,on,the,table,in,the,image1231,?], answer(A, (const(A,vase)))). _parse([what,is,at,the,right,side,of,the,sofa,in,the,image1231,?], answer(A, (const(A,lamp)))). _parse([what,are,found,behind,lamp,in,the,image1231,?], answer(A, (const(A,plant)))). _parse([what,is,at,the,left,side,of,the,lamp,in,the,image1231,?], answer(A, (const(A,window)))). _parse([what,is,found,between,the,sofas,in,the,image1232,?], answer(A, (const(A,television)))). _parse([what,are,found,behind,the,television,in,the,image1232,?], answer(A, (const(A,lamp)))). _parse([what,is,behind,the,lamps,in,the,image1232,?], answer(A, (const(A,wall)))). _parse([what,is,at,the,left,corner,in,the,room,in,the,image1232,?], answer(A, (const(A,door)))). _parse([what,is,in,front,of,the,door,in,the,image1232,?], answer(A, (const(A,table)))). _parse([what,are,stuck,on,the,wall,in,the,image1233,?], answer(A, (const(A,photo);const(A,mirror)))). _parse([what,is,at,the,bottom,of,the,photo,in,the,image1233,?], answer(A, (const(A,sofa)))). _parse([what,is,to,the,left,of,the,sofa,in,the,image1233,?], answer(A, (const(A,table)))). _parse([what,objects,are,found,on,the,table,in,the,image1233,?], answer(A, (const(A,lamp);const(A,photo);const(A,toy)))). _parse([what,is,to,the,opposite,of,the,sofa,in,the,image1233,?], answer(A, (const(A,table)))). _parse([what,is,near,the,mirror,in,the,image1233,?], answer(A, (const(A,curtain)))). _parse([what,is,to,the,opposite,of,the,sofa,in,the,image1234,?], answer(A, (const(A,table)))). _parse([what,is,on,the,table,in,the,image1234,?], answer(A, (const(A,decoration_item)))). _parse([what,is,hanged,on,the,left,side,of,the,sofa,in,the,image1234,?], answer(A, (const(A,curtain)))). _parse([what,is,behind,the,curtain,in,the,image1234,?], answer(A, (const(A,window)))). _parse([what,are,stuck,on,the,wall,in,the,image1234,?], answer(A, (const(A,mirror);const(A,photo)))). _parse([what,is,to,the,right,of,the,sofa,in,the,image1234,?], answer(A, (const(A,table)))). _parse([what,are,the,things,on,the,table,right,to,the,sofa,in,the,image1234,?], answer(A, (const(A,lamp);const(A,photo)))). _parse([what,is,found,at,the,bottom,left,corner,in,the,image1235,?], answer(A, (const(A,table)))). _parse([what,are,the,things,on,the,table,right,to,the,sofa,in,the,image1235,?], answer(A, (const(A,lamp);const(A,photo)))). _parse([what,is,behind,the,table,in,the,image1235,?], answer(A, (const(A,sofa)))). _parse([what,are,the,things,found,on,the,rack,in,the,image1235,?], answer(A, (const(A,toy)))). _parse([what,is,stuck,on,the,wall,in,the,image1235,?], answer(A, (const(A,photo)))). _parse([what,is,to,the,right,of,the,door,in,the,image1236,?], answer(A, (const(A,decoration_item)))). _parse([what,is,to,the,right,of,the,decoration,item,in,the,image1236,?], answer(A, (const(A,sofa)))). _parse([what,is,under,the,sofa,in,the,image1236,?], answer(A, (const(A,dog)))). _parse([what,is,on,the,floor,in,the,image1236,?], answer(A, (const(A,floor_mat)))). _parse([what,is,on,the,sofa,in,the,image1236,?], answer(A, (const(A,pillow)))). _parse([what,is,the,colour,of,the,mat,in,the,image1236,?], answer(A, (const(A,red)))). _parse([what,is,at,the,right,side,in,the,image1237,?], answer(A, (const(A,bed)))). _parse([what,is,to,the,left,of,the,bed,in,the,image1237,?], answer(A, (const(A,cabinet)))). _parse([what,are,the,things,on,the,cabinet,in,the,image1237,?], answer(A, (const(A,books)))). _parse([what,is,to,the,right,of,the,cabinet,in,the,image1237,?], answer(A, (const(A,bag)))). _parse([what,is,to,the,right,of,the,bag,in,the,image1237,?], answer(A, (const(A,chair)))). _parse([what,is,on,the,floor,in,the,image1237,?], answer(A, (const(A,floor_mat)))). _parse([what,is,the,colour,of,the,floor,mat,in,the,image1237,?], answer(A, (const(A,red)))). _parse([what,is,to,the,right,of,the,cabinet,in,the,image1238,?], answer(A, (const(A,fireplace)))). _parse([how,many,pillows,found,in,the,image1238,?], answer(A, (const(A,5)))). _parse([what,is,to,the,right,of,the,sofa,in,the,image1238,?], answer(A, (const(A,table)))). _parse([how,many,tables,are,there,in,the,image1238,?], answer(A, (const(A,4)))). _parse([what,is,on,the,round,table,in,the,image1238,?], answer(A, (const(A,books)))). _parse([what,is,in,front,of,the,sofa,in,the,image1238,?], answer(A, (const(A,table)))). _parse([what,are,found,on,the,table,in,front,of,the,sofa,in,the,image1238,?], answer(A, (const(A,bowl);const(A,ashtray)))). _parse([what,is,behind,the,left,of,the,sofa,in,the,image1239,?], answer(A, (const(A,game_table)))). _parse([what,is,to,the,right,of,the,sofa,in,the,image1239,?], answer(A, (const(A,table)))). _parse([what,is,in,front,of,the,table,in,the,image1239,?], answer(A, (const(A,chair)))). _parse([what,is,at,the,right,bottom,in,the,image1239,?], answer(A, (const(A,book)))). _parse([what,is,to,the,right,of,the,fireplace,in,the,image1239,?], answer(A, (const(A,cabinet)))). _parse([how,many,chairs,around,the,game,table,in,the,image1239,?], answer(A, (const(A,4)))). _parse([what,is,to,the,right,of,the,fireplace,in,the,image1240,?], answer(A, (const(A,cabinet)))). _parse([what,is,in,front,of,the,chairs,in,the,image1240,?], answer(A, (const(A,game_table)))). _parse([what,are,around,the,game,table,in,the,image1240,?], answer(A, (const(A,chair)))). _parse([what,is,board,is,found,on,the,game,table,in,the,image1240,?], answer(A, (const(A,chessboard)))). _parse([what,is,found,on,the,floor,in,the,image1240,?], answer(A, (const(A,floor_mat)))). _parse([what,is,the,colour,of,the,floor,mat,in,the,image1240,?], answer(A, (const(A,red)))). _parse([what,is,in,the,right,side,of,the,image1241,?], answer(A, (const(A,sofa)))). _parse([what,objects,are,on,the,sofa,in,the,image1241,?], answer(A, (const(A,pillow);const(A,clothes)))). _parse([what,is,to,the,right,of,the,sofa,in,the,image1241,?], answer(A, (const(A,dog)))). _parse([what,is,fixed,in,the,ceiling,in,the,image1241,?], answer(A, (const(A,air_vent)))). _parse([what,are,found,on,the,ceiling,of,the,kitchen,island,in,the,image1241,?], answer(A, (const(A,glass);const(A,glass_rack)))). _parse([what,is,near,to,the,curtain,in,the,image1241,?], answer(A, (const(A,chair)))). _parse([what,is,in,the,right,side,of,the,image1242,?], answer(A, (const(A,shelves)))). _parse([what,objects,are,in,the,shelves,in,the,image1242,?], answer(A, (const(A,books);const(A,photo);const(A,television)))). _parse([what,object,is,in,the,middle,of,the,shelf,in,the,image1242,?], answer(A, (const(A,television)))). _parse([what,is,found,in,the,floor,near,the,shelf,in,the,image1242,?], answer(A, (const(A,dog_bed)))). _parse([what,objects,are,found,on,the,floor,in,the,image1242,?], answer(A, (const(A,dog_bed);const(A,floor_mat);const(A,wire)))). _parse([what,is,the,colour,of,the,clothes,on,the,sofa,in,the,image1243,?], answer(A, (const(A,red)))). _parse([what,is,in,front,of,the,table,in,the,image1243,?], answer(A, (const(A,table)))). _parse([what,objects,are,on,the,sofa,in,the,image1243,?], answer(A, (const(A,dog);const(A,pillow);const(A,clothes)))). _parse([what,is,behind,in,the,sofa,in,the,image1243,?], answer(A, (const(A,kitchen_island)))). _parse([what,objects,are,found,on,the,top,right,of,the,image1243,?], answer(A, (const(A,chair);const(A,table);const(A,photo)))). _parse([what,is,at,the,left,bottom,of,the,image1244,?], answer(A, (const(A,game_table)))). _parse([what,is,the,object,on,the,side,of,the,game,table,in,the,image1244,?], answer(A, (const(A,chair)))). _parse([what,is,the,colour,of,the,chair,near,the,game,table,in,the,image1244,?], answer(A, (const(A,blue)))). _parse([what,is,opposite,to,the,game,table,in,the,image1244,?], answer(A, (const(A,sofa)))). _parse([what,are,the,objects,on,the,table,in,front,of,the,sofa,in,the,image1244,?], answer(A, (const(A,plant);const(A,basket)))). _parse([what,is,the,object,to,the,left,of,the,door,in,the,image1244,?], answer(A, (const(A,banister)))). _parse([what,is,the,object,in,front,of,the,wall,behind,the,sofa,in,the,image1245,?], answer(A, (const(A,toys_shelf)))). _parse([what,is,the,object,to,the,left,of,the,toys,shelf,in,the,image1245,?], answer(A, (const(A,photo)))). _parse([what,are,the,objects,on,the,table,in,right,bottom,of,the,image1245,?], answer(A, (const(A,plant_pot);const(A,books);const(A,can)))). _parse([what,is,on,the,wall,at,top,right,of,the,image1245,?], answer(A, (const(A,photo)))). _parse([what,is,found,in,the,right,middle,of,the,image1245,?], answer(A, (const(A,fireplace)))). _parse([what,is,found,on,the,sofa,in,the,image1246,?], answer(A, (const(A,lamp)))). _parse([what,are,the,objects,found,behind,the,sofa,in,the,image1246,?], answer(A, (const(A,game_table);const(A,chair)))). _parse([what,is,found,on,the,table,which,is,in,front,of,the,sofa,in,the,image1246,?], answer(A, (const(A,plate);const(A,toy);const(A,book)))). _parse([what,is,hanged,on,the,wall,on,the,right,side,of,the,image1246,?], answer(A, (const(A,photo)))). _parse([how,many,lamp,shades,are,found,on,the,table,in,the,image1246,?], answer(A, (const(A,2)))). _parse([what,is,to,the,left,switch,on,the,wall,in,the,image1247,?], answer(A, (const(A,photo)))). _parse([what,are,the,objects,in,the,cabinet,found,on,the,wall,in,the,image1247,?], answer(A, (const(A,toy);const(A,photo);const(A,toy_house);const(A,toy_horse)))). _parse([what,object,is,found,at,the,bottom,rack,of,the,middle,cabinet,in,the,image1247,?], answer(A, (const(A,television)))). _parse([what,object,is,on,the,right,top,corner,of,the,television,in,the,image1247,?], answer(A, (const(A,books)))). _parse([what,is,to,the,left,side,of,the,image1248,?], answer(A, (const(A,window)))). _parse([what,is,the,object,in,the,front,in,the,image1248,?], answer(A, (const(A,table)))). _parse([what,is,hanged,on,the,wall,behind,the,sofa,in,the,image1248,?], answer(A, (const(A,decoration_item)))). _parse([what,are,the,objects,on,the,coffee,table,in,the,image1248,?], answer(A, (const(A,books);const(A,plate)))). _parse([what,object,is,found,near,the,decoration,item,behind,the,sofa,in,the,image1248,?], answer(A, (const(A,lamp)))). _parse([what,is,hanged,on,the,left,side,wall,in,the,image1248,?], answer(A, (const(A,photo)))). _parse([what,is,the,object,in,front,of,the,window,on,the,right,side,of,the,image1249,?], answer(A, (const(A,sofa)))). _parse([what,is,the,colour,of,the,sofa,in,the,image1249,?], answer(A, (const(A,red)))). _parse([how,many,chairs,are,around,the,table,in,the,image1249,?], answer(A, (const(A,4)))). _parse([what,is,the,object,behind,the,table,in,the,image1249,?], answer(A, (const(A,window)))). _parse([what,is,the,object,fixed,on,the,window,in,the,image1249,?], answer(A, (const(A,handle)))). _parse([what,object,is,on,the,sofa,in,the,image1249,?], answer(A, (const(A,pillow)))). _parse([what,object,is,in,the,wall,on,the,right,side,of,the,image1250,?], answer(A, (const(A,light_switch)))). _parse([what,objects,shadow,is,on,the,wall,in,the,image1250,?], answer(A, (const(A,decoration_item)))). _parse([what,is,the,object,behind,the,left,side,sofa,in,the,image1250,?], answer(A, (const(A,window)))). _parse([what,is,found,in,the,left,corner,of,the,image1250,?], answer(A, (const(A,lamp)))). _parse([what,is,in,front,of,the,table,in,the,image1250,?], answer(A, (const(A,coffee_table)))). _parse([what,objects,are,on,the,coffee,table,in,the,image1250,?], answer(A, (const(A,books);const(A,plate)))). _parse([what,is,to,the,right,of,the,door,in,the,image1251,?], answer(A, (const(A,cabinet)))). _parse([what,are,the,objects,on,the,cabinet,in,the,image1251,?], answer(A, (const(A,television);const(A,books);const(A,photo)))). _parse([what,is,found,behind,the,sofa,in,the,image1251,?], answer(A, (const(A,table)))). _parse([what,is,to,the,right,of,the,table,in,the,image1251,?], answer(A, (const(A,cabinet)))). _parse([what,is,to,the,opposite,of,the,sofa,in,the,image1251,?], answer(A, (const(A,table)))). _parse([what,are,stuck,on,the,wall,in,the,image1252,?], answer(A, (const(A,photo)))). _parse([what,is,at,the,bottom,of,the,photos,in,the,image1252,?], answer(A, (const(A,sofa)))). _parse([what,is,to,the,right,of,the,sofa,in,the,image1252,?], answer(A, (const(A,cabinet)))). _parse([what,are,the,things,on,the,cabinet,in,the,image1252,?], answer(A, (const(A,books)))). _parse([what,is,in,front,of,the,sofa,in,the,image1252,?], answer(A, (const(A,table)))). _parse([what,are,the,things,on,the,table,in,the,image1252,?], answer(A, (const(A,file);const(A,photo)))). _parse([what,is,stuck,on,the,wall,in,the,image1253,?], answer(A, (const(A,photo)))). _parse([what,is,to,the,right,of,the,photo,in,the,image1253,?], answer(A, (const(A,cabinet)))). _parse([what,are,the,things,on,the,cabinet,in,the,image1253,?], answer(A, (const(A,books);const(A,photo)))). _parse([what,is,in,front,of,the,cabinet,in,the,image1253,?], answer(A, (const(A,sofa)))). _parse([what,is,in,front,of,the,sofa,in,the,image1253,?], answer(A, (const(A,table)))). _parse([what,is,in,front,of,the,window,in,the,image1254,?], answer(A, (const(A,sofa)))). _parse([what,is,to,the,left,of,the,sofa,in,the,image1254,?], answer(A, (const(A,cabinet)))). _parse([what,is,stuck,on,the,wall,in,the,image1254,?], answer(A, (const(A,photo)))). _parse([what,is,to,the,right,of,the,coffee,table,in,the,image1254,?], answer(A, (const(A,piano)))). _parse([what,is,stuck,on,the,wall,behind,the,piano,in,the,image1254,?], answer(A, (const(A,mirror)))). _parse([how,many,lights,are,there,on,the,ceiling,in,the,image1254,?], answer(A, (const(A,2)))). _parse([what,are,stuck,on,the,wall,in,the,image1255,?], answer(A, (const(A,photo);const(A,light_switch)))). _parse([what,is,the,colour,of,the,sofa,chair,in,the,image1255,?], answer(A, (const(A,black)))). _parse([what,is,to,the,behind,the,sofa,inside,the,room,in,the,image1255,?], answer(A, (const(A,chair)))). _parse([what,is,to,the,right,of,the,chairs,inside,the,room,in,the,image1255,?], answer(A, (const(A,door)))). _parse([what,is,behind,the,coffee,table,in,the,image1255,?], answer(A, (const(A,sofa)))). _parse([what,are,stuck,on,the,wall,in,the,image1256,?], answer(A, (const(A,photo);const(A,light_switch)))). _parse([what,is,on,the,wall,to,the,left,of,the,photos,in,the,image1256,?], answer(A, (const(A,toys_rack)))). _parse([what,is,on,the,ceiling,in,the,image1256,?], answer(A, (const(A,light)))). _parse([what,are,the,racks,made,up,of,in,the,image1257,?], answer(A, (const(A,glass)))). _parse([what,are,stuck,on,the,wall,in,the,image1257,?], answer(A, (const(A,photo)))). _parse([what,is,on,the,ceiling,in,the,image1257,?], answer(A, (const(A,light)))). _parse([how,many,racks,are,there,in,the,image1257,?], answer(A, (const(A,4)))). _parse([what,is,the,colour,of,the,sofa,in,the,right,bottom,corner,in,the,image1257,?], answer(A, (const(A,black)))). _parse([what,is,stuck,on,the,wall,in,the,image1258,?], answer(A, (const(A,decoration_item)))). _parse([how,many,chairs,are,there,in,front,of,the,decoration,item,in,the,image1258,?], answer(A, (const(A,4)))). _parse([what,is,in,front,of,the,chair,in,the,image1258,?], answer(A, (const(A,cabinet)))). _parse([what,are,the,things,on,the,cabinet,in,the,image1258,?], answer(A, (const(A,photo)))). _parse([what,is,in,the,bottom,left,corner,in,the,image1258,?], answer(A, (const(A,sofa)))). _parse([what,is,to,the,right,of,the,sofa,in,the,image1258,?], answer(A, (const(A,table)))). _parse([what,are,the,things,on,the,table,in,the,image1258,?], answer(A, (const(A,lamp);const(A,books)))). _parse([what,is,behind,the,lamp,in,the,image1258,?], answer(A, (const(A,window)))). _parse([what,is,at,the,left,bottom,in,the,image1259,?], answer(A, (const(A,sofa)))). _parse([what,is,to,the,right,of,the,sofa,in,the,image1259,?], answer(A, (const(A,table)))). _parse([what,are,the,things,on,the,table,in,the,image1259,?], answer(A, (const(A,lamp);const(A,books)))). _parse([what,is,behind,the,lamp,in,the,image1259,?], answer(A, (const(A,window)))). _parse([what,is,in,front,of,the,sofa,in,the,image1259,?], answer(A, (const(A,coffee_table)))). _parse([what,are,the,things,on,the,table,in,the,image1259,?], answer(A, (const(A,cup);const(A,papers)))). _parse([what,are,the,things,above,the,fireplace,in,the,image1259,?], answer(A, (const(A,photo)))). _parse([what,is,at,the,bottom,left,corner,in,the,image1260,?], answer(A, (const(A,sofa)))). _parse([what,is,at,the,center,of,the,cabinet,in,the,image1260,?], answer(A, (const(A,television)))). _parse([what,are,the,things,in,the,cabinet,rack,in,the,image1260,?], answer(A, (const(A,dvd_player);const(A,photo);const(A,toy)))). _parse([what,is,to,the,right,side,of,the,cabinet,in,the,image1260,?], answer(A, (const(A,fireplace)))). _parse([what,is,at,the,top,of,the,fireplace,in,the,image1260,?], answer(A, (const(A,photo)))). _parse([what,is,in,front,of,the,right,sofa,in,the,image1260,?], answer(A, (const(A,table)))). _parse([what,are,the,things,on,the,table,in,the,image1260,?], answer(A, (const(A,cup);const(A,paper)))). _parse([what,is,behind,the,sofa,in,the,image1261,?], answer(A, (const(A,window)))). _parse([what,is,to,the,right,of,the,window,in,the,image1261,?], answer(A, (const(A,cabinet)))). _parse([what,are,the,things,in,the,cabinet,in,the,image1261,?], answer(A, (const(A,photo);const(A,toy);const(A,television);const(A,dvd_player)))). _parse([what,is,on,the,right,side,in,the,image1261,?], answer(A, (const(A,table)))). _parse([what,is,to,the,right,side,of,the,cabinet,in,the,image1261,?], answer(A, (const(A,fireplace)))). _parse([what,is,at,the,top,of,the,fireplace,in,the,image1261,?], answer(A, (const(A,photo)))). _parse([what,is,in,front,of,the,cabinet,in,the,image1262,?], answer(A, (const(A,chair)))). _parse([what,is,to,the,left,of,the,chair,in,the,image1262,?], answer(A, (const(A,garbage_bin)))). _parse([what,is,hanged,on,the,cabinet,in,the,image1262,?], answer(A, (const(A,medal)))). _parse([how,many,handles,are,there,in,the,image1262,?], answer(A, (const(A,12)))). _parse([what,are,stuck,on,the,wall,in,the,image1263,?], answer(A, (const(A,photo)))). _parse([what,is,opposite,to,the,sofa,in,the,image1263,?], answer(A, (const(A,cabinet)))). _parse([what,is,the,colour,of,the,chair,at,the,right,of,the,sofa,in,the,image1263,?], answer(A, (const(A,blue)))). _parse([what,are,the,things,on,the,sofa,in,the,image1263,?], answer(A, (const(A,remote_control);const(A,clothes)))). _parse([what,is,in,front,of,the,sofa,in,the,image1264,?], answer(A, (const(A,chair)))). _parse([what,is,the,colour,of,the,chair,in,the,image1264,?], answer(A, (const(A,blue)))). _parse([what,are,the,things,on,the,chair,in,the,image1264,?], answer(A, (const(A,clothes)))). _parse([what,are,hanged,on,the,wall,in,the,image1264,?], answer(A, (const(A,photo)))). _parse([what,is,behind,the,sofa,in,the,image1264,?], answer(A, (const(A,window)))). _parse([what,is,at,the,top,right,corner,in,the,image1265,?], answer(A, (const(A,photo)))). _parse([what,is,found,below,the,photo,in,the,image1265,?], answer(A, (const(A,sofa)))). _parse([what,is,to,the,left,of,the,sofa,in,the,image1265,?], answer(A, (const(A,window)))). _parse([what,is,to,the,right,of,the,window,in,the,image1265,?], answer(A, (const(A,door_way_arch)))). _parse([what,is,to,the,right,of,the,door,way,arch,in,the,image1265,?], answer(A, (const(A,photo)))). _parse([what,is,the,colour,of,the,chair,in,the,image1265,?], answer(A, (const(A,purple)))). _parse([what,is,on,the,floor,on,the,right,side,of,the,image1266,?], answer(A, (const(A,basket)))). _parse([what,is,inside,the,basket,in,the,image1266,?], answer(A, (const(A,clothes)))). _parse([what,is,to,the,right,of,the,basket,in,the,image1266,?], answer(A, (const(A,sofa)))). _parse([what,is,hanged,on,the,wall,in,the,image1266,?], answer(A, (const(A,photo)))). _parse([what,objects,are,on,the,cabinet,in,the,corner,of,the,image1266,?], answer(A, (const(A,lamp);const(A,photo)))). _parse([what,is,in,front,of,the,sofa,in,the,image1266,?], answer(A, (const(A,coffee_table)))). _parse([what,is,hanged,on,the,window,in,the,image1267,?], answer(A, (const(A,curtain)))). _parse([what,is,in,front,of,the,window,in,the,image1267,?], answer(A, (const(A,sofa)))). _parse([what,is,on,the,sofa,in,the,image1267,?], answer(A, (const(A,pillow)))). _parse([what,is,the,colour,of,the,pillow,in,the,image1267,?], answer(A, (const(A,white)))). _parse([what,object,is,on,the,floor,near,the,curtain,in,the,image1267,?], answer(A, (const(A,shoe)))). _parse([what,are,on,the,coffee,table,in,the,image1267,?], answer(A, (const(A,vase);const(A,books)))). _parse([what,is,at,the,right,top,of,the,image1267,?], answer(A, (const(A,lamp)))). _parse([what,is,at,the,left,side,of,the,image1268,?], answer(A, (const(A,television)))). _parse([what,is,found,on,the,tv,stand,in,the,image1268,?], answer(A, (const(A,remote_control)))). _parse([what,is,found,on,the,floor,in,the,right,side,of,the,image1268,?], answer(A, (const(A,sofa)))). _parse([what,is,the,colour,of,the,door,mat,in,the,image1268,?], answer(A, (const(A,red)))). _parse([what,is,to,the,right,side,of,the,sofa,in,the,image1268,?], answer(A, (const(A,curtain)))). _parse([what,objects,are,inside,the,room,in,the,image1268,?], answer(A, (const(A,photo);const(A,light);const(A,decoration_item)))). _parse([what,is,found,at,the,left,side,of,the,image1269,?], answer(A, (const(A,table)))). _parse([what,is,found,on,the,table,in,the,image1269,?], answer(A, (const(A,lamp);const(A,decoration_item)))). _parse([what,is,found,right,of,the,table,on,the,wall,in,the,image1269,?], answer(A, (const(A,window)))). _parse([what,is,in,front,of,the,window,in,the,image1269,?], answer(A, (const(A,sofa)))). _parse([what,is,behind,the,sofa,in,the,image1269,?], answer(A, (const(A,photo)))). _parse([what,is,at,the,left,side,of,the,image1270,?], answer(A, (const(A,sofa)))). _parse([what,is,to,the,right,of,the,sofa,in,the,image1270,?], answer(A, (const(A,plant_pot)))). _parse([what,is,to,the,right,of,the,plant,pot,in,the,image1270,?], answer(A, (const(A,table)))). _parse([what,is,behind,the,sofa,in,the,image1270,?], answer(A, (const(A,photo)))). _parse([what,is,to,the,right,of,the,photo,in,the,image1270,?], answer(A, (const(A,mirror)))). _parse([what,objects,are,seen,in,the,mirror,in,the,image1270,?], answer(A, (const(A,sofa);const(A,photo);const(A,window);const(A,door)))). _parse([what,is,hanged,on,the,middle,of,the,wall,in,the,image1271,?], answer(A, (const(A,photo)))). _parse([what,is,to,the,left,bottom,of,the,photo,in,the,image1271,?], answer(A, (const(A,plant_pot)))). _parse([what,is,the,wall,to,the,right,of,the,plant,pot,in,the,image1271,?], answer(A, (const(A,light_switch)))). _parse([what,is,in,front,of,the,photo,in,the,image1271,?], answer(A, (const(A,sofa)))). _parse([what,is,in,the,right,corner,of,the,image1271,?], answer(A, (const(A,mirror)))). _parse([what,objects,on,the,table,on,the,far,left,corner,in,the,image1271,?], answer(A, (const(A,photo);const(A,plant_pot)))). _parse([what,is,in,the,corner,of,the,image1272,?], answer(A, (const(A,mirror)))). _parse([what,object,is,front,in,the,image1272,?], answer(A, (const(A,sofa)))). _parse([what,is,on,the,sofa,in,the,image1272,?], answer(A, (const(A,pillow)))). _parse([what,is,the,center,object,on,the,floor,in,the,image1272,?], answer(A, (const(A,table)))). _parse([what,object,is,hanged,on,the,wall,in,the,image1272,?], answer(A, (const(A,photo)))). _parse([what,is,object,is,to,the,right,of,the,sofa,near,the,wall,in,the,image1272,?], answer(A, (const(A,indoor_fountain)))). _parse([what,objects,are,on,the,table,in,the,image1273,?], answer(A, (const(A,glass);const(A,clock);const(A,incense_holder)))). _parse([what,objects,are,under,the,table,in,the,image1273,?], answer(A, (const(A,bowl);const(A,plate);const(A,trophy)))). _parse([what,object,is,found,at,the,left,bottom,of,the,image1273,?], answer(A, (const(A,floor_mat)))). _parse([what,object,is,outside,the,window,in,the,image1273,?], answer(A, (const(A,plant)))). _parse([what,is,on,the,left,bottom,of,the,image1274,?], answer(A, (const(A,table)))). _parse([what,objects,are,on,the,table,in,the,image1274,?], answer(A, (const(A,tissue_box);const(A,book)))). _parse([what,object,is,below,the,table,in,the,image1274,?], answer(A, (const(A,floor_mat)))). _parse([what,is,hanged,on,the,wall,in,the,image1274,?], answer(A, (const(A,photo)))). _parse([what,is,on,the,sofa,in,the,image1274,?], answer(A, (const(A,pillow)))). _parse([what,is,before,the,mirror,in,the,image1274,?], answer(A, (const(A,clock)))). _parse([what,is,on,the,chair,in,the,image1275,?], answer(A, (const(A,clothes)))). _parse([what,object,is,before,the,chair,in,the,image1275,?], answer(A, (const(A,table)))). _parse([what,objects,are,on,the,rack,in,the,image1275,?], answer(A, (const(A,file_holder);const(A,books);const(A,photo);const(A,file)))). _parse([what,objects,are,on,the,sofa,in,the,image1275,?], answer(A, (const(A,pillow);const(A,books);const(A,clothes)))). _parse([what,is,at,the,left,side,in,the,image1276,?], answer(A, (const(A,window)))). _parse([what,is,in,right,front,of,the,sofa,in,the,image1276,?], answer(A, (const(A,chair)))). _parse([what,are,the,things,on,the,chair,in,the,image1276,?], answer(A, (const(A,clothes)))). _parse([what,is,in,front,of,the,sofa,in,the,image1276,?], answer(A, (const(A,table)))). _parse([what,is,in,front,of,the,table,in,the,image1276,?], answer(A, (const(A,bookshelf)))). _parse([what,is,on,the,floor,in,the,image1277,?], answer(A, (const(A,floor_mat)))). _parse([what,is,in,front,of,the,sofa,in,the,image1277,?], answer(A, (const(A,table)))). _parse([what,is,in,front,of,the,table,in,the,image1277,?], answer(A, (const(A,chair)))). _parse([what,is,stuck,on,the,wall,in,the,image1277,?], answer(A, (const(A,photo)))). _parse([what,is,found,behind,the,sofa,in,the,image1277,?], answer(A, (const(A,vase)))). _parse([what,is,in,front,of,the,chair,in,the,image1278,?], answer(A, (const(A,table)))). _parse([what,is,to,the,right,of,the,table,in,the,image1278,?], answer(A, (const(A,sofa)))). _parse([what,is,to,the,right,of,the,sofa,in,the,image1278,?], answer(A, (const(A,vase)))). _parse([what,is,behind,the,sofa,in,the,image1278,?], answer(A, (const(A,piano)))). _parse([what,is,to,the,left,of,the,piano,in,the,image1278,?], answer(A, (const(A,chair)))). _parse([what,are,the,things,on,the,piano,in,the,image1278,?], answer(A, (const(A,photo);const(A,vase);const(A,sheet_music)))). _parse([what,is,at,the,left,side,in,the,image1279,?], answer(A, (const(A,piano)))). _parse([what,is,on,the,piano,in,the,image1279,?], answer(A, (const(A,sheet_music)))). _parse([what,is,found,below,the,piano,in,the,image1279,?], answer(A, (const(A,piano_bench)))). _parse([what,is,on,the,floor,in,the,image1279,?], answer(A, (const(A,floor_mat)))). _parse([what,is,to,the,opposite,of,the,piano,in,the,image1279,?], answer(A, (const(A,sofa)))). _parse([what,is,to,the,right,of,the,piano,in,the,image1279,?], answer(A, (const(A,window)))). _parse([what,is,to,the,right,of,the,window,in,the,image1279,?], answer(A, (const(A,table)))). _parse([what,is,at,the,top,of,the,table,in,the,image1279,?], answer(A, (const(A,vase)))). _parse([what,are,stuck,on,the,wall,in,the,image1280,?], answer(A, (const(A,photo)))). _parse([what,is,at,the,top,right,corner,in,the,image1280,?], answer(A, (const(A,window)))). _parse([what,is,in,front,of,the,window,in,the,image1280,?], answer(A, (const(A,sofa)))). _parse([what,is,to,the,right,of,the,sofa,in,the,image1280,?], answer(A, (const(A,table)))). _parse([what,is,to,the,front,of,the,table,in,the,image1280,?], answer(A, (const(A,chair)))). _parse([what,is,on,the,floor,in,the,image1280,?], answer(A, (const(A,floor_mat)))). _parse([what,is,stuck,on,the,wall,in,the,image1281,?], answer(A, (const(A,photo)))). _parse([what,is,at,the,bottom,of,the,photo,in,the,image1281,?], answer(A, (const(A,sofa)))). _parse([what,is,in,front,of,the,sofa,in,the,image1281,?], answer(A, (const(A,table)))). _parse([what,are,the,things,on,the,table,in,the,image1281,?], answer(A, (const(A,books)))). _parse([what,is,behind,the,sofa,in,the,image1281,?], answer(A, (const(A,banister)))). _parse([what,is,in,front,of,the,right,side,wall,in,the,image1281,?], answer(A, (const(A,piano)))). _parse([what,is,in,front,of,the,piano,in,the,image1281,?], answer(A, (const(A,piano_bench)))). _parse([what,is,in,front,of,the,piano,in,the,image1282,?], answer(A, (const(A,piano_bench)))). _parse([what,is,on,the,piano,in,the,image1282,?], answer(A, (const(A,basket)))). _parse([what,is,to,the,right,of,the,piano,in,the,image1282,?], answer(A, (const(A,stroller)))). _parse([what,is,at,the,right,bottom,corner,in,the,image1283,?], answer(A, (const(A,table)))). _parse([what,objects,are,on,the,table,in,the,image1283,?], answer(A, (const(A,books)))). _parse([what,is,left,to,the,table,in,the,image1283,?], answer(A, (const(A,piano_bench)))). _parse([what,is,found,outside,the,door,way,in,the,image1283,?], answer(A, (const(A,bicycle)))). _parse([what,are,stuck,on,the,wall,in,the,image1283,?], answer(A, (const(A,photo);const(A,light_switch)))). _parse([what,is,behind,the,piano,bench,in,the,image1283,?], answer(A, (const(A,stroller)))). _parse([what,is,in,front,of,the,window,in,the,image1284,?], answer(A, (const(A,sofa)))). _parse([what,is,in,front,of,the,sofa,in,the,image1284,?], answer(A, (const(A,table)))). _parse([what,are,the,things,on,the,table,in,the,image1284,?], answer(A, (const(A,books)))). _parse([what,are,stuck,on,the,wall,in,the,image1284,?], answer(A, (const(A,photo)))). _parse([what,is,hanged,on,both,sides,of,the,window,in,the,image1284,?], answer(A, (const(A,curtain)))). _parse([what,is,the,colour,of,the,sofa,in,the,image1284,?], answer(A, (const(A,black)))). _parse([what,is,at,the,left,bottom,corner,in,the,image1285,?], answer(A, (const(A,chair)))). _parse([what,are,stuck,on,the,wall,in,the,image1285,?], answer(A, (const(A,photo);const(A,decoration_item)))). _parse([what,is,beyond,the,chair,in,the,image1285,?], answer(A, (const(A,cabinet)))). _parse([what,are,the,things,found,on,the,cabinet,in,the,image1285,?], answer(A, (const(A,photo);const(A,books);const(A,bowl);const(A,toy)))). _parse([what,is,at,the,right,bottom,corner,in,the,image1285,?], answer(A, (const(A,sofa)))). _parse([what,is,in,front,of,the,sofa,in,the,image1286,?], answer(A, (const(A,table)))). _parse([what,are,the,things,on,the,table,in,the,image1286,?], answer(A, (const(A,notebook);const(A,decorative_bowl)))). _parse([what,is,behind,the,table,in,the,image1286,?], answer(A, (const(A,sofa)))). _parse([what,is,at,the,corner,of,the,room,in,the,image1286,?], answer(A, (const(A,chair)))). _parse([what,is,hanged,on,the,right,side,wall,in,the,image1286,?], answer(A, (const(A,chart)))). _parse([what,is,hanged,on,the,opposite,wall,in,the,image1286,?], answer(A, (const(A,photo)))). _parse([what,is,at,the,bottom,left,corner,in,the,image1287,?], answer(A, (const(A,sofa)))). _parse([what,is,in,front,of,the,sofa,in,the,image1287,?], answer(A, (const(A,table)))). _parse([what,are,the,things,on,the,table,in,the,image1287,?], answer(A, (const(A,notebook);const(A,decorative_bowl)))). _parse([what,is,to,the,right,of,the,table,in,the,image1287,?], answer(A, (const(A,sofa)))). _parse([what,is,behind,the,sofa,in,the,image1287,?], answer(A, (const(A,cabinet)))). _parse([what,are,the,objects,found,on,the,cabinet,in,the,image1287,?], answer(A, (const(A,books);const(A,photo);const(A,television)))). _parse([what,is,hanged,on,the,wall,in,the,image1287,?], answer(A, (const(A,photo)))). _parse([what,is,at,the,bottom,right,corner,in,the,image1288,?], answer(A, (const(A,sofa)))). _parse([what,is,in,front,of,the,sofa,in,the,image1288,?], answer(A, (const(A,table)))). _parse([what,are,the,things,on,the,table,in,the,image1288,?], answer(A, (const(A,notebook);const(A,decorative_bowl)))). _parse([what,is,behind,the,sofa,in,the,image1288,?], answer(A, (const(A,cabinet)))). _parse([what,are,the,things,found,on,the,cabinet,in,the,image1288,?], answer(A, (const(A,photo);const(A,television);const(A,dvd_player)))). _parse([what,is,stuck,on,the,wall,in,the,image1289,?], answer(A, (const(A,photo)))). _parse([what,is,at,the,bottom,of,the,photo,in,the,image1289,?], answer(A, (const(A,sofa)))). _parse([what,is,to,the,right,of,the,sofa,in,the,image1289,?], answer(A, (const(A,table)))). _parse([what,is,found,on,the,table,in,the,image1289,?], answer(A, (const(A,lamp)))). _parse([what,is,in,front,of,the,sofa,in,the,image1289,?], answer(A, (const(A,coffee_table)))). _parse([what,is,found,on,the,coffee,table,in,the,image1289,?], answer(A, (const(A,flower_pot)))). _parse([what,at,the,bottom,left,corner,in,the,image1290,?], answer(A, (const(A,sofa)))). _parse([what,is,in,front,of,the,sofa,in,the,image1290,?], answer(A, (const(A,table)))). _parse([what,are,the,things,on,the,table,in,the,image1290,?], answer(A, (const(A,books);const(A,flower_pot);const(A,remote_control)))). _parse([what,is,behind,the,table,in,the,image1290,?], answer(A, (const(A,television)))). _parse([what,is,to,the,right,of,the,television,in,the,image1290,?], answer(A, (const(A,plant)))). _parse([what,is,to,the,right,of,the,sofa,in,the,image1290,?], answer(A, (const(A,table)))). _parse([what,is,found,on,the,table,in,the,image1290,?], answer(A, (const(A,lamp)))). _parse([what,is,the,left,bottom,of,the,image1291,?], answer(A, (const(A,chair)))). _parse([what,is,hanged,on,the,wall,in,the,image1291,?], answer(A, (const(A,photo)))). _parse([what,is,in,the,ceiling,above,the,photos,in,the,image1291,?], answer(A, (const(A,lighting_track)))). _parse([what,object,is,on,the,table,on,the,right,side,of,the,image1291,?], answer(A, (const(A,photo)))). _parse([what,objects,are,on,the,sofa,in,the,image1291,?], answer(A, (const(A,pillow);const(A,clothes)))). _parse([what,object,is,on,the,black,chair,in,the,image1292,?], answer(A, (const(A,remote_control)))). _parse([what,is,to,the,left,of,the,black,chair,in,the,image1292,?], answer(A, (const(A,television)))). _parse([what,is,to,the,right,of,the,chair,on,right,side,of,the,image1292,?], answer(A, (const(A,table)))). _parse([what,is,next,to,the,table,in,the,image1292,?], answer(A, (const(A,sofa)))). _parse([what,object,is,on,the,ceiling,in,the,image1292,?], answer(A, (const(A,light)))). _parse([what,object,below,the,sofa,in,the,image1292,?], answer(A, (const(A,floor_mat)))). _parse([what,object,is,below,the,light,in,the,image1292,?], answer(A, (const(A,chair);const(A,table)))). _parse([what,objects,are,on,the,sofa,in,the,image1293,?], answer(A, (const(A,pillow);const(A,clothes);const(A,photo)))). _parse([what,objects,are,in,the,rack,in,the,image1293,?], answer(A, (const(A,medal);const(A,toy)))). _parse([what,objects,are,on,the,cabinet,below,the,medal,rack,in,the,image1293,?], answer(A, (const(A,paper);const(A,photo);const(A,cup)))). _parse([what,is,to,the,right,of,the,rack,on,the,wall,in,the,image1293,?], answer(A, (const(A,light_switch)))). _parse([what,is,on,the,table,in,the,image1294,?], answer(A, (const(A,lamp_shade)))). _parse([how,many,chairs,are,there,in,the,image1294,?], answer(A, (const(A,2)))). _parse([what,is,behind,the,chair,in,the,image1294,?], answer(A, (const(A,window)))). _parse([what,is,hanged,near,the,window,in,the,image1294,?], answer(A, (const(A,curtain)))). _parse([what,is,behind,the,chair,on,the,right,side,in,the,image1294,?], answer(A, (const(A,guitar)))). _parse([what,is,on,the,left,side,of,the,image1295,?], answer(A, (const(A,banister)))). _parse([what,is,to,the,right,of,the,banister,in,the,image1295,?], answer(A, (const(A,sofa)))). _parse([what,is,on,the,sofa,in,the,image1295,?], answer(A, (const(A,pillow)))). _parse([what,is,in,the,corner,near,the,banister,in,the,image1295,?], answer(A, (const(A,plant)))). _parse([what,is,in,front,of,the,plant,in,the,image1295,?], answer(A, (const(A,lamp)))). _parse([what,is,hanged,on,the,wall,in,the,image1295,?], answer(A, (const(A,photo)))). _parse([what,is,in,the,right,side,of,the,image1295,?], answer(A, (const(A,mirror)))). _parse([what,is,seen,inside,the,mirror,in,the,image1295,?], answer(A, (const(A,chair)))). _parse([what,is,first,on,the,left,side,of,the,wall,in,the,image1296,?], answer(A, (const(A,cabinet)))). _parse([what,is,on,the,cabinet,in,the,image1296,?], answer(A, (const(A,vase)))). _parse([what,is,in,the,left,corner,of,the,image1296,?], answer(A, (const(A,chair)))). _parse([what,is,right,to,the,chair,in,the,image1296,?], answer(A, (const(A,lamp)))). _parse([what,object,is,found,on,both,left,and,right,of,the,image1297,?], answer(A, (const(A,sofa)))). _parse([how,many,sofas,are,there,in,the,image1297,?], answer(A, (const(A,2)))). _parse([what,is,in,between,the,sofas,in,the,image1297,?], answer(A, (const(A,table)))). _parse([what,is,on,the,table,in,the,image1297,?], answer(A, (const(A,chessboard)))). _parse([what,is,hanged,on,the,wall,in,the,image1297,?], answer(A, (const(A,photo)))). _parse([what,objects,are,on,the,table,in,front,of,the,image1298,?], answer(A, (const(A,books);const(A,remote_control)))). _parse([what,is,next,to,the,table,in,the,image1298,?], answer(A, (const(A,sofa)))). _parse([what,object,is,hanged,on,the,wall,in,the,corner,of,the,image1298,?], answer(A, (const(A,photo)))). _parse([how,many,photos,are,there,in,the,image1298,?], answer(A, (const(A,2)))). _parse([what,objects,are,on,the,sofa,in,the,image1298,?], answer(A, (const(A,pillow);const(A,book)))). _parse([what,object,is,in,between,the,sofa,in,the,image1298,?], answer(A, (const(A,stool)))). _parse([what,object,is,on,both,side,of,the,saffron,colour,sofa,in,the,image1299,?], answer(A, (const(A,stool)))). _parse([how,many,sofas,are,there,in,the,image1299,?], answer(A, (const(A,2)))). _parse([what,is,stuck,on,the,wall,in,the,corner,of,the,image1299,?], answer(A, (const(A,photo)))). _parse([what,is,to,the,right,of,the,photo,in,the,image1299,?], answer(A, (const(A,mirror)))). _parse([what,is,to,the,right,of,the,mirror,in,the,image1299,?], answer(A, (const(A,window)))). _parse([what,is,outside,the,window,in,the,image1299,?], answer(A, (const(A,wall);const(A,plant)))). _parse([what,object,is,on,the,floor,on,the,left,side,of,the,image1300,?], answer(A, (const(A,dog_cage)))). _parse([what,is,the,colour,of,the,ball,on,the,cage,in,the,image1300,?], answer(A, (const(A,red)))). _parse([how,many,plant,pots,are,there,in,the,image1300,?], answer(A, (const(A,2)))). _parse([what,object,is,behind,the,plant,pot,in,the,image1300,?], answer(A, (const(A,window)))). _parse([what,object,is,to,the,right,of,the,rack,in,the,image1300,?], answer(A, (const(A,television)))). _parse([what,is,object,in,front,of,the,cabinet,in,the,image1301,?], answer(A, (const(A,chair)))). _parse([what,object,is,on,the,right,side,of,the,cabinet,in,the,image1301,?], answer(A, (const(A,television)))). _parse([what,objects,are,on,the,television,in,the,image1301,?], answer(A, (const(A,clock);const(A,toy)))). _parse([where,are,the,letters,kept,in,the,image1301,?], answer(A, (const(A,letter_stand)))). _parse([what,is,found,before,the,sofa,in,the,image1302,?], answer(A, (const(A,table)))). _parse([what,is,found,on,the,table,in,the,image1302,?], answer(A, (const(A,vase);const(A,books)))). _parse([what,is,on,the,centre,of,the,wall,in,the,image1302,?], answer(A, (const(A,mirror)))). _parse([what,objects,are,on,both,sides,of,the,mirror,in,the,image1302,?], answer(A, (const(A,decorative_item)))). _parse([what,is,in,the,corner,of,the,room,in,the,image1302,?], answer(A, (const(A,lamp)))). _parse([what,is,on,the,sofa,in,the,image1302,?], answer(A, (const(A,pillow)))). _parse([what,object,is,on,the,wall,in,the,left,side,of,the,image1303,?], answer(A, (const(A,air_vent)))). _parse([what,is,in,front,of,the,wall,in,the,image1303,?], answer(A, (const(A,sofa)))). _parse([what,is,on,the,sofa,in,the,image1303,?], answer(A, (const(A,pillow)))). _parse([what,is,in,front,of,the,sofa,in,the,image1303,?], answer(A, (const(A,stool)))). _parse([how,many,stools,are,there,in,the,image1303,?], answer(A, (const(A,2)))). _parse([what,is,to,the,right,of,the,stool,in,the,image1303,?], answer(A, (const(A,chair)))). _parse([what,is,on,the,sofa,in,the,image1304,?], answer(A, (const(A,pillow)))). _parse([what,is,on,the,wall,on,left,top,of,the,image1304,?], answer(A, (const(A,mirror)))). _parse([what,is,in,front,of,the,sofa,in,the,image1304,?], answer(A, (const(A,table)))). _parse([what,is,found,on,the,table,in,the,image1304,?], answer(A, (const(A,vase);const(A,books)))). _parse([how,many,chairs,are,there,in,the,image1304,?], answer(A, (const(A,2)))). _parse([what,is,behind,the,chair,in,the,image1304,?], answer(A, (const(A,door)))). _parse([what,is,the,left,bottom,of,the,image1305,?], answer(A, (const(A,plant_pot)))). _parse([what,is,in,front,of,the,wall,on,the,left,side,of,the,image1305,?], answer(A, (const(A,table)))). _parse([what,is,hanged,on,the,wall,above,the,table,in,the,image1305,?], answer(A, (const(A,photo)))). _parse([how,many,photos,are,there,in,the,image1305,?], answer(A, (const(A,2)))). _parse([what,is,at,the,left,side,on,the,table,in,the,image1305,?], answer(A, (const(A,lamp)))). _parse([what,is,to,the,right,of,the,plant,pot,in,the,image1305,?], answer(A, (const(A,sofa)))). _parse([what,is,in,the,left,side,of,the,image1306,?], answer(A, (const(A,piano)))). _parse([what,is,in,the,middle,of,the,piano,in,the,image1306,?], answer(A, (const(A,sheet_music)))). _parse([what,are,the,objects,on,the,top,of,the,piano,in,the,image1306,?], answer(A, (const(A,decorative_item);const(A,photo)))). _parse([what,is,under,the,piano,in,the,image1306,?], answer(A, (const(A,stool)))). _parse([what,objects,are,inside,the,door,in,the,image1306,?], answer(A, (const(A,toy);const(A,window);const(A,photo)))). _parse([how,many,racks,are,visible,in,the,image1307,?], answer(A, (const(A,4)))). _parse([what,is,kept,on,the,bottom,rack,in,the,image1307,?], answer(A, (const(A,books)))). _parse([what,is,in,the,second,rack,from,top,of,the,rack,in,the,image1307,?], answer(A, (const(A,music_stereo)))). _parse([what,music,instrument,is,kept,on,the,corner,in,the,right,side,of,the,image1307,?], answer(A, (const(A,guitar)))). _parse([what,is,inside,the,fireplace,in,the,image1307,?], answer(A, (const(A,piece_of_wood)))). _parse([what,is,the,colour,of,the,sofa,near,the,wall,in,the,image1308,?], answer(A, (const(A,red)))). _parse([how,many,red,colour,sofas,are,there,in,the,image1308,?], answer(A, (const(A,2)))). _parse([what,is,in,between,the,red,colour,sofas,in,the,image1308,?], answer(A, (const(A,table)))). _parse([what,objects,are,on,the,sofa,in,the,image1308,?], answer(A, (const(A,pillow);const(A,photo)))). _parse([what,is,at,the,corner,near,the,cabinet,in,the,image1308,?], answer(A, (const(A,vase)))). _parse([what,is,the,white,colour,object,on,the,left,side,of,the,image1309,?], answer(A, (const(A,table)))). _parse([what,is,to,the,right,of,the,table,in,the,image1309,?], answer(A, (const(A,sofa)))). _parse([what,is,behind,the,sofa,in,the,image1309,?], answer(A, (const(A,bookrack)))). _parse([what,is,in,the,bottom,right,corner,of,the,image1309,?], answer(A, (const(A,sofa)))). _parse([how,many,red,colour,sofas,are,there,in,the,image1309,?], answer(A, (const(A,2)))). _parse([what,is,the,colour,of,the,sofa,in,the,image1310,?], answer(A, (const(A,red)))). _parse([what,is,to,the,left,of,the,sofa,in,the,image1310,?], answer(A, (const(A,cabinet)))). _parse([what,are,on,the,cabinet,in,the,image1310,?], answer(A, (const(A,books);const(A,photo)))). _parse([what,is,behind,the,sofa,in,the,image1310,?], answer(A, (const(A,door)))). _parse([what,is,to,the,right,of,the,door,on,the,wall,in,the,image1310,?], answer(A, (const(A,light_switch)))). _parse([what,is,the,object,front,in,the,image1311,?], answer(A, (const(A,sofa)))). _parse([what,are,on,the,sofa,in,the,image1311,?], answer(A, (const(A,pillow);const(A,remote_control)))). _parse([what,is,to,the,left,of,the,sofa,in,the,image1311,?], answer(A, (const(A,plastic_tub)))). _parse([what,is,to,the,left,of,the,plastic,tub,on,the,wall,in,the,image1311,?], answer(A, (const(A,light_switch)))). _parse([what,are,found,at,the,top,centre,of,the,image1311,?], answer(A, (const(A,chair);const(A,table)))). _parse([what,is,in,front,of,the,fireplace,in,the,image1312,?], answer(A, (const(A,table)))). _parse([what,is,the,colour,of,the,table,in,the,image1312,?], answer(A, (const(A,black)))). _parse([what,is,in,the,left,corner,in,the,room,in,the,image1312,?], answer(A, (const(A,chair)))). _parse([what,is,at,the,centre,of,the,table,in,the,image1312,?], answer(A, (const(A,book)))). _parse([how,many,chairs,on,the,right,side,of,the,table,in,the,image1312,?], answer(A, (const(A,2)))). _parse([what,is,in,front,of,the,table,in,the,image1312,?], answer(A, (const(A,sofa)))). _parse([what,is,in,front,of,the,table,in,the,image1313,?], answer(A, (const(A,fireplace)))). _parse([what,objects,are,found,on,the,fireplace,in,the,image1313,?], answer(A, (const(A,photo);const(A,bottle)))). _parse([what,is,to,the,left,of,the,table,in,the,image1313,?], answer(A, (const(A,sofa)))). _parse([what,is,to,the,right,of,the,table,in,the,image1313,?], answer(A, (const(A,chair)))). _parse([what,is,at,the,middle,of,the,table,in,the,image1313,?], answer(A, (const(A,books);const(A,remote_control)))). _parse([what,is,in,front,of,the,window,in,the,image1314,?], answer(A, (const(A,sofa)))). _parse([what,is,to,the,right,side,of,the,sofa,in,the,image1314,?], answer(A, (const(A,chair)))). _parse([how,many,pillows,are,there,in,the,image1314,?], answer(A, (const(A,3)))). _parse([what,is,in,front,of,the,table,in,the,image1315,?], answer(A, (const(A,foot_rest)))). _parse([what,are,found,behind,the,table,in,the,image1315,?], answer(A, (const(A,toy_chair)))). _parse([what,is,above,the,toy,chairs,in,the,image1315,?], answer(A, (const(A,bookshelf)))). _parse([what,is,to,the,right,of,the,bookshelf,in,the,image1315,?], answer(A, (const(A,bookrack)))). _parse([what,is,in,front,of,the,book,rack,in,the,image1315,?], answer(A, (const(A,sofa)))). _parse([what,are,found,far,behind,the,door,in,the,image1315,?], answer(A, (const(A,bed)))). _parse([what,is,at,the,right,bottom,in,the,image1316,?], answer(A, (const(A,tv_stand)))). _parse([what,is,on,the,tv,stand,in,the,image1316,?], answer(A, (const(A,television)))). _parse([what,is,to,the,left,of,the,television,in,the,image1316,?], answer(A, (const(A,window)))). _parse([what,are,stuck,on,the,wall,in,the,image1316,?], answer(A, (const(A,photo)))). _parse([what,are,stuck,on,the,wall,below,the,photo,in,the,image1316,?], answer(A, (const(A,light_switch)))). _parse([how,many,windows,are,there,in,the,image1317,?], answer(A, (const(A,2)))). _parse([what,are,stuck,on,the,wall,in,the,image1317,?], answer(A, (const(A,photo)))). _parse([what,is,found,below,the,window,in,the,image1317,?], answer(A, (const(A,treadmill)))). _parse([what,is,on,the,right,side,in,the,image1317,?], answer(A, (const(A,television)))). _parse([what,are,the,objects,found,near,the,television,in,the,image1317,?], answer(A, (const(A,dvd_player);const(A,book)))). _parse([what,is,opposite,to,the,television,in,the,image1317,?], answer(A, (const(A,sofa)))). _parse([what,are,stuck,on,the,wall,in,the,image1318,?], answer(A, (const(A,photo)))). _parse([what,is,found,below,the,photos,in,the,image1318,?], answer(A, (const(A,sofa)))). _parse([what,is,to,the,left,of,the,sofa,in,the,image1318,?], answer(A, (const(A,excercise_machine)))). _parse([what,is,to,the,right,of,the,sofa,in,the,image1318,?], answer(A, (const(A,treadmill)))). _parse([what,is,on,the,right,side,in,the,image1319,?], answer(A, (const(A,cabinet)))). _parse([what,is,on,the,cabinet,in,the,image1319,?], answer(A, (const(A,television)))). _parse([what,is,behind,the,television,in,the,image1319,?], answer(A, (const(A,window)))). _parse([what,is,stuck,on,the,wall,in,the,image1319,?], answer(A, (const(A,photo)))). _parse([what,is,in,front,of,the,window,in,the,image1320,?], answer(A, (const(A,table)))). _parse([what,is,the,table,made,up,of,in,the,image1320,?], answer(A, (const(A,glass)))). _parse([what,is,behind,the,table,in,the,image1320,?], answer(A, (const(A,chair)))). _parse([what,are,found,on,the,rack,in,the,image1320,?], answer(A, (const(A,toy)))). _parse([what,is,at,the,bottom,right,in,the,image1320,?], answer(A, (const(A,vase)))). _parse([what,is,in,front,of,the,cabinet,in,the,image1321,?], answer(A, (const(A,table)))). _parse([what,is,on,the,table,in,the,image1321,?], answer(A, (const(A,chessboard)))). _parse([what,is,on,the,table,mat,in,the,image1321,?], answer(A, (const(A,fruit_basket)))). _parse([what,is,to,the,opposite,of,the,table,in,the,image1321,?], answer(A, (const(A,cabinet)))). _parse([what,are,the,things,on,the,cabinet,in,the,image1321,?], answer(A, (const(A,toy);const(A,jar)))). _parse([what,are,stuck,on,the,wall,in,the,image1321,?], answer(A, (const(A,photo);const(A,decorative_item)))). _parse([what,is,on,the,right,side,in,the,image1322,?], answer(A, (const(A,cabinet)))). _parse([what,are,the,things,on,the,cabinet,in,the,image1322,?], answer(A, (const(A,toy);const(A,photo);const(A,books)))). _parse([what,is,in,front,of,the,cabinet,in,the,image1322,?], answer(A, (const(A,sofa)))). _parse([what,is,behind,the,black,sofa,in,the,image1322,?], answer(A, (const(A,fireplace)))). _parse([what,are,the,things,in,front,of,the,fireplace,in,the,image1322,?], answer(A, (const(A,books)))). _parse([what,are,the,things,before,the,window,in,the,image1322,?], answer(A, (const(A,vase)))). _parse([what,are,the,things,found,before,the,fireplace,in,the,image1323,?], answer(A, (const(A,books)))). _parse([what,is,in,front,of,the,fireplace,in,the,image1323,?], answer(A, (const(A,sofa)))). _parse([what,is,to,the,right,of,the,fireplace,in,the,image1323,?], answer(A, (const(A,cabinet)))). _parse([what,are,the,things,on,the,cabinet,in,the,image1323,?], answer(A, (const(A,toy);const(A,photo);const(A,books)))). _parse([what,is,stuck,on,the,top,of,the,fireplace,in,the,image1323,?], answer(A, (const(A,photo)))). _parse([what,is,on,the,foot,rest,in,the,image1323,?], answer(A, (const(A,newspapers)))). _parse([what,is,stuck,on,the,wall,in,the,image1324,?], answer(A, (const(A,candelabra)))). _parse([what,is,to,the,right,of,the,candelabra,in,the,image1324,?], answer(A, (const(A,cabinet)))). _parse([what,is,at,the,left,of,the,candelabra,in,the,image1324,?], answer(A, (const(A,window)))). _parse([what,are,the,objects,found,before,the,window,in,the,image1324,?], answer(A, (const(A,table);const(A,cabinet)))). _parse([what,is,in,front,of,the,table,in,the,image1324,?], answer(A, (const(A,chair)))). _parse([what,are,the,things,on,the,table,in,the,image1324,?], answer(A, (const(A,lamp);const(A,books);const(A,photo)))). _parse([what,are,stuck,on,the,wall,in,the,image1325,?], answer(A, (const(A,decorative_item);const(A,photo)))). _parse([what,is,found,below,the,decorative,item,in,the,image1325,?], answer(A, (const(A,sofa)))). _parse([what,are,the,objects,found,on,the,sofa,in,the,image1325,?], answer(A, (const(A,box);const(A,bag);const(A,pillow)))). _parse([what,is,to,the,right,of,the,sofa,in,the,image1325,?], answer(A, (const(A,table)))). _parse([what,are,the,things,on,the,table,in,the,image1325,?], answer(A, (const(A,table);const(A,photo)))). _parse([what,is,in,front,of,the,window,in,the,image1325,?], answer(A, (const(A,table)))). _parse([what,are,stuck,on,the,left,side,in,the,image1326,?], answer(A, (const(A,map);const(A,sheet)))). _parse([what,is,near,the,door,frame,in,the,image1326,?], answer(A, (const(A,toys_shelf)))). _parse([what,are,stuck,on,the,wall,in,the,image1326,?], answer(A, (const(A,photo);const(A,decorative_item)))). _parse([what,is,found,below,the,photo,in,the,image1326,?], answer(A, (const(A,sofa)))). _parse([what,are,the,objects,on,the,sofa,in,the,image1326,?], answer(A, (const(A,pillow);const(A,paper);const(A,clothes)))). _parse([what,is,at,the,right,bottom,in,the,image1327,?], answer(A, (const(A,sofa)))). _parse([what,are,stuck,on,the,wall,in,the,image1327,?], answer(A, (const(A,photo)))). _parse([what,is,to,the,left,of,the,sofa,in,the,image1327,?], answer(A, (const(A,television)))). _parse([what,is,found,on,the,floor,in,the,image1327,?], answer(A, (const(A,floor_mat)))). _parse([what,is,to,the,right,of,the,door,way,in,the,image1327,?], answer(A, (const(A,table)))). _parse([what,are,the,objects,found,on,the,table,in,the,image1327,?], answer(A, (const(A,photo);const(A,toy)))). _parse([what,is,to,the,right,of,the,brown,colour,sofa,in,the,image1328,?], answer(A, (const(A,cabinet)))). _parse([what,are,the,things,on,the,cabinet,in,the,image1328,?], answer(A, (const(A,lamp);const(A,books);const(A,remote_control)))). _parse([what,is,to,the,right,of,the,cabinet,in,the,image1328,?], answer(A, (const(A,sofa)))). _parse([what,is,to,the,right,of,the,second,sofa,in,the,image1328,?], answer(A, (const(A,table)))). _parse([what,is,behind,the,sofa,in,the,image1328,?], answer(A, (const(A,window)))). _parse([what,is,behind,the,table,in,the,image1328,?], answer(A, (const(A,cabinet)))). _parse([what,are,the,things,in,the,cabinet,in,the,image1328,?], answer(A, (const(A,photo)))). _parse([what,is,at,the,right,side,in,the,image1329,?], answer(A, (const(A,coffee_table)))). _parse([what,is,in,front,of,the,coffee,table,in,the,image1329,?], answer(A, (const(A,sofa)))). _parse([what,is,the,colour,of,the,sofa,in,the,image1329,?], answer(A, (const(A,brown)))). _parse([what,are,the,things,on,the,sofa,in,the,image1329,?], answer(A, (const(A,pillow);const(A,clothes)))). _parse([how,many,lamps,are,there,in,the,image1329,?], answer(A, (const(A,2)))). _parse([what,is,at,the,right,side,in,the,image1330,?], answer(A, (const(A,piano)))). _parse([what,are,the,things,on,the,piano,in,the,image1330,?], answer(A, (const(A,photo)))). _parse([what,is,in,front,of,the,piano,in,the,image1330,?], answer(A, (const(A,piano_bench)))). _parse([what,is,to,the,left,of,the,piano,in,the,image1330,?], answer(A, (const(A,door)))). _parse([what,is,on,the,floor,in,the,image1330,?], answer(A, (const(A,floor_mat)))). _parse([what,is,the,colour,of,the,sofa,in,the,image1331,?], answer(A, (const(A,blue)))). _parse([what,is,in,front,of,the,sofa,in,the,image1331,?], answer(A, (const(A,table)))). _parse([what,is,in,front,of,the,table,in,the,image1331,?], answer(A, (const(A,dog)))). _parse([what,is,behind,the,left,sofa,in,the,image1331,?], answer(A, (const(A,bookshelf)))). _parse([what,is,stuck,on,the,wall,in,the,image1331,?], answer(A, (const(A,photo)))). _parse([what,is,at,the,right,side,in,the,image1332,?], answer(A, (const(A,cabinet)))). _parse([what,are,the,things,on,the,cabinet,in,the,image1332,?], answer(A, (const(A,bag);const(A,notebook)))). _parse([what,is,in,front,of,the,cabinet,in,the,image1332,?], answer(A, (const(A,chair)))). _parse([what,is,on,the,chair,in,the,image1332,?], answer(A, (const(A,guitar_case)))). _parse([what,is,tilt,on,the,chair,in,the,image1332,?], answer(A, (const(A,guitar)))). _parse([what,is,on,the,floor,in,the,image1332,?], answer(A, (const(A,floor_mat)))). _parse([what,is,behind,the,sofa,in,the,image1333,?], answer(A, (const(A,column)))). _parse([what,stuck,on,the,column,in,the,image1333,?], answer(A, (const(A,light_switch)))). _parse([what,is,behind,the,column,in,the,image1333,?], answer(A, (const(A,chair)))). _parse([what,is,at,the,centre,of,of,the,chairs,in,the,image1333,?], answer(A, (const(A,table)))). _parse([what,is,stuck,on,the,wall,in,the,image1333,?], answer(A, (const(A,photo)))). _parse([what,is,found,between,the,two,photos,in,the,image1333,?], answer(A, (const(A,plant)))). _parse([how,many,pillows,are,there,in,the,image1334,?], answer(A, (const(A,5)))). _parse([what,are,stuck,on,the,left,side,wall,in,the,image1334,?], answer(A, (const(A,decorative_item);const(A,photo)))). _parse([what,is,found,far,behind,the,sofa,in,the,image1334,?], answer(A, (const(A,chair)))). _parse([what,is,at,the,centre,of,the,chairs,in,the,image1334,?], answer(A, (const(A,table)))). _parse([what,is,on,the,right,side,wall,in,the,image1334,?], answer(A, (const(A,light_switch)))). _parse([what,is,on,the,floor,in,the,image1334,?], answer(A, (const(A,floor_mat)))). _parse([what,is,on,the,carpet,in,the,image1335,?], answer(A, (const(A,baby_chair)))). _parse([what,is,behind,the,baby,chair,in,the,image1335,?], answer(A, (const(A,chair)))). _parse([what,is,behind,the,sofa,in,the,image1335,?], answer(A, (const(A,bookshelf)))). _parse([what,is,to,the,left,in,the,image1335,?], answer(A, (const(A,table)))). _parse([how,many,lights,on,the,ceiling,in,the,image1335,?], answer(A, (const(A,4)))). _parse([what,is,at,the,centre,of,the,ceiling,lights,in,the,image1335,?], answer(A, (const(A,fan)))). _parse([what,is,at,the,right,bottom,in,the,image1336,?], answer(A, (const(A,chair)))). _parse([what,is,behind,the,chair,in,the,image1336,?], answer(A, (const(A,fan)))). _parse([what,is,behind,the,fan,in,the,image1336,?], answer(A, (const(A,photo)))). _parse([what,is,under,the,table,in,the,image1336,?], answer(A, (const(A,baby_chair)))). _parse([what,is,behind,the,sofa,in,the,image1336,?], answer(A, (const(A,bookshelf)))). _parse([what,is,stuck,on,the,ceiling,in,the,image1336,?], answer(A, (const(A,fan)))). _parse([what,is,stuck,on,the,wall,in,the,image1337,?], answer(A, (const(A,photo)))). _parse([what,is,near,the,chair,in,the,image1337,?], answer(A, (const(A,fan)))). _parse([what,is,near,the,sofa,in,the,image1337,?], answer(A, (const(A,table)))). _parse([what,is,the,object,on,the,table,in,the,image1337,?], answer(A, (const(A,tissue_box)))). _parse([what,is,at,the,left,side,in,the,image1337,?], answer(A, (const(A,bookshelf)))). _parse([what,is,stuck,above,the,fireplace,in,the,image1338,?], answer(A, (const(A,television)))). _parse([what,is,in,front,of,the,fireplace,in,the,image1338,?], answer(A, (const(A,table)))). _parse([what,are,seen,around,the,table,in,the,image1338,?], answer(A, (const(A,sofa)))). _parse([what,is,stuck,on,the,wall,in,the,image1338,?], answer(A, (const(A,lamp)))). _parse([what,is,found,at,the,top,right,in,the,image1338,?], answer(A, (const(A,window)))). _parse([what,are,the,things,on,the,table,in,the,image1338,?], answer(A, (const(A,books)))). _parse([what,is,stuck,on,the,right,side,of,the,wall,in,the,image1339,?], answer(A, (const(A,photo)))). _parse([what,is,to,the,left,of,the,photo,in,the,image1339,?], answer(A, (const(A,mirror)))). _parse([what,is,at,the,bottom,of,the,photo,in,the,image1339,?], answer(A, (const(A,sofa)))). _parse([what,is,in,front,of,the,sofa,in,the,image1339,?], answer(A, (const(A,table)))). _parse([what,is,at,the,left,of,the,table,in,the,image1339,?], answer(A, (const(A,foot_rest)))). _parse([how,many,foot,rests,are,there,in,the,image1340,?], answer(A, (const(A,2)))). _parse([what,is,in,front,of,the,foot,rest,in,the,image1340,?], answer(A, (const(A,table)))). _parse([what,is,found,on,the,table,in,the,image1340,?], answer(A, (const(A,ashtray)))). _parse([what,is,to,the,right,of,the,mirror,in,the,image1340,?], answer(A, (const(A,door_way_arch)))). _parse([what,is,at,the,right,bottom,in,the,image1341,?], answer(A, (const(A,table)))). _parse([how,many,chairs,are,around,the,table,in,the,image1341,?], answer(A, (const(A,7)))). _parse([what,is,behind,the,table,in,the,image1341,?], answer(A, (const(A,window)))). _parse([what,is,to,the,right,of,the,window,in,the,image1341,?], answer(A, (const(A,cabinet)))). _parse([what,is,on,the,corner,of,the,room,in,the,image1341,?], answer(A, (const(A,lamp)))). _parse([what,is,stuck,on,the,ceiling,in,the,image1341,?], answer(A, (const(A,fan)))). _parse([what,is,in,front,of,the,wall,in,the,image1342,?], answer(A, (const(A,cabinet)))). _parse([what,are,the,things,on,the,cabinet,in,the,image1342,?], answer(A, (const(A,toy);const(A,decorative_item)))). _parse([what,is,behind,the,cabinet,in,the,image1342,?], answer(A, (const(A,door_way)))). _parse([what,is,stuck,above,the,sandal,coloured,cabinet,in,the,image1342,?], answer(A, (const(A,photo)))). _parse([what,is,at,the,left,bottom,in,the,image1343,?], answer(A, (const(A,cabinet)))). _parse([what,is,near,the,cabinet,in,the,image1343,?], answer(A, (const(A,door_way)))). _parse([what,is,in,front,of,the,sofa,in,the,image1343,?], answer(A, (const(A,table)))). _parse([what,is,in,front,of,the,table,in,the,image1343,?], answer(A, (const(A,chair)))). _parse([what,is,in,front,of,the,window,in,the,image1344,?], answer(A, (const(A,table)))). _parse([what,are,around,the,table,in,the,image1344,?], answer(A, (const(A,chair)))). _parse([what,is,behind,the,table,in,the,image1344,?], answer(A, (const(A,wall_decoration)))). _parse([what,is,hanged,in,front,of,the,window,in,the,image1344,?], answer(A, (const(A,curtain)))). _parse([what,is,at,the,left,bottom,in,the,image1345,?], answer(A, (const(A,chair)))). _parse([what,is,in,front,of,chair,in,the,image1345,?], answer(A, (const(A,bench)))). _parse([what,are,the,things,on,the,bench,in,the,image1345,?], answer(A, (const(A,books)))). _parse([what,is,the,thing,between,the,cabinet,and,the,table,in,the,image1345,?], answer(A, (const(A,chair)))). _parse([what,are,stuck,on,the,wall,in,the,image1345,?], answer(A, (const(A,photo)))). _parse([how,many,chairs,are,there,in,the,image1346,?], answer(A, (const(A,16)))). _parse([what,are,stuck,on,the,wall,in,the,image1346,?], answer(A, (const(A,photo)))). _parse([what,is,seen,on,the,top,of,the,rack,in,the,image1346,?], answer(A, (const(A,chandelier)))). _parse([how,many,maroon,chairs,are,there,in,the,image1346,?], answer(A, (const(A,8)))). _parse([how,many,chairs,are,there,in,the,image1347,?], answer(A, (const(A,10)))). _parse([what,is,behind,the,table,in,the,image1347,?], answer(A, (const(A,cabinet)))). _parse([what,are,the,things,on,the,table,in,the,image1347,?], answer(A, (const(A,lamp);const(A,photo)))). _parse([what,is,stuck,on,the,wall,in,the,image1347,?], answer(A, (const(A,photo)))). _parse([what,is,on,the,left,side,in,the,image1347,?], answer(A, (const(A,window)))). _parse([what,are,the,things,on,the,table,in,the,image1347,?], answer(A, (const(A,bottle);const(A,bag);const(A,bowl)))). _parse([what,is,near,the,right,side,wall,in,the,image1348,?], answer(A, (const(A,baby_chair)))). _parse([what,are,seen,on,the,floor,in,the,image1348,?], answer(A, (const(A,toy)))). _parse([what,is,on,the,right,side,in,the,image1348,?], answer(A, (const(A,table)))). _parse([what,is,on,the,table,in,the,image1348,?], answer(A, (const(A,decorative_item)))). _parse([what,are,the,things,on,the,table,in,the,image1349,?], answer(A, (const(A,bottle);const(A,bag);const(A,bowl);const(A,cup)))). _parse([how,many,cups,are,there,on,the,table,in,the,image1349,?], answer(A, (const(A,5)))). _parse([what,is,behind,the,table,in,the,image1349,?], answer(A, (const(A,window)))). _parse([what,is,to,the,right,of,the,table,in,the,image1349,?], answer(A, (const(A,cabinet)))). _parse([what,are,the,things,on,the,cabinet,in,the,image1349,?], answer(A, (const(A,lamp);const(A,photo);const(A,toy)))). _parse([what,is,stuck,on,the,wall,in,the,image1349,?], answer(A, (const(A,photo)))). _parse([what,is,on,the,left,side,in,the,image1350,?], answer(A, (const(A,window)))). _parse([what,is,in,front,of,the,window,in,the,image1350,?], answer(A, (const(A,table)))). _parse([what,is,the,colour,of,the,table,in,the,image1350,?], answer(A, (const(A,brown)))). _parse([what,is,to,the,right,of,the,window,in,the,image1350,?], answer(A, (const(A,cabinet)))). _parse([what,are,the,things,on,the,cabinet,in,the,image1350,?], answer(A, (const(A,coffee_machine);const(A,utensils)))). _parse([what,is,on,the,top,right,in,the,image1351,?], answer(A, (const(A,window)))). _parse([what,is,in,front,of,the,window,in,the,image1351,?], answer(A, (const(A,table)))). _parse([what,is,on,the,right,side,in,the,image1351,?], answer(A, (const(A,cabinet)))). _parse([what,are,the,things,on,the,cabinet,in,the,image1351,?], answer(A, (const(A,utensils)))). _parse([what,are,stuck,on,the,wall,in,the,image1352,?], answer(A, (const(A,photo);const(A,light_switch)))). _parse([what,is,left,to,the,photo,in,the,image1352,?], answer(A, (const(A,window)))). _parse([what,is,in,front,of,the,window,in,the,table,in,the,image1352,?], answer(A, (const(A,table)))). _parse([how,many,chairs,are,there,in,the,image1352,?], answer(A, (const(A,7)))). _parse([what,is,the,colour,of,the,wall,in,the,image1352,?], answer(A, (const(A,orange)))). _parse([what,is,found,on,the,corner,of,the,room,in,the,image1353,?], answer(A, (const(A,lamp)))). _parse([what,is,to,the,left,of,the,lamp,in,the,image1353,?], answer(A, (const(A,photo)))). _parse([what,is,found,on,the,top,in,the,image1353,?], answer(A, (const(A,chandelier)))). _parse([how,many,chairs,are,seen,in,the,image1353,?], answer(A, (const(A,5)))). _parse([what,is,on,the,table,in,the,image1353,?], answer(A, (const(A,decorative_item)))). _parse([what,is,in,front,of,the,window,in,the,image1353,?], answer(A, (const(A,lamp)))). _parse([what,is,found,on,the,corner,of,the,room,in,the,image1354,?], answer(A, (const(A,lamp)))). _parse([what,is,stuck,on,the,right,side,wall,in,the,image1354,?], answer(A, (const(A,mirror)))). _parse([what,is,found,below,the,mirror,in,the,image1354,?], answer(A, (const(A,cabinet)))). _parse([what,are,the,things,on,the,cabinet,in,the,image1354,?], answer(A, (const(A,decorative_item)))). _parse([what,is,to,the,left,of,the,lamp,in,the,image1354,?], answer(A, (const(A,photo)))). _parse([how,many,chairs,are,there,in,the,image1355,?], answer(A, (const(A,8)))). _parse([what,is,at,the,centre,of,the,chairs,in,the,image1355,?], answer(A, (const(A,table)))). _parse([what,is,stuck,on,the,wall,in,the,image1355,?], answer(A, (const(A,photo)))). _parse([what,is,to,the,right,of,the,photo,in,the,image1355,?], answer(A, (const(A,window)))). _parse([what,is,hanged,before,the,window,in,the,image1355,?], answer(A, (const(A,blinds)))). _parse([what,is,at,the,bottom,of,the,photo,in,the,image1355,?], answer(A, (const(A,table)))). _parse([what,are,the,things,on,the,table,in,the,image1355,?], answer(A, (const(A,bottle)))). _parse([what,is,at,the,centre,of,the,chairs,in,the,image1356,?], answer(A, (const(A,table)))). _parse([what,is,behind,the,table,in,the,image1356,?], answer(A, (const(A,window)))). _parse([what,is,hanged,in,front,of,the,window,in,the,image1356,?], answer(A, (const(A,blinds)))). _parse([what,are,stuck,on,the,wall,in,the,image1356,?], answer(A, (const(A,photo)))). _parse([what,is,at,the,right,side,in,the,image1356,?], answer(A, (const(A,cabinet)))). _parse([what,are,the,things,on,the,cabinet,in,the,image1356,?], answer(A, (const(A,decoration_item);const(A,books)))). _parse([what,is,stuck,on,the,wall,in,the,image1357,?], answer(A, (const(A,photo)))). _parse([what,is,in,front,of,the,photo,in,the,image1357,?], answer(A, (const(A,table)))). _parse([what,is,on,the,table,in,the,image1357,?], answer(A, (const(A,tablecloth)))). _parse([what,is,hanged,before,the,window,in,the,image1357,?], answer(A, (const(A,curtain)))). _parse([what,is,at,the,right,side,in,the,image1358,?], answer(A, (const(A,cabinet)))). _parse([what,is,stuck,on,the,wall,in,the,image1358,?], answer(A, (const(A,photo)))). _parse([how,many,knobs,are,there,in,the,image1358,?], answer(A, (const(A,4)))). _parse([how,many,chairs,seen,in,the,image1359,?], answer(A, (const(A,5)))). _parse([what,is,behind,the,chairs,in,the,image1359,?], answer(A, (const(A,cabinet)))). _parse([what,is,stuck,on,the,wall,in,the,image1359,?], answer(A, (const(A,photo)))). _parse([what,is,hanged,before,the,window,in,the,image1359,?], answer(A, (const(A,curtain)))). _parse([what,is,hanged,before,the,window,in,the,image1360,?], answer(A, (const(A,curtain)))). _parse([what,is,in,front,of,the,curtain,in,the,image1360,?], answer(A, (const(A,cabinet)))). _parse([what,is,at,the,right,side,in,the,image1360,?], answer(A, (const(A,sofa)))). _parse([what,is,the,colour,of,the,chair,in,the,image1361,?], answer(A, (const(A,red)))). _parse([what,is,at,the,left,side,in,the,image1361,?], answer(A, (const(A,toys_shelf)))). _parse([what,is,in,front,of,the,toys,shelf,in,the,image1361,?], answer(A, (const(A,table)))). _parse([what,is,the,table,made,up,of,in,the,image1361,?], answer(A, (const(A,glass)))). _parse([what,is,stuck,on,the,wall,in,the,image1361,?], answer(A, (const(A,decorative_item)))). _parse([what,is,below,the,decorative,item,in,the,image1361,?], answer(A, (const(A,cabinet)))). _parse([what,is,stuck,on,the,wall,in,the,image1362,?], answer(A, (const(A,decorative_item)))). _parse([what,is,below,the,decorative,item,in,the,image1362,?], answer(A, (const(A,cabinet)))). _parse([what,are,the,things,on,the,cabinet,in,the,image1362,?], answer(A, (const(A,candlestick)))). _parse([how,many,handles,in,the,image1362,?], answer(A, (const(A,8)))). _parse([what,is,the,colour,of,the,chair,in,the,image1362,?], answer(A, (const(A,red)))). _parse([what,is,at,the,centre,of,the,chairs,in,the,image1363,?], answer(A, (const(A,table)))). _parse([what,is,found,behind,the,table,in,the,image1363,?], answer(A, (const(A,stairs)))). _parse([what,is,hanged,on,the,wall,in,the,image1363,?], answer(A, (const(A,photo)))). _parse([what,is,to,the,right,of,the,photo,in,the,image1363,?], answer(A, (const(A,toys_shelf)))). _parse([what,is,the,colour,of,the,chair,in,the,image1363,?], answer(A, (const(A,red)))). _parse([what,is,hanged,on,the,ceiling,in,the,image1364,?], answer(A, (const(A,chandelier)))). _parse([what,is,stuck,on,the,left,side,wall,in,the,image1364,?], answer(A, (const(A,photo)))). _parse([what,is,at,the,bottom,of,the,chandelier,in,the,image1364,?], answer(A, (const(A,toys_rack)))). _parse([what,is,on,the,table,in,the,image1364,?], answer(A, (const(A,bowl)))). _parse([how,many,chairs,are,there,in,the,image1364,?], answer(A, (const(A,7)))). _parse([what,are,stuck,on,the,wall,in,the,image1365,?], answer(A, (const(A,photo)))). _parse([what,is,found,below,the,photo,in,the,image1365,?], answer(A, (const(A,cabinet)))). _parse([what,are,the,things,on,the,cabinet,in,the,image1365,?], answer(A, (const(A,plate);const(A,candlestick)))). _parse([what,are,the,things,on,the,right,to,the,cabinet,in,the,image1365,?], answer(A, (const(A,chair);const(A,table)))). _parse([what,is,in,the,left,side,in,the,image1365,?], answer(A, (const(A,window)))). _parse([what,are,stuck,on,the,wall,in,the,image1366,?], answer(A, (const(A,photo)))). _parse([what,is,on,the,floor,in,the,image1366,?], answer(A, (const(A,table)))). _parse([what,are,around,the,table,in,the,image1366,?], answer(A, (const(A,chair)))). _parse([what,is,to,the,left,of,the,switchboards,in,the,image1366,?], answer(A, (const(A,door_way)))). _parse([what,is,seen,in,the,inner,room,in,the,image1366,?], answer(A, (const(A,cabinet)))). _parse([what,is,stuck,on,the,wall,in,the,image1367,?], answer(A, (const(A,photo)))). _parse([what,is,at,the,corner,of,the,room,in,the,image1367,?], answer(A, (const(A,table)))). _parse([what,are,the,things,on,the,table,in,the,image1367,?], answer(A, (const(A,candlestick);const(A,toy)))). _parse([how,many,candle,sticks,are,there,in,the,image1367,?], answer(A, (const(A,4)))). _parse([what,is,stuck,on,the,wall,in,the,image1368,?], answer(A, (const(A,photo)))). _parse([what,is,in,front,of,the,larger,photo,in,the,image1368,?], answer(A, (const(A,table)))). _parse([what,are,around,the,table,in,the,chair,in,the,image1368,?], answer(A, (const(A,chair)))). _parse([what,are,the,things,on,the,rack,in,the,image1368,?], answer(A, (const(A,photo);const(A,toy);const(A,decorative_item)))). _parse([what,is,at,the,bottom,of,the,right,side,photo,in,the,image1368,?], answer(A, (const(A,decorative_item)))). _parse([what,is,at,the,right,bottom,in,the,image1369,?], answer(A, (const(A,plant)))). _parse([what,is,to,the,left,of,the,plant,in,the,image1369,?], answer(A, (const(A,cabinet)))). _parse([what,are,the,things,on,the,cabinet,in,the,image1369,?], answer(A, (const(A,lamp);const(A,vase);const(A,bottle);const(A,cup);const(A,tray)))). _parse([what,is,to,the,left,of,the,cabinet,in,the,image1369,?], answer(A, (const(A,door_way)))). _parse([what,is,stuck,on,the,wall,in,the,image1369,?], answer(A, (const(A,photo)))). _parse([what,is,to,the,right,of,the,photo,in,the,image1369,?], answer(A, (const(A,toys_rack)))). _parse([how,many,chairs,are,there,in,the,image1370,?], answer(A, (const(A,9)))). _parse([what,is,at,the,centre,of,the,chairs,in,the,image1370,?], answer(A, (const(A,table)))). _parse([what,are,the,things,behind,the,chairs,in,the,image1370,?], answer(A, (const(A,photo)))). _parse([what,is,stuck,on,the,wall,in,the,image1370,?], answer(A, (const(A,photo)))). _parse([what,is,to,the,right,of,the,table,in,the,image1370,?], answer(A, (const(A,display_case)))). _parse([what,are,the,things,inside,the,display,case,in,the,image1370,?], answer(A, (const(A,certificate)))). _parse([how,many,chairs,are,there,in,the,image1371,?], answer(A, (const(A,10)))). _parse([what,is,the,centerpiece,of,the,chairs,in,the,image1371,?], answer(A, (const(A,table)))). _parse([what,are,the,things,behind,the,chairs,in,the,image1371,?], answer(A, (const(A,photo)))). _parse([what,is,in,front,of,the,table,in,the,image1371,?], answer(A, (const(A,display_case)))). _parse([what,are,the,things,inside,the,display,case,in,the,image1371,?], answer(A, (const(A,certificate);const(A,trophy)))). _parse([what,is,to,the,left,of,the,display,case,in,the,image1371,?], answer(A, (const(A,photo)))). _parse([what,are,stuck,on,the,wall,in,the,image1372,?], answer(A, (const(A,photo)))). _parse([what,is,below,the,photo,in,the,image1372,?], answer(A, (const(A,cabinet)))). _parse([what,are,the,things,on,the,cabinet,in,the,image1372,?], answer(A, (const(A,photo);const(A,vase)))). _parse([what,is,in,front,of,the,cabinet,in,the,image1372,?], answer(A, (const(A,table)))). _parse([how,many,chairs,are,there,in,the,image1372,?], answer(A, (const(A,14)))). _parse([what,is,on,the,right,side,wall,in,the,image1372,?], answer(A, (const(A,chair)))). _parse([what,is,stuck,on,the,left,side,wall,in,the,image1373,?], answer(A, (const(A,photo)))). _parse([what,is,on,the,right,side,wall,in,the,image1373,?], answer(A, (const(A,framed_certificate)))). _parse([what,is,in,front,of,the,window,in,the,image1373,?], answer(A, (const(A,table)))). _parse([what,is,hanged,before,the,window,in,the,image1373,?], answer(A, (const(A,blinds)))). _parse([what,are,the,things,on,the,table,in,the,image1373,?], answer(A, (const(A,box);const(A,clothes);const(A,books);const(A,bottle)))). _parse([what,is,at,the,left,side,in,the,image1374,?], answer(A, (const(A,door_way)))). _parse([what,is,below,the,photo,in,the,image1374,?], answer(A, (const(A,chair)))). _parse([what,is,to,the,right,of,the,chair,in,the,image1374,?], answer(A, (const(A,cabinet)))). _parse([what,is,to,the,right,of,the,cabinet,in,the,image1374,?], answer(A, (const(A,chair)))). _parse([how,many,handles,are,there,in,the,image1374,?], answer(A, (const(A,10)))). _parse([what,is,on,the,stool,in,the,image1375,?], answer(A, (const(A,toy_chair)))). _parse([what,is,behind,the,stool,in,the,image1375,?], answer(A, (const(A,air_vent)))). _parse([what,is,to,the,right,of,the,air,vent,in,the,image1375,?], answer(A, (const(A,door_way)))). _parse([what,is,to,the,right,of,the,door,way,in,the,image1375,?], answer(A, (const(A,photo)))). _parse([what,is,in,front,of,the,photo,in,the,image1375,?], answer(A, (const(A,chair)))). _parse([what,is,in,the,inner,room,in,the,image1375,?], answer(A, (const(A,sofa)))). _parse([what,is,stuck,on,the,wall,in,the,image1376,?], answer(A, (const(A,wall_decoration)))). _parse([what,is,in,front,of,the,wall,decoration,in,the,image1376,?], answer(A, (const(A,table)))). _parse([what,is,to,the,left,of,the,wall,decoration,in,the,image1376,?], answer(A, (const(A,toys_shelf)))). _parse([what,is,at,the,right,corner,of,the,room,in,the,image1376,?], answer(A, (const(A,toys_shelf)))). _parse([what,is,at,the,right,side,in,the,image1376,?], answer(A, (const(A,door_way)))). _parse([what,is,on,the,table,in,the,image1376,?], answer(A, (const(A,table_runner)))). _parse([what,is,stuck,on,the,wall,in,the,image1377,?], answer(A, (const(A,wall_decoration)))). _parse([what,is,to,the,right,of,the,wall,decoration,in,the,image1377,?], answer(A, (const(A,toy_shelf)))). _parse([what,is,in,front,of,the,wall,decoration,in,the,image1377,?], answer(A, (const(A,table)))). _parse([what,are,the,things,on,the,table,in,the,image1377,?], answer(A, (const(A,vase);const(A,bag);const(A,clothes)))). _parse([what,are,around,the,dining,table,in,the,image1377,?], answer(A, (const(A,chair)))). _parse([what,is,stuck,on,the,wall,in,the,image1378,?], answer(A, (const(A,light_switch)))). _parse([what,is,the,colour,of,the,wall,in,the,image1378,?], answer(A, (const(A,purple)))). _parse([what,is,at,the,right,side,in,the,room,in,the,image1378,?], answer(A, (const(A,cabinet)))). _parse([what,is,on,the,cabinet,in,the,image1378,?], answer(A, (const(A,tray);const(A,utensil)))). _parse([how,many,chairs,are,there,in,the,image1379,?], answer(A, (const(A,10)))). _parse([what,is,at,the,centre,of,the,chairs,in,the,image1379,?], answer(A, (const(A,table)))). _parse([what,is,behind,the,table,in,the,image1379,?], answer(A, (const(A,candelabra)))). _parse([what,is,to,the,opposite,of,the,table,in,the,image1379,?], answer(A, (const(A,mantel)))). _parse([what,are,the,things,on,the,mantel,in,the,image1379,?], answer(A, (const(A,candlestick)))). _parse([what,is,hanged,before,the,window,in,the,image1379,?], answer(A, (const(A,curtain)))). _parse([what,is,at,the,left,side,in,the,image1380,?], answer(A, (const(A,cabinet)))). _parse([what,are,in,front,of,the,cabinet,in,the,image1380,?], answer(A, (const(A,chair)))). _parse([what,is,at,the,centre,of,the,chairs,in,the,image1380,?], answer(A, (const(A,table)))). _parse([what,is,the,object,on,the,table,in,the,image1380,?], answer(A, (const(A,candelabra)))). _parse([what,is,behind,the,table,in,the,image1380,?], answer(A, (const(A,mantel)))). _parse([what,are,the,objects,on,the,mantel,in,the,image1380,?], answer(A, (const(A,candlestick);const(A,candle)))). _parse([what,is,on,the,right,side,in,the,image1381,?], answer(A, (const(A,cabinet)))). _parse([what,is,to,the,opposite,of,the,cabinet,in,the,image1381,?], answer(A, (const(A,table)))). _parse([what,are,around,the,table,in,the,image1381,?], answer(A, (const(A,chair)))). _parse([how,many,chairs,are,there,in,the,image1381,?], answer(A, (const(A,10)))). _parse([what,in,on,the,table,in,the,image1381,?], answer(A, (const(A,candelabra)))). _parse([what,is,to,the,left,of,the,table,in,the,image1381,?], answer(A, (const(A,window)))). _parse([what,is,to,the,opposite,of,the,table,in,the,image1381,?], answer(A, (const(A,cabinet)))). _parse([what,is,stuck,on,the,wall,in,the,image1381,?], answer(A, (const(A,photo)))). _parse([what,are,stuck,on,the,wall,in,the,image1382,?], answer(A, (const(A,photo)))). _parse([what,is,behind,the,table,in,the,image1382,?], answer(A, (const(A,cabinet)))). _parse([how,many,lights,on,the,ceiling,in,the,image1382,?], answer(A, (const(A,4)))). _parse([what,is,to,the,left,of,the,table,in,the,image1382,?], answer(A, (const(A,window)))). _parse([what,is,the,colour,of,the,table,cloth,in,the,image1383,?], answer(A, (const(A,white)))). _parse([what,is,to,the,left,of,the,table,in,the,image1383,?], answer(A, (const(A,cabinet)))). _parse([what,is,stuck,above,the,cabinet,in,the,image1383,?], answer(A, (const(A,mirror)))). _parse([what,is,to,the,right,of,the,switchboard,in,the,image1383,?], answer(A, (const(A,door_way)))). _parse([how,many,steel,chairs,are,there,in,the,image1384,?], answer(A, (const(A,2)))). _parse([what,are,the,things,on,the,table,in,the,image1384,?], answer(A, (const(A,vase);const(A,bag)))). _parse([what,is,behind,the,table,in,the,image1384,?], answer(A, (const(A,window)))). _parse([what,is,stuck,on,the,wall,in,the,image1384,?], answer(A, (const(A,photo)))). _parse([what,is,below,the,photo,in,the,image1384,?], answer(A, (const(A,table)))). _parse([what,is,in,front,of,the,table,in,the,image1384,?], answer(A, (const(A,chair)))). _parse([how,many,wooden,chairs,are,there,in,the,image1385,?], answer(A, (const(A,5)))). _parse([what,is,at,the,centre,of,the,chairs,in,the,image1385,?], answer(A, (const(A,table)))). _parse([what,are,the,things,on,the,table,in,the,image1385,?], answer(A, (const(A,vase);const(A,bag)))). _parse([what,is,behind,the,table,in,the,image1385,?], answer(A, (const(A,window)))). _parse([what,is,stuck,on,the,wall,in,the,image1385,?], answer(A, (const(A,photo)))). _parse([what,are,stuck,on,the,wall,in,the,image1386,?], answer(A, (const(A,photo)))). _parse([what,is,found,below,the,photo,in,the,image1386,?], answer(A, (const(A,cabinet)))). _parse([what,are,the,things,on,the,cabinet,in,the,image1386,?], answer(A, (const(A,computer);const(A,books);const(A,basket);const(A,cordless_phone)))). _parse([what,are,at,the,right,side,in,the,image1386,?], answer(A, (const(A,chair)))). _parse([what,is,found,in,the,inner,room,in,the,image1386,?], answer(A, (const(A,cabinet)))). _parse([what,is,at,the,right,side,in,the,image1387,?], answer(A, (const(A,table)))). _parse([what,are,around,the,table,in,the,image1387,?], answer(A, (const(A,chair)))). _parse([what,is,to,the,left,of,the,chairs,in,the,image1387,?], answer(A, (const(A,cabinet)))). _parse([what,is,in,front,of,the,cabinet,in,the,image1387,?], answer(A, (const(A,piano)))). _parse([what,is,found,under,the,piano,in,the,image1387,?], answer(A, (const(A,piano_bench)))). _parse([what,is,in,front,of,the,piano,in,the,image1387,?], answer(A, (const(A,decorative_item)))). _parse([what,is,to,the,left,of,the,cardboard,in,the,image1388,?], answer(A, (const(A,window)))). _parse([what,is,hanged,before,the,window,in,the,image1388,?], answer(A, (const(A,curtain)))). _parse([what,is,in,front,of,the,window,in,the,image1388,?], answer(A, (const(A,table)))). _parse([what,is,on,the,table,in,the,image1388,?], answer(A, (const(A,vase)))). _parse([what,is,near,to,the,table,in,the,image1388,?], answer(A, (const(A,chair)))). _parse([what,are,stuck,on,the,wall,in,the,image1388,?], answer(A, (const(A,photo)))). _parse([what,is,found,below,the,photos,in,the,image1388,?], answer(A, (const(A,cabinet)))). _parse([what,are,stuck,on,the,wall,in,the,image1389,?], answer(A, (const(A,photo)))). _parse([what,is,in,front,of,the,photos,in,the,image1389,?], answer(A, (const(A,cabinet)))). _parse([what,are,the,things,on,the,cabinet,in,the,image1389,?], answer(A, (const(A,bowl);const(A,bottle)))). _parse([what,is,above,the,cabinet,in,the,image1389,?], answer(A, (const(A,display_case)))). _parse([what,is,stuck,on,the,right,side,wall,in,the,image1390,?], answer(A, (const(A,photo)))). _parse([what,is,behind,the,photo,in,the,image1390,?], answer(A, (const(A,cabinet)))). _parse([what,is,in,front,of,the,cabinet,in,the,image1390,?], answer(A, (const(A,table)))). _parse([what,is,on,the,table,in,the,image1390,?], answer(A, (const(A,decorative_item)))). _parse([what,is,hanged,before,the,table,in,the,image1390,?], answer(A, (const(A,curtain)))). _parse([what,is,stuck,on,the,wall,in,the,image1391,?], answer(A, (const(A,photo)))). _parse([what,are,on,the,both,sides,of,the,photo,in,the,image1391,?], answer(A, (const(A,window)))). _parse([what,is,found,below,the,photo,in,the,image1391,?], answer(A, (const(A,cabinet)))). _parse([what,is,on,the,cabinet,in,the,image1391,?], answer(A, (const(A,bowl);const(A,decoration_item)))). _parse([what,is,in,front,of,the,cabinet,in,the,image1391,?], answer(A, (const(A,chair)))). _parse([how,many,chairs,are,there,in,the,image1392,?], answer(A, (const(A,15)))). _parse([what,are,the,objects,on,the,table,in,the,image1392,?], answer(A, (const(A,papers)))). _parse([what,are,stuck,on,the,wall,in,the,image1392,?], answer(A, (const(A,decorative_item)))). _parse([what,is,between,the,decorative,items,in,the,image1392,?], answer(A, (const(A,whiteboard)))). _parse([what,is,stuck,on,the,whiteboard,in,the,image1392,?], answer(A, (const(A,ornamental_item)))). _parse([what,are,the,things,on,the,cabinet,in,the,image1392,?], answer(A, (const(A,bottle);const(A,vase);const(A,decorative_item)))). _parse([what,is,in,the,right,bottom,corner,in,the,image1393,?], answer(A, (const(A,table)))). _parse([what,are,the,things,on,the,table,in,the,image1393,?], answer(A, (const(A,books)))). _parse([what,are,the,things,in,the,rack,in,the,image1393,?], answer(A, (const(A,framed_certificate);const(A,vase)))). _parse([what,is,found,behind,the,rack,in,the,image1393,?], answer(A, (const(A,window)))). _parse([how,many,chairs,are,there,in,the,image1394,?], answer(A, (const(A,10)))). _parse([what,is,at,the,centre,of,the,chairs,in,the,image1394,?], answer(A, (const(A,table)))). _parse([what,is,on,the,table,in,the,image1394,?], answer(A, (const(A,candlestick)))). _parse([what,is,found,behind,the,table,in,the,image1394,?], answer(A, (const(A,door_way)))). _parse([what,is,found,in,the,inner,room,in,the,image1394,?], answer(A, (const(A,cabinet)))). _parse([what,is,at,the,right,bottom,corner,in,the,image1395,?], answer(A, (const(A,chair)))). _parse([what,is,tat,the,centre,of,the,chairs,in,the,image1395,?], answer(A, (const(A,table)))). _parse([what,is,to,the,right,of,the,table,in,the,image1395,?], answer(A, (const(A,cabinet)))). _parse([what,are,the,things,on,the,cabinet,in,the,image1395,?], answer(A, (const(A,candlestick)))). _parse([what,is,to,the,left,of,the,cabinet,in,the,image1395,?], answer(A, (const(A,door_way)))). _parse([how,many,chairs,are,there,in,the,image1396,?], answer(A, (const(A,12)))). _parse([what,is,at,the,centre,of,the,chairs,in,the,image1396,?], answer(A, (const(A,table)))). _parse([what,is,found,on,the,table,in,the,image1396,?], answer(A, (const(A,candlestick)))). _parse([what,is,to,the,opposite,of,the,table,in,the,image1396,?], answer(A, (const(A,door)))). _parse([what,is,hanged,in,front,of,the,door,in,the,image1396,?], answer(A, (const(A,curtain)))). _parse([what,is,hanged,on,the,ceiling,in,the,image1397,?], answer(A, (const(A,chandelier)))). _parse([what,is,found,below,the,chandelier,in,the,image1397,?], answer(A, (const(A,table)))). _parse([what,are,around,the,table,in,the,image1397,?], answer(A, (const(A,chair)))). _parse([what,is,at,the,left,side,in,the,image1397,?], answer(A, (const(A,cabinet)))). _parse([what,are,stuck,on,the,wall,in,the,image1397,?], answer(A, (const(A,photo)))). _parse([what,are,the,things,on,the,table,in,the,image1397,?], answer(A, (const(A,papers)))). _parse([what,is,at,the,top,right,corner,in,the,image1398,?], answer(A, (const(A,table)))). _parse([what,is,stuck,on,the,wall,in,the,image1398,?], answer(A, (const(A,photo)))). _parse([what,is,to,the,right,in,the,image1398,?], answer(A, (const(A,door)))). _parse([what,is,before,the,window,in,the,image1398,?], answer(A, (const(A,blinds)))). _parse([what,is,hanged,before,the,window,in,the,image1398,?], answer(A, (const(A,curtain)))). _parse([what,is,in,front,of,the,curtain,in,the,image1398,?], answer(A, (const(A,cabinet)))). _parse([what,are,the,things,on,the,cabinet,in,the,image1398,?], answer(A, (const(A,tray);const(A,decorative_item)))). _parse([what,is,at,the,right,top,in,the,image1399,?], answer(A, (const(A,chandelier)))). _parse([what,is,found,below,the,chandelier,in,the,image1399,?], answer(A, (const(A,table)))). _parse([what,are,the,things,on,the,table,in,the,image1399,?], answer(A, (const(A,file);const(A,papers);const(A,pencil)))). _parse([what,are,stuck,on,the,wall,in,the,image1399,?], answer(A, (const(A,photo)))). _parse([what,is,found,to,the,left,of,the,table,in,the,image1399,?], answer(A, (const(A,window)))). _parse([what,is,before,the,window,in,the,image1399,?], answer(A, (const(A,blinds)))). _parse([what,is,hanged,before,the,window,in,the,image1399,?], answer(A, (const(A,curtain)))). _parse([how,many,chairs,are,there,in,the,image1400,?], answer(A, (const(A,8)))). _parse([what,is,at,the,centre,of,the,chairs,in,the,image1400,?], answer(A, (const(A,table)))). _parse([what,are,hanged,on,the,wall,in,the,image1400,?], answer(A, (const(A,photo)))). _parse([what,is,found,on,the,table,in,the,image1400,?], answer(A, (const(A,books)))). _parse([what,is,the,colour,of,the,wall,in,the,image1400,?], answer(A, (const(A,red)))). _parse([what,is,the,colour,of,the,wall,in,the,image1401,?], answer(A, (const(A,red)))). _parse([what,are,stuck,on,the,wall,in,the,image1401,?], answer(A, (const(A,photo)))). _parse([what,are,in,front,of,the,photos,in,the,image1401,?], answer(A, (const(A,table)))). _parse([what,are,around,the,table,in,the,image1401,?], answer(A, (const(A,chair)))). _parse([what,is,found,in,the,inner,room,in,the,image1401,?], answer(A, (const(A,fish_tank)))). _parse([what,is,found,on,the,table,in,the,image1401,?], answer(A, (const(A,book)))). _parse([what,is,the,colour,of,the,table,in,the,image1402,?], answer(A, (const(A,white)))). _parse([what,are,around,the,table,in,the,image1402,?], answer(A, (const(A,chair)))). _parse([how,many,chairs,are,there,in,the,image1402,?], answer(A, (const(A,8)))). _parse([what,is,at,the,corner,of,the,room,in,the,image1402,?], answer(A, (const(A,door)))). _parse([what,is,at,the,top,right,corner,in,the,room,in,the,image1403,?], answer(A, (const(A,door)))). _parse([what,is,to,the,left,of,the,door,in,the,image1403,?], answer(A, (const(A,cabinet)))). _parse([how,many,knobs,are,there,on,the,cabinet,in,the,image1403,?], answer(A, (const(A,10)))). _parse([what,are,the,things,inside,the,cabinet,in,the,image1403,?], answer(A, (const(A,decorative_item)))). _parse([what,is,stuck,on,the,wall,in,the,image1403,?], answer(A, (const(A,light_switch)))). _parse([how,many,chairs,are,there,in,the,image1404,?], answer(A, (const(A,10)))). _parse([what,is,at,the,centre,of,the,chairs,in,the,image1404,?], answer(A, (const(A,table)))). _parse([what,is,behind,the,table,in,the,image1404,?], answer(A, (const(A,window)))). _parse([what,is,stuck,to,the,right,of,the,window,in,the,image1404,?], answer(A, (const(A,photo)))). _parse([what,is,in,front,of,the,photo,in,the,image1404,?], answer(A, (const(A,vase)))). _parse([what,is,to,the,left,of,the,vase,in,the,image1404,?], answer(A, (const(A,mirror)))). _parse([what,are,around,the,table,in,the,image1405,?], answer(A, (const(A,chair)))). _parse([what,is,hanged,on,the,wall,in,the,image1405,?], answer(A, (const(A,photo)))). _parse([what,is,in,front,of,the,photo,in,the,image1405,?], answer(A, (const(A,vase)))). _parse([what,is,to,the,left,of,the,vase,in,the,image1405,?], answer(A, (const(A,mirror)))). _parse([what,is,at,the,left,bottom,in,the,image1406,?], answer(A, (const(A,chair)))). _parse([what,is,at,the,centre,of,chairs,in,the,image1406,?], answer(A, (const(A,table)))). _parse([what,is,at,the,opposite,of,the,table,in,the,image1406,?], answer(A, (const(A,door_way)))). _parse([what,is,to,the,right,of,the,door,way,in,the,image1406,?], answer(A, (const(A,grandfather_clock)))). _parse([what,is,on,the,ceiling,on,the,top,of,the,table,in,the,image1406,?], answer(A, (const(A,chandelier)))). _parse([what,is,the,table,colour,in,the,image1407,?], answer(A, (const(A,brown)))). _parse([what,are,the,things,on,the,table,in,the,image1407,?], answer(A, (const(A,paper);const(A,bottle);const(A,box)))). _parse([what,are,stuck,on,the,wall,in,the,image1407,?], answer(A, (const(A,photo)))). _parse([what,is,to,the,left,of,the,image1407,in,the,image1407,?], answer(A, (const(A,display_case)))). _parse([what,is,in,the,corner,of,the,inner,room,in,the,image1407,?], answer(A, (const(A,stroller)))). _parse([what,are,the,things,on,the,table,in,the,image1408,?], answer(A, (const(A,books);const(A,box)))). _parse([what,is,stuck,on,the,wall,in,the,image1408,?], answer(A, (const(A,photo)))). _parse([what,is,to,the,right,of,the,photo,in,the,image1408,?], answer(A, (const(A,display_case)))). _parse([how,many,chairs,are,there,in,the,image1408,?], answer(A, (const(A,7)))). _parse([what,are,stuck,on,the,wall,in,the,image1409,?], answer(A, (const(A,photo)))). _parse([what,are,seen,on,the,shelf,in,the,image1409,?], answer(A, (const(A,photo)))). _parse([what,is,the,table,colour,in,the,image1409,?], answer(A, (const(A,brown)))). _parse([what,are,the,things,on,the,table,in,the,image1409,?], answer(A, (const(A,bag);const(A,box);const(A,purse);const(A,books)))). _parse([what,is,behind,the,table,in,the,image1409,?], answer(A, (const(A,sofa)))). _parse([what,is,on,the,floor,in,the,image1410,?], answer(A, (const(A,floor_mat)))). _parse([what,is,near,the,floor,mat,in,the,image1410,?], answer(A, (const(A,shoe)))). _parse([what,is,near,the,wall,divider,in,the,image1410,?], answer(A, (const(A,container)))). _parse([what,is,seen,in,the,inner,room,in,the,image1410,?], answer(A, (const(A,cabinet)))). _parse([what,is,on,the,floor,in,the,image1411,?], answer(A, (const(A,floor_mat)))). _parse([what,is,to,the,right,of,the,floor,mat,in,the,image1411,?], answer(A, (const(A,piano)))). _parse([what,are,the,things,on,the,piano,in,the,image1411,?], answer(A, (const(A,photo);const(A,sheet_music)))). _parse([what,is,near,the,floor,mat,in,the,image1411,?], answer(A, (const(A,shoe)))). _parse([what,is,under,the,piano,in,the,image1411,?], answer(A, (const(A,piano_bench)))). _parse([what,is,to,the,right,of,the,piano,in,the,image1411,?], answer(A, (const(A,lamp)))). _parse([what,is,in,front,of,the,window,in,the,image1412,?], answer(A, (const(A,table)))). _parse([what,are,the,things,on,the,table,in,the,image1412,?], answer(A, (const(A,lamp);const(A,photo);const(A,decorative_item)))). _parse([what,is,stuck,on,the,ceiling,in,the,image1412,?], answer(A, (const(A,chandelier)))). _parse([what,are,stuck,on,the,wall,in,the,image1412,?], answer(A, (const(A,photo)))). _parse([what,are,the,things,on,the,dining,table,in,the,image1412,?], answer(A, (const(A,box);const(A,purse);const(A,cup)))). _parse([what,are,stuck,on,the,wall,in,the,image1413,?], answer(A, (const(A,photo)))). _parse([what,is,at,the,corner,of,the,room,in,the,image1413,?], answer(A, (const(A,table)))). _parse([what,are,the,things,on,the,table,in,the,image1413,?], answer(A, (const(A,cup)))). _parse([what,is,to,the,right,of,the,table,in,the,image1413,?], answer(A, (const(A,baby_chair)))). _parse([what,is,in,front,of,the,window,in,the,image1413,?], answer(A, (const(A,table)))). _parse([what,is,on,the,table,in,the,image1413,?], answer(A, (const(A,lamp)))). _parse([what,is,stuck,on,the,wall,in,the,image1414,?], answer(A, (const(A,photo)))). _parse([what,is,found,below,the,photo,in,the,image1414,?], answer(A, (const(A,baby_chair)))). _parse([what,is,near,the,baby,chair,in,the,image1414,?], answer(A, (const(A,toy_stroller)))). _parse([what,is,in,front,of,the,window,in,the,image1414,?], answer(A, (const(A,table)))). _parse([what,are,on,the,table,in,the,image1414,?], answer(A, (const(A,lamp);const(A,photo)))). _parse([what,is,stuck,on,the,wall,in,the,image1415,?], answer(A, (const(A,photo)))). _parse([what,is,stuck,on,the,ceiling,in,the,image1415,?], answer(A, (const(A,lighting_track)))). _parse([how,many,chairs,are,there,in,the,image1415,?], answer(A, (const(A,8)))). _parse([what,is,the,colour,of,the,chair,seat,in,the,image1415,?], answer(A, (const(A,red)))). _parse([what,is,the,colour,of,the,dining,table,in,the,image1416,?], answer(A, (const(A,white)))). _parse([what,is,stuck,on,the,wall,in,the,image1416,?], answer(A, (const(A,photo)))). _parse([what,are,the,things,on,the,rack,in,the,image1416,?], answer(A, (const(A,photo);const(A,tissue_box);const(A,toy)))). _parse([what,are,stuck,on,the,wall,right,to,the,window,in,the,image1417,?], answer(A, (const(A,mask)))). _parse([what,is,at,the,top,right,corner,in,the,image1417,?], answer(A, (const(A,photo)))). _parse([what,is,found,below,the,photo,in,the,image1417,?], answer(A, (const(A,table)))). _parse([what,are,the,things,on,the,table,in,the,image1417,?], answer(A, (const(A,newspapers);const(A,plate)))). _parse([what,is,on,the,floor,in,the,image1417,?], answer(A, (const(A,rug)))). _parse([what,is,on,the,floor,in,the,image1418,?], answer(A, (const(A,rug)))). _parse([what,are,stuck,on,the,wall,in,the,image1418,?], answer(A, (const(A,mask)))). _parse([what,is,to,the,left,of,the,dining,table,in,the,image1418,?], answer(A, (const(A,chair)))). _parse([what,are,stuck,on,the,left,side,wall,in,the,image1419,?], answer(A, (const(A,photo)))). _parse([what,are,found,below,the,photos,in,the,image1419,?], answer(A, (const(A,chair);const(A,toy)))). _parse([what,is,in,front,of,the,chair,in,the,image1419,?], answer(A, (const(A,table)))). _parse([what,is,on,the,floor,in,the,image1419,?], answer(A, (const(A,rug)))). _parse([what,is,behind,the,dining,table,in,the,image1419,?], answer(A, (const(A,chair)))). _parse([what,is,in,front,of,the,chair,in,the,image1419,?], answer(A, (const(A,table)))). _parse([what,is,hanged,in,front,of,the,window,in,the,image1420,?], answer(A, (const(A,blinds)))). _parse([what,is,in,front,of,the,window,in,the,image1420,?], answer(A, (const(A,chair)))). _parse([what,is,stuck,on,the,right,side,of,the,wall,in,the,image1420,?], answer(A, (const(A,mask)))). _parse([what,is,on,the,floor,in,the,image1420,?], answer(A, (const(A,rug)))). _parse([what,are,the,things,on,the,rug,in,the,image1420,?], answer(A, (const(A,decoration_item);const(A,clothes)))). _parse([what,is,found,below,the,photo,in,the,image1420,?], answer(A, (const(A,table)))). _parse([by,what,the,window,is,closed,in,the,image1421,?], answer(A, (const(A,blinds)))). _parse([what,is,stuck,on,the,wall,in,the,image1421,?], answer(A, (const(A,photo)))). _parse([what,is,to,the,right,of,the,window,in,the,image1421,?], answer(A, (const(A,chair)))). _parse([what,is,in,front,of,the,window,in,the,image1421,?], answer(A, (const(A,table)))). _parse([what,is,on,the,table,in,the,image1421,?], answer(A, (const(A,vase)))). _parse([what,are,stuck,on,the,wall,in,the,image1422,?], answer(A, (const(A,photo)))). _parse([what,is,found,below,the,left,photo,in,the,image1422,?], answer(A, (const(A,piano)))). _parse([what,are,the,things,on,the,piano,in,the,image1422,?], answer(A, (const(A,photo);const(A,toy)))). _parse([what,is,under,the,piano,in,the,image1422,?], answer(A, (const(A,piano_bench)))). _parse([what,is,found,below,the,right,photo,in,the,image1422,?], answer(A, (const(A,cabinet)))). _parse([what,is,stuck,on,the,wall,in,the,image1423,?], answer(A, (const(A,photo)))). _parse([what,is,found,below,the,photo,in,the,image1423,?], answer(A, (const(A,cabinet)))). _parse([what,is,at,the,top,right,in,the,image1423,?], answer(A, (const(A,display_case)))). _parse([what,are,the,things,inside,the,display,case,in,the,image1423,?], answer(A, (const(A,decorative_item)))). _parse([what,is,in,the,bottom,right,corner,in,the,image1423,?], answer(A, (const(A,chair)))). _parse([what,is,at,the,top,left,corner,in,the,image1424,?], answer(A, (const(A,window)))). _parse([what,is,on,the,dining,table,in,the,image1424,?], answer(A, (const(A,flower_pot)))). _parse([what,are,stuck,on,the,wall,in,the,image1424,?], answer(A, (const(A,photo)))). _parse([what,is,in,the,corner,of,the,room,in,the,image1424,?], answer(A, (const(A,bookshelf)))). _parse([what,is,at,the,right,side,in,the,image1425,?], answer(A, (const(A,table)))). _parse([what,are,the,things,on,the,table,in,the,image1425,?], answer(A, (const(A,toy);const(A,clothes);const(A,paper);const(A,basket)))). _parse([what,is,behind,the,table,in,the,image1425,?], answer(A, (const(A,sofa)))). _parse([what,is,to,the,left,of,the,sofa,in,the,image1425,?], answer(A, (const(A,horse_toy)))). _parse([what,is,in,front,of,the,sofa,in,the,image1425,?], answer(A, (const(A,table)))). _parse([what,is,on,the,floor,under,the,table,in,the,image1425,?], answer(A, (const(A,rug)))). _parse([what,is,on,the,floor,in,the,image1426,?], answer(A, (const(A,rug)))). _parse([what,is,to,the,left,of,the,dining,table,in,the,image1426,?], answer(A, (const(A,table)))). _parse([what,is,on,the,table,in,the,image1426,?], answer(A, (const(A,lamp)))). _parse([what,is,stuck,on,the,wall,in,the,image1426,?], answer(A, (const(A,photo)))). _parse([what,is,to,the,right,of,the,photo,in,the,image1426,?], answer(A, (const(A,cabinet)))). _parse([what,is,on,the,top,of,the,cabinet,in,the,image1426,?], answer(A, (const(A,mirror)))). _parse([what,is,near,the,wall,in,the,image1427,?], answer(A, (const(A,cabinet)))). _parse([what,are,the,things,on,the,cabinet,in,the,image1427,?], answer(A, (const(A,lamp);const(A,photo);const(A,decorative_item)))). _parse([what,is,to,the,right,of,the,cabinet,in,the,image1427,?], answer(A, (const(A,door_way)))). _parse([what,is,on,the,floor,in,the,image1427,?], answer(A, (const(A,rug)))). _parse([how,many,photos,are,there,in,the,image1427,?], answer(A, (const(A,3)))). _parse([how,many,chairs,are,there,in,the,image1428,?], answer(A, (const(A,8)))). _parse([what,is,to,the,right,of,the,dining,table,in,the,image1428,?], answer(A, (const(A,cabinet)))). _parse([what,are,the,things,on,the,cabinet,in,the,image1428,?], answer(A, (const(A,candelabra)))). _parse([what,is,on,the,floor,in,the,image1428,?], answer(A, (const(A,rug)))). _parse([what,is,found,in,the,inner,room,in,the,image1428,?], answer(A, (const(A,sofa)))). _parse([what,is,in,front,of,the,sofa,in,the,image1429,?], answer(A, (const(A,table)))). _parse([what,is,in,the,right,bottom,in,the,image1429,?], answer(A, (const(A,chair)))). _parse([what,is,found,near,the,sandal,colour,sofa,in,the,image1429,?], answer(A, (const(A,horse_toy)))). _parse([what,is,to,the,right,of,the,white,colour,sofa,in,the,image1429,?], answer(A, (const(A,lamp)))). _parse([what,is,at,the,back,side,of,the,sofas,in,the,image1429,?], answer(A, (const(A,window)))). _parse([what,are,stuck,on,the,wall,in,the,image1430,?], answer(A, (const(A,photo)))). _parse([what,is,found,below,the,photos,in,the,image1430,?], answer(A, (const(A,cabinet)))). _parse([what,are,the,things,on,the,cabinet,in,the,image1430,?], answer(A, (const(A,clothes);const(A,photo);const(A,paper)))). _parse([what,is,in,front,of,the,cabinet,in,the,image1430,?], answer(A, (const(A,chair)))). _parse([what,is,hanged,before,the,window,in,the,image1431,?], answer(A, (const(A,curtain)))). _parse([what,are,around,the,table,in,the,image1431,?], answer(A, (const(A,chair)))). _parse([what,are,stuck,on,the,wall,in,the,image1431,?], answer(A, (const(A,photo)))). _parse([what,is,at,the,top,right,corner,in,the,image1431,?], answer(A, (const(A,door_way)))). _parse([what,are,stuck,on,the,wall,in,the,image1432,?], answer(A, (const(A,photo)))). _parse([what,is,found,below,the,photos,in,the,image1432,?], answer(A, (const(A,cabinet)))). _parse([what,are,the,things,on,the,cabinet,in,the,image1432,?], answer(A, (const(A,clothes);const(A,photo);const(A,paper)))). _parse([what,is,to,the,left,of,the,wall,divider,in,the,image1432,?], answer(A, (const(A,door_way)))). _parse([what,are,stuck,on,the,wall,in,the,image1433,?], answer(A, (const(A,photo)))). _parse([what,is,found,below,the,photos,in,the,image1433,?], answer(A, (const(A,cabinet)))). _parse([what,is,the,colour,of,the,dining,table,in,the,image1433,?], answer(A, (const(A,brown)))). _parse([what,is,to,the,left,of,the,wall,divider,in,the,image1433,?], answer(A, (const(A,door_way)))). _parse([what,is,found,near,the,wall,in,the,image1434,?], answer(A, (const(A,cabinet)))). _parse([what,are,the,things,on,the,dining,table,in,the,image1434,?], answer(A, (const(A,table_runner);const(A,flower_pot)))). _parse([what,is,behind,the,dining,table,in,the,image1434,?], answer(A, (const(A,cabinet)))). _parse([what,is,found,above,the,table,in,the,image1434,?], answer(A, (const(A,chandelier)))). _parse([what,is,near,the,dining,table,in,the,image1435,?], answer(A, (const(A,chair)))). _parse([what,is,in,front,of,the,dining,table,in,the,image1435,?], answer(A, (const(A,cabinet)))). _parse([what,are,the,things,on,the,cabinet,in,the,image1435,?], answer(A, (const(A,plant);const(A,bottle);const(A,candlestick);const(A,wine_glass)))). _parse([what,is,in,the,right,side,part,of,the,cabinet,in,the,image1435,?], answer(A, (const(A,oven)))). _parse([what,is,near,the,wall,in,the,image1436,?], answer(A, (const(A,cabinet)))). _parse([what,are,the,things,on,the,cabinet,in,the,image1436,?], answer(A, (const(A,photo);const(A,vase)))). _parse([what,are,around,the,dining,table,in,the,image1436,?], answer(A, (const(A,chair)))). _parse([what,are,the,things,on,the,dining,table,in,the,image1436,?], answer(A, (const(A,table_runner);const(A,flower_pot)))). _parse([what,are,stuck,on,the,wall,in,the,image1437,?], answer(A, (const(A,photo)))). _parse([how,many,chairs,are,there,in,the,image1437,?], answer(A, (const(A,10)))). _parse([what,is,seen,on,the,dining,table,in,the,image1437,?], answer(A, (const(A,ornamental_plant)))). _parse([what,is,behind,the,dining,table,in,the,image1437,?], answer(A, (const(A,window)))). _parse([what,are,on,the,both,sides,of,the,window,in,the,image1437,?], answer(A, (const(A,glass_rack)))). _parse([what,is,on,the,top,glass,rack,in,the,image1437,?], answer(A, (const(A,decoration_item)))). _parse([what,is,in,front,of,the,wall,divider,in,the,image1438,?], answer(A, (const(A,cabinet)))). _parse([what,are,the,things,on,the,cabinet,in,the,image1438,?], answer(A, (const(A,candelabra);const(A,books);const(A,decoration_item)))). _parse([what,is,behind,the,cabinet,in,the,image1438,?], answer(A, (const(A,window)))). _parse([what,is,stuck,on,the,wall,to,the,top,of,the,cabinet,in,the,image1438,?], answer(A, (const(A,glass_rack)))). _parse([what,are,stuck,on,the,wall,in,the,image1439,?], answer(A, (const(A,photo)))). _parse([what,are,around,the,dining,table,in,the,image1439,?], answer(A, (const(A,chair)))). _parse([what,is,on,the,dining,table,in,the,image1439,?], answer(A, (const(A,ornamental_plant)))). _parse([what,are,seen,in,the,inner,room,in,the,image1439,?], answer(A, (const(A,cabinet);const(A,photo);const(A,sofa)))). _parse([what,are,stuck,on,the,wall,in,the,image1440,?], answer(A, (const(A,photo)))). _parse([what,is,in,the,top,right,corner,in,the,image1440,?], answer(A, (const(A,window)))). _parse([what,is,in,front,of,the,window,in,the,image1440,?], answer(A, (const(A,cabinet)))). _parse([what,are,the,things,on,the,cabinet,in,the,image1440,?], answer(A, (const(A,candelabra);const(A,book)))). _parse([what,are,around,the,dining,table,in,the,image1440,?], answer(A, (const(A,chair)))). _parse([what,is,to,the,left,of,the,table,in,the,image1441,?], answer(A, (const(A,cabinet)))). _parse([what,are,the,things,on,the,cabinet,in,the,image1441,?], answer(A, (const(A,photo);const(A,candlestick);const(A,candelabra)))). _parse([what,is,found,in,the,inner,room,in,the,image1441,?], answer(A, (const(A,cabinet)))). _parse([what,are,stuck,on,the,wall,in,the,image1442,?], answer(A, (const(A,wall_decoration)))). _parse([what,is,in,the,corner,of,the,room,in,the,image1442,?], answer(A, (const(A,window)))). _parse([what,is,on,the,floor,in,the,image1442,?], answer(A, (const(A,rug)))). _parse([what,is,the,colour,of,the,chair,in,the,image1442,?], answer(A, (const(A,red)))). _parse([what,are,stuck,on,the,wall,in,the,image1443,?], answer(A, (const(A,photo)))). _parse([what,is,on,the,floor,in,the,image1443,?], answer(A, (const(A,rug)))). _parse([what,is,to,the,left,of,the,door,way,in,the,image1443,?], answer(A, (const(A,lamp)))). _parse([what,is,the,colour,of,the,chair,in,the,image1443,?], answer(A, (const(A,red)))). _parse([what,is,at,the,right,side,in,the,image1444,?], answer(A, (const(A,coffee_table)))). _parse([what,are,the,things,on,the,coffee,table,in,the,image1444,?], answer(A, (const(A,books)))). _parse([what,is,behind,the,coffee,table,in,the,image1444,?], answer(A, (const(A,mantel)))). _parse([what,is,to,the,left,of,the,mantel,in,the,image1444,?], answer(A, (const(A,sofa)))). _parse([what,is,behind,the,sofa,in,the,image1444,?], answer(A, (const(A,window)))). _parse([what,is,hanged,in,front,of,the,window,in,the,image1444,?], answer(A, (const(A,curtain)))). _parse([what,is,to,the,left,of,the,sofa,in,the,image1444,?], answer(A, (const(A,table)))). _parse([what,are,the,things,on,the,table,in,the,image1444,?], answer(A, (const(A,lamp);const(A,photo)))). _parse([what,is,stuck,on,the,wall,in,the,image1445,?], answer(A, (const(A,photo)))). _parse([what,is,found,below,the,left,side,photo,in,the,image1445,?], answer(A, (const(A,table)))). _parse([what,are,the,things,on,the,table,in,the,image1445,?], answer(A, (const(A,lamp);const(A,book)))). _parse([what,is,in,front,of,the,table,in,the,image1445,?], answer(A, (const(A,chair)))). _parse([what,is,on,the,floor,in,the,image1445,?], answer(A, (const(A,rug)))). _parse([how,many,chairs,are,there,in,the,image1446,?], answer(A, (const(A,8)))). _parse([what,is,on,the,floor,in,the,image1446,?], answer(A, (const(A,rug)))). _parse([what,is,stuck,on,the,wall,in,the,image1446,?], answer(A, (const(A,wall_decoration)))). _parse([what,is,stuck,on,the,ceiling,on,the,top,of,the,dining,table,in,the,image1446,?], answer(A, (const(A,chandelier)))). _parse([what,is,behind,the,dining,table,in,the,image1446,?], answer(A, (const(A,cabinet)))). _parse([what,is,stuck,on,the,wall,in,the,image1447,?], answer(A, (const(A,photo)))). _parse([what,is,in,front,of,the,photo,in,the,image1447,?], answer(A, (const(A,cabinet)))). _parse([what,are,around,the,dining,table,in,the,image1447,?], answer(A, (const(A,chair)))). _parse([what,are,the,things,on,the,table,in,the,image1447,?], answer(A, (const(A,vase)))). _parse([what,are,stuck,on,the,wall,in,the,image1448,?], answer(A, (const(A,photo)))). _parse([what,is,found,below,the,left,side,photo,in,the,image1448,?], answer(A, (const(A,mantel)))). _parse([what,is,in,front,of,the,mantel,in,the,image1448,?], answer(A, (const(A,chair)))). _parse([what,is,to,the,right,of,the,mantel,in,the,image1448,?], answer(A, (const(A,table)))). _parse([what,is,in,the,top,right,in,the,image1448,?], answer(A, (const(A,chandelier)))). _parse([what,is,found,below,the,chandelier,in,the,image1448,?], answer(A, (const(A,table)))). _parse([what,is,on,the,floor,in,the,image1449,?], answer(A, (const(A,rug)))). _parse([what,are,around,dining,table,in,the,image1449,?], answer(A, (const(A,chair)))). _parse([what,is,at,the,opposite,side,of,the,dining,table,in,the,image1449,?], answer(A, (const(A,decoration_item)))). _parse([what,is,behind,the,wall,divider,in,the,image1449,?], answer(A, (const(A,table)))).