Commit
·
445b4d2
1
Parent(s):
bf4bb3f
Refine user instructions in app.py for clarity on image upload and output scoring
Browse files
app.py
CHANGED
|
@@ -148,9 +148,9 @@ with gr.Blocks(title="LightGlue Matching Demo") as demo:
|
|
| 148 |
)
|
| 149 |
gr.Markdown("""
|
| 150 |
## How to use:
|
| 151 |
-
1. Upload two images using the file uploaders
|
| 152 |
2. Click the 'Match Images' button
|
| 153 |
-
3. View the matched output image below
|
| 154 |
|
| 155 |
The app will create a side-by-side matching of your images using LightGlue.
|
| 156 |
You can also select an example image pair from the dataset.
|
|
|
|
| 148 |
)
|
| 149 |
gr.Markdown("""
|
| 150 |
## How to use:
|
| 151 |
+
1. Upload two images using the file uploaders below
|
| 152 |
2. Click the 'Match Images' button
|
| 153 |
+
3. View the matched output image below. Higher scores are green, lower scores are red.
|
| 154 |
|
| 155 |
The app will create a side-by-side matching of your images using LightGlue.
|
| 156 |
You can also select an example image pair from the dataset.
|