Coder Social home page Coder Social logo

Comments (3)

eg4000 avatar eg4000 commented on September 28, 2024

Hi,

When you generalize to multi-class, you should first consider if you want the IoU head (as well as the standard regression head) to be class agnostic. In our experiments it worked well.
In your experiment, you have 40 different IoU scores per detection, one for each class. You can try generalizing the inference stage for class-dependent IoU score in various ways, but I recommend that you first try training a single IoU head for all classes.

As for the network you already trained, there are several possible experiments that can be made. Simple approached to reduce the 40 scores into 1 are taking the average, median, maximum, etc.

For a more elegant approaches you may consider some version of normalized weighted average of the 40 numbers, weighed according to their classification scores.

Regards,
Eran

from sku110k_cvpr19.

eg4000 avatar eg4000 commented on September 28, 2024

In addition, if you encounter problems with the multi-class version of the classification head, I think it would be best to look at the original code of keras-retinanet as a reference.

from sku110k_cvpr19.

djech2021 avatar djech2021 commented on September 28, 2024

Can anyone show me an example of how to set up a class-agnostic IoU and regression head?

from sku110k_cvpr19.

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.