Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Creating local index for viewing images online #3

Open
BradySheehan opened this issue Jan 22, 2016 · 1 comment
Open

Creating local index for viewing images online #3

BradySheehan opened this issue Jan 22, 2016 · 1 comment

Comments

@BradySheehan
Copy link

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!

@nightrome
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants