mednet.data.detect.montgomery¶
Montgomery database transformed for lung detection.
Check segment.montgomery
for details. This module only uses the
segmentation utilities to provide an “object detection” interface.
Output sample:
Image: As per
segment.montgomery
.Bounding-box: A single bounding-box accounting for the observed lung region.
This module contains the base declaration of common data modules and raw-data loaders for this database. All configured splits inherit from this definition.
Classes
|
Montgomery database transformed for lung detection. |
A specialized raw-data-loader for the montgomery dataset. |
- class mednet.data.detect.montgomery.RawDataLoader[source]¶
Bases:
RawDataLoader
A specialized raw-data-loader for the montgomery dataset.
- class mednet.data.detect.montgomery.DataModule(split_path)[source]¶
Bases:
CachingDataModule
Montgomery database transformed for lung detection.
- Parameters:
split_path (
Path
|Traversable
) – Path or traversable (resource) with the JSON split description to load.