We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi As per step 3. evaluation
downloaded cityscapes dataset from https://drive.google.com/file/d/1z_2yifjYICczhZjBqCEhE1m6GYwJuljn/view
While running the ./run.sh, I got the below error
Error using importdata Unable to open file.
Error in eval_sub (line 3) list = importdata(fullfile(data_root,eval_list));
Error in eval_all (line 35) eval_sub(data_name,data_root,eval_list,model_weights,model_deploy,fea_cha,crop_size_h,crop_size_w,data_class,data_colormap, ...
Please help
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi As per step 3. evaluation
downloaded cityscapes dataset from https://drive.google.com/file/d/1z_2yifjYICczhZjBqCEhE1m6GYwJuljn/view
While running the ./run.sh, I got the below error
Error using importdata
Unable to open file.
Error in eval_sub (line 3)
list = importdata(fullfile(data_root,eval_list));
Error in eval_all (line 35)
eval_sub(data_name,data_root,eval_list,model_weights,model_deploy,fea_cha,crop_size_h,crop_size_w,data_class,data_colormap, ...
Please help
The text was updated successfully, but these errors were encountered: