soft2d-models / README.md
nagolinc's picture
Upload README.md
c08bf1e verified
|
Raw
History Blame Contribute Delete
1.08 kB
metadata
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.

Files

  • rmbg-2.0-webgpu-fp32.onnx is an ONNX export of BRIA 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.

Licenses

The files retain their upstream model licenses. RMBG-2.0 is licensed under CC BY-NC 4.0, 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.