ZFTurbo / Weighted-Boxes-Fusion

Set of methods to ensemble boxes from different object detection models, including implementation of "Weighted boxes fusion (WBF)" method.
MIT License
1.72k stars 238 forks source link

unable to send absolute coordinates #33

Open TanyaChutani opened 3 years ago

TanyaChutani commented 3 years ago

I wanted to send absolute coordinates as I don't have the width and height of the image.

ZFTurbo commented 3 years ago

You can use as width max width for all boxes. The same for height.