Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
mrbear1024
/
mimictalk
like
0
LiteRT
English
arxiv:
2401.08503
arxiv:
2410.06734
License:
mit
Model card
Files
Files and versions
xet
Community
main
mimictalk
/
modules
/
img2plane
/
deeplabv3
/
base
/
__init__.py
mrbear1024
init project
4abefb9
about 1 year ago
raw
Copy download link
history
blame
contribute
delete
164 Bytes
from
.model
import
SegmentationModel
from
.modules
import
(
Conv2dReLU,
Attention,
)
from
.heads
import
(
SegmentationHead,
ClassificationHead,
)