lihaoliu-cambridge / mtmr-net

[TMI'19 & DLMIA'18] Code for "Multi-Task Deep Learning with Margin Ranking Loss for Lung Nodule Analysis".
44 stars 12 forks source link

About Data Preprocessing #3

Closed lmz123321 closed 3 years ago

lmz123321 commented 3 years ago

Hi, Lihao, Thanks for your great work! I am wondering: Do I need to use the code in https://github.com/jcausey-astate/NoduleX_code to preprocess my original LIDC dataset firstly before doing any model training ? Or I just have to put the original LIDC dataset under './data' and your code can preprocess them automatically ?

lihaoliu-cambridge commented 3 years ago

Hi, Lihao, Thanks for your great work! I am wondering: Do I need to use the code in https://github.com/jcausey-astate/NoduleX_code to preprocess my original LIDC dataset firstly before doing any model training ? Or I just have to put the original LIDC dataset under './data' and your code can preprocess them automatically ?

Thanks for your question and your interest in our work.

Yes, you need to preprocess the image first. You can use the code from NoduleX project or write your own script.