
BAUM-2
Donated on 11/8/2018
A multilingual audio-visual affective face database consisting of 1047 video clips of 286 subjects.
Dataset Characteristics
Time-Series
Subject Area
Computer Science
Associated Tasks
Classification
Feature Type
-
# Instances
1047
# Features
-
Dataset Information
Additional Information
A multilingual audio-visual affective face database consisting of 1047 video clips of 286 subjects. The collected clips simulate real-world conditions by containing various head poses, illumination conditions, accessories, temporary occlusions and subjects with a wide range of ages. In order to download the database please send an e-mail to cigdem.turan@connect.polyu.hk or cigdem.erogluerdem@gmail.com
Has Missing Values?
No
Variable Information
The readme file contains more information about the format of the database.
Erdem,C., Turan,C., and Aydn,Z.. (2018). BAUM-2. UCI Machine Learning Repository. https://doi.org/10.24432/C5HC8C.
@misc{misc_baum-2_474, author = {Erdem,C., Turan,C., and Aydn,Z.}, title = {{BAUM-2}}, year = {2018}, howpublished = {UCI Machine Learning Repository}, note = {{DOI}: https://doi.org/10.24432/C5HC8C} }
pip install ucimlrepo
from ucimlrepo import fetch_ucirepo # fetch dataset baum_2 = fetch_ucirepo(id=474) # data (as pandas dataframes) X = baum_2.data.features y = baum_2.data.targets # metadata print(baum_2.metadata) # variable information print(baum_2.variables)
Creators
C. Erdem
C. Turan
Z. Aydn
DOI
License
This dataset is licensed under a Creative Commons Attribution 4.0 International (CC BY 4.0) license.
This allows for the sharing and adaptation of the datasets for any purpose, provided that the appropriate credit is given.