Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
ziplab
/
snnetv2-semantic-segmentation
like
3
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
e1f98a4
snnetv2-semantic-segmentation
/
configs
/
fcn
/
fcn_r50b-d8_4xb2-80k_cityscapes-769x769.py
HubHop
update
412c852
about 1 year ago
raw
Copy download link
history
blame
Safe
135 Bytes
_base_ =
'./fcn_r50-d8_4xb2-80k_cityscapes-769x769.py'
model =
dict
(pretrained=
'torchvision://resnet50'
, backbone=
dict
(
type
=
'ResNet'
))