awesome-repositories.com
المدونة
MCP
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعخادم MCPحولكيفية ترتيب النتائجالصحافة
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

30 مستودعات

Awesome GitHub RepositoriesComputer Vision Training

Standardized training routines and scripts for image-based neural network architectures.

Distinguishing note: Focuses on image-specific model training workflows rather than general-purpose NLP or tabular data training.

Explore 30 awesome GitHub repositories matching artificial intelligence & ml · Computer Vision Training. Refine with filters or upvote what's useful.

Awesome Computer Vision Training GitHub Repositories

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • deepspeedai/deepspeedالصورة الرمزية لـ deepspeedai

    deepspeedai/DeepSpeed

    42,528عرض على GitHub↗

    DeepSpeed is a high-performance library designed to scale deep learning model training and inference across massive clusters of GPUs and compute nodes. It provides a comprehensive suite of tools for distributed training, enabling the execution of models that exceed the memory capacity of single devices through advanced parameter partitioning, pipeline-based model parallelism, and memory-efficient state offloading. The framework distinguishes itself through specialized communication-efficient optimizers and hardware-aware acceleration techniques. By utilizing gradient compression, quantization

    The framework includes standard training scripts for image datasets to verify model performance and establish baseline accuracy metrics for neural networks.

    Pythonbillion-parameterscompressiondata-parallelism
    عرض على GitHub↗42,528
  • rwightman/pytorch-image-modelsالصورة الرمزية لـ rwightman

    rwightman/pytorch-image-models

    36,893عرض على 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

    Provides optimized training routines and scripts specifically for image-based neural network architectures.

    Python
    عرض على GitHub↗36,893
  • huggingface/pytorch-image-modelsالصورة الرمزية لـ huggingface

    huggingface/pytorch-image-models

    36,893عرض على GitHub↗

    This project is a comprehensive library of state-of-the-art neural network architectures designed for image classification and feature extraction. It provides a complete deep learning training framework that supports distributed execution, allowing users to build, train, and fine-tune vision models using optimized schedulers and pre-configured training recipes. The library distinguishes itself through a modular backbone architecture that treats neural networks as decoupled feature extractors, enabling the retrieval of multi-scale outputs for downstream tasks like object detection and segmenta

    Building and training deep learning models for image classification by leveraging distributed training scripts, optimized schedulers, and pre-configured training recipes.

    Pythonaugmixconvnextdistributed-training
    عرض على GitHub↗36,893
  • microsoft/swin-transformerالصورة الرمزية لـ microsoft

    microsoft/Swin-Transformer

    15,715عرض على GitHub↗

    Swin-Transformer is a deep learning framework designed for training and deploying hierarchical vision transformer models. It serves as a research library and toolkit for computer vision tasks, providing the infrastructure to build models that replace standard convolution operations with sliding window self-attention mechanisms. By utilizing a multi-scale feature hierarchy, the framework enables the processing of visual data at varying resolutions and spatial scales. The project distinguishes itself through its implementation of shifted window partitioning, which facilitates global information

    Provides standardized training routines for transformer-based computer vision models on large-scale infrastructure.

    Pythonade20kimage-classificationimagenet
    عرض على GitHub↗15,715
  • paddlepaddle/paddledetectionالصورة الرمزية لـ PaddlePaddle

    PaddlePaddle/PaddleDetection

    14,243عرض على 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

    Provides comprehensive training routines for object detection, segmentation, and tracking models.

    Pythonblazefacedeepsortdetr
    عرض على GitHub↗14,243
  • alex000kim/nsfw_data_scraperالصورة الرمزية لـ alex000kim

    alex000kim/nsfw_data_scraper

    12,575عرض على GitHub↗

    This project is a machine learning data pipeline designed to automate the collection, curation, and preparation of large-scale image datasets. It functions as an image dataset scraper and computer vision curator, providing the necessary infrastructure to aggregate categorized files from web sources and organize them into structured directories for model development. The system distinguishes itself through a batch-processing architecture that integrates data acquisition with automated integrity validation. By scanning files to remove corrupted or invalid images and applying deterministic parti

    Provides standardized training routines for preparing and validating image-based neural network models.

    Shellcontent-moderationdeep-learningmachine-learning
    عرض على GitHub↗12,575
  • microsoft/computervision-recipesالصورة الرمزية لـ microsoft

    microsoft/computervision-recipes

    9,866عرض على GitHub↗

    This project is a collection of educational resources and implementation frameworks providing deep learning model recipes, code samples, and step-by-step guides for computer vision tasks. It organizes complex workflows into modular recipes and implementation guides to facilitate the building of image and video analysis models. The framework focuses on specialized vision capabilities, including an image similarity framework for fast retrieval and re-ranking, human pose estimation, and video action recognition. It also provides specific tools for crowd density estimation and document image clea

    Trains deep neural networks to compute image representations for identifying similar images.

    Jupyter Notebookartificial-intelligenceazurecomputer-vision
    عرض على GitHub↗9,866
  • eriklindernoren/keras-ganالصورة الرمزية لـ eriklindernoren

    eriklindernoren/Keras-GAN

    9,206عرض على GitHub↗

    Keras-GAN is a collection of generative adversarial network implementations built with Keras for synthetic data generation and image manipulation. It provides frameworks for image-to-image translation, image inpainting, and neural image super-resolution. The library includes tools for learning disentangled latent space representations to control specific attributes of synthetic outputs. It also features capabilities for image domain translation using paired or unpaired data and the ability to fill corrupted or missing image parts by analyzing surrounding visual context. The project covers ge

    Extracts structured and disentangled representations to allow precise control over specific attributes of synthetic outputs.

    Python
    عرض على GitHub↗9,206
  • olafenwamoses/imageaiالصورة الرمزية لـ OlafenwaMoses

    OlafenwaMoses/ImageAI

    8,867عرض على GitHub↗

    ImageAI is a Python computer vision library providing a suite of tools for image classification, object detection, and video analytics. It functions as an integrated framework for locating and labeling objects in static images and video streams, utilizing deep learning models for identification and categorization. The project includes a model training toolkit that allows for the creation of custom classifiers and detectors through scratch training or transfer learning. It features a GPU-accelerated inference engine to increase processing speed for vision tasks and includes specialized utiliti

    Prepares image datasets and trains detection networks from scratch or via transfer learning.

    Pythonai-practice-recommendationsalgorithmartificial-intelligence
    عرض على GitHub↗8,867
  • baowenbo/dainالصورة الرمزية لـ baowenbo

    baowenbo/DAIN

    8,311عرض على GitHub↗

    DAIN is a video frame synthesis engine and AI video upsampling tool designed to increase video playback smoothness. It functions as a computer vision model that synthesizes intermediate frames between existing images to transform low frame rate video into high frame rate content. The system utilizes depth-aware video frame interpolation to predict the motion of pixels between consecutive images. By analyzing spatial depth via depth maps, the tool generates new frames that account for occlusions and overlapping objects to create slow motion effects. The framework incorporates optical flow int

    Utilizes standardized training routines on triplet datasets to improve synthesized frame accuracy.

    Python
    عرض على GitHub↗8,311
  • princeton-vl/infinigenالصورة الرمزية لـ princeton-vl

    princeton-vl/infinigen

    7,022عرض على GitHub↗

    Infinigen is a procedural 3D scene generation framework that creates photorealistic indoor and outdoor environments for computer vision training data. It combines constraint-based object placement, GPU geometry shaders, and ground-truth rendering passes to produce scenes with depth, normals, and segmentation masks alongside final images. The framework distinguishes itself through modular asset composition, a node-graph material system, and physics simulation integration that embeds rigid-body and fluid dynamics directly into the generation pipeline. Procedural rule-based scene composition and

    Produces photorealistic scenes with ground-truth annotations to support supervised model training.

    Python
    عرض على GitHub↗7,022
  • apple/corenetالصورة الرمزية لـ apple

    apple/corenet

    6,999عرض على GitHub↗

    Corenet is a deep learning training framework and computer vision model library designed for developing neural networks across vision, text, and audio modalities. It functions as a distributed training orchestrator for scaling workloads across multiple compute nodes and provides a multimodal data pipeline for processing image, text, and video data. The project includes a model conversion toolkit for transforming weights and architectures between different machine learning frameworks. It also provides tools for optimizing model performance on Apple Silicon and reducing response latency in gene

    Provides standardized training routines and scripts for image-based neural network architectures.

    Jupyter Notebook
    عرض على GitHub↗6,999
  • liuruoze/easyprالصورة الرمزية لـ liuruoze

    liuruoze/EasyPR

    6,425عرض على GitHub↗

    EasyPR is an automatic license plate recognition system designed to detect vehicle license plates and extract alphanumeric characters from images of Chinese vehicles. It functions as a deep learning OCR tool that converts image regions of license plates into machine-readable text strings. The system includes a specialized detector for identifying vehicle plates within unconstrained environments and complex visual backgrounds. It also provides a synthetic data generator to create artificial image datasets used to train and improve the accuracy of the recognition models. The project covers a m

    Provides training routines for neural networks to improve the accuracy of character and plate detection.

    C++artificial-intelligenceartificial-neural-networkschinese-characters
    عرض على GitHub↗6,425
  • dragen1860/tensorflow-2.x-tutorialsالصورة الرمزية لـ dragen1860

    dragen1860/TensorFlow-2.x-Tutorials

    6,351عرض على GitHub↗

    This project is a collection of TensorFlow 2.x machine learning tutorials and practical code examples. It serves as a deep learning implementation guide for constructing diverse neural network architectures, including convolutional, recurrent, and generative networks. The repository provides templates and examples for several specialized domains, including computer vision for image classification and object detection, natural language processing for text generation and language understanding, and generative AI for synthesizing data using adversarial networks and autoencoders. It also includes

    Provides standardized training routines and scripts for image-based neural network architectures.

    Jupyter Notebookartificial-intelligencecomputer-visiondeep-learning
    عرض على GitHub↗6,351
  • zihangdai/xlnetالصورة الرمزية لـ zihangdai

    zihangdai/xlnet

    6,182عرض على GitHub↗

    هذا المشروع عبارة عن إطار عمل لمعالجة اللغات الطبيعية يركز على نموذج تدريب مسبق ذاتي الانحدار ومعمم مصمم لتمثيل اللغة غير الخاضع للإشراف. ينفذ نموذج لغة يجمع بين التدريب القائم على التبديل وعمود فقري من نوع Transformer-XL ليعمل كمعالج نصوص طويل السياق. يتميز النظام بقدرته على التعامل مع تسلسلات النصوص التي تتجاوز حدود الطول القياسية من خلال استخدام التكرار على مستوى القطعة والترميز الموضعي النسبي. يقوم بتوسيع نطاق التدريب المسبق عالي الأداء عبر وحدات GPU متعددة وعناقيد TPU باستخدام تطبيقات التدريب الموزع. يغطي الكود المصدري سير عمل التعلم الآلي بالكامل، بما في ذلك تنظيف النصوص وتقسيم الكلمات الفرعية للمعالجة المسبقة للبيانات، بالإضافة إلى الضبط الدقيق الخاص بالمهمة للإجابة على الأسئلة، وفهم القراءة، وتصنيف النصوص. يتضمن أدوات لتحسين المعلمات، وجدولة معدل التعلم، وتقييم احتمالات الإجابة من خلال مقاييس الدقة والاستدعاء. يوفر المشروع تكوينات لإدارة المعلمات الفائقة للنموذج والتدريب المسرع بالأجهزة عبر مضيفين متعددين.

    Learns general semantic and syntactic patterns from unlabeled text for use in downstream tasks.

    Python
    عرض على GitHub↗6,182
  • pkmital/tensorflow_tutorialsالصورة الرمزية لـ pkmital

    pkmital/tensorflow_tutorials

    5,668عرض على GitHub↗

    هذا المشروع عبارة عن مجموعة من دفاتر Jupyter التعليمية التي تقدم دروساً حول بناء الشبكات العصبية وعمليات المصفوفات (tensors) باستخدام إطار عمل TensorFlow. يعمل كمستودع تعليمي للتعلم الآلي ودليل تنفيذ لطلاب التعلم العميق. تركز المجموعة على بنيات متقدمة محددة، بما في ذلك الشبكات التلافيفية (CNN) لتصنيف الصور، والشبكات المتبقية (residual networks) مع وصلات التخطي لضمان استقرار التدريب، والمشفرات التلقائية المتغيرة (variational autoencoders) للنمذجة التوليدية وتوليف البيانات. كما تتضمن أدلة لبناء المشفرات التلقائية لإزالة الضوضاء والعميقة لاستخراج الميزات وتقليل الأبعاد. يغطي المستودع نطاقاً أوسع من النمذجة التنبؤية، مع تنفيذ الانحدار الخطي ومتعدد الحدود واللوجستي للتنبؤ بالقيم المستمرة والنتائج الثنائية. المحتوى منظم في دفاتر تفاعلية تسمح للمستخدمين بتنفيذ العمليات الرياضية وتعديل تجارب التعلم الآلي.

    Trains neural networks to learn compressed representation embeddings using Gaussian noise in variational autoencoders.

    Jupyter Notebook
    عرض على GitHub↗5,668
  • karpathy/neuraltalk2الصورة الرمزية لـ karpathy

    karpathy/neuraltalk2

    5,588عرض على GitHub↗

    Neuraltalk2 هو نظام رؤية للتعلم العميق مصمم للتعليق التلقائي على الصور. مبني باستخدام PyTorch، ويستخدم بنية هجينة تجمع بين مشفر شبكة عصبية تلافيفية (CNN) وفك تشفير شبكة عصبية متكررة (RNN) لتوليد أوصاف نصية من المدخلات المرئية. يتميز المشروع بخط تدريب مسرع بواسطة GPU قادر على توزيع أعباء العمل عبر وحدات معالجة رسومات متعددة من خلال التوزيع متعدد العمليات. يدعم توليد أوصاف لكل من ملفات الصور الثابتة وتيارات الفيديو في الوقت الفعلي. يتضمن إطار العمل قدرات لضبط المشفر، وأخذ عينات نصية عبر البحث الشعاعي (Beam search) مع التحكم في درجة الحرارة، واستخدام مقاييس اللغة القياسية في الصناعة لتقييم دقة وطلاقة التعليق. كما يوفر أدوات لمعالجة البيانات مسبقًا، واستمرارية نقاط فحص النموذج، وتصدير التنبؤات إلى ملفات JSON مهيكلة. يتم توفير التنفيذ كدفتر ملاحظات Jupyter.

    Provides standardized training routines to associate visual features with natural language descriptions.

    Jupyter Notebook
    عرض على GitHub↗5,588
  • deci-ai/super-gradientsالصورة الرمزية لـ Deci-AI

    Deci-AI/super-gradients

    5,041عرض على GitHub↗

    Super-Gradients هو إطار عمل للرؤية الحاسوبية لـ PyTorch ومكتبة تدريب مصممة لدورة حياة نماذج الرؤية بالكامل. يعمل كمحسن لنماذج تعلم الآلة ومجموعة أدوات نشر لتدريب وضبط النماذج عبر مهام تصنيف الصور، واكتشاف الكائنات، والتجزئة الدلالية، وتقدير الوضع. يوفر المشروع أدوات محددة لتحسين النماذج، بما في ذلك تقطير المعرفة (Knowledge Distillation) وضغط الدقة الرقمية لتقليل متطلبات الذاكرة والحوسبة. كما يتضمن تنفيذ بنية Yolo-NAS لاكتشاف الكائنات عالي الأداء. يغطي إطار العمل سطح قدرات واسع بما في ذلك التدريب الموزع على GPU، وخطوط أنابيب الرؤية المعيارية، وأتمتة عمليات التدريب عبر تكوينات الوصفات المهيكلة. كما يدير تحميل البيانات، وتعزيز الصور، وتصدير الأوزان المدربة إلى تنسيقات عالمية لمسرعات الأجهزة الإنتاجية.

    Provides standardized training routines and scripts for image-based neural network architectures across multiple vision tasks.

    Jupyter Notebook
    عرض على GitHub↗5,041
  • facebookresearch/co-trackerالصورة الرمزية لـ facebookresearch

    facebookresearch/co-tracker

    4,831عرض على GitHub↗

    Co-tracker is a PyTorch point tracking framework and dense point tracking model designed to map the motion of individual pixels throughout a video. It functions as a video pixel tracker that predicts point trajectories and visibility masks across sequences of video frames. The project includes a computer vision training pipeline that utilizes teacher-student knowledge distillation. This allows for the generation of pseudo-labels from unannotated real video data to fine-tune pre-trained models and reduce the gap between synthetic and real data environments. The framework provides capabilities

    Provides a training pipeline for fine-tuning point tracking models using teacher-student distillation.

    Jupyter Notebookoptical-flowpoint-trackingtrack-anything
    عرض على GitHub↗4,831
  • nvlabs/neuralangeloالصورة الرمزية لـ NVlabs

    NVlabs/neuralangelo

    4,602عرض على GitHub↗

    Neuralangelo is a neural surface reconstruction framework that transforms two-dimensional image sequences and multi-view photography into high-fidelity 3D meshes. It implements a pipeline for training neural radiance fields to represent complex scenes as digital geometry. The project utilizes a signed distance function for surface representation and multi-resolution hash encoding to capture both coarse and fine geometric details. It employs differentiable volume rendering and gradient-based eikonal regularization to ensure the learned distance functions remain physically plausible. The syste

    Provides a GPU-accelerated training workflow for processing image datasets and estimating camera poses.

    Python3d-reconstructioncomputer-graphicscomputer-vision
    عرض على GitHub↗4,602
السابق12التالي
  1. Home
  2. Artificial Intelligence & ML
  3. Computer Vision Training

استكشف الوسوم الفرعية

  • Representation Learning2 وسوم فرعيةTraining neural networks to produce compact vector embeddings that capture visual similarity. **Distinct from Computer Vision Training:** Focuses on the training of embedding models rather than the general execution of training scripts
  • Synthetic Training Data Generators1 وسم فرعيProducing photorealistic scenes with ground-truth annotations to support supervised model training. **Distinct from Computer Vision Training:** Distinct from Computer Vision Training: generates synthetic training data with annotations, not training routines or scripts.