some basic transformer models about computer vision.
  
  
    Transformer Models In Computer Vision
    
    Explore the docs »
    
    
    View Detr Demo
    ·
    Report Bug
    ·
    Request Feature
  
Table of Contents
Here's my project of transformers mudules in computer vision. I have inplemented the projects below:
| Backbone | Models | Demo for Inference | 
|---|---|---|
| ✅ Resnet  ✅ Densenet ✅ ResNext  | 
✅ Vision Transformer  ✅ Transformer Encoder ✅ Transfomer Decoder ✅ Swin Transformer ✅ DETR  | 
✅ Tiny DETR  ✅ Swin Transformer ✅ DETR  | 
Under Construction:
🚧 DETR- 🚧 MAE
 
To Do In the future:
🕑 Swin Transformer- 🕑 MAE
 - 🕑 DEiT
 
- Deep Residual Learning for Image Recognition
 - Densely Connected Convolutional Networks
 - Attention Is All You Need
 - An Image is Worth 16x16 Words: Transformers for Image Recognition at Scale
 - End-to-End Object Detection with Transformers
 - Swin Transformer: Hierarchical Vision Transformer using Shifted Windows
 - Masked Autoencoders Are Scalable Vision Learners
 
- pytorch
 
- 👋Give the project a star⭐!
 - 🔥Clone the repo.
git clone https://github.com/LRY89757/Transformer-models-in-CV.git
 - 💼install relevant packages:
pip install -r requirements.txt
 
This is an example of how to list things you need to use the software and how to install them.
- 
requirements
pip install -r requirements.txt
 
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
 - Create your Feature Branch (
git checkout -b feature/AmazingFeature) - Commit your Changes (
git commit -m 'Add some AmazingFeature') - Push to the Branch (
git push origin feature/AmazingFeature) - Open a Pull Request
 
Distributed under the MIT License. See LICENSE.txt for more information.
My Name - @lry89757 - [email protected]
Project Link: https://github.com/LRY89757/Transformer-models-in-CV
![![Product Name Screen Shot][product-screenshot]](/LRY89757/Transformer-models-in-CV/raw/main/demo/detr_demo.jpg)