Luna16 icon indicating copy to clipboard operation
Luna16 copied to clipboard

Developing a well-documented repository for the Lung Nodule Detection task on the Luna16 dataset. This work is inspired by the ideas of the first-placed team at DSB2017, "grt123".

Results 7 Luna16 issues
Sort by recently updated
recently updated
newest added

Bumps [pillow](https://github.com/python-pillow/Pillow) from 7.2.0 to 8.3.2. Release notes Sourced from pillow's releases. 8.3.2 https://pillow.readthedocs.io/en/stable/releasenotes/8.3.2.html Security CVE-2021-23437 Raise ValueError if color specifier is too long [hugovk, radarhere] Fix 6-byte OOB read...

dependencies

Dear Mostafa, Thank you very much for your efforts. You provided information about a small sample, however the data on the link is unavailable. Could you please provide a new...

Hi, In the following snippet from the loss.py file: ''classify_loss = 0.5 * self.classify_loss( pos_prob, pos_labels[:, 0]) + 0.5 * self.classify_loss( neg_prob, neg_labels + 1) '' why is the target...

Hello Sir I used your code to validate the dataset size as data_loader=373 and got an error while validating as follows. When `for i, (data, target, coord) in enumerate(data_loader):` The...

Hello Sir Could you help me please, when am trying to run the pre-process step am facing the errors below... IndexError Traceback (most recent call last) in 57 58 if...

Dear author, I'm using your google colab I followed your instruction from 'How to use' but I got "IndexError: too many indices for array: array is 1-dimensional, but 2 were...