Code Monkey home page Code Monkey logo

Comments (6)

bubbliiiing avatar bubbliiiing commented on May 23, 2024

识别率?

from deeplabv3-plus-pytorch.

yizhipipixia avatar yizhipipixia commented on May 23, 2024

识别率?

这里说的识别率,可以理解成阈值嘛,即超过这个阈值改区域像素才会被语义分割。落实到代码里面,就是这个像素对应的,布尔类型的矩阵的位置是不是被判定为True,目前发现了这个矩阵在deeplap.pypy文件中的pr[:, :] == 1这里。那有没有对应的接口或者说方法可以控制这个阈值呢,相当于我可以通过控制这个阈值,提高语义分割的判断标准,避免长得像的物体被误认为目标物。

from deeplabv3-plus-pytorch.

bubbliiiing avatar bubbliiiing commented on May 23, 2024

这个代码没有提供门限阈值,加起来并不复杂的,判断>confidence就可以

from deeplabv3-plus-pytorch.

praymich avatar praymich commented on May 23, 2024

@bubbliiiing 你好那请问这个添加识别率有没有思路参照啊

from deeplabv3-plus-pytorch.

bubbliiiing avatar bubbliiiing commented on May 23, 2024

我不理解识别率的概念呢

from deeplabv3-plus-pytorch.

jackthelad0312 avatar jackthelad0312 commented on May 23, 2024

置信度

from deeplabv3-plus-pytorch.

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.