Giter VIP home page Giter VIP logo

Comments (9)

ZFTurbo avatar ZFTurbo commented on July 4, 2024

WBF doesn't support rotated boxes yet. It will be good if you provide some small example.

from weighted-boxes-fusion.

euminds avatar euminds commented on July 4, 2024

WBF doesn't support rotated boxes yet. It will be good if you provide some small example.
For the rotating box, if the algorithm can get the coordinates of the four corners of the bbox, it can still follow the traditional bbox method. Just when calculating the average coordinate point, change [x1,y1,x2,y2] to [x1,y1,x2,y2,x3,y3,x4,y4].

from weighted-boxes-fusion.

ZeKunZhang1998 avatar ZeKunZhang1998 commented on July 4, 2024

Hi,I want to transform [x1,y1,x2,y2,x3,y3,x4,y4] to [x,y,w,h,theta], and use your WBF

from weighted-boxes-fusion.

euminds avatar euminds commented on July 4, 2024

from weighted-boxes-fusion.

ZeKunZhang1998 avatar ZeKunZhang1998 commented on July 4, 2024

I have implement it , but is not perfect.How do you do that .I think,you should keep the sequence of [x1,y1,x2,y2,x3,y3,x4,y4] in all boxes the same. It is difficult.

from weighted-boxes-fusion.

euminds avatar euminds commented on July 4, 2024

from weighted-boxes-fusion.

euminds avatar euminds commented on July 4, 2024

I have implement it , but is not perfect.How do you do that .I think,you should keep the sequence of [x1,y1,x2,y2,x3,y3,x4,y4] in all boxes the same. It is difficult.

Can you send me a WBF about sequence of [x1,y1,x2,y2,x3,y3,x4,y4] implemention?

from weighted-boxes-fusion.

euminds avatar euminds commented on July 4, 2024

WBF doesn't support rotated boxes yet. It will be good if you provide some small example.

I tried to solve the problem of Rotate Boxes. There is no problem in debugging, but I am not sure whether the result is correct. So I hope the author can provide an e-mail address. I will provide the code.
it is the result of Traditional WBF:
3
[[0.10666665 0.31666666 0.71333331 0.62 ]
[0. 0.51 0.81 0.91 ]
[0.04 0.56 0.84 0.92 ]]
it is the result of Rotate Box WBF:
3
[[0.10666665 0.62 0.10666665 0.31666666 0.71333331 0.31666666
0.71333331 0.62 ]
[0. 0.91 0. 0.51 0.81 0.51
0.81 0.91 ]
[0.04 0.92 0.04 0.56 0.84 0.56
0.84 0.92 ]]

from weighted-boxes-fusion.

Astesias avatar Astesias commented on July 4, 2024

Is this project realized now

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.