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

fcnTrain Error using imread (line 349) File "dataoc11" does not exist. #24

Closed
brisker opened this issue Apr 11, 2016 · 2 comments
Closed

Comments

@brisker
Copy link

brisker commented Apr 11, 2016

I am trying to train the fcn model when I got this error, have you ever met this before?
Warning: Control Character '\S' is not valid. See 'doc sprintf' for control characters valid in the format string.

@brisker brisker closed this as completed Apr 12, 2016
@hfarhidzadeh
Copy link

I am facing this problem. How did you solve it?
Thanks

@mjohn123
Copy link

mjohn123 commented Nov 4, 2016

Hi, I solved it by using the modification


  labelsPath = strrep(imdb.paths.classSegmentation, '\', '\\');
  labelsPath = sprintf(labelsPath, name) ;

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

3 participants