Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
ghlee94
/
MEDIAR
like
3
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
2a13495
MEDIAR
/
segmentation_models_pytorch
/
base
/
__init__.py
ghlee94
Init
2a13495
almost 2 years ago
raw
Copy download link
history
blame
Safe
164 Bytes
from
.model
import
SegmentationModel
from
.modules
import
(
Conv2dReLU,
Attention,
)
from
.heads
import
(
SegmentationHead,
ClassificationHead,
)