-
Notifications
You must be signed in to change notification settings - Fork 5
/
attribute_names.py
15 lines (15 loc) · 1.7 KB
/
attribute_names.py
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
attribute_names = {'blonde': 0, 'tile': 1, 'white': 2, 'wooden': 3, 'light': 4, 'skateboarding': 5, 'walking': 6,
'dark': 7, 'red': 8, 'wet': 9, 'tiled': 10, 'grassy': 11, 'looking': 12, 'stuffed': 13, 'gold': 14,
'furry': 15, 'moving': 16, 'old': 17, 'wood': 18, 'distant': 19, 'framed': 20, 'colorful': 21,
'round': 22, 'fluffy': 23, 'tall': 24, 'brown': 25, 'orange': 26, 'watching': 27, 'silver': 28,
'running': 29, 'leafy': 30, 'purple': 31, 'covered': 32, 'circular': 33, 'dark brown': 34,
'sandy': 35, 'young': 36, 'laying': 37, 'skiing': 38, 'clear': 39, 'light blue': 40, 'dark blue': 41,
'standing': 42, 'spotted': 43, 'pink': 44, 'open': 45, 'paved': 46, 'short': 47, 'cloudy': 48,
'plaid': 49, 'chain link': 50, 'striped': 51, 'plastic': 52, 'glass': 53, 'hazy': 54, 'playing': 55,
'ceramic': 56, 'wearing': 57, 'gray': 58, 'dirty': 59, 'dirt': 60, 'beige': 61, 'large': 62,
'small': 63, "man's": 64, 'eating': 65, 'baby': 66, 'tan': 67, 'leafless': 68, 'parked': 69,
'yellow': 70, 'curly': 71, 'on': 72, 'jumping': 73, 'big': 74, 'khaki': 75, 'thick': 76, 'metal': 77,
'closed': 78, 'snowy': 79, 'sitting': 80, 'smiling': 81, 'dead': 82, 'rectangular': 83, 'long': 84,
'cement': 85, 'concrete': 86, 'surfing': 87, 'square': 88, 'clean': 89, 'green': 90, 'bright': 91,
'dry': 92, 'flying': 93, 'blue': 94, 'black': 95, 'light brown': 96, 'grazing': 97, 'cloudless': 98,
'bare': 99, 'brick': 100, 'overcast': 101, 'calm': 102, 'thin': 103, 'grey': 104, 'little': 105}