File size: 1,083 Bytes
c08bf1e | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 | ---
license: other
library_name: onnxruntime
tags:
- onnx
- webgpu
- image-segmentation
- depth-estimation
---
# Soft2D browser ONNX models
Full-precision WebGPU ONNX exports used by the browser-only build of
[Soft2D](https://github.com/nagolinc/soft2d).
## Files
- `rmbg-2.0-webgpu-fp32.onnx` is an ONNX export of
[BRIA RMBG-2.0](https://huggingface.co/briaai/RMBG-2.0). Its deformable
convolutions were decomposed into WebGPU-supported ONNX operations without
changing the learned weights.
- `moge-2-vitl-normal-fp32.onnx` is an ONNX export of
[MoGe-2 ViT-L normal](https://huggingface.co/Ruicheng/moge-2-vitl-normal).
## Licenses
The files retain their upstream model licenses. RMBG-2.0 is licensed under
[CC BY-NC 4.0](https://huggingface.co/briaai/RMBG-2.0/blob/main/LICENSE), so
commercial use requires a separate agreement with BRIA. MoGe-2 is MIT
licensed. This repository does not relicense either model.
These exports are provided as-is for browser inference. See each upstream
model card for intended use, limitations, and attribution requirements.
|