Create README.md
Browse files
README.md
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: mit
|
| 3 |
+
---
|
| 4 |
+
|
| 5 |
+
This repository provides **pre-extracted visual features** and **selected keyframes** used in [BOLT](https://www.huggingface.co/papers/2503.21483).
|
| 6 |
+
|
| 7 |
+
## Visual Features
|
| 8 |
+
- Backbone: **CLIP ViT-L/14**
|
| 9 |
+
- Frame sampling rate: **1 FPS**
|
| 10 |
+
|
| 11 |
+
## Code
|
| 12 |
+
The code for BOLT is available at: https://github.com/sming256/BOLT
|