NVlabs/FasterViT
[ICLR 2024] Official PyTorch implementation of FasterViT: Fast Vision Transformers with Hierarchical Attention
This project provides pre-trained models and code for fast and accurate image analysis. It takes raw image data as input and produces classifications (like what's in the image) or detects specific objects within the image. This is for machine learning engineers or researchers who need to build high-performance computer vision systems.
907 stars. No commits in the last 6 months. Available on PyPI.
Use this if you are developing computer vision applications that require both high accuracy and fast processing of images, such as for object detection or image classification.
Not ideal if you are not working with image-based data or do not have experience with deep learning frameworks like PyTorch.
Stars
907
Forks
69
Language
Python
License
—
Category
Last pushed
Jul 22, 2025
Commits (30d)
0
Dependencies
3
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/NVlabs/FasterViT"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Related frameworks
Jittor/jittor
Jittor is a high-performance deep learning framework based on JIT compiling and meta-operators.
berniwal/swin-transformer-pytorch
Implementation of the Swin Transformer in PyTorch.
zhanghang1989/ResNeSt
ResNeSt: Split-Attention Networks
ViTAE-Transformer/ViTPose
The official repo for [NeurIPS'22] "ViTPose: Simple Vision Transformer Baselines for Human Pose...
sniklaus/pytorch-pwc
a reimplementation of PWC-Net in PyTorch that matches the official Caffe version