spinalcordtoolbox / disc-labeling-hourglass

Labeling of intervertebral discs using the Hourglass deep learning architecture.
GNU Lesser General Public License v2.1
1 stars 0 forks source link

Running hourglass network directly on niftii images #11

Closed NathanMolinier closed 1 year ago

NathanMolinier commented 1 year ago

Description

Currently some pre-processing steps are applied to the original data to create special data inputs for the training and the testing. Therefore it is still not possible to use original niftii images as input images directly.

Solution

We need to create an input function to do these pre-processing steps before giving the data to the network.

NathanMolinier commented 1 year ago

Solved in https://github.com/spinalcordtoolbox/disc-labeling-hourglass/pull/15