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
·
I

isht7/pytorch-deeplab-resnet

0
View on GitHub↗
0 Stars·0 Forks·8 Aufrufe

Pytorch Deeplab Resnet

Features

  • Computer Vision Models - Implementation of DeepLab ResNet v2.
  • Model Implementations - DeepLab-ResNet model implementation.
  • Segmentation Architectures - PyTorch implementation of DeepLab-ResNet.

Star-Verlauf

Star-Verlauf für isht7/pytorch-deeplab-resnetStar-Verlauf für isht7/pytorch-deeplab-resnet

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 Deeplab Resnet

Ähnliche Open-Source-Projekte, sortiert nach der Anzahl der gemeinsamen Funktionen mit Pytorch Deeplab Resnet.
  • wkentaro/pytorch-fcnAvatar von wkentaro

    wkentaro/pytorch-fcn

    1,777Auf GitHub ansehen↗

    PyTorch Implementation of Fully Convolutional Networks. (Training code to reproduce the original result is available.)

    Pythoncomputer-visionconvolutional-networksdeep-learning
    Auf GitHub ansehen↗1,777
  • 1zb/deformable-convolution-pytorchAvatar von 1zb

    1zb/deformable-convolution-pytorch

    410Auf GitHub ansehen↗

    PyTorch implementation of Deformable Convolution

    Cuda
    Auf GitHub ansehen↗410
  • 1adrianb/face-alignmentAvatar von 1adrianb

    1adrianb/face-alignment

    7,518Auf GitHub ansehen↗

    This is a PyTorch-based computer vision library for detecting 2D and 3D facial landmark coordinates. It functions as a facial landmark detector and reconstruction tool, utilizing deep learning to identify precise geometric points on human faces from image datasets. The library allows for the selection of specific detection backends to balance accuracy and processing speed. It supports the integration of precomputed bounding box files, which enables the system to bypass the initial detection phase and proceed directly to landmark extraction. The toolkit includes capabilities for batch image p

    Python
    Auf GitHub ansehen↗7,518
  • 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
Alle 30 Alternativen zu Pytorch Deeplab Resnet anzeigen→

Häufig gestellte Fragen

Was sind die Hauptfunktionen von isht7/pytorch-deeplab-resnet?

Die Hauptfunktionen von isht7/pytorch-deeplab-resnet sind: Computer Vision Models, Model Implementations, Segmentation Architectures.

Welche Open-Source-Alternativen gibt es zu isht7/pytorch-deeplab-resnet?

Open-Source-Alternativen zu isht7/pytorch-deeplab-resnet sind unter anderem: wkentaro/pytorch-fcn — PyTorch Implementation of Fully Convolutional Networks. (Training code to reproduce the original result is available.). 1zb/deformable-convolution-pytorch — PyTorch implementation of Deformable Convolution. 1adrianb/face-alignment — This is a PyTorch-based computer vision library for detecting 2D and 3D facial landmark coordinates. It functions as a… amdegroot/ssd.pytorch — This is a PyTorch object detection framework that implements the Single Shot MultiBox Detector for identifying and… aaron-xichen/pytorch-playground — Base pretrained models and datasets in pytorch (MNIST, SVHN, CIFAR10, CIFAR100, STL10, AlexNet, VGG16, VGG19, ResNet,… aosokin/biogans.