awesome-repositories.com
Blog
MCP
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektMCP-ServerÜber unsRanking-MethodikPresse
RechtlichesDatenschutzAGB
© 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·4 Aufrufe

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-Verlauf

Star-Verlauf für oeway/pytorch-deform-convStar-Verlauf für oeway/pytorch-deform-conv

KI-Suche

Entdecke weitere awesome Repositories

Beschreibe in einfachen Worten, was du brauchst — die KI bewertet tausende kuratierte Open-Source-Projekte nach Relevanz.

Start searching with AI

Open-Source-Alternativen zu Pytorch Deform Conv

Ähnliche Open-Source-Projekte, sortiert nach der Anzahl der gemeinsamen Funktionen mit Pytorch Deform Conv.
  • 1zb/deformable-convolution-pytorchAvatar von 1zb

    1zb/deformable-convolution-pytorch

    410Auf GitHub ansehen↗

    PyTorch implementation of Deformable Convolution

    Cuda
    Auf GitHub ansehen↗410
  • bamos/densenet.pytorchAvatar von bamos

    bamos/densenet.pytorch

    838Auf GitHub ansehen↗

    A PyTorch implementation of DenseNet.

    Python
    Auf GitHub ansehen↗838
  • aaron-xichen/pytorch-playgroundAvatar von aaron-xichen

    aaron-xichen/pytorch-playground

    2,714Auf GitHub ansehen↗

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

    Pythonpytorchpytorch-tutorialpytorch-tutorials
    Auf GitHub ansehen↗2,714
  • jwyang/faster-rcnn.pytorchAvatar von jwyang

    jwyang/faster-rcnn.pytorch

    7,859Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗7,859
Alle 30 Alternativen zu Pytorch Deform Conv anzeigen→

Häufig gestellte Fragen

Was macht oeway/pytorch-deform-conv?

PyTorch implementation of Deformable Convolution

Was sind die Hauptfunktionen von oeway/pytorch-deform-conv?

Die Hauptfunktionen von oeway/pytorch-deform-conv sind: Computer Vision Models, Model Implementations, Convolutional Neural Networks (CNNs).

Welche Open-Source-Alternativen gibt es zu oeway/pytorch-deform-conv?

Open-Source-Alternativen zu oeway/pytorch-deform-conv sind unter anderem: 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).