tsurumeso / vocal-remover

Vocal Remover using Deep Neural Networks
MIT License
1.55k stars 222 forks source link

Colab Issue #124

Open leomarcouvr opened 1 year ago

leomarcouvr commented 1 year ago

When trying to use UVR under Colab I get the following error message. This happens with any file, of any name and type. I've also tried uninstalling and reinstalling from my Google account. The file is in the "Tracks" folder.

Warning: window_size lower than 320. Window size: 272 Model: HP2-4BAND-3090_4band_arch-500m_1 Parameter: 4band_44100 Aggressiveness: 0.0 High end process: mirroring2 TTA: True Deep Extraction: False

loading model... done stft of wave source... Traceback (most recent call last): File "/content/drive/MyDrive/VocalRemover5-COLAB_arch/main.py", line 307, in main() File "/content/drive/MyDrive/VocalRemover5-COLAB_arch/main.py", line 302, in main process.inference() File "/content/drive/MyDrive/VocalRemover5-COLAB_arch/main.py", line 94, in inference X_spec_m, input_high_end_h, input_high_end = spec_utils.loadWave(self.input, mp, hep=self.hep) File "/content/drive/MyDrive/VocalRemover5-COLAB_arch/lib/spec_utils.py", line 14, in loadWave X_wave[bandsn+1], = librosa.load( TypeError: load() takes 1 positional argument but 3 positional arguments (and 2 keyword-only arguments) were given

FileNotFoundError Traceback (most recent call last) /usr/lib/python3.9/shutil.py in move(src, dst, copy_function) 824 try: --> 825 os.rename(src, real_dst) 826 except OSError:

FileNotFoundError: [Errno 2] No such file or directory: 'separated/Butterfly_HP2-4BAND-3090_4band_arch-500m_1_Instruments.mp3' -> 'Butterfly/Butterfly_HP2-4BAND-3090_4band_arch-500m_1_Instruments.mp3'

During handling of the above exception, another exception occurred:

FileNotFoundError Traceback (most recent call last) 4 frames /usr/lib/python3.9/shutil.py in copyfile(src, dst, follow_symlinks) 262 os.symlink(os.readlink(src), dst) 263 else: --> 264 with open(src, 'rb') as fsrc: 265 try: 266 with open(dst, 'wb') as fdst:

FileNotFoundError: [Errno 2] No such file or directory: 'separated/Butterfly_HP2-4BAND-3090_4band_arch-500m_1_Instruments.mp3'