필터 지우기
필터 지우기

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