lung-cancer-detection icon indicating copy to clipboard operation
lung-cancer-detection copied to clipboard

Deep learning-based segmentation and classification of lung nodules

Results 1 lung-cancer-detection issues
Sort by recently updated
recently updated
newest added

- Hello! i'm using this code: "lung-cancer-detection/nbs/08_Image_Reader.ipynb" data_dict = {"image": "images/LIDC-IDRI-0133.npy", "label": "masks/LIDC-IDRI-0133.npy"} print(data_dict) loader = LoadImaged(keys=("image", "label")) loader.register(LIDCReader(DATA_DIR)) data_dict = loader(data_dict) - but jupyter warning like this "**AttributeError: 'tuple'...