Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
mccaly
/
test
like
0
Running
App
Files
Files
Community
main
test
/
FoodSeg103
/
demo
/
mmseg
/
ops
/
__init__.py
mccaly
Upload 2805 files
985cc7f
about 2 years ago
raw
Copy download link
history
blame
contribute
delete
Safe
116 Bytes
from
.encoding
import
Encoding
from
.wrappers
import
Upsample, resize
__all__ = [
'Upsample'
,
'resize'
,
'Encoding'
]