ChristophReich1996/MaxViT
PyTorch reimplementation of the paper "MaxViT: Multi-Axis Vision Transformer" [ECCV 2022].
This project offers a pre-configured architecture for computer vision tasks, specifically for image classification. It takes image data as input and outputs classifications. This tool is for machine learning engineers and researchers who are building and experimenting with advanced deep learning models for image analysis.
164 stars. No commits in the last 6 months.
Use this if you are a machine learning practitioner looking to implement or research the MaxViT architecture for image classification within a PyTorch environment.
Not ideal if you are a non-developer or need a ready-to-use application for image classification without custom model building.
Stars
164
Forks
18
Language
Python
License
MIT
Category
Last pushed
Jul 12, 2023
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/ChristophReich1996/MaxViT"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
Jittor/jittor
Jittor is a high-performance deep learning framework based on JIT compiling and meta-operators.
zhanghang1989/ResNeSt
ResNeSt: Split-Attention Networks
berniwal/swin-transformer-pytorch
Implementation of the Swin Transformer in PyTorch.
NVlabs/FasterViT
[ICLR 2024] Official PyTorch implementation of FasterViT: Fast Vision Transformers with...
ViTAE-Transformer/ViTPose
The official repo for [NeurIPS'22] "ViTPose: Simple Vision Transformer Baselines for Human Pose...