-
Notifications
You must be signed in to change notification settings - Fork 1
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
Downloading Data #3
Comments
Hi, you can modify the codes for dataset in https://github.com/Herschel555/CAML/blob/master/code/dataloaders/dataset.py#L89 to return the processed data with transform in the same form (image, label) as the original dataset. |
Thank you for your response. Is it needed to feed h5 files into the networks? I have nifti images in dataset. Should I convert the nifit images into h5 format? |
Hi, you can convert the nifti images into h5 format and use the original dataset https://github.com/Herschel555/CAML/blob/master/code/dataloaders/dataset.py#L89, or you can modify the original dataset to read and process nifti images. |
Thank you. Would you help to troubleshoot the error explained below? Thank you. class LAHeart(Dataset):
ERROR: (caml) **:~/miniconda3/envs/caml/CAML$ python code/train_caml.py --labelnum 3 --gpu 0 --batch_size 4 --seed 1337 idx is = 2 idx is = 1 |
Thank you for sharing your interesting work and congrats on your paper acceptance for MICCAI23.
Would you guide on how we can apply the method to our custom dataset?
Thank you!
The text was updated successfully, but these errors were encountered: