Re: convert to bounding box for object detection #976
René Buffat
You can find information about how to find the bounding box of a dataset in Fiona's documentation: https://fiona.readthedocs.io/en/latest/manual.html#format-drivers-crs-bounds-and-schema
The bounding box of individual features can be calculated with shapely: https://shapely.readthedocs.io/en/latest/manual.html
|
|