There is a newer version of the record available.

Published June 4, 2026 | Version v2
Other Open

Dental MRI Motion Correction

  • 1. ROR icon King's College London

Contributors

Contact person:

  • 1. ROR icon King's College London

Description

This is the demo datasets that can be used with the open-sourced code for the Motion-Robust Dental MRIhttps://github.com/ZihanNing/dental_MRI_motion_correction

The raw data was collected from a 0.55T MR scanner (MAGNETOM Free.Max, Siemens Healthineers, Forchheim, Gemany) with a PD-weighted SPACE sequence (using DISORDER trajectory) from a 29-year-old male healthy volunteer under head and mandibular movements. The sequences will be open-sourced on Siemens' C2P platform soon. 

To use with the open-sourced code, please put the raw into a generated subfolder under /Studies-deploy (e.g., /Studies-deploy/1). Then modify the path in the main script 'batch_dental_multiple.m' to align with the raw path. For example:

rootFolder  = './Studies-deploy';
studiesFile = fullfile('./Studies-deploy', 'studies.m');
numCases    = 1;
caseList    = [1];   

  • Trained nnUNet models for teeth segmentation and head segmentation

To run the segmentation-enabled workflow, you will need nnUNetv2 installed in a Python environment.

Essential links:

The current batch script assumes:

    • a Conda environment name such as nnunetv2
    • nnUNetv2_predict is available in that environment
    • nnUNet paths are configured via nnUNet_raw, nnUNet_preprocessed, and nnUNet_results

Please download the two models, unzip, and place them under your local nnUNet_results directory. 

In batch_dental_multiple.m, these are currently set through the local variables CONDA, ENVNAME, and NNUNET_BASE. You will likely need to edit these paths for your system before running the workflow.

 

For detailed instructions of using the dataset, please refer to:

 

Files

Dataset003_Dental_autolandmark_PDwMPRAGET2w.zip

Files (3.2 GB)

Name Size
md5:117577a7fc9f13bec972a8b0daafe33c
1.2 GB Preview Download
md5:8e8e358edaaee994fd6f39ee5bf6f758
1.2 GB Preview Download
md5:26eec45b17e7d49bf653c610573a262e
699.0 MB Download

Additional details