File size: 1,002 Bytes
a1a6399
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
def2eb8
 
8a1c3d2
def2eb8
8a1c3d2
2771402
def2eb8
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
---
dataset_info:
  features:
  - name: image
    dtype: image
  - name: label
    dtype:
      class_label:
        names:
          '0': confident
          '1': unconfident
  splits:
  - name: train
    num_bytes: 45225690.699
    num_examples: 28707
  - name: test
    num_bytes: 11346824.156
    num_examples: 7178
  download_size: 53493485
  dataset_size: 56572514.855000004
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: test
    path: data/test-*
---
Facial Confidence Dataset

This dataset consists of 35,885 black and white images of peoples headshots. Each image is labeled "confident" or "unconfident" based on the facial expression being made. This dataset can primarily be used for image classification, specifically for behavioral analysis models.

References

This dataset was pulled from Kaggle and its original author is Sougat Ganguly.
Link to Kaggle Dataset: https://www.kaggle.com/datasets/sougatganguly/confident-unconfident/data