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
/
fcn
/
fcn_r101b-d8_512x1024_80k_cityscapes.py
mccaly
Upload 660 files
b13b124
over 1 year ago
raw
Copy download link
history
blame
Safe
152 Bytes
_base_ =
'./fcn_r50-d8_512x1024_80k_cityscapes.py'
model =
dict
(
pretrained=
'torchvision://resnet101'
,
backbone=
dict
(
type
=
'ResNet'
, depth=
101
))