Datasets:
File size: 2,260 Bytes
6420a1c c76c62e bf3b83e c76c62e 6420a1c 613332c 6890026 ebfdac4 6890026 6420a1c 512a551 4221931 512a551 4221931 6420a1c 7a461fe |
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 |
---
license: cc-by-nc-sa-4.0
task_categories:
- translation
language:
- en
- asl
pretty_name: OpenASL DWPose
---
## Dataset
This 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.
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.
All the keypoints have been generated using the original videos in their full resolutions to maximize accuracy.
| Field | Type | Description |
|-------------------------|--------------|---------------------------------------------------------|
| poses | list | Pose data inferred from the video frames by DWPose |
| video_frames_per_second | float | Frame rate of the video |
| video_duration | float | Duration of the video in seconds |
| video_frame_count | int | Amount of frames in the video |
| video_width | int | Width of the video |
| video_height | int | Height of the video |
| file_stem | str | File name stem (without extension) |
| raw_text | str | Raw textual description |
| tokenized_text | str | Tokenized version of the raw text |
| split | str | Dataset split (e.g., train/val/test) |
| yid | str | Youtube video ID |
| start | str | Start timestamp of the Youtube video segment |
| end | str | End timestamp of the Youtube video segment |
## References
This dataset is derived from [OpenASL](https://github.com/chevalierNoir/OpenASL?tab=readme-ov-file), but is neither maintained nor endorsed by its original authors. |