Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
mccaly
/
test2
like
1
Image Segmentation
Transformers
PyTorch
EduardoPacheco/FoodSeg103
upernet
Inference Endpoints
arxiv:
7 papers
License:
apache-2.0
Model card
Files
Files and versions
Community
2
Train
Deploy
Use this model
a189f5f
test2
/
configs
/
deeplabv3plus
/
deeplabv3plus_r101-d8_480x480_40k_pascal_context.py
mccaly
Upload 660 files
b13b124
over 1 year ago
raw
Copy download link
history
blame
Safe
144 Bytes
_base_ =
'./deeplabv3plus_r50-d8_480x480_40k_pascal_context.py'
model =
dict
(pretrained=
'open-mmlab://resnet101_v1c'
, backbone=
dict
(depth=
101
))