Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Request for Release the CT Training Data #3

Closed
xxliang99 opened this issue Oct 10, 2021 · 1 comment
Closed

Request for Release the CT Training Data #3

xxliang99 opened this issue Oct 10, 2021 · 1 comment

Comments

@xxliang99
Copy link

Hi Dr. Chen,
Thank you for your contributions! I would like to reproduce the CT100 result but found the CT training data missing in the dataset folder. The code says:

class CTData(Dataset):
    def __init__(self, mode='train', root_dir='./dataset/CT/CT100_128x128.mat'):
        mat_data = scio.loadmat(root_dir)

But the dataset repository only contains the Urban100 data. I only found 18.3 GB dicom images in the TCGA link given in paper, while I am wondering if there is any metrics in selecting CT slices for training. Therefore, I appreciate it if you would release the CT data you utilized for training.

Thanks for your time!

Best,
Vivian

@edongdongchen
Copy link
Owner

edongdongchen commented Oct 11, 2021

Hi Dr. Chen, Thank you for your contributions! I would like to reproduce the CT100 result but found the CT training data missing in the dataset folder. The code says:

class CTData(Dataset):
    def __init__(self, mode='train', root_dir='./dataset/CT/CT100_128x128.mat'):
        mat_data = scio.loadmat(root_dir)

But the dataset repository only contains the Urban100 data. I only found 18.3 GB dicom images in the TCGA link given in paper, while I am wondering if there is any metrics in selecting CT slices for training. Therefore, I appreciate it if you would release the CT data you utilized for training.

Thanks for your time!

Best, Vivian

Hi Vivian,

Yes, we just used a tiny subset of TCGA dataset, please download this public subset 'CT100' from here, and the 100 dicom images (458.15 MB) can be found in the folder 'dicom_dir', by then just resize it and save it - you don't really need to download the whole TCGA dataset.

You may want to check the updated ctdb.py and the uploaded .mat file. Let me know if it doesn't help.

Bests,
Dongdong

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants