Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
ZhengPeng7
/
BiRefNet
like
231
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
0e81815
BiRefNet
/
hf_config.py
ZhengPeng7
For users to load in one key.
0e81815
4 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)