You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
import { SAMGeo,MODEL_URL } from '@antv/sam';
var sam = new SAMGeo({
modelUrl: MODEL_URL, // the ONNX model
});
sam.initModel().then(() => {
// do something
});
一直提示模型加载失败
The text was updated successfully, but these errors were encountered:
import { SAMGeo,MODEL_URL } from '@antv/sam';
var sam = new SAMGeo({
modelUrl: MODEL_URL, // the ONNX model
});
sam.initModel().then(() => {
// do something
});
一直提示模型加载失败
The text was updated successfully, but these errors were encountered: