samgis / src /prediction_api /predictors.py

Commit History

[refactor] download raster tiles with contextily.tile.bounds2img()
924419a

aletrn commited on

[refactor] don't import complete modules, use only "from" syntax
fd9de0f

aletrn commited on

[doc] update some docstring and typing hints
9c09a5a

aletrn commited on

[test] using local tile http server in lambda_handler "real" test case
4e35839

aletrn commited on

[test] add test cases for get_vectorized_raster_as_geojson and SegmentAnythingONNX
84a883f

aletrn commited on

[docs] add configuration options
9b0c3be

aletrn commited on

[docs] add more docs content
6f2f547

aletrn commited on

[refactor] remove debug LogArgumentsDecorator
2b9a42c

aletrn commited on

[test] refactor code, fix some tests
3041467

aletrn commited on

[test] set some logs ad debug
c07ce51

aletrn commited on

[test] refactor samexporter_predict and get_vectorized_raster_as_geojson to avoid writing the downloaded raster
6c70a52

aletrn commited on

[feat] add input parsing and validation with pydantic, refactor code
85dd36a

aletrn commited on

[refactor] refactor and remove unused code, remove unused deps
4d26ef2

aletrn commited on

[refactor] remove and transform unuseful logs to debug
5b88544

aletrn commited on

[bug] fix wrong latlng to xy pixel conversion, update .gitignore and .dockerignore
b241742

aletrn commited on

[feat] wip workflow from request to response
6d1f220

aletrn commited on

[feat] handle prompt point as lat-lng coordinates
9271aef

aletrn commited on

[feat] use post body as input
43d87b3

aletrn commited on

[debug] add geopandas and rasterio to convert the FastSAM mask prediction into a geojson
2f5b9e0

aletrn commited on

[debug] first test on lambda for fastsam prediction
fa76f5f

aletrn commited on