You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Recently I've tried to use your repository, but I have some issues with dataset directories,
Here are some codes that you write for explanations:
""" dataset
structures = ["Heart", "Breast L", "Breast R"]
dataset = Dataset('data/data', 'data/DIBH_dataset', structures)
dataset.make()"""
I've added the above directories for CT images and related RT structure, but it returned an empty patient as below:
Could you please explain more about "dataset = Dataset('data/data', 'data/DIBH_dataset', structures)"?
And could you please tell me what structure the dataset should have?
Thank you.
The text was updated successfully, but these errors were encountered:
Dear Kevin,
Recently I've tried to use your repository, but I have some issues with dataset directories,
Here are some codes that you write for explanations:
""" dataset
structures = ["Heart", "Breast L", "Breast R"]
dataset = Dataset('data/data', 'data/DIBH_dataset', structures)
dataset.make()"""
I've added the above directories for CT images and related RT structure, but it returned an empty patient as below:
Structure(s) to export: ['Bladder', 'Femur_L', 'Femur_R', 'LN_Pelvis', 'Prostate', 'Rectum', 'SeminalVesicles']
Patient(s) identification : []
Export done
Could you please explain more about "dataset = Dataset('data/data', 'data/DIBH_dataset', structures)"?
And could you please tell me what structure the dataset should have?
Thank you.
The text was updated successfully, but these errors were encountered: