From d386f4bcf33e2b9d01b7888567d39cd92680acab Mon Sep 17 00:00:00 2001 From: Dominik Lindner Date: Fri, 19 Apr 2024 11:09:40 +0100 Subject: [PATCH] Fix script --- scripts/annotate/check_annotations.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/annotate/check_annotations.py b/scripts/annotate/check_annotations.py index bd049fc4..91034e44 100644 --- a/scripts/annotate/check_annotations.py +++ b/scripts/annotate/check_annotations.py @@ -138,7 +138,7 @@ def check_annotations(anns): key = "{},{}".format(ds.getName(), img.getName()) if csv_keys: if key not in csv_keys: - df = df.append({ + df = df._append({ "Dataset Name": ds.getName(), "Image Name": img.getName(), "Errors": "Missing annotation"},