LiTS---Liver-Tumor-Segmentation-Challenge icon indicating copy to clipboard operation
LiTS---Liver-Tumor-Segmentation-Challenge copied to clipboard

Liver segmentation is good but this code is not finding tumor. Who find results?

Open cihan55555 opened this issue 5 years ago • 15 comments

cihan55555 avatar Aug 08 '19 20:08 cihan55555

Hi junqiangchen,

Thanks for providing the implementation.

Facing the same issue. Following the steps described, the results for liver segmentation is good but couldn't find good results for tumor segmentation. Can you provide any leads over this issue?

sindhuchava avatar Aug 14 '19 05:08 sindhuchava

hi, finding tumor is same with finding liver,you should prepare tumor segmentation data and training another model.

junqiangchen avatar Aug 16 '19 09:08 junqiangchen

Hi junqiangchen,

Thanks for the response

From raw images, how can we prepare tumor segmentation data? If known, can you provide insight on accessing the images and if any annotation tools required for annotating the images?

sindhuchava avatar Aug 20 '19 05:08 sindhuchava

hi, preparing liver tumor segmentation data is same with liver segmentation data,but liver tumor patch size is different from liver patch size.

junqiangchen avatar Aug 28 '19 01:08 junqiangchen

Hi,

Can you provide the liver tumor patch size for liver tumor segmentation?

sindhuchava avatar Aug 29 '19 06:08 sindhuchava

Hi, I have the same issue. Could you provide us some more information? Thanks!

Kuailun avatar Aug 30 '19 08:08 Kuailun

liver tumor patch size is 128x128x64, liver tumor patch size is 256x256x16

junqiangchen avatar Sep 03 '19 01:09 junqiangchen

Thanks!


Kind Regards, YuChen Chai

Phone: +86 13810293640 Web: https://www.fycyccreativehouse.com/

------------------ 原始邮件 ------------------ 发件人: "junqiangchen"[email protected]; 发送时间: 2019年9月3日(星期二) 上午9:36 收件人: "junqiangchen/LiTS---Liver-Tumor-Segmentation-Challenge"[email protected]; 抄送: "YuChen Chai"[email protected];"Comment"[email protected]; 主题: Re: [junqiangchen/LiTS---Liver-Tumor-Segmentation-Challenge] Liversegmentation is good but this code is not finding tumor. Who find results?(#13)

liver tumor patch size is 128x128x64, liver tumor patch size is 256x256x16

— You are receiving this because you commented. Reply to this email directly, view it on GitHub, or mute the thread.

Kuailun avatar Sep 03 '19 02:09 Kuailun

Hi junqiangchen,

I have tried with a tumor patch size of 128x128x24, but facing some issues regarding shape. "InvalidArgumentError (see above for traceback): Expected begin[1] in [0, 3], but got -1"

Can you suggest what all changes need to be done in the code for patch size 128x128x24?

sindhuchava avatar Sep 05 '19 05:09 sindhuchava

Hi junqiangchen,

I have tried with a tumor patch size of 128x128x24, but facing some issues regarding shape. "InvalidArgumentError (see above for traceback): Expected begin[1] in [0, 3], but got -1"

Can you suggest what all changes need to be done in the code for patch size 128x128x24?

Hi, your patch size should reshape to 128x128x24x1

junqiangchen avatar Sep 09 '19 02:09 junqiangchen

Hi junqiangchen, Thanks for your awesome work,I have some confused about # step4: if stridez==0,return numberxy * numberxy * 2 samples,one is [0:blockz,:,:],two is [-blockz-1:-1,:,:] in getPatchImageAndMask.py line 82,i can't understand what it mean.Can you explain it.thanks for your help!

zz10001 avatar Sep 10 '19 13:09 zz10001

Hi junqiangchen, Thanks for your awesome work,I have some confused about # step4: if stridez==0,return numberxy * numberxy * 2 samples,one is [0:blockz,:,:],two is [-blockz-1:-1,:,:] in getPatchImageAndMask.py line 82,i can't understand what it mean.Can you explain it.thanks for your help!

Hi, this mean is if input image z size is almost same with subimage z size,so generate the two subimages with fixed z order images.

junqiangchen avatar Sep 16 '19 03:09 junqiangchen

Hi, this mean is if input image z size is almost same with subimage z size,so generate the two subimages with fixed z order images.

Thank you for your reply!

zz10001 avatar Sep 16 '19 11:09 zz10001

Hi, I am testing the images basing your code(https://pan.baidu.com/s/1A_-u7tJcn7rIqnrLaSqi4A). May I ask the parameter for HU function(Preprocessing)

For example: nii_image[nii_image<-200]=-200 nii_image[nii_image>250]=250 nii_image=(nii_image+200)*255/450

What is the range for your code? Thanks!

Besides, may I add you as a wechat friend?


Kind Regards, YuChen Chai

------------------ 原始邮件 ------------------ 发件人: "junqiangchen"[email protected]; 发送时间: 2019年9月3日(星期二) 上午9:36 收件人: "junqiangchen/LiTS---Liver-Tumor-Segmentation-Challenge"[email protected]; 抄送: "YuChen Chai"[email protected];"Comment"[email protected]; 主题: Re: [junqiangchen/LiTS---Liver-Tumor-Segmentation-Challenge] Liversegmentation is good but this code is not finding tumor. Who find results?(#13)

liver tumor patch size is 128x128x64, liver tumor patch size is 256x256x16

— You are receiving this because you commented. Reply to this email directly, view it on GitHub, or mute the thread.

Kuailun avatar Sep 22 '19 16:09 Kuailun

Hi, I am testing the images basing your code(https://pan.baidu.com/s/1A_-u7tJcn7rIqnrLaSqi4A). May I ask the parameter for HU function(Preprocessing) For example: nii_image[nii_image<-200]=-200 nii_image[nii_image>250]=250 nii_image=(nii_image+200)*255/450 What is the range for your code? Thanks! Besides, may I add you as a wechat friend? ------------------ Kind Regards, YuChen Chai ------------------ 原始邮件 ------------------ 发件人: "junqiangchen"[email protected]; 发送时间: 2019年9月3日(星期二) 上午9:36 收件人: "junqiangchen/LiTS---Liver-Tumor-Segmentation-Challenge"[email protected]; 抄送: "YuChen Chai"[email protected];"Comment"[email protected]; 主题: Re: [junqiangchen/LiTS---Liver-Tumor-Segmentation-Challenge] Liversegmentation is good but this code is not finding tumor. Who find results?(#13) liver tumor patch size is 128x128x64, liver tumor patch size is 256x256x16 — You are receiving this because you commented. Reply to this email directly, view it on GitHub, or mute the thread.

sure,my wechat is 1207173174

junqiangchen avatar Sep 23 '19 06:09 junqiangchen