Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# Narrations / Steps to Video Aligner (NSVA)
|
2 |
+
|
3 |
+
NSVA is a lightweight Transformer-based architecture, where the narration or procedural steps are used as queries, to iteratively attend the video features, and output the alignability or optimal temporal windows.
|
4 |
+
|
5 |
+
[[project page]](https://lzq5.github.io/Video-Text-Alignment/)
|
6 |
+
[[Arxiv]](https://arxiv.org/abs/2312.14055)
|
7 |
+
[[GitHub]](https://github.com/Lzq5/Video-Text-Alignment)
|
8 |
+
|
9 |
+
We provide pre-trained models for HTM-Align and HT-Step. You can use these two models for reproducing our results, following our [[code]](https://github.com/Lzq5/Video-Text-Alignment).
|