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

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

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

ZijunDeng/pytorch-semantic-segmentation

0
View on GitHub↗
0 نجوم·0 تفرعات·3 مشاهدات

Pytorch Semantic Segmentation

This repository contains some models for semantic segmentation and the pipeline of training and testing models, implemented in PyTorch

Features

  • رؤية الحاسوب - Tools for semantic segmentation tasks.
  • Computer Vision Models - Framework for performing semantic segmentation tasks.
  • Segmentation Architectures - PyTorch implementations of popular segmentation architectures.

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

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

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

Start searching with AI

سجل النجوم

مخطط تاريخ النجوم لـ zijundeng/pytorch-semantic-segmentationمخطط تاريخ النجوم لـ zijundeng/pytorch-semantic-segmentation

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

مشاريع مفتوحة المصدر مشابهة، مرتبة حسب عدد الميزات المشتركة مع Pytorch Semantic Segmentation.
  • facebookresearch/maskrcnn-benchmarkالصورة الرمزية لـ facebookresearch

    facebookresearch/maskrcnn-benchmark

    9,370عرض على GitHub↗

    This project is a modular PyTorch framework for training and evaluating object detection and instance segmentation models. It serves as a computer vision research tool and a deep learning inference engine designed to identify object locations, classes, and pixel-level masks within images. The framework implements a two-stage inference pipeline that utilizes region proposal networks and a symmetric mask-head architecture. It provides specialized capabilities for instance segmentation, object bounding box detection, and human pose estimation via anatomical keypoint detection. The system includ

    Python
    عرض على GitHub↗9,370
  • bodokaiser/piwiseB

    bodokaiser/piwise

    0عرض على GitHub↗

    Pixel-wise segmentation on the VOC2012dataset dataset using pytorchpytorch.

    عرض على GitHub↗0
  • 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
  • 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 Semantic Segmentation→

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

ما هي وظيفة zijundeng/pytorch-semantic-segmentation؟

This repository contains some models for semantic segmentation and the pipeline of training and testing models, implemented in PyTorch

ما هي الميزات الرئيسية لـ zijundeng/pytorch-semantic-segmentation؟

الميزات الرئيسية لـ zijundeng/pytorch-semantic-segmentation هي: رؤية الحاسوب, Computer Vision Models, Segmentation Architectures.

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

تشمل البدائل مفتوحة المصدر لـ zijundeng/pytorch-semantic-segmentation: facebookresearch/maskrcnn-benchmark — This project is a modular PyTorch framework for training and evaluating object detection and instance segmentation… dbolya/yolact — Yolact is a computer vision framework and real-time instance segmentation model. It utilizes a fully convolutional… 1adrianb/face-alignment — This is a PyTorch-based computer vision library for detecting 2D and 3D facial landmark coordinates. It functions as a… amdegroot/ssd.pytorch — This is a PyTorch object detection framework that implements the Single Shot MultiBox Detector for identifying and… cmu-perceptual-computing-lab/openpose — OpenPose is a real-time pose estimation engine designed to detect and track human body, face, hand, and foot… bodokaiser/piwise — Pixel-wise segmentation on the [VOC2012][dataset] dataset using [pytorch][pytorch].