Releases: mozilla-ai/osm-ai-helper
1.4.3
1.4.2
fix(paint_polygon_evaluation): Set painted_output shape properly.
Was only working for square shapes, as the order of dimensions was wrong.
Full Changelog: 1.4.1...1.4.2
1.4.1
fix(download_stacked_image_and_mask): Set proper shape for stacked image.
Was using cols (bootm, top) to set the first array dimension which actually correspond to rows.
This was not causing issues when the bbox was a perfect square.
However, in some cases the lat_lon_to_col_row
conversion could result in a rectangular shape.
This was causing the ValueError: could not broadcast input array from shape (512,512,3) into shape (512,0,3)
error.
Full Changelog: 1.4.0...1.4.1
1.4.0
What's Changed
- updated readme style by @stefanfrench in #3
- Add support to process full areas. Enable batch downloading and inference. by @daavoo in #4
Full Changelog: 1.3.1...1.4.0
1.3.1
Full Changelog: 1.3.0...1.3.1
1.3.0
What's Changed
- minor change to readme for license update by @stefanfrench in #2
- enh(finetune_model): Update with new hparams. by @daavoo
- enh(run_inference): Expose bbox_conf. Set default to 0.5 by @daavoo
New Contributors
- @stefanfrench made their first contribution in #2
Full Changelog: 1.2.0...1.3.0
1.2.0
Full Changelog: 1.1.0...1.2.0
1.1.0
Full Changelog: 1.0.0...1.1.0
1.0.0
0.3.1
Full Changelog: 0.3.0...0.3.1