baby_cry_detection
baby_cry_detection copied to clipboard
Recognition of baby cry audio signal
Building wheels for collected packages: llvmlite Building wheel for llvmlite (setup.py) ... error ERROR: Command errored out with exit status 1: command: /usr/bin/python2 -u -c 'import sys, setuptools, tokenize; sys.argv[0]...
When I run the make_prediction.py, IOError: [Errno 2] No such file or directory: '....../model/model.pkl' Does anyone can provide the model.pkl? Or anyone know how to train the model?
Hi, I'm not sure if this project is still active, but I'm interested in it. The readme doesn't mention any details of the expected setup. I've derived from the comments...
Hello giulbia, I have a raspberry pie but I want to use it without a docker. So after learning, I wanted to use the code in the "prediction_simulation" folder. There...
when i run the train_set.py, the error happen bellow: `data, sample_rate = file_reader.read_audio_file() File "/usr/lib/python2.7/site-packages/baby_cry_detection-1.0-py2.7.egg/pc_methods/__init__.py", line 35, in read_audio_file audio_data, sr = librosa.load(self.file_name, sr=44100, mono=True, duration=5) File "/usr/lib/python2.7/site-packages/librosa-0.5.0-py2.7.egg/librosa/core/audio.py", line 107,...
Hi sir, I use your model to detect baby cry and the test accuracy and F1 score are both around 0.95. But the question is the performance is too great....
@giulbia Hi, have you test the accuracy? What's machine learning method do you use?
in baby_cry_rpi its is given to copy egg file from the simulation to /opt file. But there is no egg file generated
Hi, while running python /baby_cry_detection/pc_main/train_set.py, received the following errors 1) File "baby_cry_detection/pc_main/train_set.py", line 10, in from baby_cry_detection.pc_methods import Reader ModuleNotFoundError: No module named 'baby_cry_detection' So, I brought train_set.py outside baby_cry_detection...