Skip to content

Using Models from the Zoo on my custom datasets #539

@AndromathArcanitus

Description

@AndromathArcanitus

Dear All,

I am new to MONAI and am hoping to use the model lung nodule ct detection from Model Zoo on my own dataset. I have already implemented my DataLoader. So, when I call it, the data is ready. But, when I see the configuration json file, the data is load through

"data_list_file_path": "$@bundle_root + '/LUNA16_datasplit/dataset_fold0.json'",
"dataset_dir": "/datasets/LUNA16_Images_resample",
"train_datalist": "$monai.data.load_decathlon_datalist(@data_list_file_path, is_segmentation=True, data_list_key='training', base_dir=@dataset_dir)",.

Can anyone provide any suggestions for my case? Should I save the data into a folder? But I don't know in what form the data should be saved. Thank you.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions