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

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetServeur MCPÀ proposNotre méthodologiePresse
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

31 dépôts

Awesome GitHub RepositoriesConvolutional Neural Networks (CNNs)

Explore 31 awesome GitHub repositories matching part of an awesome list · Convolutional Neural Networks (CNNs). Refine with filters or upvote what's useful.

Awesome Convolutional Neural Networks (CNNs) GitHub Repositories

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • rwightman/pytorch-image-modelsAvatar de rwightman

    rwightman/pytorch-image-models

    36,893Voir sur GitHub↗

    This project is a library of pretrained computer vision architectures and backbones for image classification and feature extraction. It serves as a comprehensive model zoo and collection of standardized image encoders, including ResNet, Vision Transformers, and EfficientNet, for use in visual analysis and as backbones for object detection and image segmentation. The library provides a framework for distributed training and evaluation of image models using advanced data augmentation and optimization scripts. It includes a dedicated toolset for converting trained PyTorch vision models into the

    Listed in the “Convolutional Neural Networks (CNNs)” section of the The Incredible Pytorch awesome list.

    Python
    Voir sur GitHub↗36,893
  • utkuozbulak/pytorch-cnn-visualizationsAvatar de utkuozbulak

    utkuozbulak/pytorch-cnn-visualizations

    8,219Voir sur GitHub↗

    Il s'agit d'une boîte à outils de visualisation CNN PyTorch conçue pour l'interprétabilité des réseaux de neurones. Elle fournit un ensemble d'outils pour expliquer les décisions des modèles et analyser le comportement interne des réseaux de neurones convolutifs par la visualisation des activations, des gradients et des filtres. Le projet implémente des techniques spécialisées pour synthétiser des images représentatives, y compris des optimisations Deep Dream pour amplifier les motifs et la génération d'images spécifiques à une classe via l'optimisation des entrées. Il dispose également d'un générateur de cartes de saillance qui produit des cartes thermiques basées sur le gradient pour identifier les régions d'image spécifiques influençant un résultat de classification. La boîte à outils couvre des capacités plus larges pour l'analyse de couches, telles que la reconstruction de représentations d'entrée à partir d'activations internes et la visualisation des filtres de réseau. Elle inclut des méthodes pour la visualisation des gradients et des techniques de réduction du bruit pour améliorer la clarté des cartes de saillance.

    Listed in the “Convolutional Neural Networks (CNNs)” section of the The Incredible Pytorch awesome list.

    Python
    Voir sur GitHub↗8,219
  • jwyang/faster-rcnn.pytorchAvatar de jwyang

    jwyang/faster-rcnn.pytorch

    7,859Voir sur GitHub↗

    Ce projet est un framework de détection d'objets PyTorch qui implémente l'architecture Faster R-CNN. Il sert de modèle de vision pour prédire des boîtes englobantes précises autour de multiples objets dans des images et des flux vidéo en direct. Le système est optimisé pour l'entraînement multi-GPU afin de réduire le temps requis pour la convergence du modèle. Il utilise une conception accélérée par GPU pour gérer l'entraînement et l'inférence de réseaux de détection complexes. Le framework couvre le cycle de vie complet de la détection d'objets, y compris l'entraînement de réseaux personnalisés et l'inférence pour les images statiques et les flux vidéo en temps réel. Il inclut des capacités pour la validation des performances du modèle en utilisant des jeux de données standardisés, ainsi que des optimisations d'entraînement telles que le regroupement basé sur le rapport d'aspect et les charges de travail distribuées.

    Listed in the “Convolutional Neural Networks (CNNs)” section of the The Incredible Pytorch awesome list.

    Python
    Voir sur GitHub↗7,859
  • kuangliu/pytorch-cifarAvatar de kuangliu

    kuangliu/pytorch-cifar

    6,360Voir sur GitHub↗

    This is a PyTorch-based training pipeline designed for reproducible image classification benchmarking on the CIFAR-10 dataset. It integrates GPU-accelerated computation, data augmentation, learning rate scheduling, and checkpointing to produce consistent accuracy measurements across multiple ResNet architectures. The project distinguishes itself by providing a fixed-architecture benchmark suite that trains a predefined set of ResNet variants, from ResNet18 through ResNet152, on CIFAR-10. It implements a step-based learning rate decay schedule at predetermined epochs to stabilize convergence,

    Listed in the “Convolutional Neural Networks (CNNs)” section of the The Incredible Pytorch awesome list.

    Pythonpytorch
    Voir sur GitHub↗6,360
  • osmr/imgclsmobAvatar de osmr

    osmr/imgclsmob

    3,018Voir sur GitHub↗

    This repo is used to research convolutional networks primarily for computer vision tasks. For this purpose, the repo contains (re)implementations of various classification, segmentation, detection, and pose estimation models and scripts for training/evaluating/converting.

    Listed in the “Convolutional Neural Networks (CNNs)” section of the The Incredible Pytorch awesome list.

    Python
    Voir sur GitHub↗3,018
  • aaron-xichen/pytorch-playgroundAvatar de aaron-xichen

    aaron-xichen/pytorch-playground

    2,714Voir sur GitHub↗

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

    Listed in the “Convolutional Neural Networks (CNNs)” section of the The Incredible Pytorch awesome list.

    Pythonpytorchpytorch-tutorialpytorch-tutorials
    Voir sur GitHub↗2,714
  • bgshih/crnnAvatar de bgshih

    bgshih/crnn

    2,104Voir sur GitHub↗

    Convolutional Recurrent Neural Network

    Listed in the “Convolutional Neural Networks (CNNs)” section of the The Incredible Pytorch awesome list.

    Lua
    Voir sur GitHub↗2,104
  • longcw/faster_rcnn_pytorchAvatar de longcw

    longcw/faster_rcnn_pytorch

    1,777Voir sur GitHub↗

    Faster RCNN with PyTorch

    Listed in the “Convolutional Neural Networks (CNNs)” section of the The Incredible Pytorch awesome list.

    Pythoncomputer-visiondetectionfaster-rcnn
    Voir sur GitHub↗1,777
  • ranahanocka/meshcnnAvatar de ranahanocka

    ranahanocka/MeshCNN

    1,727Voir sur GitHub↗

    MeshCNN is a general-purpose deep neural network for 3D triangular meshes, which can be used for tasks such as 3D shape classification or segmentation. This framework includes convolution, pooling and unpooling layers which are applied directly on the mesh edges.

    Listed in the “Convolutional Neural Networks (CNNs)” section of the The Incredible Pytorch awesome list.

    Python
    Voir sur GitHub↗1,727
  • gpleiss/efficient_densenet_pytorchAvatar de gpleiss

    gpleiss/efficient_densenet_pytorch

    1,535Voir sur GitHub↗

    A memory-efficient implementation of DenseNets

    Listed in the “Convolutional Neural Networks (CNNs)” section of the The Incredible Pytorch awesome list.

    Pythondeep-learningdensenetpytorch
    Voir sur GitHub↗1,535
  • szagoruyko/attention-transferAvatar de szagoruyko

    szagoruyko/attention-transfer

    1,464Voir sur GitHub↗

    Improving Convolutional Networks via Attention Transfer (ICLR 2017)

    Listed in the “Convolutional Neural Networks (CNNs)” section of the The Incredible Pytorch awesome list.

    Jupyter Notebookattentiondeep-learningknowledge-distillation
    Voir sur GitHub↗1,464
  • fyu/drnAvatar de fyu

    fyu/drn

    1,105Voir sur GitHub↗

    Dilated Residual Networks

    Listed in the “Convolutional Neural Networks (CNNs)” section of the The Incredible Pytorch awesome list.

    Python
    Voir sur GitHub↗1,105
  • sniklaus/pytorch-sepconvAvatar de sniklaus

    sniklaus/pytorch-sepconv

    1,021Voir sur GitHub↗

    an implementation of Video Frame Interpolation via Adaptive Separable Convolution using PyTorch

    Listed in the “Convolutional Neural Networks (CNNs)” section of the The Incredible Pytorch awesome list.

    Python
    Voir sur GitHub↗1,021
  • oeway/pytorch-deform-convAvatar de oeway

    oeway/pytorch-deform-conv

    906Voir sur GitHub↗

    PyTorch implementation of Deformable Convolution

    Listed in the “Convolutional Neural Networks (CNNs)” section of the The Incredible Pytorch awesome list.

    Pythondeep-learningdeep-learning-algorithms
    Voir sur GitHub↗906
  • bamos/densenet.pytorchAvatar de bamos

    bamos/densenet.pytorch

    838Voir sur GitHub↗

    A PyTorch implementation of DenseNet.

    Listed in the “Convolutional Neural Networks (CNNs)” section of the The Incredible Pytorch awesome list.

    Python
    Voir sur GitHub↗838
  • szagoruyko/diracnetsAvatar de szagoruyko

    szagoruyko/diracnets

    590Voir sur GitHub↗

    Training Very Deep Neural Networks Without Skip-Connections

    Listed in the “Convolutional Neural Networks (CNNs)” section of the The Incredible Pytorch awesome list.

    Jupyter Notebook
    Voir sur GitHub↗590
  • szagoruyko/functional-zooAvatar de szagoruyko

    szagoruyko/functional-zoo

    585Voir sur GitHub↗

    PyTorch and Tensorflow functional model definitions

    Listed in the “Convolutional Neural Networks (CNNs)” section of the The Incredible Pytorch awesome list.

    Jupyter Notebook
    Voir sur GitHub↗585
  • shrubb/box-convolutionsAvatar de shrubb

    shrubb/box-convolutions

    508Voir sur GitHub↗

    PyTorch code for the "Deep Neural Networks with Box Convolutions" paper

    Listed in the “Convolutional Neural Networks (CNNs)” section of the The Incredible Pytorch awesome list.

    C++
    Voir sur GitHub↗508
  • 1zb/deformable-convolution-pytorchAvatar de 1zb

    1zb/deformable-convolution-pytorch

    410Voir sur GitHub↗

    PyTorch implementation of Deformable Convolution

    Listed in the “Convolutional Neural Networks (CNNs)” section of the The Incredible Pytorch awesome list.

    Cuda
    Voir sur GitHub↗410
  • xternalz/wideresnet-pytorchAvatar de xternalz

    xternalz/WideResNet-pytorch

    346Voir sur GitHub↗

    Wide Residual Networks (WideResNets) in PyTorch

    Listed in the “Convolutional Neural Networks (CNNs)” section of the The Incredible Pytorch awesome list.

    Python
    Voir sur GitHub↗346
Préc.12Suivant
  1. Home
  2. Part of an Awesome List
  3. More to explore
  4. Convolutional Neural Networks (CNNs)