Spaces:
Running
Running
new app.py
Browse files
app.py
CHANGED
|
@@ -24,7 +24,7 @@ def load_models():
|
|
| 24 |
|
| 25 |
def stitch_images(image_paths):
|
| 26 |
"""Stitches multiple images into a single panorama."""
|
| 27 |
-
stitcher = Stitcher(detector="sift", confidence_threshold=0.
|
| 28 |
try:
|
| 29 |
images = []
|
| 30 |
for path in image_paths:
|
|
|
|
| 24 |
|
| 25 |
def stitch_images(image_paths):
|
| 26 |
"""Stitches multiple images into a single panorama."""
|
| 27 |
+
stitcher = Stitcher(detector="sift", confidence_threshold=0.01)
|
| 28 |
try:
|
| 29 |
images = []
|
| 30 |
for path in image_paths:
|