This commit is contained in:
2026-04-07 10:50:55 -07:00
parent 6a64717c9d
commit baf18dcb5f
11 changed files with 160 additions and 119 deletions

View File

@@ -165,6 +165,7 @@ def api_mask_extract():
polygon_width = 2
if use_polygon:
subject = subject + ' outlined in red'
poly_data = polygon_storage.get(ora_path)
if poly_data:
polygon_points = poly_data.get('points', [])