mischeiwiller commited on
Commit
3c3962d
1 Parent(s): 0713c96

fix: update tutorial link

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -81,7 +81,7 @@ def get_homography_values(matched_lines1, matched_lines2, torch_img1):
81
  return H_ransac, correspondence_mask, img1_warp_to2
82
 
83
 
84
- description = """In this space you can try out Line Detection and Segment Matching with the Kornia library as seen in [this tutorial](https://kornia-tutorials.readthedocs.io/en/latest/line_detection_and_matching_sold2.html).
85
 
86
  Just upload two images of a scene with different view points, choose an option for output and run the demo.
87
  """
 
81
  return H_ransac, correspondence_mask, img1_warp_to2
82
 
83
 
84
+ description = """In this space you can try out Line Detection and Segment Matching with the Kornia library as seen in [this tutorial](https://kornia.github.io/tutorials/#category=Line%20matching).
85
 
86
  Just upload two images of a scene with different view points, choose an option for output and run the demo.
87
  """