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

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

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

advimman/lama

0
View on GitHub↗
10,056 星标·1,067 分支·Jupyter Notebook·Apache-2.0·6 次浏览advimman.github.io/lama-project↗

Lama

Lama is an image restoration framework and deep learning model designed for image inpainting and object removal. It provides the tools necessary to train and evaluate neural networks that fill masked areas and repair corrupted visual data.

The system utilizes a Fourier convolution neural network to maintain global image structure and reconstruct periodic patterns. This architecture allows for resolution-independent inference, enabling the processing of high-resolution images without increasing memory or computational requirements.

The project includes a synthetic dataset generator that creates randomized training masks over raw images. It also features quantitative evaluation tools that compare predicted restoration results against ground truth data to calculate accuracy metrics.

Features

  • Image Inpainting - Provides a deep learning framework specifically designed for filling missing regions in static images.
  • Fourier Convolutional Networks - Implements a Fourier convolution neural network to maintain global image structure and periodic patterns.
  • Custom Model Training - Provides a framework for developing and optimizing image restoration models using custom training masks.
  • Deep Learning Training Pipelines - Implements an end-to-end workflow for training neural networks to map masked images to restored versions.
  • Image Region Reconstruction - Reconstructs missing image regions and complex structures using fast Fourier convolutions to maintain a global perspective.
  • Image Restoration Models - Provides a comprehensive toolset for training and evaluating deep learning models for image reconstruction and artifact removal.
  • Image Restoration Model Training - Develops deep learning models on custom or standard datasets using various architectures to optimize image restoration.
  • Resolution-Independent Inference - Enables processing of high-resolution images without increasing memory or computational requirements during inference.
  • Fast Fourier Convolutions - Utilizes fast Fourier convolutions to maintain global structural consistency and periodic patterns across large image areas.
  • Object Removal - Eliminates unwanted elements from high-resolution photos while preserving structural consistency and repeating patterns.
  • Synthetic Dataset Generators - Includes a generator that creates randomized training masks over raw images to simulate missing data.
  • Training Mask Generation - Creates random masks of varying thickness over raw images to build synthetic datasets for model training.
  • Model Evaluation Metrics - Calculates quantitative performance metrics by comparing predicted results against ground truth images.
  • Frequency-Domain - Processes image data in the frequency domain to efficiently reconstruct repeating patterns and periodic textures.
  • High-Performance Image Pipelines - Processes large image files for element removal using memory-efficient pipelines.
  • Resolution-Independent Inference - Implements resolution-independent inference to process high-resolution images without increasing memory or computational requirements.
  • Model Evaluation - Provides tools for measuring restoration accuracy by comparing predicted results against original ground truth images.
  • Image Inpainting Models - Resolution-robust inpainting using fast Fourier convolutions.
  • Image Restoration and Enhancement - Resolution-robust inpainting using Fourier convolutions.
  • Image inpainting - Listed in the “Image inpainting” section of the Ailia Models awesome list.

Star 历史

advimman/lama 的 Star 历史图表advimman/lama 的 Star 历史图表

AI 搜索

探索更多 awesome 仓库

用简单的语言描述您的需求 —— AI 将根据相关性为您从数千个精选开源项目中进行排序。

Start searching with AI

常见问题解答

advimman/lama 是做什么的?

Lama is an image restoration framework and deep learning model designed for image inpainting and object removal. It provides the tools necessary to train and evaluate neural networks that fill masked areas and repair corrupted visual data.

advimman/lama 的主要功能有哪些?

advimman/lama 的主要功能包括:Image Inpainting, Fourier Convolutional Networks, Custom Model Training, Deep Learning Training Pipelines, Image Region Reconstruction, Image Restoration Models, Image Restoration Model Training, Resolution-Independent Inference。

advimman/lama 有哪些开源替代品?

advimman/lama 的开源替代品包括: sanster/iopaint — IOPaint is an AI image editor and Stable Diffusion inpainting tool providing a web interface for removing objects and… neuraloperator/neuraloperator — Neuraloperator is a library for learning mappings between infinite-dimensional function spaces, serving as a tool to… xpixelgroup/basicsr — BasicSR is a PyTorch-based image restoration toolbox and framework designed for training and deploying deep learning… tencentarc/gfpgan — GFPGAN is a generative face restoration model and Python-based image processing tool designed to restore… lyhue1991/eat_tensorflow2_in_30_days — This project is a structured learning curriculum and technical reference for mastering deep learning with TensorFlow.… sanster/lama-cleaner — Lama Cleaner is an AI-powered image editing application focused on inpainting, object removal, and generative filling.…

Lama 的开源替代方案

相似的开源项目,按与 Lama 的功能重合度排序。
  • sanster/iopaintSanster 的头像

    Sanster/IOPaint

    23,244在 GitHub 上查看↗

    IOPaint is an AI image editor and Stable Diffusion inpainting tool providing a web interface for removing objects and replacing image content. It utilizes latent diffusion image processing to synthesize high-resolution replacements for erased sections of an image. The project features a specialized AI background remover for isolating subjects and an AI image upscaler that employs super-resolution models for general photos and anime artwork. The software covers a broad range of capabilities including image segmentation for object isolation, face restoration for improving facial details, and t

    Pythoninpaintinglamalatent-diffusion
    在 GitHub 上查看↗23,244
  • neuraloperator/neuraloperatorneuraloperator 的头像

    neuraloperator/neuraloperator

    3,710在 GitHub 上查看↗

    Neuraloperator is a library for learning mappings between infinite-dimensional function spaces, serving as a tool to accelerate physics simulations and partial differential equation solving. It implements resolution-invariant models and spectral neural networks that can produce consistent predictions regardless of the input grid resolution or spatial discretization. The framework incorporates physics-informed neural networks that enforce physical constraints and differential equations through specialized loss functions. It utilizes Fourier transforms and spectral projections to process multid

    Pythonfnofourier-neural-operatorneural-operator
    在 GitHub 上查看↗3,710
  • tencentarc/gfpganTencentARC 的头像

    TencentARC/GFPGAN

    37,469在 GitHub 上查看↗

    GFPGAN is a generative face restoration model and Python-based image processing tool designed to restore low-resolution facial images. It utilizes generative adversarial networks to recover fine details and increase the clarity of degraded portraits. The system employs a generative facial prior to map degraded images to a high-quality manifold, enabling blind-face restoration without requiring knowledge of the specific degradation process. It utilizes a multi-stage workflow that includes face detection, alignment, and region-specific masking to separate facial areas from the background. Beyo

    Pythondeep-learningface-restorationgan
    在 GitHub 上查看↗37,469
  • xpixelgroup/basicsrXPixelGroup 的头像

    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
  • 查看 Lama 的所有 30 个替代方案→