Skip to content
Snippets Groups Projects
Commit ced657d5 authored by Solene Tarride's avatar Solene Tarride Committed by Yoann Schneider
Browse files

Fix offset in `get_predicted_polygons_with_confidence()`

parent 35670074
No related branches found
No related tags found
1 merge request!100Fix offset in `get_predicted_polygons_with_confidence()`
......@@ -119,7 +119,7 @@ def get_predicted_polygons_with_confidence(
polygon, _ = get_polygon(
text_piece,
max_value,
offset,
start_index,
weights,
threshold_method=threshold_method,
threshold_value=threshold_value,
......
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