awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
leoxiaobin avatar

leoxiaobin/CvTFork

0
View on GitHub↗
228 stars·38 forks·Python·MIT·9 views

CvT

This is an official implementation of CvT: Introducing Convolutions to Vision Transformers.

Features

  • Hybrid Vision Architectures - Introduces convolutional operations into vision transformer stages.
  • Vision Backbones and Classification - Introducing convolutions into vision transformer architectures.

Star history

Star history chart for leoxiaobin/cvtStar history chart for leoxiaobin/cvt

How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Projects sharing features with CvT

These projects share indexed features with CvT. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • facebookresearch/levitfacebookresearch avatar

    facebookresearch/LeViT

    623View on GitHub↗

    LeViT a Vision Transformer in ConvNet's Clothing for Faster Inference

    Python
    View on GitHub↗623
  • microsoft/creammicrosoft avatar

    microsoft/Cream

    1,836View on GitHub↗

    This is a collection of our NAS and Vision Transformer work.

    Python
    View on GitHub↗1,836
  • huawei-noah/ghostnethuawei-noah avatar

    huawei-noah/ghostnet

    4,416View on GitHub↗

    GhostNet provides a set of efficient AI model architectures and neural network design patterns designed to reduce computation and memory overhead. It serves as a computer vision backbone and a lightweight vision transformer, optimizing the balance between predictive accuracy and inference speed. The project focuses on reducing resource consumption for deployment on mobile devices and edge hardware. It achieves this through the use of lightweight vision transformer implementations and architectures that minimize the total number of parameters. The codebase covers a range of capabilities for i

    Python
    View on GitHub↗4,416
  • apple/ml-cvnetsapple avatar

    apple/ml-cvnets

    1,977View on GitHub↗

    CVNets: A library for training computer vision networks

    Pythonade20kclassificationcomputer-vision
    View on GitHub↗1,977
Compare all 30 related projects→

Frequently asked questions

What does leoxiaobin/cvt do?

This is an official implementation of CvT: Introducing Convolutions to Vision Transformers.

What are the main features of leoxiaobin/cvt?

The main features of leoxiaobin/cvt are: Hybrid Vision Architectures, Vision Backbones and Classification.

Which projects share features with leoxiaobin/cvt?

Projects with overlapping indexed features include: facebookresearch/levit — LeViT a Vision Transformer in ConvNet's Clothing for Faster Inference. microsoft/cream — This is a collection of our NAS and Vision Transformer work. huawei-noah/ghostnet — GhostNet provides a set of efficient AI model architectures and neural network design patterns designed to reduce… apple/ml-cvnets — CVNets: A library for training computer vision networks. facebookresearch/deit — DeiT is a PyTorch vision transformer framework designed for image classification. It implements a transformer-based… danczs/visformer — This is a pytorch implementation for the Visformer models. This project is based on the training code in DeiT and the…