Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -148,8 +148,8 @@ def homography_all_detectors(flat_file, persp_file, json_file, xml_file):
|
|
| 148 |
# Add headings
|
| 149 |
flat_rgb = add_heading(flat_rgb, "Flat Image")
|
| 150 |
match_rgb = add_heading(match_rgb, "Flat -> Perspective Feature Matching")
|
| 151 |
-
roi_rgb = add_heading(roi_rgb, "Perspective Image with Homography ROI")
|
| 152 |
-
xml_rgb = add_heading(xml_rgb, "Perspective GT ROI")
|
| 153 |
|
| 154 |
# Merge 2x2 grid
|
| 155 |
top = np.hstack([flat_rgb, match_rgb])
|
|
|
|
| 148 |
# Add headings
|
| 149 |
flat_rgb = add_heading(flat_rgb, "Flat Image")
|
| 150 |
match_rgb = add_heading(match_rgb, "Flat -> Perspective Feature Matching")
|
| 151 |
+
roi_rgb = add_heading(roi_rgb, "Perspective Image with Homography ROI ")
|
| 152 |
+
xml_rgb = add_heading(xml_rgb, " Perspective GT ROI")
|
| 153 |
|
| 154 |
# Merge 2x2 grid
|
| 155 |
top = np.hstack([flat_rgb, match_rgb])
|