nagolinc commited on
Commit
c08bf1e
·
verified ·
1 Parent(s): 3363337

Upload README.md

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