Skip to content

Conversation

@xenova
Copy link
Collaborator

@xenova xenova commented Mar 24, 2025

This PR safeguards against precision issues of the sigmoid node, specifically affecting the modnet model (only in CPU/WASM, not WebGPU).

Before After (fixed)
Image Image

This is because the code which detects whether the model output is already normalized assumes (correctly) that the output from a sigmoid node should be between 0 and 1, but the onnxruntime implementation sometimes outputs values above 1 or below 0.

image

See microsoft/onnxruntime#23943 for more information.

@HuggingFaceDocBuilderDev

The docs for this PR live here. All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update.

@xenova xenova merged commit 2c9991b into main Mar 25, 2025
4 checks passed
@xenova xenova deleted the fix-background-removal-precision-issues branch March 25, 2025 04:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants