Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -175,13 +175,22 @@ with gr.Blocks() as demo:
|
|
175 |
gr.Markdown("""
|
176 |
## [NamedCurves](https://namedcurves.github.io/): Learned Image Enhancement via Color Naming
|
177 |
[David Serrano-Lozano](https://davidserra9.github.io/), [Luis Herranz](https://www.lherranz.org/), [Michael S. Brown](https://www.eecs.yorku.ca/~mbrown/), [Javier Vazquez-Corral](https://jvazquezcorral.github.io/)
|
|
|
178 |
Computer Vision Center, Universitat Autònoma de Barcelona, Universidad Autónoma de Madrid, York University
|
179 |
|
180 |
-
**NamedCurves decomposes an image into a small set of named colors and enhances them using a learned set of tone curves.**
|
|
|
|
|
181 |
|
182 |
-
|
183 |
-
|
184 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
185 |
""")
|
186 |
with gr.Row():
|
187 |
with gr.Column():
|
|
|
175 |
gr.Markdown("""
|
176 |
## [NamedCurves](https://namedcurves.github.io/): Learned Image Enhancement via Color Naming
|
177 |
[David Serrano-Lozano](https://davidserra9.github.io/), [Luis Herranz](https://www.lherranz.org/), [Michael S. Brown](https://www.eecs.yorku.ca/~mbrown/), [Javier Vazquez-Corral](https://jvazquezcorral.github.io/)
|
178 |
+
|
179 |
Computer Vision Center, Universitat Autònoma de Barcelona, Universidad Autónoma de Madrid, York University
|
180 |
|
181 |
+
**NamedCurves is a novel image enhancement method that decomposes an image into a small set of named colors and enhances them using a learned set of tone curves.** This decomposition improves the model’s interactivity, allowing users to manipulate specific colors in the image by adjusting the corresponding tone curves.
|
182 |
+
* Automatic Enhancement. Upload an image and click “Run” to apply automatic enhancement based on the learned tone curves.
|
183 |
+
* Interactive Adjustments. Fine-tune the enhancement by modifying the tone curves for each named color clicking "Recompute". This lets you manipulate specific colors without affecting others in the image. Each color has a set of control points that define the tone curves. Adjust the R, G, and B values for each control point with the sliders below the curve visualization.
|
184 |
|
185 |
+
Explore the tool and create customized, color-aware image enhancements effortlessly!
|
186 |
+
|
187 |
+
<code>
|
188 |
+
@article{serrano2024namedcurves,
|
189 |
+
author = {Serrano-Lozano, David and Herranz, Luis and Brown, Michael S. and Vazquez-Corral, Javier},
|
190 |
+
title = {NamedCurves: Learned Image Enhancement via Color Naming},
|
191 |
+
journal = {ECCV},
|
192 |
+
year = {2024}}
|
193 |
+
</code>
|
194 |
""")
|
195 |
with gr.Row():
|
196 |
with gr.Column():
|