Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
shi-labs
/
Matting-Anything
like
56
Runtime error
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
05ff3be
Matting-Anything
/
networks
/
m2ms
/
__init__.py
jiachenl
update hf demo
05ff3be
almost 2 years ago
raw
Copy download link
history
blame
Safe
181 Bytes
from
.conv_sam
import
SAM_Decoder_Deep
__all__ = [
'sam_decoder_deep'
]
def
sam_decoder_deep
(
nc, **kwargs
):
model = SAM_Decoder_Deep(nc, [
2
,
3
,
3
,
2
], **kwargs)
return
model