Giter VIP home page Giter VIP logo

Comments (4)

ZFTurbo avatar ZFTurbo commented on July 23, 2024

The easiest solution is to remove predictions from ensemble you don't need to use (e. g. weight = 0).

from weighted-boxes-fusion.

Yangr116 avatar Yangr116 commented on July 23, 2024

Yeah, that's right.
Weights [1, 0] made the ensembled model improve 0.03 mAP than the single model, 0.51 to 0.54 mAP ,but weights [1, 1] only obtained 0.002 mAP.
Maybe more models show the ability of the ensemble method better?

from weighted-boxes-fusion.

ZFTurbo avatar ZFTurbo commented on July 23, 2024

I meant you can remove second set of boxes and set weights to weights=[1], then WBF will be applied to first set of boxes only. It's the equiualent to weights=[1, 0]. Looks like you have some of boxes intersected in the predictions of same model, so they fuse in process.

from weighted-boxes-fusion.

Yangr116 avatar Yangr116 commented on July 23, 2024

from weighted-boxes-fusion.

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.