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
/
icnet
/
icnet_r18-d8_4xb2-160k_cityscapes-832x832.py
HubHop
update
412c852
about 1 year ago
raw
Copy download link
history
blame
Safe
147 Bytes
_base_ =
'./icnet_r50-d8_4xb2-160k_cityscapes-832x832.py'
model =
dict
(
backbone=
dict
(layer_channels=(
128
,
512
), backbone_cfg=
dict
(depth=
18
)))