Datasets:
Tasks:
Video Classification
Formats:
json
Languages:
English
Size:
< 1K
Tags:
Video classification
pose recognition
action detection
Action recognition
cultural research
language and action interaction
License:
Commit ·
70da4ba
verified ·
0
Parent(s):
initial commit
Browse files- .gitattributes +60 -0
- README.md +64 -0
.gitattributes
ADDED
|
@@ -0,0 +1,60 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
*.7z filter=lfs diff=lfs merge=lfs -text
|
| 2 |
+
*.arrow filter=lfs diff=lfs merge=lfs -text
|
| 3 |
+
*.avro filter=lfs diff=lfs merge=lfs -text
|
| 4 |
+
*.bin filter=lfs diff=lfs merge=lfs -text
|
| 5 |
+
*.bz2 filter=lfs diff=lfs merge=lfs -text
|
| 6 |
+
*.ckpt filter=lfs diff=lfs merge=lfs -text
|
| 7 |
+
*.ftz filter=lfs diff=lfs merge=lfs -text
|
| 8 |
+
*.gz filter=lfs diff=lfs merge=lfs -text
|
| 9 |
+
*.h5 filter=lfs diff=lfs merge=lfs -text
|
| 10 |
+
*.joblib filter=lfs diff=lfs merge=lfs -text
|
| 11 |
+
*.lfs.* filter=lfs diff=lfs merge=lfs -text
|
| 12 |
+
*.lz4 filter=lfs diff=lfs merge=lfs -text
|
| 13 |
+
*.mds filter=lfs diff=lfs merge=lfs -text
|
| 14 |
+
*.mlmodel filter=lfs diff=lfs merge=lfs -text
|
| 15 |
+
*.model filter=lfs diff=lfs merge=lfs -text
|
| 16 |
+
*.msgpack filter=lfs diff=lfs merge=lfs -text
|
| 17 |
+
*.npy filter=lfs diff=lfs merge=lfs -text
|
| 18 |
+
*.npz filter=lfs diff=lfs merge=lfs -text
|
| 19 |
+
*.onnx filter=lfs diff=lfs merge=lfs -text
|
| 20 |
+
*.ot filter=lfs diff=lfs merge=lfs -text
|
| 21 |
+
*.parquet filter=lfs diff=lfs merge=lfs -text
|
| 22 |
+
*.pb filter=lfs diff=lfs merge=lfs -text
|
| 23 |
+
*.pickle filter=lfs diff=lfs merge=lfs -text
|
| 24 |
+
*.pkl filter=lfs diff=lfs merge=lfs -text
|
| 25 |
+
*.pt filter=lfs diff=lfs merge=lfs -text
|
| 26 |
+
*.pth filter=lfs diff=lfs merge=lfs -text
|
| 27 |
+
*.rar filter=lfs diff=lfs merge=lfs -text
|
| 28 |
+
*.safetensors filter=lfs diff=lfs merge=lfs -text
|
| 29 |
+
saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
| 30 |
+
*.tar.* filter=lfs diff=lfs merge=lfs -text
|
| 31 |
+
*.tar filter=lfs diff=lfs merge=lfs -text
|
| 32 |
+
*.tflite filter=lfs diff=lfs merge=lfs -text
|
| 33 |
+
*.tgz filter=lfs diff=lfs merge=lfs -text
|
| 34 |
+
*.wasm filter=lfs diff=lfs merge=lfs -text
|
| 35 |
+
*.xz filter=lfs diff=lfs merge=lfs -text
|
| 36 |
+
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 37 |
+
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 38 |
+
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 39 |
+
# Audio files - uncompressed
|
| 40 |
+
*.pcm filter=lfs diff=lfs merge=lfs -text
|
| 41 |
+
*.sam filter=lfs diff=lfs merge=lfs -text
|
| 42 |
+
*.raw filter=lfs diff=lfs merge=lfs -text
|
| 43 |
+
# Audio files - compressed
|
| 44 |
+
*.aac filter=lfs diff=lfs merge=lfs -text
|
| 45 |
+
*.flac filter=lfs diff=lfs merge=lfs -text
|
| 46 |
+
*.mp3 filter=lfs diff=lfs merge=lfs -text
|
| 47 |
+
*.ogg filter=lfs diff=lfs merge=lfs -text
|
| 48 |
+
*.wav filter=lfs diff=lfs merge=lfs -text
|
| 49 |
+
# Image files - uncompressed
|
| 50 |
+
*.bmp filter=lfs diff=lfs merge=lfs -text
|
| 51 |
+
*.gif filter=lfs diff=lfs merge=lfs -text
|
| 52 |
+
*.png filter=lfs diff=lfs merge=lfs -text
|
| 53 |
+
*.tiff filter=lfs diff=lfs merge=lfs -text
|
| 54 |
+
# Image files - compressed
|
| 55 |
+
*.jpg filter=lfs diff=lfs merge=lfs -text
|
| 56 |
+
*.jpeg filter=lfs diff=lfs merge=lfs -text
|
| 57 |
+
*.webp filter=lfs diff=lfs merge=lfs -text
|
| 58 |
+
# Video files - compressed
|
| 59 |
+
*.mp4 filter=lfs diff=lfs merge=lfs -text
|
| 60 |
+
*.webm filter=lfs diff=lfs merge=lfs -text
|
README.md
ADDED
|
@@ -0,0 +1,64 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
tags:
|
| 3 |
+
- Video classification
|
| 4 |
+
- pose recognition
|
| 5 |
+
- action detection
|
| 6 |
+
- Action recognition
|
| 7 |
+
- cultural research
|
| 8 |
+
- language and action interaction
|
| 9 |
+
license: cc-by-nc-sa-4.0
|
| 10 |
+
task_categories:
|
| 11 |
+
- video-classification
|
| 12 |
+
language:
|
| 13 |
+
- en
|
| 14 |
+
pretty_name: Prayer Ritual Action Pose Analysis Video Dataset
|
| 15 |
+
size_categories:
|
| 16 |
+
- 1B<n<10B
|
| 17 |
+
---
|
| 18 |
+
|
| 19 |
+
# Prayer Ritual Action Pose Analysis Video Dataset
|
| 20 |
+
|
| 21 |
+
Currently, the digital preservation and analysis of cultural heritage and traditional rituals are receiving increasing attention. However, in the field of action pose analysis, especially research on prayer rituals still faces challenges, such as the complexity of actions leading to difficulties in recognition and data scarcity. This dataset aims to help solve the problem of action recognition difficulties by providing well-annotated prayer ritual videos, supporting cultural research. Data collection was conducted using high-definition recording equipment in various prayer venues to ensure environmental diversity and authenticity. Quality control includes multiple rounds of expert annotation and consistency checks, with a team consisting of linguists and action analysis experts, totaling 15 people. Data preprocessing involves video clipping, noise reduction, and other processes. Data is stored in MP4 format, organized by ritual type and action type.
|
| 22 |
+
|
| 23 |
+
## Technical Specifications
|
| 24 |
+
|
| 25 |
+
| Field | Type | Description |
|
| 26 |
+
| :--- | :--- | :--- |
|
| 27 |
+
| file_name | string | File name |
|
| 28 |
+
| duration | string | Duration |
|
| 29 |
+
| quality | string | Resolution |
|
| 30 |
+
| action_sequence | string | The sequence of actions in the prayer ritual captured in the video. |
|
| 31 |
+
| participant_count | integer | The number of participants involved in the prayer ritual. |
|
| 32 |
+
| clothing_style | string | The style of clothing worn by participants in the video. |
|
| 33 |
+
| posture_type | string | The types of postures observed during the prayer process. |
|
| 34 |
+
| gesture_detail | string | Detailed descriptions of the gestures shown in the video. |
|
| 35 |
+
| location_type | string | The type of location where the prayer ritual takes place, such as indoors or outdoors. |
|
| 36 |
+
| cultural_context | string | The cultural background associated with the prayer ritual. |
|
| 37 |
+
| lighting_condition | string | The lighting conditions present during the video recording. |
|
| 38 |
+
| background_music | string | Whether there is background music in the video and the type of music used. |
|
| 39 |
+
| emotional_tone | string | The emotional tone conveyed during the prayer ritual. |
|
| 40 |
+
|
| 41 |
+
## Compliance Statement
|
| 42 |
+
|
| 43 |
+
<table>
|
| 44 |
+
<tr>
|
| 45 |
+
<td>Authorization Type</td>
|
| 46 |
+
<td>CC-BY-NC-SA 4.0 (Attribution–NonCommercial–ShareAlike)</td>
|
| 47 |
+
</tr>
|
| 48 |
+
<tr>
|
| 49 |
+
<td>Commercial Use</td>
|
| 50 |
+
<td>Requires exclusive subscription or authorization contract (monthly or per-invocation charging)</td>
|
| 51 |
+
</tr>
|
| 52 |
+
<tr>
|
| 53 |
+
<td>Privacy and Anonymization</td>
|
| 54 |
+
<td>No PII, no real company names, simulated scenarios follow industry standards</td>
|
| 55 |
+
</tr>
|
| 56 |
+
<tr>
|
| 57 |
+
<td>Compliance System</td>
|
| 58 |
+
<td>Compliant with China's Data Security Law / EU GDPR / supports enterprise data access logs</td>
|
| 59 |
+
</tr>
|
| 60 |
+
</table>
|
| 61 |
+
|
| 62 |
+
## Source & Contact
|
| 63 |
+
|
| 64 |
+
If you need more dataset details, please visit [Mobiusi](https://www.mobiusi.com/datasets/2785d17abbb10029ef7a57cf4cf7daa2?utm_source=huggingface&utm_medium=referral). or contact us via contact@mobiusi.com
|