DrCoffey / DeepSqueak

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

Syntax analysis error #228

Closed nllewis25 closed 4 months ago

nllewis25 commented 4 months ago

Hello! I'm running DeepSqueak version 3.1.0 on MATLAB R2024a and am coming across the following errors when I try to perform a syntax analysis of .mat call files I've classified using Unsupervised Clustering:

Error using loadCallfile (line 13) This doesn't appear to be a detection file!

Error in SyntaxAnalysis_Callback (line 20) Calls = loadCallfile([filepath filename{i}],handles);

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('SyntaxAnalysis_Callback',hObject,eventdata,guidata(hObject))

Error while evaluating Menu Callback.

I'm guess the line 13 error is the primary issue, but not sure how to rectify it. Any assistance would be very appreciated! Thanks.

nllewis25 commented 4 months ago

Disregard, I was able to figure out where I went wrong!