Deformable-ConvNets
Deformable network module
An implementation of deformable convolutional networks using MXNet.
Deformable Convolutional Networks
4k stars
126 watching
957 forks
Language: Python
last commit: about 3 years ago
Linked from 2 awesome lists
Related projects:
Repository | Description | Stars |
---|---|---|
terrychenism/deformable-convnets | Deformable ConvNets are a type of neural network architecture designed for object detection and image classification tasks. | 160 |
fundamentalvision/deformable-detr | An object detection algorithm using deformable transformers to efficiently process image features. | 3,243 |
cszn/kair | Image restoration toolbox with training and testing codes for various deep learning-based methods | 2,957 |
locuslab/tcn | An empirical evaluation of generic convolutional and recurrent networks for sequence modeling | 4,171 |
sanghyun-son/edsr-pytorch | Provides a PyTorch implementation of single image super-resolution | 2,443 |
hujie-frank/senet | An implementation of the Squeeze-and-Excitation Networks architecture in Caffe | 3,394 |
kenshohara/3d-resnets-pytorch | PyTorch implementation of 3D ResNets for action recognition in video data | 3,900 |
liuzhuang13/densenet | A deep learning implementation of a neural network architecture with interconnected layers, designed to improve accuracy on image classification tasks | 4,740 |
donnyyou/torchcv | A comprehensive PyTorch-based framework for computer vision tasks | 2,250 |
kaiminghe/deep-residual-networks | Original models for deep residual networks as described in a 2015 research paper, implemented using Caffe. | 6,446 |
lucidrains/dalle2-pytorch | An implementation of DALL-E 2's text-to-image synthesis neural network in PyTorch | 11,148 |
lukemelas/efficientnet-pytorch | A PyTorch implementation of EfficientNet convolutional neural networks | 7,921 |
dmlc/gluon-cv | A toolkit for building and deploying deep learning models in computer vision | 5,833 |
osmr/imgclsmob | Research and development of deep learning networks for computer vision tasks | 2,975 |
1zb/deformable-convolution-pytorch | An implementation of Deformable Convolution in PyTorch using CUDA. | 409 |