Update README.md
Browse files
README.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
| 1 |
---
|
| 2 |
license: cc-by-nc-4.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
---
|
| 4 |
|
| 5 |
<h3 align="center"><a href="https://arxiv.org/abs/2404.09490">[ECCV 2024] Leveraging Temporal Contextualization for Video Action Recognition</a></h3>
|
|
@@ -71,4 +79,4 @@ If you find TC-CLIP useful in your research, please consider citing our paper:
|
|
| 71 |
journal={European Conference on Computer Vision (ECCV)},
|
| 72 |
year={2024}
|
| 73 |
}
|
| 74 |
-
```
|
|
|
|
| 1 |
---
|
| 2 |
license: cc-by-nc-4.0
|
| 3 |
+
base_model:
|
| 4 |
+
- openai/clip-vit-base-patch16
|
| 5 |
+
pipeline_tag: video-text-to-text
|
| 6 |
+
tags:
|
| 7 |
+
- clip
|
| 8 |
+
- tc-clip
|
| 9 |
+
- action-recognition
|
| 10 |
+
- video-understanding
|
| 11 |
---
|
| 12 |
|
| 13 |
<h3 align="center"><a href="https://arxiv.org/abs/2404.09490">[ECCV 2024] Leveraging Temporal Contextualization for Video Action Recognition</a></h3>
|
|
|
|
| 79 |
journal={European Conference on Computer Vision (ECCV)},
|
| 80 |
year={2024}
|
| 81 |
}
|
| 82 |
+
```
|