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

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

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

idealo/image-super-resolutionArchived

0
View on GitHub↗
4,813 نجوم·769 تفرعات·Python·Apache-2.0·8 مشاهداتidealo.github.io/image-super-resolution↗

Image Super Resolution

توفر أداة تحسين دقة الصور القائمة على PyTorch خط أنابيب لتعلم الآلة لرفع دقة الصور منخفضة الدقة. وتستخدم شبكات الخصومة التوليدية (GANs) لزيادة كثافة البكسل وإعادة بناء تفاصيل الصور عالية الدقة.

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

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

Features

  • Image Enhancement - Improves clarity and pixel density of low-resolution images using generative adversarial networks.
  • Deep Learning Image Processing Libraries - Utilizes deep learning architectures to remove noise and increase the resolution of digital photographs.
  • Deep Learning Training Pipelines - Provides an end-to-end workflow for optimizing neural network weights using paired datasets and custom loss functions.
  • Resolution Upscalers - Increases image resolution by synthesizing high-frequency details from reference samples via GANs.
  • Image Super Resolution Models - Provides a deep learning tool for upscaling low-resolution images using super-resolution architectures.
  • Generative Adversarial Networks - Uses generative adversarial networks to synthesize high-resolution details and validate the realism of upscaled images.
  • Super-Resolution Model Trainers - Provides training routines for optimizing image upscaling models using custom datasets.
  • GAN-Based Upscalers - Implements a system using generative adversarial networks to reconstruct high-resolution image details.
  • Pre-trained Weight Loading - Loads pre-trained model weights to perform image reconstruction and noise removal without additional training.
  • Super-Resolution Pair Generation - Optimizes network weights by comparing low-resolution inputs against corresponding high-resolution ground truth targets.
  • Dynamic Image Patching - Splits large images into smaller segments during inference to manage memory usage and prevent system crashes.
  • Large Scale Processing - Handles high-resolution files by splitting them into smaller patches to avoid memory allocation errors.
  • Static Image Upscalers - Improves image resolution and removes noise using pre-configured network weights.
  • رؤية الحاسوب - Tools for image upscaling and restoration.
  • Super Resolution - Framework for image super-resolution experiments.

سجل النجوم

مخطط تاريخ النجوم لـ idealo/image-super-resolutionمخطط تاريخ النجوم لـ idealo/image-super-resolution

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

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

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

Start searching with AI

بدائل مفتوحة المصدر لـ Image Super Resolution

مشاريع مفتوحة المصدر مشابهة، مرتبة حسب عدد الميزات المشتركة مع Image Super Resolution.
  • xinntao/esrganالصورة الرمزية لـ xinntao

    xinntao/ESRGAN

    6,556عرض على GitHub↗

    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

    Python
    عرض على GitHub↗6,556
  • david-gpu/srezالصورة الرمزية لـ david-gpu

    david-gpu/srez

    5,271عرض على GitHub↗

    Srez is a deep learning image super-resolution framework designed to upscale low-resolution images into sharp, high-resolution visual features. It functions as a neural network training tool that employs generative adversarial networks to synthesize realistic image details. The project includes a model evolution visualizer that generates animations and image batches to track visual improvements during the training process. It utilizes a combination of adversarial and L1 loss functions to optimize model weights and supports periodic state checkpointing for recovery and deployment. The system

    Python
    عرض على GitHub↗5,271
  • xpixelgroup/basicsrالصورة الرمزية لـ XPixelGroup

    XPixelGroup/BasicSR

    8,297عرض على GitHub↗

    BasicSR is a PyTorch-based image restoration toolbox and framework designed for training and deploying deep learning models to upscale, denoise, and deblur images and videos. It serves as a comprehensive system for image super-resolution and video quality restoration, providing the necessary infrastructure to recover fine visual details and increase pixel density. The project distinguishes itself through specialized toolkits for facial image enhancement and high-fidelity face synthesis, as well as a dedicated video quality restoration suite that utilizes deformable convolutions and generative

    Pythonbasicsrbasicvsrdfdnet
    عرض على GitHub↗8,297
  • krasserm/super-resolutionالصورة الرمزية لـ krasserm

    krasserm/super-resolution

    1,510عرض على GitHub↗

    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

    Pythonedsrkerassingle-image-super-resolution
    عرض على GitHub↗1,510
عرض جميع البدائل الـ 30 لـ Image Super Resolution→

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

ما هي وظيفة idealo/image-super-resolution؟

توفر أداة تحسين دقة الصور القائمة على PyTorch خط أنابيب لتعلم الآلة لرفع دقة الصور منخفضة الدقة. وتستخدم شبكات الخصومة التوليدية (GANs) لزيادة كثافة البكسل وإعادة بناء تفاصيل الصور عالية الدقة.

ما هي الميزات الرئيسية لـ idealo/image-super-resolution؟

الميزات الرئيسية لـ idealo/image-super-resolution هي: Image Enhancement, Deep Learning Image Processing Libraries, Deep Learning Training Pipelines, Resolution Upscalers, Image Super Resolution Models, Generative Adversarial Networks, Super-Resolution Model Trainers, GAN-Based Upscalers.

ما هي البدائل مفتوحة المصدر لـ idealo/image-super-resolution؟

تشمل البدائل مفتوحة المصدر لـ idealo/image-super-resolution: xinntao/esrgan — ESRGAN is a deep learning image restoration framework designed for image super-resolution. It uses a generative… david-gpu/srez — Srez is a deep learning image super-resolution framework designed to upscale low-resolution images into sharp,… xpixelgroup/basicsr — BasicSR is a PyTorch-based image restoration toolbox and framework designed for training and deploying deep learning… krasserm/super-resolution — This project is a deep learning library built for single-image super-resolution and visual enhancement. It provides a… paddlepaddle/paddlegan — PaddleGAN is a generative AI framework and deep learning computer vision library built on the PaddlePaddle framework.… open-mmlab/mmpose — MMPose is a PyTorch-based pose estimation toolbox and deep learning training pipeline designed for detecting 2D and 3D…