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
66 stars 14 forks source link

[Feautre] Add nnunet transforms #82

Closed justld closed 2 years ago

justld commented 2 years ago

添加nnunet专用数据增强

from nnunet.transforms import *

...