Image Segmentation
Transformers.js
ONNX
swin
background-removal
mask-generation
Dichotomous Image Segmentation
Camouflaged Object Detection
Salient Object Detection
Instructions to use onnx-community/BiRefNet_lite-ONNX with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers.js
How to use onnx-community/BiRefNet_lite-ONNX with Transformers.js:
// npm i @huggingface/transformers import { pipeline } from '@huggingface/transformers'; // Allocate pipeline const pipe = await pipeline('image-segmentation', 'onnx-community/BiRefNet_lite-ONNX');
Upload folder using huggingface_hub
Browse files- onnx/model.onnx +3 -0
- onnx/model_fp16.onnx +3 -0
onnx/model.onnx
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5600024376f572a557870a5eb0afb1e5961636bef4e1e22132025467d0f03333
|
| 3 |
+
size 224005088
|
onnx/model_fp16.onnx
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d39b897ceb16ae654c1731f3dba0cf9b368d9cae74b5a57459b455cc8bfec402
|
| 3 |
+
size 114538221
|