Open-EO / openeo-gfmap

Generic framework for EO mapping applications building on openEO
Apache License 2.0
6 stars 1 forks source link

Add support for file-based model loading #165

Open kvantricht opened 1 month ago

kvantricht commented 1 month ago

Currently, the inference only supports loading a ONNX model from a URL: https://github.com/Open-EO/openeo-gfmap/blob/be7c647c687eba6468fac12c16dbda0049f9d499/src/openeo_gfmap/inference/model_inference.py#L80

I'd propose to also support here file-based model loading.