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
·
facebookresearch avatar

facebookresearch/ConvNeXtArchived

0
View on GitHub↗

ConvNeXt

Code release for ConvNeXt model

Features

  • Image Classification Models - Provides a pure convolutional neural network for image classification matching Vision Transformer accuracy.

Recherche par IA

Explorez plus de dépôts awesome

Décrivez vos besoins en langage naturel — l'IA classe des milliers de projets open source sélectionnés par pertinence.

Start searching with AI
  • Convolutional Neural Networks - Ships a convolutional neural network backbone transferable to detection and segmentation tasks.
  • Depthwise Separable Convolutions - Uses 7x7 depthwise separable convolutions for efficient spatial context capture.
  • Hierarchical Stage Architectures - Organizes layers into four stages with increasing channel dimensions and decreasing spatial resolution.
  • Overlap Patch Embeddings - Replaces standard patch embedding with a convolutional layer processing overlapping image patches.
  • Pre-Activation Residual Blocks - Constructs residual blocks with activation and normalization applied before the convolution.
  • Learnable Scaling Layers - Implements learnable scaling factors on residual block outputs to stabilize deep network training.
  • Global Response Normalizers - Ships a global response normalization layer that normalizes feature maps across spatial dimensions.
  • Stochastic Depth Regularization - Applies stochastic depth regularization by randomly dropping residual blocks during training.
  • PyTorch Implementations - Implements the ConvNeXt architecture using the PyTorch framework for image recognition.
  • Strided Convolution Downsamplers - Implements strided 2x2 convolutions for spatial downsampling in the ConvNeXt architecture.
  • ImageNet Classifier Training - Provides training scripts for ConvNeXt models on ImageNet-1K and ImageNet-22K datasets.
  • Pre-trained Model Checkpoints - Provides pre-trained checkpoints and evaluation scripts for measuring top-1 and top-5 accuracy.
  • Model Fine-Tuning - Supports adapting pre-trained ConvNeXt models to custom datasets with training and logging.
  • Task-Specific Fine-Tuning Pipelines - Supports transferring the pre-trained ConvNeXt backbone to detection, segmentation, or custom tasks.
  • Pre-trained Model Zoos - Offers pre-trained model checkpoints ready for fine-tuning or direct inference on custom datasets.
  • Training and Evaluation Pipelines - Ships a training pipeline for ConvNeXt models on ImageNet-1K and ImageNet-22K datasets.
  • Vision - Ships scripts to adapt pre-trained ConvNeXt models to custom datasets with logging support.
  • Model Evaluation Benchmarks - Includes scripts to evaluate pre-trained ConvNeXt models on ImageNet validation data.
  • Attention Free Architectures - Modernized convolutional neural network design for the 2020s.
  • Vision par ordinateur - Modernized convolutional neural network architecture.
  • CNN - Listed in the “CNN” section of the Ailia Models awesome list.
  • 6,388 stars·743 forks·Python·MIT·8 vues

    Historique des stars

    Graphique de l'historique des stars pour facebookresearch/convnextGraphique de l'historique des stars pour facebookresearch/convnext

    Questions fréquentes

    Que fait facebookresearch/convnext ?

    Code release for ConvNeXt model

    Quelles sont les fonctionnalités principales de facebookresearch/convnext ?

    Les fonctionnalités principales de facebookresearch/convnext sont : Image Classification Models, Convolutional Neural Networks, Depthwise Separable Convolutions, Hierarchical Stage Architectures, Overlap Patch Embeddings, Pre-Activation Residual Blocks, Learnable Scaling Layers, Global Response Normalizers.

    Quelles sont les alternatives open-source à facebookresearch/convnext ?

    Les alternatives open-source à facebookresearch/convnext incluent : kaiminghe/deep-residual-networks — This project provides a deep residual network framework and pre-trained PyTorch models designed for high-accuracy… fchollet/deep-learning-models — This project is a collection of deep learning tools for image classification and audio tagging, providing a repository… paddlepaddle/paddledetection — PaddleDetection is an object detection framework designed for the end-to-end development, training, and deployment of… tingsongyu/pytorch-tutorial-2nd — This project is a comprehensive instructional resource and course for building neural networks using PyTorch. It… ultralytics/ultralytics — Ultralytics is a comprehensive computer vision framework designed for training, validating, and deploying deep… ultralytics/yolov5 — YOLOv5 is a comprehensive computer vision framework designed for end-to-end deep learning, specializing in real-time…

    Alternatives open source à ConvNeXt

    Projets open source similaires, classés selon le nombre de fonctionnalités partagées avec ConvNeXt.
    • kaiminghe/deep-residual-networksAvatar de KaimingHe

      KaimingHe/deep-residual-networks

      6,738Voir sur GitHub↗

      This project provides a deep residual network framework and pre-trained PyTorch models designed for high-accuracy image recognition. It implements a neural network architecture that utilizes skip connections to enable the training of very deep models without gradient degradation. The system is designed for computer vision tasks, including image classification, object detection, and visual data segmentation. It includes weights trained on ImageNet to support transfer learning and the fine-tuning of models on custom image datasets. The architectural design focuses on residual learning blocks,

      Voir sur GitHub↗6,738
    • fchollet/deep-learning-modelsAvatar de fchollet

      fchollet/deep-learning-models

      7,349Voir sur GitHub↗

      This project is a collection of deep learning tools for image classification and audio tagging, providing a repository of pre-trained model weights and architectures. It serves as a Keras model zoo that enables the immediate use of established neural networks for inference and transfer learning. The library includes a music tagging framework that classifies audio recordings using convolutional recurrent neural networks and mel-spectrograms. For visual data, it provides implementations of architectures such as ResNet, VGG, and Xception, alongside a repository of weights trained on large datase

      Python
      Voir sur GitHub↗7,349
    • paddlepaddle/paddledetectionAvatar de PaddlePaddle

      PaddlePaddle/PaddleDetection

      14,243Voir sur GitHub↗

      PaddleDetection is an object detection framework designed for the end-to-end development, training, and deployment of computer vision models. It provides a comprehensive library of modular neural network architectures and pipelines that support object detection, instance segmentation, and multi-object tracking tasks. The project distinguishes itself through a configuration-driven approach that decouples model components like backbones and heads, allowing for the flexible assembly of custom vision workflows. It incorporates advanced techniques such as anchor-free detection logic, joint detecti

      Pythonblazefacedeepsortdetr
      Voir sur GitHub↗14,243
  • tingsongyu/pytorch-tutorial-2ndAvatar de TingsongYu

    TingsongYu/PyTorch-Tutorial-2nd

    4,555Voir sur GitHub↗

    This project is a comprehensive instructional resource and course for building neural networks using PyTorch. It covers the fundamental building blocks of deep learning, including tensor manipulation, automatic differentiation, and the construction of modular neural network components. The repository serves as a technical guide for several specialized domains. It provides implementation details for computer vision tasks such as image classification, object detection, and semantic segmentation, as well as natural language processing workflows involving transformers, recurrent networks, and gen

    Jupyter Notebookcomputer-visiondeepsortdiffusion-models
    Voir sur GitHub↗4,555
  • Voir les 30 alternatives à ConvNeXt→