totesarana

Results 5 issues of totesarana

Hi @dhammack , Thanks for the uploading. I have seen several different scripts for nodule detection. However, which file should I start with? Or are they all parallel? Thanks

Hi, sir, Thanks for your repository. I am a student that have recently implemented your method with tensorflow and have extended it to be a cascaded system for lung nodule...

LFZ, Please look at the line 45 in step1.py. Should it be np.float(slope) *......? Or is it my DICOM issue? I am using python 2.7. Thanks,

Hi lfz, I have observed one thing during playing with your detector. Looks like your detector performs much better on CTs with smaller slice thickness (i.e., higher resolution on z...

When you do > loss = classify_loss, then adding regression loss to the loss tensor, you will also modify classify_loss at the same time. This is because the assign operation...