Update VPB dataset card
Browse files- data/README.md +10 -0
data/README.md
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Video Archives
|
| 2 |
+
|
| 3 |
+
The Hugging Face dataset repository hosts the benchmark video archives under this directory:
|
| 4 |
+
|
| 5 |
+
```text
|
| 6 |
+
data/train_videos.tar
|
| 7 |
+
data/test_videos.tar
|
| 8 |
+
```
|
| 9 |
+
|
| 10 |
+
These archives are intentionally not duplicated in the GitHub code repository. Download the dataset from Hugging Face and unpack the required archive before running the frame extraction tools.
|