question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

WBF on Polygon instead of Bounding Box

See original GitHub issue

I’ve read this algorithm utilizes confidence scores of all proposed bounding boxes to constructs the averaged boxes. However, I’m interested to know, is it possible to utilize the algorithm with an arbitrarily number of polygons, such as in the scene text spotting problem? I hope you get my point. Any pointer? Thanks.

Issue Analytics

  • State:open
  • Created 3 years ago
  • Comments:14 (8 by maintainers)

github_iconTop GitHub Comments

1reaction
ZFTurbocommented, Oct 13, 2021

That would be nice if you share your progress in process. I can help with some parts. If you have account at ODS.ai (https://ods.ai/join-community) you can find me there: zfturbo.

1reaction
ZFTurbocommented, Sep 25, 2020

Thank you. I downloaded data. Will look into it.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Polygon instead of Bounding Boxes - Part 1 (2018)
I recently came across a dataset which contains polygon points for each category instead of like the four coordinates for the bounding box...
Read more >
WBF: Optimizing object detection — Fusing & Filtering ...
Weighted Boxes Fusion (WBF)​​ First, it sorts all of the bounding boxes in decreasing order of confidence scores. It then generates another list ......
Read more >
WPF: How to get the true size (Bounding Box) of shapes
If you instead define your Polygon like below where you start to draw where x=100 then the Bounding Box will be much larger...
Read more >
Determining if two bounding boxes overlap
One method to go about this is to store the bounding coordinates of your polygon compare then to the bounding box of the...
Read more >
python - Using a bounding polygon, instead of a bounding box
You could use Shapely to perform the operation (e.g. within). You could load both geometries via one Shapely's methods for interoperation.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found