awesome-repositories.comCategoriiBlog
MCP
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectServer MCPDespreCum realizăm clasamentulPresă
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
1zb avatar

1zb/deformable-convolution-pytorch

0
View on GitHub↗
410 stele·53 fork-uri·Cuda·11 vizualizări

Deformable Convolution Pytorch

PyTorch implementation of Deformable Convolution

Features

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

Istoric stele

Graficul istoricului de stele pentru 1zb/deformable-convolution-pytorchGraficul istoricului de stele pentru 1zb/deformable-convolution-pytorch

Căutare AI

Explorează mai multe repository-uri excelente

Descrie ce ai nevoie în limbaj simplu — AI-ul sortează mii de proiecte open source selectate în funcție de relevanță.

Start searching with AI

Alternative open-source pentru Deformable Convolution Pytorch

Proiecte open-source similare, clasificate după numărul de funcționalități comune cu Deformable Convolution Pytorch.
  • jwyang/faster-rcnn.pytorchAvatar jwyang

    jwyang/faster-rcnn.pytorch

    7,859Vezi pe 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
    Vezi pe GitHub↗7,859
  • aaron-xichen/pytorch-playgroundAvatar aaron-xichen

    aaron-xichen/pytorch-playground

    2,714Vezi pe GitHub↗

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

    Pythonpytorchpytorch-tutorialpytorch-tutorials
    Vezi pe GitHub↗2,714
  • bamos/densenet.pytorchAvatar bamos

    bamos/densenet.pytorch

    838Vezi pe GitHub↗

    A PyTorch implementation of DenseNet.

    Python
    Vezi pe GitHub↗838
  • oeway/pytorch-deform-convAvatar oeway

    oeway/pytorch-deform-conv

    906Vezi pe GitHub↗

    PyTorch implementation of Deformable Convolution

    Pythondeep-learningdeep-learning-algorithms
    Vezi pe GitHub↗906
Vezi toate cele 30 alternative pentru Deformable Convolution Pytorch→

Întrebări frecvente

Ce face 1zb/deformable-convolution-pytorch?

PyTorch implementation of Deformable Convolution

Care sunt principalele funcționalități ale 1zb/deformable-convolution-pytorch?

Principalele funcționalități ale 1zb/deformable-convolution-pytorch sunt: Computer Vision Models, Model Implementations, Convolutional Neural Networks (CNNs).

Care sunt câteva alternative open-source pentru 1zb/deformable-convolution-pytorch?

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