Spaces:
Runtime error
Runtime error
Update README.md
Browse files
README.md
CHANGED
@@ -8,6 +8,20 @@ sdk_version: 1.33.0
|
|
8 |
app_file: app.py
|
9 |
pinned: false
|
10 |
license: apache-2.0
|
|
|
|
|
|
|
11 |
---
|
12 |
|
13 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
8 |
app_file: app.py
|
9 |
pinned: false
|
10 |
license: apache-2.0
|
11 |
+
datasets:
|
12 |
+
- mhan/Shot2Story-134K
|
13 |
+
- mhan/Shot2Story-20K
|
14 |
---
|
15 |
|
16 |
+
This is a demo of the approach described in the paper, ["Shot2Story20K: A New Benchmark for Comprehensive Understanding of Multi-shot Videos"](https://arxiv.org/abs/2312.10300)
|
17 |
+
|
18 |
+
```
|
19 |
+
@misc{han2023shot2story20k,
|
20 |
+
title={Shot2Story20K: A New Benchmark for Comprehensive Understanding of Multi-shot Videos},
|
21 |
+
author={Mingfei Han and Linjie Yang and Xiaojun Chang and Heng Wang},
|
22 |
+
year={2023},
|
23 |
+
eprint={2312.10300},
|
24 |
+
archivePrefix={arXiv},
|
25 |
+
primaryClass={cs.CV}
|
26 |
+
}
|
27 |
+
```
|