-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlabels.json
64 lines (64 loc) · 1.27 KB
/
labels.json
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
[
{
"genre": "abstract",
"label": 0,
"addition": [
"abstract"
]
},
{
"genre": "genre painting",
"label": 1,
"addition": [
"genre painting",
"yakusha-e"
]
},
{
"genre": "landscape",
"label": 2,
"addition": [
"cityscape",
"capriccio",
"veduta",
"landscape",
"marina",
"cloudscape",
"shan shui",
"wildlife painting",
"pastorale"
]
},
{
"genre": "portrait",
"label": 3,
"addition": [
"portrait",
"self-portrait",
"bijinga",
"nude painting (nu)"
]
},
{
"genre": "history painting",
"label": 4,
"addition": [
"religious painting",
"mythological painting",
"allegorical painting",
"history painting",
"battle painting",
"literary painting",
"quadratura"
]
},
{
"genre": "still life",
"label": 5,
"addition": [
"still life",
"vanitas",
"flower painting"
]
}
]