awesome-repositories.com
Blog
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
·
E

eladhoffer/convNet.pytorch

0
View on GitHub↗
0 stele·0 fork-uri·5 vizualizări

ConvNet.pytorch

Features

  • Computer Vision Models - Training examples for deep convolutional networks on standard datasets.
  • Model Implementations - Training examples for deep convolutional networks.

Istoric stele

Graficul istoricului de stele pentru eladhoffer/convnet.pytorchGraficul istoricului de stele pentru eladhoffer/convnet.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 ConvNet.pytorch

Proiecte open-source similare, clasificate după numărul de funcționalități comune cu ConvNet.pytorch.
  • 1zb/deformable-convolution-pytorchAvatar 1zb

    1zb/deformable-convolution-pytorch

    410Vezi pe GitHub↗

    PyTorch implementation of Deformable Convolution

    Cuda
    Vezi pe GitHub↗410
  • 1adrianb/face-alignmentAvatar 1adrianb

    1adrianb/face-alignment

    7,518Vezi pe 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
    Vezi pe GitHub↗7,518
  • 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
  • amdegroot/ssd.pytorchAvatar amdegroot

    amdegroot/ssd.pytorch

    5,224Vezi pe GitHub↗

    This is a PyTorch object detection framework that implements the Single Shot MultiBox Detector for identifying and localizing multiple objects within images and video. The project provides a neural network architecture designed for single-shot object detection, which predicts bounding boxes and class labels in one pass. The implementation includes a real-time object detector capable of processing live video streams to track and label objects across sequential frames. It also features a complete computer vision training pipeline for preparing image datasets and training model weights. The fra

    Pythoncomputer-visiondeep-learningimage-recognition
    Vezi pe GitHub↗5,224
Vezi toate cele 30 alternative pentru ConvNet.pytorch→

Întrebări frecvente

Care sunt principalele funcționalități ale eladhoffer/convnet.pytorch?

Principalele funcționalități ale eladhoffer/convnet.pytorch sunt: Computer Vision Models, Model Implementations.

Care sunt câteva alternative open-source pentru eladhoffer/convnet.pytorch?

Alternativele open-source pentru eladhoffer/convnet.pytorch includ: amdegroot/ssd.pytorch — This is a PyTorch object detection framework that implements the Single Shot MultiBox Detector for identifying and… aosokin/biogans. 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. 1adrianb/face-alignment — This is a PyTorch-based computer vision library for detecting 2D and 3D facial landmark coordinates. It functions as a… bamos/densenet.pytorch — A PyTorch implementation of DenseNet.