WBF on Polygon instead of Bounding Box
See original GitHub issueI’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:
- Created 3 years ago
- Comments:14 (8 by maintainers)
Top 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 >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
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.
Thank you. I downloaded data. Will look into it.