Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -9,36 +9,29 @@ size_categories:
|
|
| 9 |
- n<1K
|
| 10 |
dataset_info:
|
| 11 |
features:
|
| 12 |
-
|
| 13 |
-
|
| 14 |
-
|
| 15 |
-
|
| 16 |
-
|
| 17 |
-
|
| 18 |
-
|
| 19 |
-
|
| 20 |
-
|
| 21 |
-
|
| 22 |
-
|
| 23 |
-
|
| 24 |
-
|
| 25 |
-
|
| 26 |
-
|
| 27 |
-
|
| 28 |
splits:
|
| 29 |
-
|
| 30 |
-
|
| 31 |
-
|
| 32 |
-
download_size: 1888377
|
| 33 |
-
dataset_size: 1937192
|
| 34 |
-
configs:
|
| 35 |
-
- config_name: default
|
| 36 |
-
data_files:
|
| 37 |
-
- split: train
|
| 38 |
-
path: data/train-*
|
| 39 |
---
|
| 40 |
|
| 41 |
-
# Video Dataset - consensus-
|
| 42 |
|
| 43 |
## Dataset Description
|
| 44 |
|
|
@@ -54,8 +47,8 @@ This dataset contains video frames extracted from annotated video segments, alon
|
|
| 54 |
|
| 55 |
## Dataset Statistics
|
| 56 |
|
| 57 |
-
- **Frames:**
|
| 58 |
-
- **Segments:**
|
| 59 |
- **Unique Labels:** 1
|
| 60 |
|
| 61 |
## Dataset Features
|
|
@@ -76,5 +69,5 @@ This dataset can be loaded using the Hugging Face `datasets` library:
|
|
| 76 |
```python
|
| 77 |
from datasets import load_dataset
|
| 78 |
|
| 79 |
-
dataset = load_dataset("your-org/video-dataset-consensus-
|
| 80 |
```
|
|
|
|
| 9 |
- n<1K
|
| 10 |
dataset_info:
|
| 11 |
features:
|
| 12 |
+
- name: image
|
| 13 |
+
dtype: image
|
| 14 |
+
- name: video_segment
|
| 15 |
+
dtype: string
|
| 16 |
+
- name: transcription
|
| 17 |
+
dtype: string
|
| 18 |
+
- name: subject
|
| 19 |
+
dtype: string
|
| 20 |
+
- name: category
|
| 21 |
+
dtype: string
|
| 22 |
+
- name: subcategory
|
| 23 |
+
dtype: string
|
| 24 |
+
- name: action_description
|
| 25 |
+
dtype: string
|
| 26 |
+
- name: context_and_comments
|
| 27 |
+
dtype: string
|
| 28 |
splits:
|
| 29 |
+
- name: train
|
| 30 |
+
num_bytes: 0
|
| 31 |
+
num_examples: 54
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 32 |
---
|
| 33 |
|
| 34 |
+
# Video Dataset - consensus-task01-video
|
| 35 |
|
| 36 |
## Dataset Description
|
| 37 |
|
|
|
|
| 47 |
|
| 48 |
## Dataset Statistics
|
| 49 |
|
| 50 |
+
- **Frames:** 54
|
| 51 |
+
- **Segments:** 18
|
| 52 |
- **Unique Labels:** 1
|
| 53 |
|
| 54 |
## Dataset Features
|
|
|
|
| 69 |
```python
|
| 70 |
from datasets import load_dataset
|
| 71 |
|
| 72 |
+
dataset = load_dataset("your-org/video-dataset-consensus-task01-video")
|
| 73 |
```
|