awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

8 个仓库

Awesome GitHub RepositoriesDeep Learning Image Processing Libraries

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.

Awesome Deep Learning Image Processing Libraries GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • wzmiaomiao/deep-learning-for-image-processingWZMIAOMIAO 的头像

    WZMIAOMIAO/deep-learning-for-image-processing

    26,281在 GitHub 上查看↗

    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.

    Pythonbilibiliclassificationdeep-learning
    在 GitHub 上查看↗26,281
  • microsoft/bringing-old-photos-back-to-lifemicrosoft 的头像

    microsoft/Bringing-Old-Photos-Back-to-Life

    15,691在 GitHub 上查看↗

    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.

    Pythongansgenerative-adversarial-networkimage-manipulation
    在 GitHub 上查看↗15,691
  • paddlepaddle/paddleganPaddlePaddle 的头像

    PaddlePaddle/PaddleGAN

    8,043在 GitHub 上查看↗

    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.

    Pythonanimeganv2basicvsrpluspluscyclegan
    在 GitHub 上查看↗8,043
  • xinntao/esrganxinntao 的头像

    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

    Provides a deep learning framework for recovering fine textures and edges in low-resolution images.

    Python
    在 GitHub 上查看↗6,556
  • jezen/is-thirteenjezen 的头像

    jezen/is-thirteen

    6,183在 GitHub 上查看↗

    is-thirteen 是一个数字验证库和数值相等性检查器,旨在验证给定输入是否等于十三。它充当数据分类工具,可识别跨数值、文本和视觉输入流的这一特定值。 该项目包含一个基于图像的数字分类器,使用深度学习和神经网络分析来识别上传图像中数字十三的视觉表现。 该库涵盖了多种验证方法,包括精确算术相等性、定义容差范围内的近似值匹配、科学计数法解析以及书写形式的语言模式匹配。

    Uses a deep learning neural network to analyze images for visual representations of the number thirteen.

    JavaScript
    在 GitHub 上查看↗6,183
  • idealo/image-super-resolutionidealo 的头像

    idealo/image-super-resolution

    4,813在 GitHub 上查看↗

    该基于 PyTorch 的图像超分辨率工具提供了一个用于放大低分辨率图像的深度学习流水线。它利用生成对抗网络(GAN)来增加像素密度并重建高分辨率图像细节。 该系统包括一个基于 GAN 的图像放大器和一个使用配对数据集和自定义损失函数优化神经网络权重的训练流水线。为了管理硬件资源,基于补丁(patch-based)的图像处理器将高分辨率文件分割成较小的片段,以防止内存分配错误和系统崩溃。 其他功能包括应用预训练模型权重进行降噪,以及一个通过仪表板可视化性能指标和日志文件的神经网络训练监视器。

    Utilizes deep learning architectures to remove noise and increase the resolution of digital photographs.

    Python
    在 GitHub 上查看↗4,813
  • huawei-noah/cv-backboneshuawei-noah 的头像

    huawei-noah/CV-Backbones

    4,416在 GitHub 上查看↗

    CV-Backbones 是一个计算机视觉骨干网络库和模型库,提供了一系列预定义的神经网络架构,用于提取视觉特征和处理图像数据。它作为一个可重用的深度学习组件的 PyTorch 视觉框架,专为图像分析和视觉表征学习而设计。 该库专注于高效的神经网络架构,以在保持特征提取性能的同时降低计算开销。这是通过实现 GhostNet 和 MLP 等轻量级模型设计来实现的。 该项目涵盖了广泛的模型架构,包括卷积神经网络和 Transformer。它包含一个用于切换骨干网络实现的模块化系统,以及一个用于加载预训练权重以加速收敛的机制。

    Provides a library of neural network architectures tailored for complex visual analysis and image processing pipelines.

    Python
    在 GitHub 上查看↗4,416
  • krasserm/super-resolutionkrasserm 的头像

    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

    Provides neural network architectures specifically for complex visual enhancement and image processing tasks.

    Pythonedsrkerassingle-image-super-resolution
    在 GitHub 上查看↗1,510
  1. Home
  2. Artificial Intelligence & ML
  3. Deep Learning Image Processing Libraries