You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
below "Option 2: Access the online database directly with the LabelMe Matlab toolbox". When I run the line that creates a local index,
D = LMdatabase(HOMEANNOTATIONS);
it gives me the following error:
Error using str2num (line 32)
Requires string or character array input.
Error in LMdatabase (line 239)
v.annotation.object(m).id =
str2num(v.annotation.object(m).id);
Could someone help me fix this?
Thank you!
The text was updated successfully, but these errors were encountered:
I am trying to create a local index for using the images offline. However, I run into an error when I follow the steps supplied here
below "Option 2: Access the online database directly with the LabelMe Matlab toolbox". When I run the line that creates a local index,
it gives me the following error:
Could someone help me fix this?
Thank you!
The text was updated successfully, but these errors were encountered: