gigant commited on
Commit
c723bcd
1 Parent(s): f38da5c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +24 -4
README.md CHANGED
@@ -2,21 +2,39 @@
2
  license: Data files © Original Authors
3
  ---
4
 
 
 
 
 
 
 
5
  Dataset containing 81444 pieces of visual art from various artists, taken from WikiArt.org,
6
  along with class labels for each image :
7
 
8
- * "artist" : 129 artist classes, including a "Unknown Artist" class
9
- * "genre" : 10 genre classes, including a "Unknown Genre" class
10
- * "style" : 27 style classes
11
 
12
  On WikiArt.org, the description for the "Artworks by Genre" page reads :
 
13
  A genre system divides artworks according to depicted themes and objects. A classical hierarchy of genres was developed in European culture by the 17th century. It ranked genres in high – history painting and portrait, - and low – genre painting, landscape and still life. This hierarchy was based on the notion of man as the measure of all things. Landscape and still life were the lowest because they did not involve human subject matter. History was highest because it dealt with the noblest events of humanity. Genre system is not so much relevant for a contemporary art; there are just two genre definitions that are usually applied to it: abstract or figurative.
14
 
15
  The "Artworks by Style" page reads :
 
16
  A style of an artwork refers to its distinctive visual elements, techniques and methods. It usually corresponds with an art movement or a school (group) that its author is associated with.
17
 
 
 
 
 
 
 
18
 
 
19
 
 
 
 
20
 
21
  Note:
22
 
@@ -26,4 +44,6 @@ Note:
26
 
27
  By using the WikiArt dataset, you agree to obey the terms and conditions of WikiArt.org.
28
 
29
- Files taken from the archive @ https://archive.org/download/wikiart-dataset/wikiart.tar.gz
 
 
 
2
  license: Data files © Original Authors
3
  ---
4
 
5
+ ## Dataset Description
6
+
7
+ - **Homepage:https://www.wikiart.org/**
8
+
9
+ ### Dataset Summary
10
+
11
  Dataset containing 81444 pieces of visual art from various artists, taken from WikiArt.org,
12
  along with class labels for each image :
13
 
14
+ * "artist" : 129 artist classes, including a "Unknown Artist" class
15
+ * "genre" : 10 genre classes, including a "Unknown Genre" class
16
+ * "style" : 27 style classes
17
 
18
  On WikiArt.org, the description for the "Artworks by Genre" page reads :
19
+
20
  A genre system divides artworks according to depicted themes and objects. A classical hierarchy of genres was developed in European culture by the 17th century. It ranked genres in high – history painting and portrait, - and low – genre painting, landscape and still life. This hierarchy was based on the notion of man as the measure of all things. Landscape and still life were the lowest because they did not involve human subject matter. History was highest because it dealt with the noblest events of humanity. Genre system is not so much relevant for a contemporary art; there are just two genre definitions that are usually applied to it: abstract or figurative.
21
 
22
  The "Artworks by Style" page reads :
23
+
24
  A style of an artwork refers to its distinctive visual elements, techniques and methods. It usually corresponds with an art movement or a school (group) that its author is associated with.
25
 
26
+ ## Dataset Structure
27
+
28
+ * "image" : image
29
+ * "artist" : 129 artist classes, including a "Unknown Artist" class
30
+ * "genre" : 10 genre classes, including a "Unknown Genre" class
31
+ * "style" : 27 style classes
32
 
33
+ ### Source Data
34
 
35
+ Files taken from this [archive](https://archive.org/download/wikiart-dataset/wikiart.tar.gz), curated from the [WikiArt website](https://www.wikiart.org/).
36
+
37
+ ## Additional Information
38
 
39
  Note:
40
 
 
44
 
45
  By using the WikiArt dataset, you agree to obey the terms and conditions of WikiArt.org.
46
 
47
+ ### Contributions
48
+
49
+ [`gigant`](https://huggingface.co/gigant) added this dataset to the hub.