Document ShotQA exclusion from train.zip
Browse files
README.md
CHANGED
|
@@ -119,10 +119,14 @@ The accompanying training annotations (`train.json`, released with the code) ref
|
|
| 119 |
to videos via paths like `training_videos/<source>/<file>.mp4`, which resolve
|
| 120 |
once the archive is extracted as above.
|
| 121 |
|
| 122 |
-
> **Note on
|
| 123 |
-
>
|
| 124 |
-
>
|
| 125 |
-
>
|
| 126 |
-
>
|
| 127 |
-
>
|
|
|
|
|
|
|
|
|
|
|
|
|
| 128 |
|
|
|
|
| 119 |
to videos via paths like `training_videos/<source>/<file>.mp4`, which resolve
|
| 120 |
once the archive is extracted as above.
|
| 121 |
|
| 122 |
+
> **Note on externally-sourced training data (not redistributed).** To respect
|
| 123 |
+
> their original licenses, some training videos are **not redistributed** here —
|
| 124 |
+
> `train.zip` excludes them. To use the full training set, obtain the clips from
|
| 125 |
+
> each source and place them under the paths below (filenames in `train.json`
|
| 126 |
+
> match):
|
| 127 |
+
>
|
| 128 |
+
> | Source | Place under |
|
| 129 |
+
> |---|---|
|
| 130 |
+
> | [**CameraBench**](https://huggingface.co/datasets/syCen/CameraBench) | `training_videos/CameraBench_train_videos/` |
|
| 131 |
+
> | [**ShotQA**](https://huggingface.co/datasets/Vchitect/ShotQA) | `training_videos/ShotQA_Training/` |
|
| 132 |
|