PaddleCV-SIG / MedicalSeg

MedicalSeg is an easy-to-use 3D medical image segmentation toolkit that supports the whole segmentation process. Specially, We provide data preprocessing acceleration, high precision model on COVID-19 CT scans dataset and MRISpineSeg spine dataset, and a 3D visualization demo based on itkwidgets.
Apache License 2.0
68 stars 14 forks source link

[Feature] Reading 4d series and reorient scan #52

Closed linhandev closed 2 years ago

linhandev commented 2 years ago
  1. 增加读取4d序列支持,load_medical_data返回一个列表,里面每个元素是一个3d序列的numpy数组
  2. 增加体位矫正
  3. 用sitk读nii的结果固定是xyz,应该没有pr 50里提到的问题

目前4D image + 3D label 的数据预处理只会用到 4D 图像的第一个3D volume。这块是想 pr 51 决定预处理那个wrapper要不要用之后再修改预处理部分。3D图像的行为和之前是一致的。

带上了清空格的commit,所有修改都在最后一个commit。我看是可以 只看一个commit的修改