label_with_dicom v3.0
中文:
- 可以直接使用医学图像dicom和ima文件进行标注
- 可以自行修改dcm_utils.py,使用其他格式的医学图像进行标注
- 保存的文件问npy(原始dicom中的pixel array)和json(标注文件)
English:
- you can label with Dicom and Ima files directly
- you can modify the dcm_utils.py to use other medical images for labeling
- the saved *npy file contains the original pixel_array in the Dicom file.