Skip to content
Snippets Groups Projects
Commit d370a878 authored by StefanUhlich's avatar StefanUhlich
Browse files

Fix evaluation

parent 73dc1395
No related branches found
No related tags found
No related merge requests found
......@@ -91,7 +91,7 @@ class MusicDemixingPredictor:
estimates = []
for instrument in instruments:
reference_file = join(self.test_data_path, music_name, instrument + ".wav")
estimate_file = self.get_music_file_location(music_name, "bass")
estimate_file = self.get_music_file_location(music_name, instrument)
reference, _ = sf.read(reference_file)
estimate, _ = sf.read(estimate_file)
references.append(reference)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment