Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
ozgurkara
/
RAVE
like
79
Running
on
A10G
App
Files
Files
Community
1
main
RAVE
/
annotator
/
mmpkg
/
mmseg
/
ops
/
__init__.py
ozgurkara
first commit
eb9a9b4
about 1 year 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'
]