Skip to content

Commit b002023

Browse files
Update contourusv/main.py
Co-authored-by: Christian O'Reilly <[email protected]>
1 parent 758b2d8 commit b002023

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contourusv/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -399,7 +399,7 @@ def run_detection(root_path, file_name, experiment, trial, overlap=3,
399399

400400
# Run detection for each audio file
401401
for audio_file in tqdm(audio_files, desc=f"Running Detection on audio files for {experiment} {trial}"):
402-
run_detection(root_path, audio_file, experiment, trial,**ac_kwargs)
402+
run_detection(root_path, audio_file, experiment, trial, **ac_kwargs)
403403

404404
# Generate ground truth annotations
405405
generate_annotations(experiment, trial, root_path, file_ext)

0 commit comments

Comments
 (0)