Update README.md
Browse files
README.md
CHANGED
|
@@ -16,6 +16,8 @@ size_categories:
|
|
| 16 |
- 10K<n<100K
|
| 17 |
---
|
| 18 |
|
|
|
|
|
|
|
| 19 |
[DiDeMo](https://openaccess.thecvf.com/content_iccv_2017/html/Hendricks_Localizing_Moments_in_ICCV_2017_paper.html) contains 10K long-form videos from Flickr. For each video, ~4 short sentences are annotated in temporal order. We follow the existing works to concatenate those short sentences and evaluate ‘paragraph-to-video’ retrieval on this benchmark.
|
| 20 |
|
| 21 |
We adopt the official split:
|
|
@@ -25,6 +27,15 @@ We adopt the official split:
|
|
| 25 |
|
| 26 |
---
|
| 27 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 28 |
Video Release: [DiDeMoRelease](https://data.ciirc.cvut.cz/public/projects/LisaAnne/DiDeMoRelease/)
|
| 29 |
|
| 30 |
---
|
|
|
|
| 16 |
- 10K<n<100K
|
| 17 |
---
|
| 18 |
|
| 19 |
+
## About
|
| 20 |
+
|
| 21 |
[DiDeMo](https://openaccess.thecvf.com/content_iccv_2017/html/Hendricks_Localizing_Moments_in_ICCV_2017_paper.html) contains 10K long-form videos from Flickr. For each video, ~4 short sentences are annotated in temporal order. We follow the existing works to concatenate those short sentences and evaluate ‘paragraph-to-video’ retrieval on this benchmark.
|
| 22 |
|
| 23 |
We adopt the official split:
|
|
|
|
| 27 |
|
| 28 |
---
|
| 29 |
|
| 30 |
+
## Get Raw Videos
|
| 31 |
+
|
| 32 |
+
```bash
|
| 33 |
+
cat DiDeMo_Videos_mp4_train.tar.part-* | tar -vxf -
|
| 34 |
+
tar -xvf DiDeMo_Videos_mp4_test.tar
|
| 35 |
+
```
|
| 36 |
+
|
| 37 |
+
---
|
| 38 |
+
|
| 39 |
Video Release: [DiDeMoRelease](https://data.ciirc.cvut.cz/public/projects/LisaAnne/DiDeMoRelease/)
|
| 40 |
|
| 41 |
---
|