Training Data
commited on
Commit
·
e7f47fd
1
Parent(s):
c3a8de6
Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,26 @@
|
|
1 |
---
|
2 |
license: cc-by-nc-nd-4.0
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: cc-by-nc-nd-4.0
|
3 |
---
|
4 |
+
# Anti-Spoofing dataset: live
|
5 |
+
The dataset consists of 40,000 videos and selfies with unique people. 15,000 attack replays from 4,000 unique devices.
|
6 |
+
|
7 |
+
# File with the extension .csv
|
8 |
+
includes the following information for each media file:
|
9 |
+
|
10 |
+
- **phone**: the device used to capture the media files,
|
11 |
+
- **selfie_link**: the URL to access the photo
|
12 |
+
- **video_link**: the URL to access the video
|
13 |
+
- **worker_id**: the identifier of the person who provided the media file,
|
14 |
+
- **age**: the age of the person,
|
15 |
+
- **country**: the country of origin of the person,
|
16 |
+
- **gender**: the gender of the person,
|
17 |
+
- **selfie_file_type**: the type of the photo,
|
18 |
+
- **video_file_type**: the type of the video
|
19 |
+
|
20 |
+
# Folder "img" with media files
|
21 |
+
- containg all the photos and videos
|
22 |
+
- which correspond to the data in the .csv file
|
23 |
+
|
24 |
+
**How it works**: *go to the first folder and you will make sure that it contains media files taken by a person whose parameters are specified in the first line of the .csv file.*
|
25 |
+
|
26 |
+
In order to get access to more than 80,000 media files from 4,000 people or to learn more about our data, please contact our sales team by submitting a request on our website https://trainingdata.pro/data-market or emaling us at [email protected]
|