Datasets:
Upload README.md
Browse files
README.md
CHANGED
|
@@ -1,6 +1,44 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# AI Challenge CV Dataset Description
|
| 2 |
|
| 3 |
-
This dataset comes from [https://aichallenge.ptit.edu.vn/](https://aichallenge.ptit.edu.vn/) and is organized for a multi-class video classification task.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 4 |
|
| 5 |
## Dataset Structure
|
| 6 |
|
|
|
|
| 1 |
+
---
|
| 2 |
+
language:
|
| 3 |
+
- vi
|
| 4 |
+
license: cc-by-4.0
|
| 5 |
+
size_categories:
|
| 6 |
+
- 1K<n<10K
|
| 7 |
+
task_categories:
|
| 8 |
+
- video-classification
|
| 9 |
+
tags:
|
| 10 |
+
[
|
| 11 |
+
sign-language,
|
| 12 |
+
vietnamese-sign-language,
|
| 13 |
+
computer-vision,
|
| 14 |
+
video-classification,
|
| 15 |
+
]
|
| 16 |
+
configs:
|
| 17 |
+
- config_name: default
|
| 18 |
+
data_files:
|
| 19 |
+
- split: train
|
| 20 |
+
path: dataset_metadata.csv
|
| 21 |
+
---
|
| 22 |
+
|
| 23 |
# AI Challenge CV Dataset Description
|
| 24 |
|
| 25 |
+
This dataset comes from [https://aichallenge.ptit.edu.vn/](https://aichallenge.ptit.edu.vn/) and is organized for a multi-class video classification task focusing on Vietnamese Sign Language.
|
| 26 |
+
|
| 27 |
+
---
|
| 28 |
+
|
| 29 |
+
## 🛠 Dataset Viewer Configuration
|
| 30 |
+
|
| 31 |
+
This dataset supports Hugging Face **Dataset Viewer**. The dataset structure and video paths are mapped via `dataset_metadata.csv`.
|
| 32 |
+
|
| 33 |
+
### Expected CSV Structure
|
| 34 |
+
|
| 35 |
+
To ensure the Dataset Viewer renders correctly, your `dataset_metadata.csv` should follow this format:
|
| 36 |
+
| video_file | label |
|
| 37 |
+
| :--- | :--- |
|
| 38 |
+
| `train/Ăn/video_001.mp4` | `Ăn` |
|
| 39 |
+
| `train/Ban đêm/video_002.mp4` | `Ban đêm` |
|
| 40 |
+
|
| 41 |
+
---
|
| 42 |
|
| 43 |
## Dataset Structure
|
| 44 |
|