Import CuCim in Julia using PyCall

47 Views Asked by At

I am trying to load cucim.CuImage using PyCall.jl, but I CuImage is not exported from

cucim = pyimport("cucim")
cucim.CuImage("image.tif")

#ERROR: KeyError: key :CuImage not found

Any help is appreciated!

0

There are 0 best solutions below