I can't run the example "3-D Brain Tumor Segmentation Using Deep Learning"
1 view (last 30 days)
Show older comments
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!
0 Comments
Accepted Answer
Bradley
on 11 Apr 2019
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?
More Answers (1)
Bradley
on 10 Apr 2019
Run the following at the command line:
openExample('deeplearning_shared/Segment3DBrainTumorUsingDeepLearningExample')
Did the function preprocessBraTSdataset appear in your folder?
See Also
Categories
Find more on Medical Physics in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!