Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Gradio-Blocks
/
uniformer_image_segmentation
like
12
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
37b7a23
uniformer_image_segmentation
/
mmseg
/
ops
/
__init__.py
SakuraD
update
37b7a23
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'
]