Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,25 @@
|
|
1 |
-
---
|
2 |
-
license: cc-by-nc-sa-4.0
|
3 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: cc-by-nc-sa-4.0
|
3 |
+
---
|
4 |
+
|
5 |
+
## Dataset
|
6 |
+
This dataset is a derivative of the [OpenASL dataset](https://github.com/chevalierNoir/OpenASL?tab=readme-ov-file), but contains pose estimations instead of the original RGB videos.
|
7 |
+
Each datapoint has been preprocessed using the [crop_video.py](https://github.com/chevalierNoir/OpenASL/blob/main/prep/crop_video.py) script.
|
8 |
+
Pose keypoints are predicted using [DWPose](https://github.com/IDEA-Research/DWPose?tab=readme-ov-file), and each sample is stored as a pickle file.
|
9 |
+
|
10 |
+
| Field | Type | Description |
|
11 |
+
|------------------|--------------|---------------------------------------------------------|
|
12 |
+
| poses | list | List pose data inferred from the video frames |
|
13 |
+
| frames_per_second| float | Frame rate of the video |
|
14 |
+
| video_duration | float | Duration of the video in seconds |
|
15 |
+
| file_stem | str | File name stem (without extension) |
|
16 |
+
| raw_text | str | Raw textual description |
|
17 |
+
| tokenized_text | str | Tokenized version of the raw text |
|
18 |
+
| split | str | Dataset split (e.g., train/val/test) |
|
19 |
+
| yid | str | Youtube video ID |
|
20 |
+
| start | str | Start timestamp of the Youtube video segment |
|
21 |
+
| end | str | End timestamp of the Youtube video segment |
|
22 |
+
|
23 |
+
|
24 |
+
## References
|
25 |
+
This dataset was generated using the [OpenASL repository](https://github.com/chevalierNoir/OpenASL?tab=readme-ov-file), but is neither maintained nor endorsed by its original authors.
|