mirror of
https://github.com/YuzuZensai/spleeter.git
synced 2026-01-31 14:58:23 +00:00
remove debugging residuals
This commit is contained in:
@@ -148,16 +148,11 @@ def entrypoint(arguments, params):
|
||||
if not exists(musdb_root_directory):
|
||||
raise IOError(f'musdb directory {musdb_root_directory} not found')
|
||||
# Separate musdb sources.
|
||||
verbose = arguments.verbose
|
||||
if verbose:
|
||||
print("Separating audio files")
|
||||
audio_output_directory = _separate_evaluation_dataset(
|
||||
arguments,
|
||||
musdb_root_directory,
|
||||
params)
|
||||
# Compute metrics with musdb.
|
||||
if verbose:
|
||||
print("Compute Metrics with musdb")
|
||||
metrics_output_directory = _compute_musdb_metrics(
|
||||
arguments,
|
||||
musdb_root_directory,
|
||||
|
||||
Reference in New Issue
Block a user