Using folders "Copies" and "Par label", hopefully
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user