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

Unable to use DeepSqueak due to error in network #237

Open
hbaker2 opened this issue Feb 13, 2025 · 0 comments
Open

Unable to use DeepSqueak due to error in network #237

hbaker2 opened this issue Feb 13, 2025 · 0 comments

Comments

@hbaker2
Copy link

hbaker2 commented Feb 13, 2025

Hi, I recently downloaded Matlab 2024a in order to use DeepSqueak for detection of mouse USVs and have not been able to get it to work, even on the example files provided. I also tried downloading prior versions 2019a and 2021a and got the same issue. All the required toolboxes are installed.

None of the functionalities seem to be working, I am not even able to visualize the audio (which is in .WAV format).

Here is the error message when I click "detect calls" and attempt to do so with the example file provided after following the instructions to download and unzip the folder directly from the GitHub:

Error using waitbar (line 113)
The second argument must be a message character vector or a handle to an existing waitbar.

Error in SqueakDetect (line 131)
        waitbar(...
        ^^^^^^^^^^^
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)
 
Error while evaluating UIControl Callback.

Your help is much appreciated, thanks.

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

1 participant