swestfechtel commited on
Commit
72abf74
1 Parent(s): 74e14a4
This view is limited to 50 files because it contains too many changes.   See raw diff
Files changed (50) hide show
  1. .gitattributes +1 -0
  2. README.md +12 -1
  3. checkpoints/ankle_segmentation/checkpoint_baseline.pth +3 -0
  4. checkpoints/ankle_segmentation/checkpoint_default.pth +3 -0
  5. checkpoints/ankle_segmentation/checkpoint_mr.pth +3 -0
  6. checkpoints/hip_segmentation/checkpoint_baseline.pth +3 -0
  7. checkpoints/hip_segmentation/checkpoint_default.pth +3 -0
  8. checkpoints/hip_segmentation/checkpoint_mr.pth +3 -0
  9. checkpoints/knee_segmentation/checkpoint_baseline.pth +3 -0
  10. checkpoints/knee_segmentation/checkpoint_default.pth +3 -0
  11. checkpoints/knee_segmentation/checkpoint_mr.pth +3 -0
  12. testdata_raw/Participant_1/dicom_files/feet_hf.dcm +3 -0
  13. testdata_raw/Participant_1/dicom_files/feet_lf.dcm +3 -0
  14. testdata_raw/Participant_1/dicom_files/glutes_hf.dcm +3 -0
  15. testdata_raw/Participant_1/dicom_files/glutes_lf.dcm +3 -0
  16. testdata_raw/Participant_1/dicom_files/reference.dcm +3 -0
  17. testdata_raw/Participant_10/dicom_files/feet_hf.dcm +3 -0
  18. testdata_raw/Participant_10/dicom_files/feet_lf.dcm +3 -0
  19. testdata_raw/Participant_10/dicom_files/glutes_hf.dcm +3 -0
  20. testdata_raw/Participant_10/dicom_files/glutes_lf.dcm +3 -0
  21. testdata_raw/Participant_10/dicom_files/reference.dcm +3 -0
  22. testdata_raw/Participant_11/dicom_files/feet_hf.dcm +3 -0
  23. testdata_raw/Participant_11/dicom_files/feet_lf.dcm +3 -0
  24. testdata_raw/Participant_11/dicom_files/glutes_hf.dcm +3 -0
  25. testdata_raw/Participant_11/dicom_files/glutes_lf.dcm +3 -0
  26. testdata_raw/Participant_11/dicom_files/reference.dcm +3 -0
  27. testdata_raw/Participant_12/dicom_files/feet_hf.dcm +3 -0
  28. testdata_raw/Participant_12/dicom_files/feet_lf.dcm +3 -0
  29. testdata_raw/Participant_12/dicom_files/glutes_hf.dcm +3 -0
  30. testdata_raw/Participant_12/dicom_files/glutes_lf.dcm +3 -0
  31. testdata_raw/Participant_12/dicom_files/reference.dcm +3 -0
  32. testdata_raw/Participant_13/dicom_files/feet_hf.dcm +3 -0
  33. testdata_raw/Participant_13/dicom_files/feet_lf.dcm +3 -0
  34. testdata_raw/Participant_13/dicom_files/glutes_hf.dcm +3 -0
  35. testdata_raw/Participant_13/dicom_files/glutes_lf.dcm +3 -0
  36. testdata_raw/Participant_13/dicom_files/reference.dcm +3 -0
  37. testdata_raw/Participant_14/dicom_files/feet_hf.dcm +3 -0
  38. testdata_raw/Participant_14/dicom_files/feet_lf.dcm +3 -0
  39. testdata_raw/Participant_14/dicom_files/glutes_hf.dcm +3 -0
  40. testdata_raw/Participant_14/dicom_files/glutes_lf.dcm +3 -0
  41. testdata_raw/Participant_14/dicom_files/reference.dcm +3 -0
  42. testdata_raw/Participant_15/dicom_files/feet_hf.dcm +3 -0
  43. testdata_raw/Participant_15/dicom_files/feet_lf.dcm +3 -0
  44. testdata_raw/Participant_15/dicom_files/glutes_hf.dcm +3 -0
  45. testdata_raw/Participant_15/dicom_files/glutes_lf.dcm +3 -0
  46. testdata_raw/Participant_15/dicom_files/reference.dcm +3 -0
  47. testdata_raw/Participant_16/dicom_files/feet_hf.dcm +3 -0
  48. testdata_raw/Participant_16/dicom_files/feet_lf.dcm +3 -0
  49. testdata_raw/Participant_16/dicom_files/glutes_hf.dcm +3 -0
  50. testdata_raw/Participant_16/dicom_files/glutes_lf.dcm +3 -0
