changes
This commit is contained in:
@@ -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', [])
|
||||
|
||||
Reference in New Issue
Block a user