Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Johnnyyyyy56
/
ReLeM-FoodSeg103-Demo
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
ReLeM-FoodSeg103-Demo
/
mmseg
/
ops
/
__init__.py
NG
Initial clean push of functional ReLeM code and weights
ca8a9df
2 months ago
raw
Copy download link
history
blame
contribute
delete
116 Bytes
from
.encoding
import
Encoding
from
.wrappers
import
Upsample, resize
__all__ = [
'Upsample'
,
'resize'
,
'Encoding'
]