youssef101 commited on
Commit
98ff03a
1 Parent(s): d4e4c83

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -7
README.md CHANGED
@@ -124,13 +124,13 @@ Intended for the [WECIA](https://iccv23-wecia.github.io/) affective caption gene
124
  ### Data Fields
125
  The data fields are the same among all configs.
126
 
127
- - `uid`: a `int32` feature.
128
- - `image`: a `PIL.Image` feature
129
- - `art_style`: a `string` feature.
130
- - `paitning`: a `string` feature.
131
- - `emotion`: a `string` feature.
132
- - `language`: a `string` feature.
133
- - `text`: a `string` feature.
134
 
135
  ## Dataset Creation
136
 
 
124
  ### Data Fields
125
  The data fields are the same among all configs.
126
 
127
+ - `uid`: a `int32` feature. A unique identifier for each instance.
128
+ - `image`: a `PIL.Image` feature. The image of the artwork from the wikiart dataset.
129
+ - `art_style`: a `string` feature. The art style of the artwork. Styles are a subset from the [wikiart styles](https://www.wikiart.org/en/paintings-by-style).
130
+ - `painting`: a `string` feature. The name of the painting according to the wikiart dataset.
131
+ - `emotion`: a `string` feature. The emotion associated with the image caption pair.
132
+ - `language`: a `string` feature. The language used to write the caption.
133
+ - `text`: a `string` feature. The affective caption that describes the painting under the context of the selected emotion.
134
 
135
  ## Dataset Creation
136