Image Segmentation
BiRefNet
Safetensors
background-removal
mask-generation
Dichotomous Image Segmentation
Camouflaged Object Detection
pytorch_model_hub_mixin
model_hub_mixin
custom_code
Instructions to use ZhengPeng7/BiRefNet-COD with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- BiRefNet
How to use ZhengPeng7/BiRefNet-COD with BiRefNet:
# Option 1: use with transformers from transformers import AutoModelForImageSegmentation birefnet = AutoModelForImageSegmentation.from_pretrained("ZhengPeng7/BiRefNet-COD", 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-COD") - Notebooks
- Google Colab
- Kaggle
Commit ·
bd3bc02
1
Parent(s): f648b6e
Initial uploading of BiRefNet model for COD.
Browse files
README.md
CHANGED
|
@@ -40,7 +40,7 @@ pipeline_tag: image-segmentation
|
|
| 40 |
|
| 41 |
## This repo holds the official weights of BiRefNet trained for Camouflaged Object Detection (COD) in the original paper.
|
| 42 |
|
| 43 |
-
**Check the main BiRefNet model repo for how to use it:**
|
| 44 |
https://huggingface.co/ZhengPeng7/BiRefNet/blob/main/README.md
|
| 45 |
|
| 46 |
**Also check the GitHub repo of BiRefNet for all things you may want:**
|
|
|
|
| 40 |
|
| 41 |
## This repo holds the official weights of BiRefNet trained for Camouflaged Object Detection (COD) in the original paper.
|
| 42 |
|
| 43 |
+
**Check the main BiRefNet model repo for more info and how to use it:**
|
| 44 |
https://huggingface.co/ZhengPeng7/BiRefNet/blob/main/README.md
|
| 45 |
|
| 46 |
**Also check the GitHub repo of BiRefNet for all things you may want:**
|