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

Check if the code is working with both T1w and T2w contrasts #12

Closed NathanMolinier closed 1 year ago

NathanMolinier commented 1 year ago

Description

We need to verify if the training and testing code equally works for both T1w and T2w contrasts (and potentially other contrasts). More specifically, the code should be contrast-agnostic (ie: no 'hard-coded' contrast variable inside the code).

NathanMolinier commented 1 year ago

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