donemilioos commited on
Commit
4c115ca
·
verified ·
1 Parent(s): 5b97129

new app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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.2)
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: