antvis/SAMJS

为什么我这样初始化,会报错

astak16 opened this issue · 1 comments

const WasmPaths = "https://npm.elemecdn.com/onnxruntime-web/dist/";
const sam = new SAMGeo({
  // modelUrl: MODEL_URL,
  wasmPaths: WasmPaths,
});
await sam.initModel();

image
image

lzxue commented

新版版本已修复