DrCoffey / DeepSqueak

DeepSqueak v3: Using Machine Vision to Accelerate Bioacoustics Research
BSD 3-Clause "New" or "Revised" License
373 stars 89 forks source link

Multiple error messages when running DeepSqueak.m #226

Open maxbbac opened 5 months ago

maxbbac commented 5 months ago

Hello, I try to run DeepSqueak on MATLAB 2022b but it returns me alway these error messages :

Error using squeakData
Error: File: squeakData.m Line: 3 Column: 10
Class name and filename must match.

Error in DeepSqueak>DeepSqueak_OpeningFcn (line 120)
handles.data = squeakData(squeakfolder);

Error in gui_mainfcn (line 220)
    feval(gui_State.gui_OpeningFcn, gui_hFigure, [], guidata(gui_hFigure), varargin{:});

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

Can someone help me to solve this ?

Thanks in advance

DrCoffey commented 5 months ago

Might be a setup issue but it is hard to tell from that error message. Try following the attached instructions for setup:

Deep Squeak Documentation Update_20220426_KC.pdf

maxbbac commented 5 months ago

It returns me the same...