Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
mischeiwiller
commited on
Commit
•
3c3962d
1
Parent(s):
0713c96
fix: update tutorial link
Browse files
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
|
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 |
"""
|