Giulia
Giulia
Hi, Thanks for your interest in the project. I think I need to explain better in the README how this works. Please allow me some time to do so.
Hi, So the model is not provided, you are supposed to train it yourself with the provided code.I added some details to README, let me know if you understand better...
Hi, I've never tried to run it on Windows OS but there's no reason why it shouldn't work. Why do you do `python -m pip install numpy` ? I'd rather...
> What I observe is that I am running script under pc_main directory and it is trying to import another directory which is one level up. That might be totally...
I'm not sure what's wrong. Let's try to check something. In `baby_cry_detection/pc_methods/__init__.py`, do you have class `Reader`?
Yes, `pc_main/__init__.py` is empty and that's normal. [Can this help?](http://stackoverflow.com/questions/41910139/python-error-modulenotfounderror)
Hi, If I rember correctly, I had the same error once at reading files. The problem was a hidden file (.DS_store, l'équivalent Mac OS X du Thumbs.db on Windows) in...
With `ls -la` you can find out if there's anything that is not an audio file in the folder and remove it.
So what was the problem for the first error ? Which commit have you downloaded? I've made modifications, I can't say what's wrong like that.
I think is the same issue someone else is having. Which commit have you cloned ?