fix: added line back

This commit is contained in:
JohnMark Sill
2022-02-18 23:02:45 -06:00
committed by GitHub
parent 6425c5b6d2
commit c20bed6323
+1
View File
@@ -604,6 +604,7 @@ def add_mask(mask, mask_img):
)
cv2.fillPoly(mask_img, pts=[contour], color=(0))
def load_labels(path, encoding="utf-8"):
"""Loads labels from file (with or without index numbers).
Args: