Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
RGBD-SOD
/
test
like
0
Follow
RGB-D Salient Object Detection
3
Model card
Files
Files and versions
xet
Community
db7d3b8
test
/
test.py
thinh-researcher
Update
db7d3b8
about 3 years ago
raw
Copy download link
history
blame
Safe
141 Bytes
from
transformers
import
AutoModel
model = AutoModel.from_pretrained(
"RGBD-SOD/custom-resnet50d"
, trust_remote_code=
True
)
print
(model)