open-forest-observatory / tree-detection-framework

BSD 3-Clause "New" or "Revised" License
3 stars 0 forks source link

Add `bounding_box` field to the `CustomVectorDataset` #25

Closed russelldj closed 1 month ago

russelldj commented 1 month ago

Currently we only have the polygon shapes returned. It would be useful to also returned the axis-aligned bounding box. This will reduce the computation required in downstream steps for approaches that only require bounding boxes. This information should be another attribute of the returned dictionary and in a tabular format. It can be in any standard format (ex. top, left, width, height or top, left, bottom, right) but the convention should be clearly documented.

amrithasp02 commented 1 month ago

Completed in pull request #31