You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add support to process full areas. Enable batch downloading and inference. (#4)
* Add split_area_into_lat_lon_centers.
* enh(download_tiles): Speeduo download process.
Use ThreadPoolExecutor.
Drop unnecessary usage of PIL for saving.
* feat(demo): Add `run_inference_area`. Rename `run_inference` to `run_inference_point`.
* test ThreadPoolExecutor
* try batch prediction
* Fix last batch call. Expose batch_size. Defaullt to 32.
* Set defaults in notebooks and app
* Update README to show process_area
|[](https://colab.research.google.com/github/mozilla-ai/osm-ai-helper/blob/main/demo/run_inference.ipynb)|[](https://huggingface.co/spaces/mozilla-ai/osm-ai-helper)|[](https://github.com/codespaces/new?hide_repo_select=true&ref=main&repo=928839264&skip_quickstart=true&machine=standardLinux32gb)|
41
+
|Process full Area <br>[](https://colab.research.google.com/github/mozilla-ai/osm-ai-helper/blob/main/demo/run_inference_area.ipynb) <br> Around a Point <br> [](https://colab.research.google.com/github/mozilla-ai/osm-ai-helper/blob/main/demo/run_inference_point.ipynb)|[](https://huggingface.co/spaces/mozilla-ai/osm-ai-helper)|[](https://github.com/codespaces/new?hide_repo_select=true&ref=main&repo=928839264&skip_quickstart=true&machine=standardLinux32gb)|
42
42
43
43
You can also create your own dataset and finetune a new model for a different use case:
0 commit comments