LabelMeToolbox icon indicating copy to clipboard operation
LabelMeToolbox copied to clipboard

Creating local index for viewing images online

Open BradySheehan opened this issue 9 years ago • 1 comments

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

 http://labelme.csail.mit.edu/Release3.0/br...ols/php/dataset.php

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!

BradySheehan avatar Jan 22 '16 16:01 BradySheehan

I have the same problem. Using the code from the Git repository fixed it.

nightrome avatar Jan 29 '16 12:01 nightrome