-
Notifications
You must be signed in to change notification settings - Fork 58
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The number of nodules #29
Comments
I ran your preprocessing program, but the images of mask.nrrd is all black, and the images of clean.nrrd is normal. path = "1.3.6.1.4.1.14519.5.2.1.6279.6001.100225287222365663678666836860_mask.nrrd" I don't know why this problem occurs. Can you help me solve it? |
I solved the second problem by adding nrrd_data = 255 * nrrd_data.astype('uint8') |
I checked the contents of 1.3.6.1.4.1.14519.5.2.1.6279.6001.100225287222365663678666836860_bboxes.npy |
I have a problem that Why the annotations.csv of LUNA16 is different from the 3_annotation,and how to visualize the detection of nodulenet? |
Have you solved this issue yet ? Thank you. |
Hello.
Thank you for your shared code.
I have a problem about the number of nodules.
I have used the LUNA16 data set, which contains 1186 nodules in 594 CT sets.
Why you used 1,131 nodules from 583 CT sets?
Are there any differences in the selection criteria for the two data sets?
The text was updated successfully, but these errors were encountered: