Thanks for the code, I'm trying to run this in Windows to include in my audio sequencer.
After installing with pip and download the pytorch checkpoints, I can run it:
..\python scripts\remfx_detect.py +exp=remfx_detect +audio_input=r:\reverb.wav
- Can I have a specific effect instead of "remfx_detect" ? If i put "reverb" there I got
Error executing job with overrides: ['+exp=reverb', '+audio_input=r:\\reverb.wav']
Traceback (most recent call last):
File "F:\python\RemFx\scripts\remfx_detect.py", line 16, in main
for effect in cfg.ckpts:
^^^^^^^^^
omegaconf.errors.ConfigAttributeError: Key 'ckpts' is not in struct
full_key: ckpts
object_type=dict
Set the environment variable HYDRA_FULL_ERROR=1 for a complete stack trace.
- Eventually it gets out of memory with my 32 GB and it's too slow if it doesn't. A way to make it a bit faster would help.
Best and thanks for all that.
Thanks for the code, I'm trying to run this in Windows to include in my audio sequencer.
After installing with pip and download the pytorch checkpoints, I can run it:
..\python scripts\remfx_detect.py +exp=remfx_detect +audio_input=r:\reverb.wavBest and thanks for all that.