ahof1704 / VocalMat

Analysis of ultrasonic vocalizations from mice using computer vision and machine learning
https://www.dietrich-lab.org/vocalmat
Apache License 2.0
22 stars 10 forks source link

Retraining the classifier #25

Closed idala03 closed 2 months ago

idala03 commented 3 months ago

Hello! Thank you so much with your help previously with image post-processing. I was hoping to retrain the classifier (or add onto the CNN model) with our audio files. Do you think you could assist me in understanding which script I can run to retrain it with our wav files?

ahof1704 commented 3 months ago

The script to train the classifier can be found here.

You should consider merging your samples with the original dataset used to train the current classifier. You can find the dataset in this link.

idala03 commented 3 months ago

Thank you so much! This was very useful.