stefanieschneider commited on
Commit
e72d081
1 Parent(s): 4e0faec

Change tabs to spaces

Browse files
Files changed (1) hide show
  1. README.md +39 -39
README.md CHANGED
@@ -9,7 +9,7 @@ language:
9
  tags:
10
  - lam
11
  task_categories:
12
- - object-detection
13
  - image-classification
14
  pretty_name: 'ARTigo: Social Image Tagging'
15
  ---
@@ -51,32 +51,32 @@ An example instance from this dataset:
51
 
52
  ```python
53
  {
54
- 'id': 32254,
55
- 'hash_id': 'e34fa90bf4c73d20ac19b14fa615206e',
56
- 'titles': {
57
- 'id': [10893],
58
- 'name': ['Entwurf für ein zwölfteiliges Kartenspiel']
59
- },
60
- 'creators': {
61
- 'id': [2391],
62
- 'name': ['Félix Vallotton']
63
- },
64
- 'location': 'Lausanne',
65
- 'institution': 'Galerie du Chêne',
66
- 'source': {
67
- 'id': 2,
68
- 'name': 'Artemis',
69
- 'url': 'http://artemis.uni-muenchen.de/'
70
- },
71
- 'path': 'https://api.artigo.org/media/e3/4f/e34fa90bf4c73d20ac19b14fa615206e.jpg',
72
- 'tags': {
73
- 'id': [6, 10, 13, ..., 206331],
74
- 'name': ['blau', 'feder', 'flügel', ..., 'herzober'],
75
- 'language': ['de', 'de', 'de', ..., 'de'],
76
- 'count': [16, 6, 6, ..., 1],
77
- 'regions': [None, None, None, ..., None]
78
- },
79
- 'image': <PIL.JpegImagePlugin.JpegImageFile image mode=RGB size=381x600 at 0x7FEF3A415820>
80
  }
81
  ```
82
 
@@ -87,24 +87,24 @@ The dataset contains ten fields:
87
  - `id`: a unique identifier for the image;
88
  - `hash_id`: a unique identifier for the image based on its content (e.g., image hash);
89
  - `titles`: a list of titles associated with the image, with each title having the following key-value pairs:
90
- - `id`: a unique identifier for the title;
91
- - `name`: the name of the title;
92
  - `creators`: a list of creators associated with the image, with each creator having the following key-value pairs:
93
- - `id`: a unique identifier for the creator;
94
- - `name`: the name of the creator;
95
  - `location`: the location associated with the image;
96
  - `institution`: the institution that holds the image;
97
  - `source`: information about the source of the image, with the following key-value pairs:
98
- - `id`: a unique identifier for the source;
99
- - `name`: the name of the source;
100
- - `url`: the URL of the source;
101
  - `path`: the path to the image file;
102
  - `tags`: a list of tags associated with the image, with each tag having the following key-value pairs:
103
- - `id`: a unique identifier for the tag;
104
- - `name`: the name of the tag;
105
- - `language`: the language of the tag (if available);
106
- - `count`: the number of times the tag has been applied to the image;
107
- - `regions`: the regions of the image to which the tag can be applied (if available);
108
  - `image`: the image.
109
 
110
  ### Data Splits
 
9
  tags:
10
  - lam
11
  task_categories:
12
+ - object-detection
13
  - image-classification
14
  pretty_name: 'ARTigo: Social Image Tagging'
15
  ---
 
51
 
52
  ```python
53
  {
54
+ 'id': 32254,
55
+ 'hash_id': 'e34fa90bf4c73d20ac19b14fa615206e',
56
+ 'titles': {
57
+ 'id': [10893],
58
+ 'name': ['Entwurf für ein zwölfteiliges Kartenspiel']
59
+ },
60
+ 'creators': {
61
+ 'id': [2391],
62
+ 'name': ['Félix Vallotton']
63
+ },
64
+ 'location': 'Lausanne',
65
+ 'institution': 'Galerie du Chêne',
66
+ 'source': {
67
+ 'id': 2,
68
+ 'name': 'Artemis',
69
+ 'url': 'http://artemis.uni-muenchen.de/'
70
+ },
71
+ 'path': 'https://api.artigo.org/media/e3/4f/e34fa90bf4c73d20ac19b14fa615206e.jpg',
72
+ 'tags': {
73
+ 'id': [6, 10, 13, ..., 206331],
74
+ 'name': ['blau', 'feder', 'flügel', ..., 'herzober'],
75
+ 'language': ['de', 'de', 'de', ..., 'de'],
76
+ 'count': [16, 6, 6, ..., 1],
77
+ 'regions': [None, None, None, ..., None]
78
+ },
79
+ 'image': <PIL.JpegImagePlugin.JpegImageFile image mode=RGB size=381x600 at 0x7FEF3A415820>
80
  }
81
  ```
82
 
 
87
  - `id`: a unique identifier for the image;
88
  - `hash_id`: a unique identifier for the image based on its content (e.g., image hash);
89
  - `titles`: a list of titles associated with the image, with each title having the following key-value pairs:
90
+ - `id`: a unique identifier for the title;
91
+ - `name`: the name of the title;
92
  - `creators`: a list of creators associated with the image, with each creator having the following key-value pairs:
93
+ - `id`: a unique identifier for the creator;
94
+ - `name`: the name of the creator;
95
  - `location`: the location associated with the image;
96
  - `institution`: the institution that holds the image;
97
  - `source`: information about the source of the image, with the following key-value pairs:
98
+ - `id`: a unique identifier for the source;
99
+ - `name`: the name of the source;
100
+ - `url`: the URL of the source;
101
  - `path`: the path to the image file;
102
  - `tags`: a list of tags associated with the image, with each tag having the following key-value pairs:
103
+ - `id`: a unique identifier for the tag;
104
+ - `name`: the name of the tag;
105
+ - `language`: the language of the tag (if available);
106
+ - `count`: the number of times the tag has been applied to the image;
107
+ - `regions`: the regions of the image to which the tag can be applied (if available);
108
  - `image`: the image.
109
 
110
  ### Data Splits