The source code for the algorithm container for classifying 3D blocks of lung nodules from chest CT (shaped [128, 128, 64]
in x, y, z), generated with evalutils version 0.3.1.
This algorithm contains the inference scripts for VGG16 models that estimate the malignancy risk and predict the nodule type of lung nodules.
This GitHub repository is linked to the baseline algorithm for the LUNA22-ISMI challenge.
- CT image (
/inputs/images/ct/<uuid>.mha
)
- Lung nodule malignancy risk (
/outputs/lung-nodule-malignancy-risk.json
) - Lung nodule type (
/outputs/lung-nodule-type.json
)