Effacer les filtres
Effacer les filtres

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

2 vues (au cours des 30 derniers jours)
Yaoting Yue
Yaoting Yue le 10 Avr 2019
Commenté : Yaoting Yue le 12 Avr 2019
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!

Réponse acceptée

Bradley
Bradley le 11 Avr 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?
  1 commentaire
Yaoting Yue
Yaoting Yue le 12 Avr 2019
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!

Connectez-vous pour commenter.

Plus de réponses (1)

Bradley
Bradley le 10 Avr 2019
Run the following at the command line:
openExample('deeplearning_shared/Segment3DBrainTumorUsingDeepLearningExample')
Did the function preprocessBraTSdataset appear in your folder?
  1 commentaire
Yaoting Yue
Yaoting Yue le 11 Avr 2019
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);

Connectez-vous pour commenter.

Community Treasure Hunt

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

Start Hunting!

Translated by