meokz / looking-to-listen

Deep neural network (DNN) for noise reduction, removal of background music, and speech separation
MIT License
169 stars 19 forks source link

where to put the noisy files ? The docker-compose command reads it from where exactly? #18

Open saumyaborwankar opened 3 years ago

saumyaborwankar commented 3 years ago

I made a folder with folder structure looking-to-listen/data/noise where I put my noisy files and passed this to the docker-compose (ran this command from inside looking-to-listen directory "docker-compose run network python3 quick_start_audio_only.py /data/model/0f_1sclean_noise.npz /data/noise" ) but it didnt read the files. Am i doing something wrong?

meokz commented 3 years ago

👀