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
I

isht7/pytorch-deeplab-resnet

0
View on GitHub↗
0 stars·0 forks·11 views

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 history

Star history chart for isht7/pytorch-deeplab-resnetStar history chart for isht7/pytorch-deeplab-resnet

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

Similar open-source projects, ranked by how many features they share with Pytorch Deeplab Resnet.
  • wkentaro/pytorch-fcnwkentaro avatar

    wkentaro/pytorch-fcn

    1,777View on GitHub↗

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

    Pythoncomputer-visionconvolutional-networksdeep-learning
    View on GitHub↗1,777
  • 1zb/deformable-convolution-pytorch1zb avatar

    1zb/deformable-convolution-pytorch

    410View on GitHub↗

    PyTorch implementation of Deformable Convolution

    Cuda
    View on GitHub↗410
  • 1adrianb/face-alignment1adrianb avatar

    1adrianb/face-alignment

    7,518View on GitHub↗

    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
    View on GitHub↗7,518
  • 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
See all 30 alternatives to Pytorch Deeplab Resnet→

Frequently asked questions

What are the main features of isht7/pytorch-deeplab-resnet?

The main features of isht7/pytorch-deeplab-resnet are: Computer Vision Models, Model Implementations, Segmentation Architectures.

What are some open-source alternatives to isht7/pytorch-deeplab-resnet?

Open-source alternatives to isht7/pytorch-deeplab-resnet include: 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.