Giter VIP home page Giter VIP logo

lungnoduledetectionclassification's People

Contributors

mikejhuang avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

lungnoduledetectionclassification's Issues

dataset

Hi
how can i download the DSB2017 dataset?(It has been removed from kaggle site)

TrainUnet

I have done segmentation training with lung images and mask nodules using 2trainUnet.ipynb. But when check with test images, It just segments the lung portion, not the nodule. Did you got the nodule segmentation with the TrainUnet??

'segment_lung_mask' is not defined

When I run ProcessNoduleDataset.ipynb, I find 'segment_lung_mask' is not defined. And I can't find the definition in the code. Would you please help me solve this problem?

Model weights

Could you provide the model weights via dropbox or google drive please?

'largest_label_volume' is not defined

I'm sorry to bother you again. When you add the 'segment_lung_mask', there is a new problem. 'largest_label_volume' used in 'segment_lung_mask' function is not defined.

What is DOIfolder?

Hi! When I try to run your ProcessNoduleDataset, I don't know what should be set as the value of DOIfolderpath. Is it the path towards the LIDC imaging data?

Help for "folder names of CT data for each patient" code Reg-

#File paths
metadatapath="D:/LIDC Dataset/LIDC-IDRI_MetaData.csv"
list32path="D:/LIDC Dataset/list3.2.csv"
DOIfolderpath='D:/LIDC Dataset/LIDC-IDRI/'
datafolder='D:/LIDC Dataset/datafolder/'

########################################
#Load metadata
meta=pd.read_csv(metadatapath)
meta=meta.drop(meta[meta['Modality']!='CT'].index)
meta=meta.reset_index()

#Get folder names of CT data for each patient
patients=[DOIfolderpath+meta['Patient Id'][i] for i in range(len(meta))]
datfolder=[]
for i in range(0,len(meta)-1):
for path in os.listdir(patients[i]):
if os.path.exists(patients[i]+'/'+path+'/'+meta['Series UID'][i]):
datfolder.append(patients[i]+'/'+path+'/'+meta['Series UID'][i])
patients=datfolder

Respected Madam,
In my System images path: D:/LIDC Dataset/LIDC-IDRI/LIDC-IDRI-0001/01-01-2000-30178/3000566.000000-03192/
based on this above code is not appending any data to patients and it is showing IndexError: list index out of range.

So, please provide the solution of my code , your support is going to help a lot for my research work.

Thanks in the advance

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.