Skip to content
Snippets Groups Projects
Commit a5645aa3 authored by NolanB's avatar NolanB
Browse files

Fix bad contours colors

parent 952b816a
No related branches found
No related tags found
1 merge request!98Fix bad contours colors
Pipeline #72528 passed
......@@ -87,7 +87,7 @@ def query_image(model_name: gr.Dropdown, image: gr.Image) -> list([Image, json])
# Make a prediction with the model
detected_polygons, probabilities, mask, overlap = ufcn_model.model.predict(
input_image=image, raw_output=True, mask_output=True, overlap_output=True
input_image=image, raw_output=True, mask_output=False, overlap_output=False
)
# Load image
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment