docs: update readme
Browse files
README.md
CHANGED
@@ -1,13 +1,25 @@
|
|
1 |
---
|
|
|
|
|
2 |
license: cc-by-nc-nd-4.0
|
3 |
task_categories:
|
4 |
- video-classification
|
5 |
-
language:
|
6 |
-
- en
|
7 |
tags:
|
8 |
- finance
|
9 |
- legal
|
10 |
- code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
11 |
---
|
12 |
|
13 |
# Cut 2D Masks Presentation Attack Detection
|
|
|
1 |
---
|
2 |
+
language:
|
3 |
+
- en
|
4 |
license: cc-by-nc-nd-4.0
|
5 |
task_categories:
|
6 |
- video-classification
|
|
|
|
|
7 |
tags:
|
8 |
- finance
|
9 |
- legal
|
10 |
- code
|
11 |
+
dataset_info:
|
12 |
+
features:
|
13 |
+
- name: link
|
14 |
+
dtype: string
|
15 |
+
- name: type
|
16 |
+
dtype: string
|
17 |
+
splits:
|
18 |
+
- name: train
|
19 |
+
num_bytes: 1452
|
20 |
+
num_examples: 48
|
21 |
+
download_size: 737352851
|
22 |
+
dataset_size: 1452
|
23 |
---
|
24 |
|
25 |
# Cut 2D Masks Presentation Attack Detection
|