vkashko commited on
Commit
6227dca
·
1 Parent(s): b744c0b

docs: readme

Browse files
Files changed (1) hide show
  1. README.md +16 -0
README.md CHANGED
@@ -7,6 +7,22 @@ language:
7
  tags:
8
  - code
9
  - finance
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
10
  ---
11
  # Facial Keypoints
12
  The dataset is designed for computer vision and machine learning tasks involving the identification and analysis of key points on a human face. It consists of images of human faces, each accompanied by key point annotations in XML format.
 
7
  tags:
8
  - code
9
  - finance
10
+ dataset_info:
11
+ features:
12
+ - name: image_id
13
+ dtype: uint32
14
+ - name: image
15
+ dtype: image
16
+ - name: mask
17
+ dtype: image
18
+ - name: key_points
19
+ dtype: string
20
+ splits:
21
+ - name: train
22
+ num_bytes: 520820752
23
+ num_examples: 15
24
+ download_size: 129578665
25
+ dataset_size: 520820752
26
  ---
27
  # Facial Keypoints
28
  The dataset is designed for computer vision and machine learning tasks involving the identification and analysis of key points on a human face. It consists of images of human faces, each accompanied by key point annotations in XML format.