.gitattributes CHANGED
@@ -56,3 +56,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
56
  # Video files - compressed
57
  *.mp4 filter=lfs diff=lfs merge=lfs -text
58
  *.webm filter=lfs diff=lfs merge=lfs -text
 
 
56
  # Video files - compressed
57
  *.mp4 filter=lfs diff=lfs merge=lfs -text
58
  *.webm filter=lfs diff=lfs merge=lfs -text
59
+ *.dcm filter=lfs diff=lfs merge=lfs -text
README.md CHANGED
@@ -1,3 +1,14 @@
1
  ---
2
- license: mit
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ license: gpl-3.0
3
  ---
4
+ # Dataset structure
5
+ - checkpoints: Contains nnunet checkpoint files for hip segmentation (proximal femur), knee segmentation (distal femur and proximal tibia) and ankle segmentation (distal tibia and distal fibula). Three checkpoint files per segmentation model, one for each augmentation scheme (baseline aka no augmentation, default aka nnunet augmentation and mr aka MRI-specific augmentation).
6
+ - testdata_raw: Contains the test dataset in raw form, i.e. original dicom series. Per participant (n=20), there are five dicom files: one for the reference exam and four each for the motion-pattern exams (gluteal contraction in high (glutes_hf) and low (glutes_lf) frequency and plantar-/dorsiflexion in high (feet_hf) and low (feet_lf) frequency).
7
+ - torsion_format: Contains test data structured for torsional alignment quantification post-processing. Data is organised into reference (no artefact) images, images with mild, moderate and severe artefacts. Each series directory (named participant_[exam], e.g. participant_1_feet_lf is the series resulting from the low-frequency plantar-/dorsiflexion exam for participant #1) contains:
8
+ - in nifti format: raw images for hip, knee and ankle
9
+ - in nifti format: segmentation masks for hip, knee and ankle (Y_seg.nii.gz = segmentation by MRI-augmented model, Y_seg_baseline = segmentation by baseline model, Y_seg_default = segmentation by default-augmented model)
10
+ - in nifti format: segmentation masks + reference lines for hip, knee, and ankle (Y_ref_)
11
+ - in json format: computed torsion angles. hip_left/right = angle of proximal reference line. knee_femur_left/right = angle of distal femur reference line. femur_left/right = femoral torsion angle. knee_tibia_left/right = angle of proximal tibia reference line. ankle_left/right = angle of distal tibia/fibula reference line. tibia_left/right = tibial torsion angle. If a key is missing, the algorithm failed to compute the corresponding referenc line / angle.
12
+
13
+ # Code
14
+ Code is available at github.com/swestfechtel/paper-augmentation
checkpoints/ankle_segmentation/checkpoint_baseline.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b0810ff0192c34ad4bd758424016c5d87767dfc96fefaa75a62329da7c2f38e1
3
+ size 355311250
checkpoints/ankle_segmentation/checkpoint_default.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:073d38a2262c4c543c6f37123dcd246def000658ab15e28e7580ed1b248cb285
3
+ size 355324690
checkpoints/ankle_segmentation/checkpoint_mr.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:62a9bdf2b79cd7f52c2f61510e458dbb0b2c3fd1b5125fcf609601d87a07a562
3
+ size 355316690
checkpoints/hip_segmentation/checkpoint_baseline.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:eb97a8678595ec9f3eba55ca420be6460358c08564fbbe1ee6564cb3b803dfa2
3
+ size 242977826
checkpoints/hip_segmentation/checkpoint_default.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:705b56910316be054c3911bb90a44323e60026426815c3738944052db0a627e8
3
+ size 242996450
checkpoints/hip_segmentation/checkpoint_mr.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c305dd972ddd8422332d831e673a2cbd92c78c7ede3574bd86fa290b1131ff55
3
+ size 242996130
checkpoints/knee_segmentation/checkpoint_baseline.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d007b85f4c86d90799da9a1065fa9689675e47a407dafeebd8ce2167cb8436c1
3
+ size 355338834
checkpoints/knee_segmentation/checkpoint_default.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:20bd2bbb876fc1bf7007470709ddfc89ae77f27c6393101faaaa93445351b68c
3
+ size 355301074
checkpoints/knee_segmentation/checkpoint_mr.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dd5483902247c4116fd9e0660595dfc0c4dabc038b860bbdf3b541a5557c5068
3
+ size 355340626
testdata_raw/Participant_1/dicom_files/feet_hf.dcm ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f0404f8076a80c2408b201fb3b6a44ac814cc9b550a7eeb0738631de3b234cbe
3
+ size 48609846
testdata_raw/Participant_1/dicom_files/feet_lf.dcm ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:edd1694a1917dbcd8059407e18ace513424fc17039e39eea6ec0ce5593d054bb
3
+ size 48609846
testdata_raw/Participant_1/dicom_files/glutes_hf.dcm ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8b378b3f373be7bd14eede29416ad607be4bf27f827f42bf69f9d72029fbb869
3
+ size 48609846
testdata_raw/Participant_1/dicom_files/glutes_lf.dcm ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d522455e3c1d32f6f1b379f9ff1c7193c126e58330de53202217a466fd287f57
3
+ size 48609846
testdata_raw/Participant_1/dicom_files/reference.dcm ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d11b171b9712a11535852fd729f7618f52fd90859dca9eabc8ae29a9bf753306
3
+ size 48609846
testdata_raw/Participant_10/dicom_files/feet_hf.dcm ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:961867616fbfa10b1e8d928bb539609668c2ccbb951721652bdce0cf5e24e86d
3
+ size 48609852
testdata_raw/Participant_10/dicom_files/feet_lf.dcm ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6efe157add4171ea0d95a08938a10a179d3054bafd04970c8d5a1de96294fde2
3
+ size 48609852
testdata_raw/Participant_10/dicom_files/glutes_hf.dcm ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ba537b116fffa900d874742238e361452bb53f0f11e5ffd25ea2f798157af7bf
3
+ size 48609852
testdata_raw/Participant_10/dicom_files/glutes_lf.dcm ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:834451e26a1a3a36ef876b19cd293c4b7323c85610e3a1940279a943cb41bbe5
3
+ size 48609852
testdata_raw/Participant_10/dicom_files/reference.dcm ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2e05b22bde68b87ac9f468608573ab9b055dd81bc9399c7745a8c2f671913cb6
3
+ size 48609852
testdata_raw/Participant_11/dicom_files/feet_hf.dcm ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7faeec40e4cab99570375d24d2cec171302fdda1abf2689741de85a3f37676ff
3
+ size 48607220
testdata_raw/Participant_11/dicom_files/feet_lf.dcm ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f2e91f173e483f2b1d219e280eca6ce9ecc8a2683ace3700c2ee2eb1ba3d13d4
3
+ size 48607220
testdata_raw/Participant_11/dicom_files/glutes_hf.dcm ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:86ee2438747f74ad2e3da4a5ab784feab41700ddb5f58e0f315ac140c5cedbd2
3
+ size 48607220
testdata_raw/Participant_11/dicom_files/glutes_lf.dcm ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b224e584a82c4ca77a33b4d81cd880cb18c122c9ef49395030d16fd92999e7b2
3
+ size 48607220
testdata_raw/Participant_11/dicom_files/reference.dcm ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:814d42857d3b757f0509bdede610043abc497074bf339794697a38eebc140e6e
3
+ size 48607220
testdata_raw/Participant_12/dicom_files/feet_hf.dcm ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5a7258463f125c6e3f2fef4feb65d86fa71ccbc20382141c73eacddce249ffd7
3
+ size 48609840
testdata_raw/Participant_12/dicom_files/feet_lf.dcm ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6080d4d1a3255fac4ffc86f62111137aff9bc07293d5e3c7a7b41f6aae602f50
3
+ size 48609840
testdata_raw/Participant_12/dicom_files/glutes_hf.dcm ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1dfd6c7b1c51b5550a7c013cc9ff3ac5ee7d328134909a957b1a45d16eca7373
3
+ size 48609840
testdata_raw/Participant_12/dicom_files/glutes_lf.dcm ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:12f89c72f7d33ea939848b76e4b3aa327241baed7975bf6ad46d22c6b1e59a76
3
+ size 48609840
testdata_raw/Participant_12/dicom_files/reference.dcm ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ab25c901ecdc59b81382f520eae741890200519ed1eab5efe09633cae393136c
3
+ size 48609840
testdata_raw/Participant_13/dicom_files/feet_hf.dcm ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:60a9b6efa9d8d2247d123a0a86cbcd9b5297f532aeec310f76813f70326744a2
3
+ size 48611592
testdata_raw/Participant_13/dicom_files/feet_lf.dcm ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b267911cc3378c88b4e62b3f06fa841ba03b92228b69855a9f01427d81ae381c
3
+ size 48611592
testdata_raw/Participant_13/dicom_files/glutes_hf.dcm ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:73b2dfa69d40c7b4adaf7e06c321ffda3d1b9fb4e5a67274767e4cecbe73f71e
3
+ size 48611592
testdata_raw/Participant_13/dicom_files/glutes_lf.dcm ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3a054f85852c9f94ba67798c7d899eb13aa80a05edb1faaf78ac652f3ede0f8c
3
+ size 48611592
testdata_raw/Participant_13/dicom_files/reference.dcm ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:adc347f5cc84a38bc01e4677fc37e4580075ede991af401daee5eb2401ca56bf
3
+ size 48611592
testdata_raw/Participant_14/dicom_files/feet_hf.dcm ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:40e0086dd814d76ea83a98ebc519b7060b2d7478e408a8fc1a97d43fdc3405e8
3
+ size 48609852
testdata_raw/Participant_14/dicom_files/feet_lf.dcm ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a513580a1b6634c3e46862b77d7f65f8695cac42052e8840532baef277b97da9
3
+ size 48609852
testdata_raw/Participant_14/dicom_files/glutes_hf.dcm ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e7a3a15336a5b83835aede99f40683abf820eb84bd207c2d4f3eafeb76e695f0
3
+ size 48609852
testdata_raw/Participant_14/dicom_files/glutes_lf.dcm ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:46878103df89a71c1ce711cf51f180b28254508689bb5536aa15d5a4145d6a82
3
+ size 48609852
testdata_raw/Participant_14/dicom_files/reference.dcm ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c4bf18b0278af25eab4260ad21b0c41dd830fe3a508656b4ee73bcef36c0d42d
3
+ size 48609852
testdata_raw/Participant_15/dicom_files/feet_hf.dcm ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ae277e6ed6f774bf6ab4c0e67546cebe3761fea46dec7efabebbadc860637dcd
3
+ size 48609840
testdata_raw/Participant_15/dicom_files/feet_lf.dcm ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b17177214e88324cde2a64ace6126da1ca2882f68ad30d5ae99141457db1b352
3
+ size 48609840
testdata_raw/Participant_15/dicom_files/glutes_hf.dcm ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7894c1d14515980e36c4dee3b334395fc69e4afd626ef48f296c652e13a5b194
3
+ size 48609840
testdata_raw/Participant_15/dicom_files/glutes_lf.dcm ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:94d11eaba79aa57e0e2e89589620a0699d933c688b47618a7691deb1c351cb95
3
+ size 48609840
testdata_raw/Participant_15/dicom_files/reference.dcm ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:038f72239b039f7cb6392bc897afa051890d9c6868119f4cddec2b9168216031
3
+ size 48609840
testdata_raw/Participant_16/dicom_files/feet_hf.dcm ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e0e9b7d626b4097808253830cc7cb15f8a3e5aebd85c83295f4174d95363064f
3
+ size 48609836
testdata_raw/Participant_16/dicom_files/feet_lf.dcm ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0ee6e52881b3868c6cdeab5ebad4efee32e6806c5c06aabe60a840ada6c6ed91
3
+ size 48609836
testdata_raw/Participant_16/dicom_files/glutes_hf.dcm ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b1607bf7ab89c0244c4fedcade7716d0fff4950446c33c960874a2c62c6fcb08
3
+ size 48609836
testdata_raw/Participant_16/dicom_files/glutes_lf.dcm ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:48854337ee8f76014b300dbc3edd92ee492e2325e097ed1f862a95c86b27b380
3
+ size 48609836