Skip to content

Error in network, skiping audio chunk #201

Open
@SarahBacc

Description

@SarahBacc

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions