Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error in network, skiping audio chunk #201

Open
SarahBacc opened this issue Jun 22, 2023 · 2 comments
Open

Error in network, skiping audio chunk #201

SarahBacc opened this issue Jun 22, 2023 · 2 comments

Comments

@SarahBacc
Copy link

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.

@DrCoffey
Copy link
Owner

It looks like you don't have the 'detect' function which is part of the computer vision toolbox. Is that possible? It may also be that you have a second detect function that is for something else (like from a different 3rd party toolbox).

@KeyiYu0331
Copy link

I have the same issue even after I downloaded the computer vision toolbox. Have you managed to solve it?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants