Rafi Ibn Sultan

Results 3 issues of Rafi Ibn Sultan

So, I was replicating this notebook: https://samgeo.gishub.org/examples/input_prompts/ The code: ```py import os import leafmap from samgeo import SamGeo, tms_to_geotiff m = leafmap.Map(center=[37.6412, -122.1353], zoom=15, height="800px") m.add_basemap("SATELLITE") if m.user_roi is not...

usage-question

Hello, is there a rule of thumb on what to use for the dilations parameter value? In the checkpoints, for every backbone it is different. I was wondering how you...

Although there is no issue in training, but in validation stage I always get this type of error for BTCV dataset, on default processing: Traceback (most recent call last): File...