Image Segmentation
BiRefNet
Safetensors
background-removal
mask-generation
Image Matting
pytorch_model_hub_mixin
model_hub_mixin
custom_code
Instructions to use ZhengPeng7/BiRefNet-matting with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- BiRefNet
How to use ZhengPeng7/BiRefNet-matting with BiRefNet:
# Option 1: use with transformers from transformers import AutoModelForImageSegmentation birefnet = AutoModelForImageSegmentation.from_pretrained("ZhengPeng7/BiRefNet-matting", trust_remote_code=True)# Option 2: use with BiRefNet # Install from https://github.com/ZhengPeng7/BiRefNet from models.birefnet import BiRefNet model = BiRefNet.from_pretrained("ZhengPeng7/BiRefNet-matting") - Notebooks
- Google Colab
- Kaggle
Commit ·
fa159b2
1
Parent(s): 607dfc0
Fix the repo_url in README.
Browse files
README.md
CHANGED
|
@@ -6,7 +6,7 @@ tags:
|
|
| 6 |
- Image Matting
|
| 7 |
- pytorch_model_hub_mixin
|
| 8 |
- model_hub_mixin
|
| 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>
|
|
|
|
| 6 |
- Image Matting
|
| 7 |
- pytorch_model_hub_mixin
|
| 8 |
- model_hub_mixin
|
| 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>
|