open-forest-observatory / tree-detection-framework

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

Return bounding box in `CustomVectorDataset` #29

Closed russelldj closed 1 month ago

russelldj commented 1 month ago

Some models only deal with bounding boxes not polygons so we should reduce downstream computation by computing these values in the data loader.