ICNet
ICNet copied to clipboard
Evaluation with cityscapes
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