Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Restormer #22372

Open
2 tasks done
tushdon2 opened this issue Mar 24, 2023 · 1 comment
Open
2 tasks done

Add Restormer #22372

tushdon2 opened this issue Mar 24, 2023 · 1 comment

Comments

@tushdon2
Copy link

Model description

Restormer: Efficient Transformer for High-Resolution Image Restoration was published in CVPR 2022, which introduced a new Vision Transformer based architecture for Image Restoration tasks like Deraining, Motion Deblurring, Defocus Deblurring and Denoising. It reduced the time complexity of Self Attention in Vision Transformers from O(n2) to O(n) by introducing Multi-Dconv Head Transposed Attention. It also introduced Gated-Dconv Feed-Forward Network.

@manyana72 and I would like to add this model to Huggingface.

cc: @NielsRogge

Open source status

  • The model implementation is available
  • The model weights are available

Provide useful links for the implementation

Paper, Code Implementation and pretrained model weights

@atharvakavitkar
Copy link

Hi @tushdon2, please let me know if and how can I contribute to this model.

@susnato susnato mentioned this issue Jun 21, 2023
5 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants