JenifferWuUCLA / pulmonary-nodules-segmentation

Tianchi medical AI competition [Season 1]: Lung nodules image segmentation of U-Net. U-Net训练基于卷积神经网络的肺结节分割器
https://github.com/JenifferWuUCLA/pulmonary-nodules-segmentation
112 stars 49 forks source link

image_mask_name = image_name.split('.')[0] + '_mask.tif' #1

Closed qew21 closed 7 years ago

qew21 commented 7 years ago

image_mask_name = image_name.split('.')[0] + '_mask.tif' No '*tif' was generated in this branch, is it the same as cv2.imwrite(os.path.join(self.tmp_jpg_workspace, "masks_%s_%04d_%04d_%04d_o.jpg" % (cur_row["seriesuid"],   | fcount, node_idx, i_z)), nodule_mask) in 'train_dataset_preprocessing_2DUnet.py'? Thank you.

JenifferWuUCLA commented 7 years ago

Hi, Tagged Image File Format, abbreviated TIFF or TIF, is a computer file format for storing raster graphics images. But, in this project, I preprocessed the lung CT image into a slice of JPG images.