Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
ZhengPeng7
/
BiRefNet
like
259
Image Segmentation
BiRefNet
Safetensors
background-removal
mask-generation
Dichotomous Image Segmentation
Camouflaged Object Detection
Salient Object Detection
pytorch_model_hub_mixin
model_hub_mixin
custom_code
arxiv:
2401.03407
License:
mit
Model card
Files
Files and versions
Community
11
Use this model
79a6660
BiRefNet
/
BiRefNet_config.py
ZhengPeng7
For users to load in one key.
fc65c0f
5 months ago
raw
Copy download link
history
blame
Safe
224 Bytes
from
transformers
import
PretrainedConfig
class
BiRefNetConfig
(
PretrainedConfig
):
model_type =
"SegformerForSemanticSegmentation"
def
__init__
(
self,
**kwargs
):
super
().__init__(**kwargs)