ksd3

Results 2 issues of ksd3

I can't find this in the documentation. After running results = SegAutoMaskPredictor().image_predict( source="firststeve.png", model_type="vit_h", # vit_l, vit_h, vit_b points_per_side=4, points_per_batch=16, min_area=0, output_path="output.png", show=False, save=True, ) I can save the segmented...

enhancement
help wanted
question

I'm trying to download Sentinel-1 SAR images using Copernicus. Specifically, I'm trying to follow [example #15 in the tutorial](https://sentinelhub-py.readthedocs.io/en/latest/examples/ogc_request.html). To get OGC data, I'm trying to set up my ``instance_id``...

help wanted
question