Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
TimM77
/
SegformerPlusPlus
like
0
PyTorch
English
my_segformer
segformer
arxiv:
2405.14467
License:
gpl-3.0
Model card
Files
Files and versions
xet
Community
26
main
SegformerPlusPlus
/
segformer_plusplus
/
configs
/
segformer_mit_b3.py
Tim Mayer
Projectstructure + gitignore prepared
e98bd8c
about 2 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
111 Bytes
_base_ = [
'./segformer_mit_b1.py'
]
backbone =
dict
(
embed_dims=
64
,
num_layers=[
3
,
4
,
18
,
3
]
)