CompactBilinearPooling-Pytorch
Downsampling library
A PyTorch implementation of compact bilinear pooling, an efficient downsampling technique used in computer vision and other image processing applications.
A Pytorch Implementation for Compact Bilinear Pooling.
183 stars
8 watching
41 forks
Language: Python
last commit: over 3 years ago Related projects:
Repository | Description | Stars |
---|---|---|
gdlg/pytorch_compact_bilinear_pooling | Provides an implementation of Compact Bilinear Pooling using PyTorch | 253 |
zhanghang1989/pytorch-encoding | A Python framework for building deep learning models with optimized encoding layers and batch normalization. | 2,044 |
sanghviyashiitb/poisson-deblurring | Develops a method to remove blur from images with limited photon counts using algorithm unrolling | 17 |
clementpinard/sfmlearner-pytorch | Pytorch implementation of unsupervised depth and ego-motion learning from video sequences | 1,022 |
kaiyangzhou/dassl.pytorch | A PyTorch toolbox for supporting research and development of domain adaptation, generalization, and semi-supervised learning methods in computer vision. | 1,236 |
foamliu/deep-image-matting-pytorch | An implementation of deep image matting in PyTorch using a neural network architecture. | 821 |
codeslake/ifan | Implementation of an algorithm for single image deblurring in images with defocus blur | 228 |
eduardoleao052/js-pytorch | A JavaScript library that provides GPU-accelerated deep learning capabilities with automatic differentiation and neural network layers. | 1,093 |
chosj95/mimo-unet | Develops a deep learning model for single image deblurring with improved performance and computational efficiency | 382 |
ben-louis/deep-image-analogy-pytorch | A Python implementation of an image analogy algorithm based on PyTorch. | 181 |
pp00704831/banet-tip-2022 | A PyTorch implementation of an attention network for dynamic scene deblurring | 37 |
rentruewang/koila | A lightweight wrapper around PyTorch to prevent CUDA out-of-memory errors and optimize model execution | 1,823 |
owenzlz/deepimageblending | A PyTorch implementation of blending images by optimizing a Poisson loss with style and content loss | 435 |
nearai/torchfold | A PyTorch module for dynamic batching and optimized computation on deep neural networks | 221 |
hualin95/deeplab-v3plus | A high-performance PyTorch implementation of semantic image segmentation using a custom encoder-decoder architecture. | 334 |