Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Saurabh1105
/
MMDet
like
0
Image Segmentation
TensorBoard
medical
License:
other
Model card
Files
Files and versions
Metrics
Training metrics
Community
main
MMDet
/
mmdetection
/
projects
/
example_project
/
dummy
/
__init__.py
Saurabh1105
MMdet Model for Image Segmentation
6c9ac8f
about 2 years ago
raw
Copy download link
history
blame
contribute
delete
113 Bytes
# Copyright (c) OpenMMLab. All rights reserved.
from
.dummy_resnet
import
DummyResNet
__all__ = [
'DummyResNet'
]