Fabian-Robert Stöter

Results 398 comments of Fabian-Robert Stöter

@kkoutini likely related to this: Is it correct that the default `img_size` of `img_size=(128, 998)` does through a warning? ``` /usr/local/lib/python3.7/dist-packages/hear21passt/models/passt.py:260: UserWarning: Input image size (128*1000) doesn't match model (128*998)....

> yes, unfortunately the `998` was due to a pre-processing bug in the original pre-trained weights and should have a minimal effect on the output if you input 1000 frames...

@kkoutini thanks! I guess this can be closed then

Hey Scott, that sounds unpleasant. Maybe it would help to raise specific errors for `ffprobe` alone?

Hi, just saw this project... maybe I can help.... to check if the track loading works: ```python tracks = mus.load_mus_tracks() ``` this should return the list of all musdb track...

I guess there is some path problem. Did you set the root path correctly?

> "dataset" is a folder that contains two sub folders: "train" and "test". As far as I'm aware everything has been done correctly. Do you notice any mistakes in my...

> Do I need to be in the same directory as the file path to access the audio content or something like that? no that should be fine. The paths...

i think its related to `stempeg` and [this](https://github.com/faroit/stempeg/issues/9) issue. Did you update to version 0.1.6 of stempeg?

I guess this is a windows related problem. Will have to figure this out. In the meantime I would suggest you [convert to wav](https://github.com/sigsep/sigsep-mus-io) in the meantime ans use the...