ShapeMedKnee / README.md
aagatti's picture
Update README.md
303c8b0 verified
metadata
license: mit
extra_gated_heading: Accept OAI terms & created account.
extra_gated_description: >-
  Acknowledge that you will abide by the rules set out by the OAI and have
  registered here: https://nda.nih.gov/oai
extra_gated_fields:
  I have signed up for an OAI account and accept their terms: checkbox
Resource Link
Model ShapeMedKnee Model
NSM Model Code GitHub Repository for NSM
Example Implementation GitHub Repository for ShapeMedKnee Example
Paper ShapeMedKnee medRxiv Paper
Description of image

This dataset was created to enable the development and testing of models of 3D anatomy. Baseline DESS knee MRIs from the Osteoarthritis Initiative (OAI) were autosegmented using a previously developed algorithm Gatti & Maly 2021. These segmentations were post-processed to create 3D models of the femur bone and cartilage using pyMSKT.

Instructions on how to download the data, fit a neural shape model (NSM) with the data, do inference using a shared model, and perform tests are provided at: https://github.com/gattia/shapemedknee.

Check back soon for the associated publication.

The data are structured as:

/meshes
  /train
    /subfolder_X
      subjectid_LEG_fem_cart.vtk
      subjectid_LEG_femur.vtk
      ...
  /val
    /subfolder_X
      subjectid_LEG_fem_cart.vtk
      subjectid_LEG_femur.vtk
      ...
  /test
    /subfolder_X
      subjectid_LEG_fem_cart.vtk
      subjectid_LEG_femur.vtk
      ...
  /segs
    subjectid_LEG-labl.nii.gz
prediction_dataset.csv

The /meshes & /segs folders include the data used to train and test surface mesch reconstructions. The prediction_dataset.csv includes information needed for clinical prediction tasks (e.g., osteoarthritis grading, future knee replacement prediction).