I can't run the example "3-D Brain Tumor Segmentation Using Deep Learning"

2 次查看(过去 30 天)
I can't run the example "3-D Brain Tumor Segmentation Using Deep Learning" in my matlab (R2018b). For instance, there is a sentence in this example, that is, "To train the 3-D U-Net network more efficiently, preprocess the MRI data using the helper function preprocessBraTSdataset. This function is attached to the example as a supporting file.", I have installed these 3 toolboxes:
but I still can't use the function mentioned above, preprocessBraTSdataset().
So, I need help. Thanks a lot!

采纳的回答

Bradley
Bradley 2019-4-11
I do not believe this example is available in R2018b. I obtained the same error message in R2018b:
>> openExample('deeplearning_shared/Segment3DBrainTumorUsingDeepLearningExample')
Error using findExample (line 35)
Example "Segment3DBrainTumorUsingDeepLearningExample" not found in "C:\Program Files\MATLAB\R2018b\examples\deeplearning_shared\examples.xml".
Error in openExample (line 24)
metadata = findExample(id);
Are you able to upgrade to R2019a?
  1 个评论
Yaoting Yue
Yaoting Yue 2019-4-12
Thank you very much! It's the reason that this example is not available in R2018b, I get it. Thanks a lot for your help!

请先登录,再进行评论。

更多回答(1 个)

Bradley
Bradley 2019-4-10
Run the following at the command line:
openExample('deeplearning_shared/Segment3DBrainTumorUsingDeepLearningExample')
Did the function preprocessBraTSdataset appear in your folder?
  1 个评论
Yaoting Yue
Yaoting Yue 2019-4-11
When I run: openExampl('deeplearning_shared/Segment3DBrainTumorUsingDeepLearningExample') at my local command line, it shows erro like following:
>> openExample('deeplearning_shared/Segment3DBrainTumorUsingDeepLearningExample')
erro using findExample (line 35)
in "E:\MATLAB\examples\deeplearning_shared\examples.xml" can't find "Segment3DBrainTumorUsingDeepLearningExample"。
erro openExample (line 24)
metadata = findExample(id);

请先登录,再进行评论。

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by