dsb-2017
dsb-2017 copied to clipboard
Data Science Bowl 2017
Could you please release the code for the visualization of the lung nodule? I have already tried the code from https://www.kaggle.com/gzuidhof/data-science-bowl-2017/full-preprocessing-tutorial, but failed.
How can we see the output? And can I run this repo on Windows? I am mainly concerned about the output. It would be really helpful. Thank you.
The Kaggle dataset is not required to run this code, right? I mean this repo can solely work on LUNA16 data right? Then why did you mention the note at...
@anlthms Thanks for sharing and documenting your work. I have really liked your research. I just want to ask one thing. How do we test data, how do we predict...
hi anlthms, 1.mask = np.array(image > -320, dtype=np.int8) the '-320' is HU value,but u just use it on array value.... 2.coord_z,coord_y,coord_x are the world coordinates.After you run slices = ndimage.interpolation.zoom(data,...
Is there a script in the current repository doing that? Ideally, it'd be nice to let index.py generate three csv files: train, validation, and test sets. This way we can...