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

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

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

NVIDIA/semantic-segmentation

0
View on GitHub↗
1,823 نجوم·387 تفرعات·Python·BSD-3-Clause·5 مشاهدات

Semantic Segmentation

Nvidia Semantic Segmentation monorepo

Features

  • رؤية الحاسوب - High-performance semantic segmentation models.
  • Computer Vision Models - Semantic segmentation via video propagation.
  • Robust Learning Frameworks - Improves semantic segmentation via label relaxation.
  • Segmentation - Listed in the “Segmentation” section of the The Incredible Pytorch awesome list.

سجل النجوم

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

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

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

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

Start searching with AI

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

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

    facebookresearch/detectron2

    34,548عرض على GitHub↗

    Detectron2 is a PyTorch computer vision framework and visual recognition platform designed for training and deploying models for object detection, image segmentation, and visual recognition. It provides a research-oriented environment for training complex vision models with multi-GPU acceleration. The project includes a specialized object detection library for identifying and locating multiple objects via bounding boxes, as well as an image segmentation toolkit for creating pixel-level masks through instance, semantic, and panoptic segmentation. Additionally, it features a human pose estimati

    Python
    عرض على GitHub↗34,548
  • bodokaiser/piwiseB

    bodokaiser/piwise

    0عرض على GitHub↗

    Pixel-wise segmentation on the VOC2012dataset dataset using pytorchpytorch.

    عرض على GitHub↗0
  • 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
  • 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
عرض جميع البدائل الـ 30 لـ Semantic Segmentation→

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

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

Nvidia Semantic Segmentation monorepo

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

الميزات الرئيسية لـ nvidia/semantic-segmentation هي: رؤية الحاسوب, Computer Vision Models, Robust Learning Frameworks, Segmentation.

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

تشمل البدائل مفتوحة المصدر لـ nvidia/semantic-segmentation: bodokaiser/piwise — Pixel-wise segmentation on the [VOC2012][dataset] dataset using [pytorch][pytorch]. facebookresearch/detectron2 — Detectron2 is a PyTorch computer vision framework and visual recognition platform designed for training and deploying… catalyst-team/segmentation — Catalyst.Segmentation. achaiah/pywick — High-level batteries-included neural network training library for Pytorch. 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…