Spaces:
Runtime error
Runtime error
Update README.md
Browse files
README.md
CHANGED
|
@@ -10,4 +10,15 @@ pinned: false
|
|
| 10 |
license: apache-2.0
|
| 11 |
---
|
| 12 |
|
| 13 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 10 |
license: apache-2.0
|
| 11 |
---
|
| 12 |
|
| 13 |
+
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)
|
| 14 |
+
|
| 15 |
+
```
|
| 16 |
+
@misc{han2023shot2story20k,
|
| 17 |
+
title={Shot2Story20K: A New Benchmark for Comprehensive Understanding of Multi-shot Videos},
|
| 18 |
+
author={Mingfei Han and Linjie Yang and Xiaojun Chang and Heng Wang},
|
| 19 |
+
year={2023},
|
| 20 |
+
eprint={2312.10300},
|
| 21 |
+
archivePrefix={arXiv},
|
| 22 |
+
primaryClass={cs.CV}
|
| 23 |
+
}
|
| 24 |
+
```
|