Coder Social home page Coder Social logo

Comments (4)

dvornikita avatar dvornikita commented on June 14, 2024

Hello,

We use a standard metric, provided by tensorflow api, that automatically computes mean IoU. I believe, to compute per-class IoU, without changing the code to much, you may want to access the confusion matrix, which is a local variable withing the created mean_iou tensorflow op, and than use it to compute IoU per class manually, as TP / (TP + FP + FN), where TP is True Positives, FP is False Positives and FN is False Negatives.

from blitznet.

pengjizhi avatar pengjizhi commented on June 14, 2024

@dvornikita
thank you! Author.
I finally copied the tensorflow source code, returned the local variable of the confusion matrix, got the confusion matrix, and got the per-class IoU.
I also want to ask a question, does the miou you mentioned in the paper contain the background class in it?
By reading your code, it is found that the returned miou is calculated for each class, but the background class is also calculated into it.
For the VOC dataset, this will result in a higher miou value, since most of one image are black pixels(background class). So I think the value of miou should not contain the background class?

from blitznet.

dvornikita avatar dvornikita commented on June 14, 2024

I believe you are right. I will make corresponding modifications to the code and push it soon. However, as for the results reported in the paper, we did not compute the mIoU using our code. Instead, we uploaded the masks to the test server and it computed the mIoU according to their protocol (which doesn't take into account the background class).

from blitznet.

pengjizhi avatar pengjizhi commented on June 14, 2024

Thank you for your answer, this question can be closed.

from blitznet.

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.