radio icon indicating copy to clipboard operation
radio copied to clipboard

RadIO is a library for data science research of computed tomography imaging

Results 22 radio issues
Sort by recently updated
recently updated
newest added

If I use `luna_dataset = Dataset(index=luna_index, batch_class=CTImagesBatch)` I am getting below error `--------------------------------------------------------------------------- AttributeError Traceback (most recent call last) in 1 luna_dataset = Dataset(index=luna_index, batch_class=CTImagesBatch) ----> 2 batch = (luna_dataset...

I noticed that you added tqdm recently, but it was not part of the pip install which I just ran. Suggest to add it to the requirements.

Hello, from the APIs it is not clear if/how multiple image channels are supported. Given that the loader takes all the images and stacks them in a skyscraper, how do...

Hi guys! I try to execute Tutorial3 (and 4) with Goggle Colaboratory notebooks (GPU with 12GB RAM). I use only subset0 from luna16. Kernel is crashed when I execute "Shortcut...

I try to execute Tutorial3 and for step#9 I get error: Info about nodules location must be loaded before calling this method. Nothing happened. --------------------------------------------------------------------------- AttributeError Traceback (most recent call...

Hello, I preprocessed some Dicom files and dumped it in blosc format. I did see that dumping as DICOM was not implemented. Is there a way to convert blosc to...

I have followed the tutorials line for line. In tutorial 3, when performing split_dump, dumping to the cancerous_folder and non_cancerous_folder, and (luna_dataset.train >> crops_dumping).run(), I get multiple alerts of '...

I am the following error in executing the code - LUNA_MASK = 'D:\LUNA16\subset0' # set mask for scans from Luna-dataset here from radio.batchflow import FilesIndex luna_index = FilesIndex(path=LUNA_MASK, no_ext=True) #...

``` from radio.preprocessing.utils import get_nodules_pixel_coords, show_slices get_nodules_pixel_coords(batch) ``` returns dataframe with 8 nodules ``` from radio.preprocessing.utils import num_of_cancerous_pixels num_of_cancerous_pixels(batch) ``` returns 1 scan with 2k nodules pixels However when I'm...