8 مستودعات
Libraries providing neural network architectures specifically for complex visual analysis and image processing tasks.
Distinct from Deep Learning Libraries: Distinct from general deep learning libraries as it focuses specifically on image processing architectures.
Explore 8 awesome GitHub repositories matching artificial intelligence & ml · Deep Learning Image Processing Libraries. Refine with filters or upvote what's useful.
This project is a PyTorch-based computer vision library and deep learning image processing framework. It provides a collection of neural network architectures designed for visual analysis tasks, specifically focusing on image classification, object detection, and semantic segmentation. The toolset implements diverse methodologies for visual recognition, including anchor-free object detection, regional proposal networks, and heatmap-based keypoint estimation. It utilizes both convolutional neural networks for spatial feature extraction and transformer-based self-attention mechanisms to compute
Implements a collection of deep learning architectures for performing complex visual analysis on image datasets.
This project is a deep learning image restoration tool designed to remove scratches, fading, and noise from aged photographs and film. It utilizes generative adversarial networks for image translation, alongside specialized networks for face enhancement and video colorization. The system distinguishes itself through a combination of latent-space domain mapping and progressive face enhancement to recover blurred or missing high-frequency facial details. For video content, it employs a colorization framework that uses optical flow and temporal guidance to propagate color from selected keyframes
Provides a deep learning system designed to remove scratches, fading, and noise from aged photographs and film.
PaddleGAN is a generative AI framework and deep learning computer vision library built on the PaddlePaddle framework. It serves as a toolkit for image and video synthesis, providing a collection of generative adversarial network implementations for creating synthetic visual content. The library focuses on advanced synthesis capabilities, including the generation of talking heads through lip motion synchronization and the creation of synthetic videos via motion transfer from driving sequences. It provides tools for domain-to-domain translation, allowing for image style transfer and the transfo
Serves as a deep learning computer vision library for facial feature processing and high-resolution image repair.
ESRGAN is a deep learning image restoration framework designed for image super-resolution. It uses a generative adversarial network system to upscale low-resolution images into high-quality versions with sharp visual details and recovered fine textures. The framework implements a perceptual super-resolution model that optimizes the trade-off between perceived visual quality and pixel-level signal-to-noise ratio. It includes weight-interpolation blending to allow for the adjustment of visual sharpness and signal-to-noise ratios by mixing weights from different trained models. The system cover
Provides a deep learning framework for recovering fine textures and edges in low-resolution images.
is-thirteen هي مكتبة للتحقق من الأرقام ومدقق للمساواة العددية مصممة للتحقق مما إذا كان الإدخال المعطى يساوي القيمة ثلاثة عشر. تعمل كأداة لتصنيف البيانات تحدد هذه القيمة المحددة عبر تدفقات الإدخال الرقمية والنصية والمرئية. يتضمن المشروع مصنف أرقام يعتمد على الصور يستخدم التعلم العميق وتحليل الشبكات العصبية لتحديد التمثيلات المرئية للرقم ثلاثة عشر داخل الصور المرفوعة. تغطي المكتبة مجموعة متنوعة من طرق التحقق، بما في ذلك المساواة الحسابية الدقيقة، ومطابقة القيم التقريبية ضمن نطاقات سماح محددة، وتحليل التدوين العلمي، ومطابقة الأنماط اللغوية للأشكال المكتوبة للرقم.
Uses a deep learning neural network to analyze images for visual representations of the number thirteen.
توفر أداة تحسين دقة الصور القائمة على PyTorch خط أنابيب لتعلم الآلة لرفع دقة الصور منخفضة الدقة. وتستخدم شبكات الخصومة التوليدية (GANs) لزيادة كثافة البكسل وإعادة بناء تفاصيل الصور عالية الدقة. يتضمن النظام أداة رفع دقة الصور القائمة على GAN وخط أنابيب تدريب يحسن أوزان الشبكة العصبية باستخدام مجموعات بيانات مقترنة ودوال خسارة مخصصة. لإدارة موارد الأجهزة، يقوم معالج الصور القائم على التصحيح بتقسيم الملفات عالية الدقة إلى أجزاء أصغر لمنع أخطاء تخصيص الذاكرة وتعطل النظام. تشمل القدرات الإضافية تطبيق أوزان النماذج المدربة مسبقاً لإزالة الضوضاء ومراقب تدريب الشبكة العصبية الذي يصور مقاييس الأداء وملفات السجل من خلال لوحة تحكم.
Utilizes deep learning architectures to remove noise and increase the resolution of digital photographs.
CV-Backbones هي مكتبة للعمود الفقري (backbone) لرؤية الحاسوب ومستودع نماذج يوفر مجموعة من معماريات الشبكات العصبية المحددة مسبقاً لاستخراج الميزات المرئية ومعالجة بيانات الصور. تعمل المكتبة كإطار عمل لرؤية الحاسوب في PyTorch، وتضم مكونات تعلم عميق قابلة لإعادة الاستخدام ومصممة لتحليل الصور وتعلم التمثيل المرئي. تركز المكتبة على معماريات الشبكات العصبية الفعالة لتقليل العبء الحسابي مع الحفاظ على أداء استخراج الميزات. يتم تحقيق ذلك من خلال تنفيذ تصميمات نماذج خفيفة الوزن مثل GhostNet وMLP. يغطي المشروع مجموعة واسعة من معماريات النماذج، بما في ذلك الشبكات العصبية الالتفافية والمحولات. كما يتضمن نظاماً نمطياً لتبديل تطبيقات العمود الفقري وآلية لتحميل الأوزان المدربة مسبقاً لتسريع التقارب.
Provides a library of neural network architectures tailored for complex visual analysis and image processing pipelines.
This project is a deep learning library built for single-image super-resolution and visual enhancement. It provides a framework for training and deploying neural network architectures designed to reconstruct high-resolution images from low-resolution sources, effectively recovering fine details and removing artifacts caused by downscaling or compression. The library distinguishes itself through the implementation of generative adversarial networks and residual block architectures, which work together to improve the realism and clarity of upscaled outputs. It supports training through both pix
Provides neural network architectures specifically for complex visual enhancement and image processing tasks.