Update README.md
Browse files
README.md
CHANGED
|
@@ -23,3 +23,23 @@ configs:
|
|
| 23 |
- split: train
|
| 24 |
path: data/train-*
|
| 25 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 23 |
- split: train
|
| 24 |
path: data/train-*
|
| 25 |
---
|
| 26 |
+
|
| 27 |
+
# ActivityNet-Captions
|
| 28 |
+
|
| 29 |
+
This dataset repo contains a curated subset of the ActivityNet-Captions dataset.
|
| 30 |
+
|
| 31 |
+
|
| 32 |
+
|
| 33 |
+
\\(\text{Filtering Logic }\begin{cases}
|
| 34 |
+
\text{Video length }\leq \text{ 10 seconds:} & \text{Keep} \\
|
| 35 |
+
\text{Video length } > \text{ 10 seconds:} & \text{Discard}
|
| 36 |
+
\end{cases}\\)
|
| 37 |
+
|
| 38 |
+
## Analysis
|
| 39 |
+
|
| 40 |
+
|
| 41 |
+
<img width="500" src="https://cdn-uploads.huggingface.co/production/uploads/66d78facde54fea8a009927e/NUHx5WkWTGYgHFSHma7mn.png">
|
| 42 |
+
|
| 43 |
+
|
| 44 |
+
|
| 45 |
+
There are **10,759** unique action-segment labels in the `activitynet.json` file.
|