Computer Vision Toolbox Model for Vision Transformer Network

Implementation of several variants of the vision transformer (ViT) model.

이 제출물을 팔로우합니다

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.

태그

태그 추가

Add the first tag.

MATLAB 릴리스 호환 정보

  • R2023b에서 R2026b까지의 릴리스와 호환

플랫폼 호환성

  • Windows
  • macOS (Apple Silicon)
  • macOS (Intel)
  • Linux