mednet.data.detect.jsrt¶
Japanese Society of Radiological Technology database transformed for lung detection.
Check segment.jsrt
for details. This module only uses the segmentation
utilities to provide an “object detection” interface.
Output sample:
Image: As per
segment.jsrt
.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
|
Japanese Society of Radiological Technology database transformed for lung detection. |
A specialized raw-data-loader for the jsrt dataset. |
- class mednet.data.detect.jsrt.RawDataLoader[source]¶
Bases:
RawDataLoader
A specialized raw-data-loader for the jsrt dataset.
- class mednet.data.detect.jsrt.DataModule(split_path)[source]¶
Bases:
CachingDataModule
Japanese Society of Radiological Technology database transformed for lung detection.
- Parameters:
split_path (
Path
|Traversable
) – Path or traversable (resource) with the JSON split description to load.