-
Notifications
You must be signed in to change notification settings - Fork 21
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
Dataroot for train and Val #7
Comments
also i have given the complete path with filename ending with ".gz" as the train and val dataroot it loads the dataset, but it is giving the following code error RuntimeError: CUDA error: no kernel image is available for execution on the device |
Hi thanks for your interest in our work! |
Hi, thank you for sharing your creation. I would like to ask about the requirement of "dataroot" in the first stage of training to be a .nii.gz file. When I used my own data, I reported the following error: |
@Alphacch thank you for your interest! Our data are 4-dimensional, which includes multiple observations of 3D volumes. This error message indicates that your data is only 3-dimensional (maybe it is a single observation of a 3D volume?). Please note that our algorithm (and most other MRI denoising algorithms) only functions on 4D data. A single 3D volume may not be adequate to initiate the denoising algorithm. |
@tiangexiang Thank you for your reply! May I ask if I can add your wechat or other social software? This may be more efficiently. I am very interested in your project and hope you can help me. My wechat number is: 15855666661. and i will understand if it is inconvenient. Thank you again for your reply! |
|
@BAOSONG1997 Hi, 4D MRI data in this case is a sequence of 3D MRI volumes that each volume is an i.i.d noisy acquisition. This means that every 3D MRI volume in the 4D dataset represents the same underlying brain anatomy, but with different noise. |
Thanks, Tiangexiang. In your article, the number of the volume (n) can be less than 5. Is it the fourth-dimension of 4D MRI data? Does that mean you can use the number of 3D MRI data less than 5? |
@BAOSONG1997 Yes! number of 3D MRI data can be less than 5. However, with less 3D acquisitions, the model's capability will be compromised accordingly. |
Can you given example for one dataset like stanford_hardi what the typical dataroot in config looks like for these datasets ?
I have downloaded stanford_hardi in a folder specifying the folder path does not work ? can you update readme with proper instructions of doing that.
The text was updated successfully, but these errors were encountered: