Computer Vision Toolbox Model for Vision Transformer Network
Implementation of several variants of the vision transformer (ViT) model.
1,3K téléchargements
Mise à jour
15 oct. 2025
The Vision Transformer (ViT) model is a pretrained transformer model for image classification. It is also used as a backbone for other computer vision tasks such as object detection. The support package consists of three variants of the ViT model:
- Base-16 model
- Small-16 model
- Tiny-16 model
Here, “base”, “small” and “tiny” represent the model architecture and size, and 16 represents the patch size hyper-parameter. Each variant has been pretrained on ImageNet data set with input resolution of 384 and is stored as a .MAT file.
Compatibilité avec les versions de MATLAB
Créé avec
R2023b
Compatible avec les versions R2023b à R2026a
Plateformes compatibles
Windows macOS (Apple Silicon) macOS (Intel) LinuxTags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Découvrir Live Editor
Créez des scripts avec du code, des résultats et du texte formaté dans un même document exécutable.