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

Hi, I just want to ask, can tensorflow version 2.0 be used to run this repo? If not, when will this repo be upgraded into tensorflow version 2.0?

While trying out the get_patches function defined under CTImagesBatch class, I got an assertion error. `luna_dataset = Dataset(index=luna_index, batch_class=CTImagesBatch) # create a dataset structure preprocessing = (Pipeline() .load(fmt='raw') .normalize_hu(min_hu=-1000, max_hu=400)...

Hello all! Let’s say that I have succesfully trained a 3D unet model and have saved its weight. Currently in RadIO tutorial 4, in order to predict a CT scan,...

Hello, I faced a problem in tutorial 3. When I run this code, ![image](https://user-images.githubusercontent.com/70940746/121469470-1dd81800-c9ef-11eb-8a54-53498e0a6861.png) ![image](https://user-images.githubusercontent.com/70940746/121469491-29c3da00-c9ef-11eb-8711-c29e8e3da766.png) ![image](https://user-images.githubusercontent.com/70940746/121469273-c76ad980-c9ee-11eb-8921-256a779f5099.png) The nodule location in the mask does not correspond to any nodules in the...

Hi all, @roman-kh @akoryagin I cannot move forward pass tutorial I. The preprocessing pipeline worked when it only has load operation. But, when I chained it with resize operation, I...

When I tried loading the dicom images from a kaggle dataset using RadIO it failed Here is the link to the notebook it just has 3 cells https://www.kaggle.com/errohitshende/evaluate-radio The code...

Hi guys, I'm following tutorial 4. Everything works just fine till the very end. After preprocessing, i define a Keras 3D U-NET, exactly as in the tutorial. So my code...

I hope to save luna16 data to JPG or PNG format through RadIO, or dump it to image format through batch processing. It's better to save some or all of...

![Screenshot_11](https://user-images.githubusercontent.com/35097422/83333852-1ea67c00-a2bc-11ea-9351-1427e9879ed1.png)

Hi, I'm following the first tutorial (RadIO.I.ipynb) and I always seem to get the same error. I've tryed with different data than from the Luna dataset and I get the...