Using Models from the Zoo on my custom datasets #540
Closed
AndromathArcanitus
announced in
Announcements
Replies: 1 comment 4 replies
-
Hi @AndromathArcanitus, you can change the data path in the configure file if you want to run bundle. Otherwise you could directly using the model weight in your pipeline. Thanks! |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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.
Beta Was this translation helpful? Give feedback.
All reactions