Skip to content

label_with_dicom v3.0

Compare
Choose a tag to compare
@airsimonhan airsimonhan released this 21 Jul 08:46
· 17 commits to main since this release

中文:

  1. 可以直接使用医学图像dicom和ima文件进行标注
  2. 可以自行修改dcm_utils.py,使用其他格式的医学图像进行标注
  3. 保存的文件问npy(原始dicom中的pixel array)和json(标注文件)

English:

  1. you can label with Dicom and Ima files directly
  2. you can modify the dcm_utils.py to use other medical images for labeling
  3. the saved *npy file contains the original pixel_array in the Dicom file.