Giter Site home page Giter Site logo

Comments (5)

sanghyun0927 avatar sanghyun0927 commented on June 12, 2024

chatGPT says "In the context of the provided code, the 't' in TIoU stands for "thin," as the TIoU class calculates a thin (boundary-based) version of the Intersection over Union metric, similar to the BIoU class.". Think he's right.

from inspyrenet.

plemeri avatar plemeri commented on June 12, 2024

Hi, TIoU was something I tried to make my own boundary related evaluation metric which I failed.
The evaluation script in this repository is identical to the BIoU.

Sorry for the misleading content 😢

from inspyrenet.

sanghyun0927 avatar sanghyun0927 commented on June 12, 2024

Oh, my.. got it!

from inspyrenet.

sanghyun0927 avatar sanghyun0927 commented on June 12, 2024

I am becoming more inclined to trust avgTIou over mBA in evaluating test scores. I'd like to continue to use avgTIou as an evaluation metric, but I'm curious what the author thinks.

from inspyrenet.

plemeri avatar plemeri commented on June 12, 2024

As I mentioned before, TIoU is identical to the BIoU only for this repository, and I was also worried about considering the right boundary metric. In my opinion, BDE, which was used in PGNet, was not a good option for boundary metric since it wasn't quite stable enough for measuring the performance and there wasn't any accessible official evaluation script. On the other hand, BIoU and mBA were producing quite stable values and we could easily find official evaluation script, so I chose one of them.

Long story short, I think BIoU and mBA are both okay to use. Maybe BIoU is more appropriate measure for pixel-wise prediction since they are both identical in terms of measuring only around the boundary area since BIoU measures IoU around the edges (which is more common in this field) while mBA measures accuracy only.

Thanks for sharing your thought.

from inspyrenet.

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.