File size: 2,179 Bytes
c6fe233 |
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 |
---
# For reference on dataset card metadata, see the spec: https://github.com/huggingface/hub-docs/blob/main/datasetcard.md?plain=1
# Doc / guide: https://huggingface.co/docs/hub/datasets-cards
{}
---
# Dataset Card for Action2MotionBehavior
<!-- Provide a quick summary of the dataset. -->
<!-- This dataset card aims to be a base template for new datasets. It has been generated using [this raw template](https://github.com/huggingface/huggingface_hub/blob/main/src/huggingface_hub/templates/datasetcard_template.md?plain=1). -->
Emotion-based dataset containing videos of 30 students from the Faculty of Mathematics and Computer Science, University of Bucharest, filming themselves expressing one of the six following basic emotions: anger, disgust, fear, happiness, sadness, surprise. The features of this dataset were extracted for the task of action-to-motion (A2M).
## Additional Repository Details
- "Feature Extraction" directory: the joints and poses extracted from each video of the dataset, following the SMPL and SMPL-X formats, along with labels (0-5 corresponding to anger-surprise). This was done with the help of the [HybrIK-X](https://github.com/jeffffffli/HybrIK) method, using the "HRNet-W48 + RLE" backbone. Moreover, each video was reformatted beforehand with the help of the FFmpeg command "ffmpeg -i input_path -vf scale=new_res -r 20 -c:v libx264 -preset ultrafast -crf 23 -an" where "new_res" was "iw/2:ih/2" if the video was filmed in 4K, or "iw:ih" otherwise
- "Model Training" directory: the model trained from scratch using only the features from the "Feature Extraction" directory, excluding the SMPL-X ones. This model is [MDM](https://github.com/GuyTevet/motion-diffusion-model)
## Authors
<!-- - Faculty of Mathematics and Computer Science from the University of Bucharest, Ciprian I. Păduraru, Alexandru C. Sasu, Monica A. Gîrbea -->
- **Created by:** Faculty of Mathematics and Computer Science from the University of Bucharest, Ciprian I. Păduraru, Alexandru C. Sasu, Monica A. Gîrbea
- **Cleaned by:** Alexandru C. Sasu, Monica A. Gîrbea
- **Reformatting, feature extraction, and model training realized by:** Alexandru C. Sasu |