Update README.md
Browse files
README.md
CHANGED
|
@@ -12,7 +12,9 @@ inference: false
|
|
| 12 |
tags:
|
| 13 |
- video-captioning
|
| 14 |
---
|
| 15 |
-
#
|
|
|
|
|
|
|
| 16 |
|
| 17 |
Vision Encoder Model: [timesformer-base-finetuned-k600](https://huggingface.co/facebook/timesformer-base-finetuned-k600) \
|
| 18 |
Text Decoder Model: [gpt2](https://huggingface.co/gpt2)
|
|
|
|
| 12 |
tags:
|
| 13 |
- video-captioning
|
| 14 |
---
|
| 15 |
+
# SpaceTimeGPT - A Spatiotemporal Video Captioning Model
|
| 16 |
+
|
| 17 |
+
<img src="https://raw.githubusercontent.com/Neleac/SpaceTimeGPT/main/model.JPG" width="35%">
|
| 18 |
|
| 19 |
Vision Encoder Model: [timesformer-base-finetuned-k600](https://huggingface.co/facebook/timesformer-base-finetuned-k600) \
|
| 20 |
Text Decoder Model: [gpt2](https://huggingface.co/gpt2)
|