CosmiQ / cw-nets

cw-nets: built for inference against large scale geotiffs
Apache License 2.0
2 stars 1 forks source link

Add support for bounding box labels #41

Closed nrweir closed 5 years ago

nrweir commented 5 years ago

I'm handling support for image-formatted labels (i.e. pixel masks for segmentation), but we still need to support bounding boxes. Down the road it would be great to extend this to more complex polygons for things like Polygon-RNN, but that can wait. @avanetten, can you help implement the bbox stuff?

I'm not 100% familiar with the different bbox formats, how those records are generally stored, and how they're loaded and passed into nets. The places that I'm currently aware of that need greater bbox support are:

More generally, since I'm not too familiar with what the inputs are generally like (are bboxes generally provided in individual files for each image? Are they just provided as coordinates in a pandas dataframe? etc.) it would be great if we could figure out a "standard" structure to expect users to convert them to. cw_nets could take that starting point and convert it to whatever is needed.

nrweir commented 5 years ago

Issue moved to CosmiQ/solaris #38 via ZenHub