BiRefNet-portrait / config.json
ZhengPeng7's picture
Add BiRefNet model trained only on portrait segmentation data.
29b773a
raw
history blame
413 Bytes
{
"_name_or_path": "ZhengPeng7/BiRefNet-w_codes",
"architectures": [
"BiRefNet"
],
"auto_map": {
"AutoConfig": "BiRefNet_config.BiRefNetConfig",
"AutoModelForImageSegmentation": "birefnet.BiRefNet"
},
"custom_pipelines": {
"image-segmentation": {
"pt": [
"AutoModelForImageSegmentation"
],
"tf": [],
"type": "image"
}
},
"bb_pretrained": false
}