Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -8,7 +8,7 @@ configs:
|
|
8 |
data_files:
|
9 |
- split: train
|
10 |
path: "msrvtt_train_7k.json"
|
11 |
-
- config_name: test_1k
|
12 |
data_files:
|
13 |
- split: test
|
14 |
path: "msrvtt_test_1k.json"
|
@@ -22,6 +22,7 @@ size_categories:
|
|
22 |
- 1K<n<10K
|
23 |
---
|
24 |
|
|
|
25 |
[MSRVTT](https://openaccess.thecvf.com/content_cvpr_2016/html/Xu_MSR-VTT_A_Large_CVPR_2016_paper.html) contains 10K video clips and 200K captions.
|
26 |
|
27 |
We adopt the standard `1K-A split` protocol, which was introduced in [JSFusion](https://openaccess.thecvf.com/content_ECCV_2018/html/Youngjae_Yu_A_Joint_Sequence_ECCV_2018_paper.html) and has since become the de facto benchmark split in the `Text-Video Retrieval` field.
|
|
|
8 |
data_files:
|
9 |
- split: train
|
10 |
path: "msrvtt_train_7k.json"
|
11 |
+
- config_name: test_1k
|
12 |
data_files:
|
13 |
- split: test
|
14 |
path: "msrvtt_test_1k.json"
|
|
|
22 |
- 1K<n<10K
|
23 |
---
|
24 |
|
25 |
+
|
26 |
[MSRVTT](https://openaccess.thecvf.com/content_cvpr_2016/html/Xu_MSR-VTT_A_Large_CVPR_2016_paper.html) contains 10K video clips and 200K captions.
|
27 |
|
28 |
We adopt the standard `1K-A split` protocol, which was introduced in [JSFusion](https://openaccess.thecvf.com/content_ECCV_2018/html/Youngjae_Yu_A_Joint_Sequence_ECCV_2018_paper.html) and has since become the de facto benchmark split in the `Text-Video Retrieval` field.
|