File size: 9,361 Bytes
9de012e
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
[
  "wall",
  "chair",
  "books",
  "floor",
  "door",
  "object",
  "window",
  "table",
  "trash can",
  "pillow",
  "picture",
  "ceiling",
  "box",
  "doorframe",
  "monitor",
  "cabinet",
  "desk",
  "shelf",
  "office chair",
  "towel",
  "couch",
  "sink",
  "backpack",
  "lamp",
  "bed",
  "bookshelf",
  "mirror",
  "curtain",
  "plant",
  "whiteboard",
  "radiator",
  "book",
  "kitchen cabinet",
  "toilet paper",
  "kitchen cabinets",
  "armchair",
  "shoes",
  "coffee table",
  "toilet",
  "bag",
  "clothes",
  "keyboard",
  "bottle",
  "recycling bin",
  "nightstand",
  "stool",
  "tv",
  "file cabinet",
  "dresser",
  "computer tower",
  "clothing",
  "telephone",
  "cup",
  "refrigerator",
  "end table",
  "jacket",
  "shower curtain",
  "bathtub",
  "microwave",
  "kitchen counter",
  "sofa chair",
  "paper towel dispenser",
  "bathroom vanity",
  "suitcase",
  "laptop",
  "ottoman",
  "shower walls",
  "printer",
  "counter",
  "board",
  "soap dispenser",
  "stove",
  "light",
  "closet wall",
  "mini fridge",
  "cabinets",
  "doors",
  "fan",
  "tissue box",
  "blanket",
  "bathroom stall",
  "copier",
  "bench",
  "bar",
  "soap dish",
  "laundry hamper",
  "storage bin",
  "bathroom stall door",
  "light switch",
  "coffee maker",
  "tv stand",
  "decoration",
  "ceiling light",
  "range hood",
  "blackboard",
  "clock",
  "wardrobe closet",
  "rail",
  "bulletin board",
  "mat",
  "trash bin",
  "ledge",
  "seat",
  "mouse",
  "basket",
  "shower",
  "dumbbell",
  "paper",
  "person",
  "windowsill",
  "closet",
  "bucket",
  "sign",
  "speaker",
  "dishwasher",
  "container",
  "stair rail",
  "shower curtain rod",
  "tube",
  "bathroom cabinet",
  "papers",
  "storage container",
  "paper bag",
  "paper towel roll",
  "ball",
  "closet doors",
  "laundry basket",
  "cart",
  "closet door",
  "dish rack",
  "stairs",
  "blinds",
  "stack of chairs",
  "purse",
  "bicycle",
  "tray",
  "plunger",
  "paper cutter",
  "toilet paper dispenser",
  "boxes",
  "bin",
  "toilet seat cover dispenser",
  "guitar",
  "mailboxes",
  "handicap bar",
  "fire extinguisher",
  "ladder",
  "column",
  "pipe",
  "vacuum cleaner",
  "plate",
  "piano",
  "water cooler",
  "cd case",
  "bowl",
  "closet rod",
  "bathroom counter",
  "oven",
  "stand",
  "scale",
  "washing machine",
  "broom",
  "hat",
  "shower wall",
  "guitar case",
  "rack",
  "water pitcher",
  "laundry detergent",
  "hair dryer",
  "pillar",
  "divider",
  "power outlet",
  "dining table",
  "shower floor",
  "washing machines",
  "shower door",
  "coffee kettle",
  "wardrobe cabinet",
  "structure",
  "bookshelves",
  "clothes dryer",
  "toaster",
  "shoe",
  "ironing board",
  "alarm clock",
  "shower head",
  "lamp base",
  "water bottle",
  "keyboard piano",
  "projector screen",
  "case of water bottles",
  "toaster oven",
  "music stand",
  "staircase",
  "coat rack",
  "storage organizer",
  "machine",
  "folded chair",
  "fire alarm",
  "fireplace",
  "vent",
  "furniture",
  "power strip",
  "calendar",
  "poster",
  "toilet paper holder",
  "potted plant",
  "stuffed animal",
  "luggage",
  "curtains",
  "headphones",
  "crate",
  "candle",
  "projector",
  "clothes dryers",
  "mattress",
  "dustpan",
  "drawer",
  "rod",
  "globe",
  "footrest",
  "piano bench",
  "breakfast bar",
  "step stool",
  "hand rail",
  "vending machine",
  "ceiling fan",
  "swiffer",
  "foosball table",
  "jar",
  "footstool",
  "folded table",
  "round table",
  "hamper",
  "poster tube",
  "case",
  "carpet",
  "thermostat",
  "coat",
  "water fountain",
  "smoke detector",
  "pillows",
  "flip flops",
  "cloth",
  "banner",
  "clothes hanger",
  "whiteboard eraser",
  "iron",
  "instrument case",
  "toilet paper rolls",
  "soap",
  "block",
  "wall hanging",
  "kitchen island",
  "pipes",
  "toothbrush",
  "shirt",
  "cutting board",
  "vase",
  "shower control valve",
  "exercise machine",
  "compost bin",
  "shorts",
  "tire",
  "teddy bear",
  "bathrobe",
  "handrail",
  "faucet",
  "pantry wall",
  "thermos",
  "rug",
  "couch cushions",
  "tripod",
  "mailbox",
  "tupperware",
  "shoe rack",
  "towels",
  "beer bottles",
  "treadmill",
  "salt",
  "chest",
  "dispenser",
  "mirror doors",
  "remote",
  "folded ladder",
  "cushion",
  "carton",
  "step",
  "drying rack",
  "slippers",
  "pool table",
  "soda stream",
  "toilet brush",
  "loft bed",
  "cooking pot",
  "heater",
  "messenger bag",
  "stapler",
  "closet walls",
  "scanner",
  "elliptical machine",
  "kettle",
  "metronome",
  "dumbell",
  "music book",
  "rice cooker",
  "dart board",
  "sewing machine",
  "grab bar",
  "flowerpot",
  "painting",
  "railing",
  "stair",
  "toolbox",
  "nerf gun",
  "binders",
  "desk lamp",
  "quadcopter",
  "pitcher",
  "hanging",
  "mail",
  "closet ceiling",
  "hoverboard",
  "beanbag chair",
  "water heater",
  "spray bottle",
  "rope",
  "plastic container",
  "soap bottle",
  "ikea bag",
  "sleeping bag",
  "duffel bag",
  "frying pan",
  "oven mitt",
  "pot",
  "hand dryer",
  "dollhouse",
  "shampoo bottle",
  "hair brush",
  "tennis racket",
  "display case",
  "ping pong table",
  "boiler",
  "bag of coffee beans",
  "bananas",
  "carseat",
  "helmet",
  "umbrella",
  "coffee box",
  "envelope",
  "wet floor sign",
  "clothing rack",
  "controller",
  "bath walls",
  "podium",
  "storage box",
  "dolly",
  "shampoo",
  "paper tray",
  "cabinet door",
  "changing station",
  "poster printer",
  "screen",
  "soap bar",
  "crutches",
  "studio light",
  "stack of cups",
  "toilet flush button",
  "trunk",
  "grocery bag",
  "plastic bin",
  "pizza box",
  "cabinet doors",
  "legs",
  "car",
  "shaving cream",
  "luggage stand",
  "shredder",
  "statue",
  "urinal",
  "hose",
  "bike pump",
  "coatrack",
  "bear",
  "wall lamp",
  "humidifier",
  "toothpaste",
  "mouthwash bottle",
  "poster cutter",
  "golf bag",
  "food container",
  "camera",
  "table lamp",
  "yoga mat",
  "card",
  "mug",
  "shower doors",
  "cardboard",
  "rack stand",
  "boxes of paper",
  "flag",
  "futon",
  "magazine",
  "exit sign",
  "rolled poster",
  "wheel",
  "pictures",
  "blackboard eraser",
  "organizer",
  "doll",
  "book rack",
  "laundry bag",
  "sponge",
  "seating",
  "folded chairs",
  "lotion bottle",
  "can",
  "lunch box",
  "food display",
  "storage shelf",
  "sliding wood door",
  "pants",
  "wood",
  "boards",
  "bottles",
  "washcloth",
  "workbench",
  "open kitchen cabinet",
  "organizer shelf",
  "frame",
  "cups",
  "exercise ball",
  "easel",
  "garbage bag",
  "roomba",
  "garage door",
  "luggage rack",
  "bike lock",
  "briefcase",
  "hand towel",
  "bath products",
  "star",
  "map",
  "coffee bean bag",
  "headboard",
  "ipad",
  "display rack",
  "traffic cone",
  "toiletry",
  "canopy",
  "massage chair",
  "paper organizer",
  "barricade",
  "platform",
  "cap",
  "dumbbell plates",
  "elevator",
  "cooking pan",
  "trash bag",
  "santa",
  "jewelry box",
  "boat",
  "sock",
  "kinect",
  "crib",
  "plastic storage bin",
  "cooler",
  "kitchen apron",
  "dishwashing soap bottle",
  "xbox controller",
  "banana holder",
  "ping pong paddle",
  "airplane",
  "conditioner bottle",
  "tea kettle",
  "bedframe",
  "wood beam",
  "toilet paper package",
  "wall mounted coat rack",
  "film light",
  "ceiling lamp",
  "chain",
  "sofa",
  "closet wardrobe",
  "sweater",
  "kitchen mixer",
  "wardrobe",
  "water softener",
  "banister",
  "trolley",
  "pantry shelf",
  "sofa bed",
  "loofa",
  "shower faucet handle",
  "toy piano",
  "fish",
  "file cabinets",
  "cat litter box",
  "electric panel",
  "suitcases",
  "curtain rod",
  "bunk bed",
  "chandelier",
  "tape",
  "plates",
  "alarm",
  "fire hose",
  "toy dinosaur",
  "cone",
  "glass doors",
  "hatrack",
  "subwoofer",
  "fire sprinkler",
  "trash cabinet",
  "pantry walls",
  "photo",
  "barrier",
  "stacks of cups",
  "beachball",
  "folded boxes",
  "contact lens solution bottle",
  "covered box",
  "folder",
  "mail trays",
  "slipper",
  "magazine rack",
  "sticker",
  "lotion",
  "buddha",
  "file organizer",
  "paper towel rolls",
  "night lamp",
  "fuse box",
  "knife block",
  "furnace",
  "cd cases",
  "stools",
  "hand sanitzer dispenser",
  "teapot",
  "pen holder",
  "tray rack",
  "wig",
  "switch",
  "plastic containers",
  "night light",
  "notepad",
  "mail bin",
  "elevator button",
  "gaming wheel",
  "drum set",
  "cosmetic bag",
  "coffee mug",
  "closet shelf",
  "baby mobile",
  "diaper bin",
  "door wall",
  "stepstool",
  "paper shredder",
  "dress rack",
  "cover",
  "shopping bag",
  "sliding door",
  "exercise bike",
  "recliner chair",
  "kitchenaid mixer",
  "soda can",
  "stovetop",
  "stepladder",
  "tap",
  "cable",
  "baby changing station",
  "costume",
  "rocking chair",
  "binder",
  "media center",
  "towel rack",
  "medal",
  "stack of folded chairs",
  "telescope",
  "closet doorframe",
  "glass",
  "baseball cap",
  "battery disposal jar",
  "mop",
  "tank",
  "mail tray",
  "centerpiece",
  "stick",
  "closet floor",
  "dryer sheets",
  "bycicle",
  "flower stand",
  "air mattress",
  "clip",
  "side table",
  "pizza boxes",
  "display",
  "postcard",
  "display sign",
  "paper towel",
  "boots",
  "tennis racket bag",
  "air hockey table",
  "socks",
  "food bag",
  "clothes hangers",
  "starbucks cup"
]