mirror of
https://github.com/qurator-spk/eynollah.git
synced 2025-06-08 19:59:56 +02:00
no del on function argument
This commit is contained in:
parent
5e0c1da711
commit
21efea8711
1 changed files with 0 additions and 1 deletions
|
@ -39,7 +39,6 @@ def get_text_region_boxes_by_given_contours(contours):
|
|||
boxes.append([x, y, w, h])
|
||||
contours_new.append(contours[jj])
|
||||
|
||||
del contours
|
||||
return boxes, contours_new
|
||||
|
||||
def filter_contours_area_of_image(image, contours, hierarchy, max_area, min_area):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue