Commit
·
d8df29d
1
Parent(s):
6f3495a
updated app.py
Browse files
app.py
CHANGED
@@ -166,6 +166,26 @@ with gr.Blocks(title="LightGlue Matching Demo") as demo:
|
|
166 |
"https://raw.githubusercontent.com/magicleap/SuperGluePretrainedNetwork/refs/heads/master/assets/phototourism_sample_images/united_states_capitol_98169888_3347710852.jpg",
|
167 |
"https://raw.githubusercontent.com/magicleap/SuperGluePretrainedNetwork/refs/heads/master/assets/phototourism_sample_images/united_states_capitol_26757027_6717084061.jpg",
|
168 |
],
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
169 |
],
|
170 |
)
|
171 |
|
|
|
166 |
"https://raw.githubusercontent.com/magicleap/SuperGluePretrainedNetwork/refs/heads/master/assets/phototourism_sample_images/united_states_capitol_98169888_3347710852.jpg",
|
167 |
"https://raw.githubusercontent.com/magicleap/SuperGluePretrainedNetwork/refs/heads/master/assets/phototourism_sample_images/united_states_capitol_26757027_6717084061.jpg",
|
168 |
],
|
169 |
+
[
|
170 |
+
"https://raw.githubusercontent.com/cvg/LightGlue/refs/heads/main/assets/DSC_0410.JPG",
|
171 |
+
"https://raw.githubusercontent.com/cvg/LightGlue/refs/heads/main/assets/DSC_0411.JPG",
|
172 |
+
],
|
173 |
+
[
|
174 |
+
"https://raw.githubusercontent.com/cvg/LightGlue/refs/heads/main/assets/sacre_coeur1.jpg",
|
175 |
+
"https://raw.githubusercontent.com/cvg/LightGlue/refs/heads/main/assets/sacre_coeur2.jpg",
|
176 |
+
],
|
177 |
+
[
|
178 |
+
"https://raw.githubusercontent.com/cvg/LightGlue/refs/heads/main/assets/DSC_0412.JPG",
|
179 |
+
"https://raw.githubusercontent.com/cvg/LightGlue/refs/heads/main/assets/DSC_0413.JPG",
|
180 |
+
],
|
181 |
+
[
|
182 |
+
"https://raw.githubusercontent.com/magicleap/SuperGluePretrainedNetwork/refs/heads/master/assets/phototourism_sample_images/piazza_san_marco_06795901_3725050516.jpg",
|
183 |
+
"https://raw.githubusercontent.com/magicleap/SuperGluePretrainedNetwork/refs/heads/master/assets/phototourism_sample_images/piazza_san_marco_58751010_4849458397.jpg",
|
184 |
+
],
|
185 |
+
[
|
186 |
+
"https://raw.githubusercontent.com/magicleap/SuperGluePretrainedNetwork/refs/heads/master/assets/phototourism_sample_images/london_bridge_19481797_2295892421.jpg",
|
187 |
+
"https://raw.githubusercontent.com/magicleap/SuperGluePretrainedNetwork/refs/heads/master/assets/phototourism_sample_images/london_bridge_78916675_4568141288.jpg",
|
188 |
+
],
|
189 |
],
|
190 |
)
|
191 |
|