I ve follow up ur work progress which u mentioned in the paper
I have a DWIs series with 13 diffusion direction which 1 B0 and 12 random gradients.
My Pre-processing pipeline like below:
1. I re-arrange the data to make it only have 12 gradients components, and denoise it through Dipy piple(Patch2self)
2. I put B0 series into FSL - FDT pipeline to choose the best b0s since i ve 3 B0 series
3. Also do denoising for B0s series
4. Simple way to stack B0s and denoised 12 components, so the data shape would be like 128 * 128 * 49 * 13, divded the data by 4000 since shell correspond is 1000
5. Run the FAST pipeline based on the stacked data, get partial volume segmentation
6. Generate the mask according to the pveseg.nii.gz
7. run_dmri_rcnn.py to get the output
But the output I get eventually seems quite wrong which I show below, I cannot figure out the reason, so am eager to receive your response if you can help me, sincerely thank u sir
Hi sir: