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');
Update README.md
Browse files
README.md
CHANGED
|
@@ -8,6 +8,9 @@ tags:
|
|
| 8 |
- Salient Object Detection
|
| 9 |
repo_url: https://github.com/ZhengPeng7/BiRefNet
|
| 10 |
pipeline_tag: image-segmentation
|
|
|
|
|
|
|
|
|
|
| 11 |
---
|
| 12 |
<h1 align="center">Bilateral Reference for High-Resolution Dichotomous Image Segmentation</h1>
|
| 13 |
|
|
|
|
| 8 |
- Salient Object Detection
|
| 9 |
repo_url: https://github.com/ZhengPeng7/BiRefNet
|
| 10 |
pipeline_tag: image-segmentation
|
| 11 |
+
license: mit
|
| 12 |
+
base_model:
|
| 13 |
+
- ZhengPeng7/BiRefNet_lite
|
| 14 |
---
|
| 15 |
<h1 align="center">Bilateral Reference for High-Resolution Dichotomous Image Segmentation</h1>
|
| 16 |
|