ahof1704 / VocalMat

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

issue during vocalmat classifier analysis #24

Open maxbbac opened 2 weeks ago

maxbbac commented 2 weeks ago

Hello,

I have few error message when running the script. These are the following :

Warning: While loading an object of class 'SeriesNetwork':
SeriesNetwork requires a Neural_Network_Toolbox license. 
In vocalmat_classifier (line 26)
In run (line 91)
In VocalMat (line 102) 

[vocalmat][classifier]: running analysis!
Error using classify
Requires at least three arguments.

Error in vocalmat_classifier (line 310)
    [predictedLabels, scores] = classify(model_class_DL,validationImages);

Error in run (line 91)
evalin('caller', strcat(script, ';'));

Error in VocalMat (line 102)
cd(classifier_path); run('vocalmat_classifier.m')

Can you help me to resolve these problems ?

Thanks

ahof1704 commented 1 week ago

Which version of Matlab are you using?