Commit
·
ccee75e
1
Parent(s):
29eccc1
Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,43 @@
|
|
1 |
---
|
2 |
license: cc-by-nc-nd-4.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: cc-by-nc-nd-4.0
|
3 |
+
task_categories:
|
4 |
+
- image-to-image
|
5 |
+
language:
|
6 |
+
- en
|
7 |
+
tags:
|
8 |
+
- finance
|
9 |
+
- code
|
10 |
---
|
11 |
+
|
12 |
+
# The Portrait and 26 Photos (272 people)
|
13 |
+
Each set includes 27 photos of people. Each person provided two types of photos: one photo in profile (portrait_1), and 26 photos from their life (photo_1, photo_2, …, photo_26).
|
14 |
+
|
15 |
+
# The Portrait
|
16 |
+
The portrait photo is a photo that shows a person in profile. Mandatory conditions for the photo are:
|
17 |
+
|
18 |
+
- The person is pictured alone;
|
19 |
+
- Shoulder-length photo;
|
20 |
+
- No sunglasses or medical mask on the face;
|
21 |
+
- The face is calm, with no smiling or gesturing.
|
22 |
+
|
23 |
+
# 26 Photos
|
24 |
+
The rest of the photos are completely different, with one exception being that they show a person from The Portrait. There may be different people in it, taken at different times of life and in different locations. The person may be laughing, wearing a mask, and surrounded by friends.
|
25 |
+
|
26 |
+
# File with the extension .csv
|
27 |
+
includes the following information for each media file:
|
28 |
+
|
29 |
+
- **WorkerId**: the identifier of the person who provided the media file,
|
30 |
+
- **Age**: the age of the person,
|
31 |
+
- **Country**: the country of origin of the person,
|
32 |
+
- **Gender**: the gender of the person,
|
33 |
+
- **Type**: a unique identifier of a set of 26 media files,
|
34 |
+
- **Link**: the URL to access the media file
|
35 |
+
|
36 |
+
|
37 |
+
# Folder "img" with media files
|
38 |
+
- containg all the photos
|
39 |
+
- which correspond to the data in the .csv file
|
40 |
+
|
41 |
+
**How it works**: *go to the folder “0ff4d24098b3110ecfc0a7198e080a4b” and you will make sure that it contains media files taken by a person whose parameters are specified in the first 27 lines of the .csv file.*
|
42 |
+
|
43 |
+
In order to get access to 7344 media files from 272 people or to learn more about our data, please contact our sales team by submitting a request on our website https://trainingdata.pro/ or emaling us at sales@trainingdata.pro
|