Update README.md
Browse files
README.md
CHANGED
|
@@ -1,5 +1,19 @@
|
|
| 1 |
---
|
| 2 |
license: mit
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
---
|
| 4 |
**ViT-LSTM Action Recognition**
|
| 5 |
Overview
|
|
|
|
| 1 |
---
|
| 2 |
license: mit
|
| 3 |
+
language:
|
| 4 |
+
- en
|
| 5 |
+
base_model:
|
| 6 |
+
- google/vit-base-patch16-224
|
| 7 |
+
pipeline_tag: video-classification
|
| 8 |
+
tags:
|
| 9 |
+
- Action
|
| 10 |
+
- Vit
|
| 11 |
+
- Vit-LSTM
|
| 12 |
+
- video
|
| 13 |
+
- classification
|
| 14 |
+
- sportlabels
|
| 15 |
+
- pytorch
|
| 16 |
+
- LSTM
|
| 17 |
---
|
| 18 |
**ViT-LSTM Action Recognition**
|
| 19 |
Overview
|