Open
Description
Describe the issue
i want to deploy Instance Segmentation on my chrome but when i make onnx file and take onnxruntime-web ,it say not support ceil() for maxPooling,help
To reproduce
<script src="https://cdn.jsdelivr.net/npm/onnxruntime-web/dist/ort.all.min.js"></script> async function loadModel() { const session = await ort.InferenceSession.create('./u2net-human-seg_320.onnx', { // executionProviders: ['webgl'] // 明确使用 webgl executionProviders: [ { name: 'webgl', settings: { precision: 'fp32' } }, 'wasm' ] }); return session;Urgency
No response
ONNX Runtime Installation
Built from Source
ONNX Runtime Version or Commit ID
1.12.1
Execution Provider
'webgl' (WebGL), Other / Unknown