Datasets:

alexsasu commited on
Commit
c6fe233
·
verified ·
1 Parent(s): fd1175a

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +25 -0
README.md ADDED
@@ -0,0 +1,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ # For reference on dataset card metadata, see the spec: https://github.com/huggingface/hub-docs/blob/main/datasetcard.md?plain=1
3
+ # Doc / guide: https://huggingface.co/docs/hub/datasets-cards
4
+ {}
5
+ ---
6
+
7
+ # Dataset Card for Action2MotionBehavior
8
+
9
+ <!-- Provide a quick summary of the dataset. -->
10
+
11
+ <!-- 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). -->
12
+
13
+ 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).
14
+
15
+ ## Additional Repository Details
16
+
17
+ - "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
18
+ - "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)
19
+
20
+ ## Authors
21
+
22
+ <!-- - Faculty of Mathematics and Computer Science from the University of Bucharest, Ciprian I. Păduraru, Alexandru C. Sasu, Monica A. Gîrbea -->
23
+ - **Created by:** Faculty of Mathematics and Computer Science from the University of Bucharest, Ciprian I. Păduraru, Alexandru C. Sasu, Monica A. Gîrbea
24
+ - **Cleaned by:** Alexandru C. Sasu, Monica A. Gîrbea
25
+ - **Reformatting, feature extraction, and model training realized by:** Alexandru C. Sasu