DeepSqueak icon indicating copy to clipboard operation
DeepSqueak copied to clipboard

Error in network, skiping audio chunk

Open SarahBacc opened this issue 1 year ago • 2 comments

Hi! I've just started using DeepSqueak to analyze old USV files for rat pups, but I keep getting this error "Error in network, skiping audio chunk". This is the detailed error message:

Error in Network, Why Broken? Warning: Undefined function 'detect' for input arguments of type 'uint8'.

Error in SqueakDetect (line 108) [bboxes, scores, Class] = detect(network, im2uint8(im), 'ExecutionEnvironment','auto','SelectStrongest',1);

Error in multinetdect_Callback (line 80) Calls = [Calls; SqueakDetect(AudioFile,NeuralNetwork,handles.audiofiles(CurrentAudioFile).name,Settings(:,k),j,length(audioselections),networkname)];

Error in gui_mainfcn (line 95) feval(varargin{:});

Error in DeepSqueak (line 29) gui_mainfcn(gui_State, varargin{:});

Error in matlab.graphics.internal.figfile.FigFile/read>@(hObject,eventdata)DeepSqueak('multinetdect_Callback',hObject,eventdata,guidata(hObject),1)

In SqueakDetect (line 136) In multinetdect_Callback (line 80) In gui_mainfcn (line 95) In DeepSqueak (line 29) In matlab.graphics.internal.figfile.FigFile/read>@(hObject,eventdata)DeepSqueak('multinetdect_Callback',hObject,eventdata,guidata(hObject),1) No Calls found in: NC2021-01-14_09-58-09_0000077 Pup 1

I am using MATLAB 2023a and it has all the necessary toolboxes installed. I have tried different audio files and keep getting the same message.

SarahBacc avatar Jun 22 '23 18:06 SarahBacc