Ayesha352 commited on
Commit
28c9121
·
verified ·
1 Parent(s): df1ec48

Update app.py

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