Discover and explore top open-source AI tools and projects—updated daily.
Reflection removal solution for textured surfaces
Top 74.8% on SourcePulse
StableDelight addresses the challenging problem of removing specular reflections from textured surfaces, enabling the revelation of underlying textures. This solution is targeted at researchers and practitioners in computer vision and graphics who require high-quality reflection removal for applications like material analysis, augmented reality, and image editing. The primary benefit is the ability to recover detailed surface information obscured by glare.
How It Works
StableDelight leverages a diffusion model, building upon the StableNormal framework. It incorporates a multi-scale SSIM loss and a random conditional scales technique during diffusion training. This approach aims to enhance sharpness and stability in the reflection removal process, offering a more robust and detailed output compared to traditional methods.
Quick Start & Requirements
pip install git+https://github.com/Stable-X/StableDelight.git
pip install -r requirements.txt
followed by pip install -e .
.python app.py
.Highlighted Details
Maintenance & Community
Licensing & Compatibility
Limitations & Caveats
21 hours ago
Inactive