Using folders "Copies" and "Par label", hopefully

This commit is contained in:
2026-05-17 11:25:36 +02:00
parent 7e7045293a
commit c6c1a052e1
12 changed files with 142 additions and 95 deletions
+1 -1
View File
@@ -250,7 +250,7 @@ def process_copy_group(group_key, files):
for image_file in files:
start_time = time.time()
base_name = image_file.stem
output_json = INPUT_DIR / f"{base_name}.json"
output_json = INPUT_DIR / "Copies" / f"{base_name}.json"
# Check existing
if output_json.exists() and not args.overwrite: