This commit is contained in:
2026-04-18 11:11:56 +02:00
parent 822a531679
commit 882c9b64ba
5 changed files with 21106 additions and 39 deletions
+1 -1
View File
@@ -211,7 +211,7 @@ for path_str in args.input_paths:
labels_txt = (INPUT_DIR / "labels").read_text()
valid_labels_set = set(line.strip() for line in labels_txt.splitlines() if line.strip())
names_path = (INPUT_DIR / "names")
if !os.path.exists(names_path):
if not os.path.exists(names_path):
names_path = Path("names")
names_txt = names_path.read_text()