Upload label map
Browse files- data/style_labels.json +16 -0
data/style_labels.json
ADDED
|
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"Baroque": 0,
|
| 3 |
+
"Cubism": 1,
|
| 4 |
+
"Early Renaissance": 2,
|
| 5 |
+
"Expressionism": 3,
|
| 6 |
+
"Impressionism": 4,
|
| 7 |
+
"Pop Art": 5,
|
| 8 |
+
"Post-Impressionism": 6,
|
| 9 |
+
"Primitivism": 7,
|
| 10 |
+
"Realism": 8,
|
| 11 |
+
"Renaissance": 9,
|
| 12 |
+
"Romanticism": 10,
|
| 13 |
+
"Suprematism": 11,
|
| 14 |
+
"Surrealism": 12,
|
| 15 |
+
"Symbolism": 13
|
| 16 |
+
}
|