Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
Robert001
/
UniControl-Demo
like
23
Runtime error
App
Files
Files
Community
3
b313237
UniControl-Demo
/
annotator
/
uniformer
/
mmseg
/
ops
/
__init__.py
Robert001
first commit
b334e29
over 1 year ago
raw
Copy download link
history
blame
Safe
116 Bytes
from
.encoding
import
Encoding
from
.wrappers
import
Upsample, resize
__all__ = [
'Upsample'
,
'resize'
,
'Encoding'
]