TF-Keras
pablorodriper commited on
Commit
8dec15c
·
1 Parent(s): b899be8

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -1
README.md CHANGED
@@ -10,4 +10,12 @@ license: apache-2.0
10
  library_name: keras
11
  ---
12
 
13
- # Video Vision Transformer on medmnist
 
 
 
 
 
 
 
 
 
10
  library_name: keras
11
  ---
12
 
13
+ ## Keras Implementation of Video Vision Transformer on medmnist
14
+
15
+ This repo contains the model [to this Keras example on Video Vision Transformer](https://keras.io/examples/vision/vivit/).
16
+
17
+ ## Background Information
18
+ This example implements [ViViT: A Video Vision Transformer](https://arxiv.org/abs/2103.15691) by Arnab et al., a pure Transformer-based model for video classification. The authors propose a novel embedding scheme and a number of Transformer variants to model video clips.
19
+
20
+ ## Datasets
21
+ We use the [MedMNIST v2: A Large-Scale Lightweight Benchmark for 2D and 3D Biomedical Image Classification](https://medmnist.com/) dataset.