valentinitnelav / img-with-box-from-excel

boxcel: Integrate Excel with Python for visualizing images with their corresponding bounding boxes for object detection annotation workflows
BSD 3-Clause "New" or "Revised" License
3 stars 0 forks source link

Allow multiple boxes per image #8

Open valentinitnelav opened 1 year ago

valentinitnelav commented 1 year ago

There might be the need to visualise the "ground truth" + the predicted bounding boxes on the same image. For example if there are extra box coordinates (predictions) in the Excel file for a given row, then display those as well, but use a different color.

valentinitnelav commented 1 year ago

This could be implemented by adding additional columns needed for the predicted box