Giter Club home page Giter Club logo

Comments (8)

tan90du-sx avatar tan90du-sx commented on July 30, 2024

盼回复

from ieee_tip_uiu-net.

BLUE-coconut avatar BLUE-coconut commented on July 30, 2024

我之前一开始碰到这个问题,后来发现是直接用作者的dataloader可能image和label没有对齐,我改了loader的方法就解决了,和原论文对的上的。你可以看看是不是这个问题。

from ieee_tip_uiu-net.

Li-Haoqing avatar Li-Haoqing commented on July 30, 2024

麻烦您能具体的说一下吗?谢谢!
@BLUE-coconut

from ieee_tip_uiu-net.

BLUE-coconut avatar BLUE-coconut commented on July 30, 2024

就是它SalObjDataset构造数据集时是根据传入的img_name_list和lbl_name_list 的顺序来构造的,而它test.py中img_name_list = glob.glob(image_dir + os.sep + '')和label_name_list = glob.glob(label_dir + os.sep + '')不能保证img_name_list[i]和label_name_list [i]是同一张图像的原图和mask,导致你实际上SalObjDataset中的‘image’和‘label’也是不对应的,所以计算出来的实验指标有问题。

from ieee_tip_uiu-net.

Li-Haoqing avatar Li-Haoqing commented on July 30, 2024

谢谢 @BLUE-coconut

from ieee_tip_uiu-net.

Joazs avatar Joazs commented on July 30, 2024

您好,请问为什么在测试中要经过一个normPRED?网络中不是已经经过了Sigmoid了吗?

from ieee_tip_uiu-net.

Web-AK avatar Web-AK commented on July 30, 2024

谢谢

from ieee_tip_uiu-net.

BLUE-coconut avatar BLUE-coconut commented on July 30, 2024

from ieee_tip_uiu-net.

Related Issues (19)

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.