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
oeway avatar

oeway/pytorch-deform-convArchived

0
View on GitHub↗
906 stars·146 forks·Python·MIT·10 views

Pytorch Deform Conv

PyTorch implementation of Deformable Convolution

Features

  • Computer Vision Models - Implementation of deformable convolutional layers.
  • Model Implementations - Deformable convolution implementation.
  • Convolutional Neural Networks (CNNs) - Listed in the “Convolutional Neural Networks (CNNs)” section of the The Incredible Pytorch awesome list.

Star history

Star history chart for oeway/pytorch-deform-convStar history chart for oeway/pytorch-deform-conv

How this analysis was created: This summary and feature list were written by an AI model that read the project's README and public documentation pages. Each feature links to the documentation it came from; stars, license and language come straight from the GitHub API. The model does not read the source code, and the analysis is refreshed when the project is re-analysed. 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

Open-source alternatives to Pytorch Deform Conv

Similar open-source projects, ranked by how many features they share with Pytorch Deform Conv.
  • 1zb/deformable-convolution-pytorch1zb avatar

    1zb/deformable-convolution-pytorch

    410View on GitHub↗

    PyTorch implementation of Deformable Convolution

    Cuda
    View on GitHub↗410
  • bamos/densenet.pytorchbamos avatar

    bamos/densenet.pytorch

    838View on GitHub↗

    A PyTorch implementation of DenseNet.

    Python
    View on GitHub↗838
  • aaron-xichen/pytorch-playgroundaaron-xichen avatar

    aaron-xichen/pytorch-playground

    2,714View on GitHub↗

    Base pretrained models and datasets in pytorch (MNIST, SVHN, CIFAR10, CIFAR100, STL10, AlexNet, VGG16, VGG19, ResNet, Inception, SqueezeNet)

    Pythonpytorchpytorch-tutorialpytorch-tutorials
    View on GitHub↗2,714
  • jwyang/faster-rcnn.pytorchjwyang avatar

    jwyang/faster-rcnn.pytorch

    7,859View on GitHub↗

    This project is a PyTorch object detection framework that implements the Faster R-CNN architecture. It serves as a vision model for predicting precise bounding boxes around multiple objects within images and live video feeds. The system is optimized for multi-GPU training to reduce the time required for model convergence. It utilizes a GPU-accelerated design to handle the training and inference of complex detection networks. The framework covers the full object detection lifecycle, including custom network training and inference for static images and real-time video streams. It includes capa

    Python
    View on GitHub↗7,859
See all 30 alternatives to Pytorch Deform Conv→

Frequently asked questions

What does oeway/pytorch-deform-conv do?

PyTorch implementation of Deformable Convolution

What are the main features of oeway/pytorch-deform-conv?

The main features of oeway/pytorch-deform-conv are: Computer Vision Models, Model Implementations, Convolutional Neural Networks (CNNs).

What are some open-source alternatives to oeway/pytorch-deform-conv?

Open-source alternatives to oeway/pytorch-deform-conv include: bamos/densenet.pytorch — A PyTorch implementation of DenseNet. rwightman/pytorch-image-models — This project is a library of pretrained computer vision architectures and backbones for image classification and… aaron-xichen/pytorch-playground — Base pretrained models and datasets in pytorch (MNIST, SVHN, CIFAR10, CIFAR100, STL10, AlexNet, VGG16, VGG19, ResNet,… 1zb/deformable-convolution-pytorch — PyTorch implementation of Deformable Convolution. jwyang/faster-rcnn.pytorch — This project is a PyTorch object detection framework that implements the Faster R-CNN architecture. It serves as a… szagoruyko/attention-transfer — Improving Convolutional Networks via Attention Transfer (ICLR 2017).