Sound-classification-on-Raspberry-Pi-with-Tensorflow
Sound-classification-on-Raspberry-Pi-with-Tensorflow copied to clipboard
In this project is presented a simple method to train an MLP neural network for audio signals. The trained model can be exported on a Raspberry Pi (2 or superior suggested) to classify audio signal re...
I had an error on this line train_x, test_x, train_y, test_y = train_test_split(features, labels, test_size=0.3, random_state=0) they said ValueError: With n_samples=0, test_size=0.3 and train_size=None, the resulting train set will be...
The system said "did you mean print(sub_dir)? How can I fix it??
At classiPi.py I can`t find features is assigned. how can i solve this problem?
- are `fsID `and `salience `necessary and if so, what do they mean? - where to set the filename of the csv in the `metadata `subfolder? - I get `ValueError:...
Hello, Is it possible to only classify birds or create a response when a bird call is heard? Or is this beyond the scope of this project? Kind regards,
hi How can I add new classes to the code? beside classiPi.py doesn't work with me. it always as to install liborsa where there is no liborsa for raspian. where...
After epochs done, it throws an error on Linux machine with TF 1.11.0 I fixed it on this PR #2
First of all thank you for sharing your code! Do you know how I can fix this issue? https://i.gyazo.com/28530cdfc1ae2728baa2111751bf3511.png Thank you in advance!