Code Monkey home page Code Monkey logo

Comments (5)

qizhuli avatar qizhuli commented on July 22, 2024

You need to register an account on the VOC 2012 server, and download the test data (which contains all the test images) after you log in.

from pspnet.

gopi77 avatar gopi77 commented on July 22, 2024

Hi

Thanks for the comment. I downloaded the test data & kept these file inside the folder evaluation. (Ex: /home/gopi/PSPNet/evaluation/VOC2012/JPEGImages/2008_000001.jpg)

Still I have the errors while running ./run.sh.


Error using importdata (line 137)
Unable to open file.

Error in eval_sub (line 3)
list = importdata(fullfile(data_root,eval_list));

Error in eval_all (line 72)
eval_sub(data_name,data_root,eval_list,model_weights,model_deploy,fea_cha,base_size,crop_size,data_class,data_colormap, ...


Attached my eval_all.m file for reference.

eval_all.m.txt

from pspnet.

qizhuli avatar qizhuli commented on July 22, 2024

The errror says it can't locate your eval_list file.
According to your attached eval_all.m script, it is looking at relative path VOC2012/samplelist/VOC2012_test.txt.
Make sure this exists in the directory where you run your eval_all.m script.

from pspnet.

gopi77 avatar gopi77 commented on July 22, 2024

Thanks, solved the path problem
Now facing another problem, will open a new issue

from pspnet.

zaheer789 avatar zaheer789 commented on July 22, 2024

Help Please!

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
eval_all.txt

from pspnet.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.