Datasets:
small fixes
Browse files
README.md
CHANGED
@@ -11,18 +11,17 @@ multilinguality:
|
|
11 |
- monolingual
|
12 |
pretty_name: ActivityNet Captions
|
13 |
size_categories:
|
14 |
-
- 10k<n<100K
|
15 |
source_datasets:
|
16 |
- original
|
17 |
task_categories:
|
18 |
-
-
|
19 |
-
- visual-question-answering
|
20 |
task_ids:
|
21 |
- closed-domain-qa
|
22 |
---
|
23 |
|
24 |
|
25 |
-
# Dataset Card for
|
26 |
## Table of Contents
|
27 |
- [Table of Contents](#table-of-contents)
|
28 |
- [Dataset Description](#dataset-description)
|
@@ -52,9 +51,12 @@ The ActivityNet Captions dataset connects videos to a series of temporally annot
|
|
52 |
The captions in the dataset are in English.
|
53 |
## Dataset Structure
|
54 |
### Data Fields
|
55 |
-
- `
|
56 |
-
|
57 |
-
|
|
|
|
|
|
|
58 |
|
59 |
### Data Splits
|
60 |
| |train |validation| test | Overall |
|
|
|
11 |
- monolingual
|
12 |
pretty_name: ActivityNet Captions
|
13 |
size_categories:
|
14 |
+
- 10k<n<100K
|
15 |
source_datasets:
|
16 |
- original
|
17 |
task_categories:
|
18 |
+
- video-captionning
|
|
|
19 |
task_ids:
|
20 |
- closed-domain-qa
|
21 |
---
|
22 |
|
23 |
|
24 |
+
# Dataset Card for ActivityNet Captions
|
25 |
## Table of Contents
|
26 |
- [Table of Contents](#table-of-contents)
|
27 |
- [Dataset Description](#dataset-description)
|
|
|
51 |
The captions in the dataset are in English.
|
52 |
## Dataset Structure
|
53 |
### Data Fields
|
54 |
+
- `video_id` : `str` unique identifier for the video
|
55 |
+
- `video_path`: `str` Path to the video file
|
56 |
+
-`duration`: `float32` Duration of the video
|
57 |
+
- `captions_starts`: `List_float32` List of timestamps denoting the time at which each caption starts
|
58 |
+
- `captions_ends`: `List_float32` List of timestamps denoting the time at which each caption ends
|
59 |
+
- `en_captions`: `list_str` List of english captions describing parts of the video
|
60 |
|
61 |
### Data Splits
|
62 |
| |train |validation| test | Overall |
|