Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Andy1621
/
uniformer_image_segmentation
like
6
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
94397e2
uniformer_image_segmentation
/
mmseg
/
ops
/
__init__.py
SakuraD
update
bd22556
almost 3 years ago
raw
Copy download link
history
blame
Safe
116 Bytes
from
.encoding
import
Encoding
from
.wrappers
import
Upsample, resize
__all__ = [
'Upsample'
,
'resize'
,
'Encoding'
]