Remove errors in final copie
This commit is contained in:
@@ -249,7 +249,8 @@ def apply_actions_and_regenerate(root_dir, data, student_id, actions, notes_laye
|
||||
|
||||
# Compose uses the result object we modified in step 1
|
||||
final_img, _ = annotating.compose_label_image(
|
||||
base_img, label, content['result'], content['coordinates'][0]
|
||||
base_img, label, content['result'], content['coordinates'][0],
|
||||
with_error=False
|
||||
)
|
||||
|
||||
# Overlay manual notes
|
||||
|
||||
Reference in New Issue
Block a user