ONNX
gtano's picture
Big upload
67a3943 verified
raw
history blame contribute delete
221 Bytes
from handler import CroplandHandler
if __name__ == "__main__":
handler = CroplandHandler('examples', 'outputs')
sample = 'at_si_sk_2021_380.zarr'
out = handler.predict(sample, save_raster=True)
print(out)