Skip to the content.

Kaggle competitions on 3D volumes

CI complete testing Code formatting codecov pre-commit.ci status

Kaggle: Cervical Spine Fracture Detection

The goal is prediction fracture in whole neck 3D scans. The organizers provide 2k cases with partially annotated fractures as bounding boxes or/and pixel-wise segmentations.

Sample brain visual

Kaggle: Brain Tumor Radiogenomic Classification

The goal of this challenge is to Predict the status of a genetic biomarker important for brain cancer treatment.

Sample brain visual

With interpolation in Z dimension as it happens it is quite sparse ![Sample brain visual](/kaggle_vol-3D-classify/assets/brain3D_spl2.png)

Each independent case has a dedicated folder identified by a five-digit number. Within each of these “case” folders, there are four sub-folders, each of them corresponding to each of the structural multi-parametric MRI (mpMRI) scans, in DICOM format. The exact mpMRI scans included are:

The labels/targets are MGMT_value:

Label distribution

Experimentation

install this tooling

A simple way how to use this basic functions:

! pip install https://github.com/Borda/kaggle_vol-3D-classify/archive/refs/heads/main.zip

run notebooks in Kaggle

local notebooks

some results

Training progress with EfficientNet3D with training for 10 epochs > over 96% validation accuracy:

Training process