Yuwen2024 commited on
Commit
3b7076f
·
verified ·
1 Parent(s): 64d813c

Document ShotQA exclusion from train.zip

Browse files
Files changed (1) hide show
  1. README.md +10 -6
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 CameraBench training data.** Consistent with the benchmark's `real`
123
- > split, the CameraBench-sourced training videos are **also not redistributed**
124
- > here — `train.zip` excludes them. To use the full training set, obtain those
125
- > clips from [**CameraBench**](https://huggingface.co/datasets/syCen/CameraBench)
126
- > and place them under `training_videos/CameraBench_train_videos/` (filenames in
127
- > `train.json` match).
 
 
 
 
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