-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Closed
Labels
platform:webissues related to ONNX Runtime web; typically submitted using templateissues related to ONNX Runtime web; typically submitted using templatestaleissues that have not been addressed in a while; categorized by a botissues that have not been addressed in a while; categorized by a bot
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
Metadata
Metadata
Assignees
Labels
platform:webissues related to ONNX Runtime web; typically submitted using templateissues related to ONNX Runtime web; typically submitted using templatestaleissues that have not been addressed in a while; categorized by a botissues that have not been addressed in a while; categorized by a bot