-
Notifications
You must be signed in to change notification settings - Fork 191
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
Could not LoadSamples #28
Comments
Hi, @TrueBlue10 I think it could be caused by the incorrect format of 'imgpathlistfile'? It should be cell data, looks like {'lfw'} or so. Did you use the same format? |
@jwyang But new error comes. when I run |
Hi, @TrueBlue10 , as mentioned in the readme file, *fitgeotrans * command may not be supported for soime versions of matlab, I think you may need to do following alternations: fitgeotrans -> cp2tform, transformPointsForward -> tformfwd |
Hello @jwyang, |
Hello @jwyang ,
I'm trying to run your matlab code on my machine now. But I met some issue when I tried to load the image in.
in the test_model file, after I ran the code "te_data = loadsamples(imgpathlistfile, 1);"
the data returned is always "Empty cell array: 0-by-1";
Could you please provide me some information on it?
Thank you
The text was updated successfully, but these errors were encountered: