BII-wushuang / FLLIT

Feature Learning-based LImb Segmentation and Tracking

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Error in FLLIT>Tracking_Callback

lvhailong opened this issue · comments

Sometimes I got this error after the segmentation finished. And it will not start leg tracking.

Index exceeds matrix dimensions.

Error in FLLIT>Tracking_Callback (line 1384)


Error in FLLIT>Segmentation_Callback (line 1058)


Error in gui_mainfcn (line 95)


Error in FLLIT (line 46)


Error in matlab.graphics.internal.figfile.FigFile/read>@(hObject,eventdata)FLLIT('Segmentation_Callback',hObject,eventdata,guidata(hObject))


Error while evaluating UIControl Callback


i have the same problem here. any solution?

I am using Ubuntu (installed it just for this program); I used the provided data (yw 35d male-1-2up_H2). I have the same error indicated by lvhailong.

I have resolved this issue in the latest commit.

I have resolved this issue in the latest commit.

I tried to install the latest version of the program on the ubuntu system. But still I got similar problems.
I would like to know whether the unmarked feet in the automatic identification process must be clearly marked manually before subsequent analysis, and if less than 6 feet in some of the frames cause the program to report an error and stop running?

commented

Hi Shuang,
I am using Ubuntu; I used the provided data (spider male-1-1-20230202T121258Z-001). I have the same error.

Operands to the || and && operators must be convertible to logical scalar values.
Error in FLLIT>Tracking_Callback (line 1270)
Error in FLLIT>Segmentation_Callback (line 1035)
Error in gui_mainfcn (line 95)
Error in FLLIT (line 46)
Error in matlab.graphics.internal.figfile.FigFile/read>@(hObject,eventdata)FLLIT('Segmentation_Callback',hObject,eventdata,guidata(hObject))
Error while evaluating UIControl Callback

Could you please give me a suggestion?