esteban71150 commited on
Commit
82e51d3
·
verified ·
1 Parent(s): 3fbc3fd

Upload constants.py

Browse files
Files changed (1) hide show
  1. constants.py +15 -7
constants.py CHANGED
@@ -2,13 +2,21 @@ HOUSE_OBJECTS = [
2
  'wall', 'cabinet', 'bed', 'chair', 'sofa', 'table', 'door', 'window',
3
  'bookshelf', 'counter', 'desk', 'shelves',
4
  'dresser', 'pillow', 'mirror', 'books',
5
- 'refrigerator', 'television', 'box',
6
- 'person', 'nightstand', 'toilet', 'lamp', 'bathtub',
7
- 'bag', 'trash can', 'kitchen island', 'microwave', 'oven', 'toaster',
8
- 'plant', 'clock', 'fan', 'radio', 'heater', 'air conditioner',
9
- 'vase', 'remote control', 'laundry basket', 'umbrella', 'broom', 'shoes',
10
- 'closet', 'storage', 'vacuum cleaner',
11
- 'step ladder', 'chandelier'
 
 
 
 
 
 
 
 
12
  ]
13
 
14
 
 
2
  'wall', 'cabinet', 'bed', 'chair', 'sofa', 'table', 'door', 'window',
3
  'bookshelf', 'counter', 'desk', 'shelves',
4
  'dresser', 'pillow', 'mirror', 'books',
5
+ 'refrigerator', 'television', 'box', 'person', 'nightstand', 'toilet', 'lamp',
6
+ 'bathtub', 'bag', 'trash can', 'kitchen island', 'microwave', 'oven', 'toaster',
7
+ 'plant', 'clock', 'fan', 'radio', 'heater', 'air conditioner', 'vase',
8
+ 'remote control', 'laundry basket', 'umbrella', 'broom', 'shoes', 'closet',
9
+ 'storage', 'vacuum cleaner', 'step ladder', 'chandelier',
10
+ 'stove', 'coffee table', 'couch', 'curtains', 'toothbrush', 'shower', 'towel',
11
+ 'picture frame', 'photo', 'painting', 'coat rack', 'pot', 'pan', 'cutlery',
12
+ 'dishwasher', 'cooking utensils', 'sink', 'window blinds', 'floor lamp', 'space heater',
13
+ 'handbag', 'shoes rack', 'doormat', 'night light', 'flooring', 'mat', 'scrub brush',
14
+ 'recliner', 'keyboard', 'computer', 'printer', 'scanner', 'trash bin', 'tissue box',
15
+ 'window sill', 'rug', 'drawer', 'light switch', 'air purifier', 'dehumidifier', 'extension cord',
16
+ 'closet hanger', 'window curtain', 'cordless phone', 'home security camera', 'light bulb',
17
+ 'step stool', 'laundry detergent', 'shelf organizer', 'umbrella stand', 'clothes hanger',
18
+ 'bedside lamp', 'storage bin', 'plastic container', 'mug', 'coffee cup', 'frying pan', 'tea kettle',
19
+ 'dustpan', 'spray bottle', 'bookend', 'fan heater', 'futon', 'ottoman', 'bean bag', 'side table'
20
  ]
21
 
22