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

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

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

bearpaw/pytorch-classification

0
View on GitHub↗
1,740 نجوم·555 تفرعات·Python·MIT·1 مشاهدة

Pytorch Classification

Classification with PyTorch.

Features

  • Computer Vision Models - Framework for image classification on CIFAR and ImageNet datasets.
  • Model Implementations - Unified framework for image classification tasks.

سجل النجوم

مخطط تاريخ النجوم لـ bearpaw/pytorch-classificationمخطط تاريخ النجوم لـ bearpaw/pytorch-classification

بحث بالذكاء الاصطناعي

استكشف المزيد من المستودعات الرائعة

صف ما تحتاجه بلغة بسيطة — وسيقوم الذكاء الاصطناعي بترتيب آلاف المشاريع مفتوحة المصدر المنسقة حسب الصلة.

Start searching with AI

بدائل مفتوحة المصدر لـ Pytorch Classification

مشاريع مفتوحة المصدر مشابهة، مرتبة حسب عدد الميزات المشتركة مع Pytorch Classification.
  • 1zb/deformable-convolution-pytorchالصورة الرمزية لـ 1zb

    1zb/deformable-convolution-pytorch

    410عرض على GitHub↗

    PyTorch implementation of Deformable Convolution

    Cuda
    عرض على GitHub↗410
  • 1adrianb/face-alignmentالصورة الرمزية لـ 1adrianb

    1adrianb/face-alignment

    7,518عرض على 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
    عرض على GitHub↗7,518
  • aaron-xichen/pytorch-playgroundالصورة الرمزية لـ aaron-xichen

    aaron-xichen/pytorch-playground

    2,714عرض على GitHub↗

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

    Pythonpytorchpytorch-tutorialpytorch-tutorials
    عرض على GitHub↗2,714
  • amdegroot/ssd.pytorchالصورة الرمزية لـ amdegroot

    amdegroot/ssd.pytorch

    5,224عرض على 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
    عرض على GitHub↗5,224
عرض جميع البدائل الـ 30 لـ Pytorch Classification→

الأسئلة الشائعة

ما هي وظيفة bearpaw/pytorch-classification؟

Classification with PyTorch.

ما هي الميزات الرئيسية لـ bearpaw/pytorch-classification؟

الميزات الرئيسية لـ bearpaw/pytorch-classification هي: Computer Vision Models, Model Implementations.

ما هي البدائل مفتوحة المصدر لـ bearpaw/pytorch-classification؟

تشمل البدائل مفتوحة المصدر لـ bearpaw/pytorch-classification: 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.