hla hla myint
Followers: 0 Following: 0
Statistics
RANK
63,949
of 295,569
REPUTATION
0
CONTRIBUTIONS
12 Questions
3 Answers
ANSWER ACCEPTANCE
8.33%
VOTES RECEIVED
0
RANK
of 20,247
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 154,105
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
The training image are the size of [32 32 32 4] but the input layer expects image size [32 32 32 3]
Thanks Saya , Input image is [240 240 155 4] and nii file.
4 years ago | 0
Question
The training image are the size of [32 32 32 4] but the input layer expects image size [32 32 32 3]
I train the network the following : imageDir=fullfile(tempdir,'PP'); if ~exist(imageDir,'dir') mkdir(imageDir); end sou...
4 years ago | 2 answers | 0
2
answersQuestion
invalid training data in matlab?
My Code :imageDir=fullfile(tempdir,'PP'); if ~exist(imageDir,'dir') mkdir(imageDir); end sourceDatalaoc=[imageDir filese...
4 years ago | 0 answers | 0
0
answersQuestion
invalid training data for following code?
Error : The output size [132 132132 6] of the last payer does not match the response size [132 132 132 3] My code is following ...
4 years ago | 0 answers | 0
0
answersQuestion
is used PixelLabelDataStore?
Error is following Error using pixelLabelDatastore>parseInputs (line 202) 'FileExtensions' is not a recognized parameter. For...
4 years ago | 1 answer | 0
1
answerQuestion
Is Feature extraction step required in CNN?
I research 3 D volumetric brain tumor segmentation using CNN. Is activation map the feature extraction in CNN?. So i want to ...
4 years ago | 1 answer | 0
1
answerQuestion
When does a change from encoder to decoder in CNN?
I understand the encoder path and decoder path. But when does a change from encoder to decoder in CNN? In this case, is depen...
4 years ago | 0 answers | 0
0
answersQuestion
Why image appear black and white image?
i convert 3 d image to 2 d image. Then I have used the imwrite function. But image was appeared the black and white image. Why...
4 years ago | 0 answers | 0
0
answersQuestion
How to find ground truth in 3 D volumetric brain tumor nii file.?
Ground truth of 3 D volumetric brain tumor nii file.?
4 years ago | 1 answer | 0
1
answerQuestion
I want to know labelTr in Task_01 Brain Tumor Dataset.
Is this folder ground turth image? is not, how to find ground turth image in Task_01 Brain Tumor Dataset.?
4 years ago | 1 answer | 0
1
answerQuestion
How to find Dice Similarity Coefficient?
I research 3 D volumetric brain tumor image using Brats 2016 and 2017 dataset. I will find dice coefficient .But following error...
4 years ago | 1 answer | 0
1
answerError when creating pixelLabelDatastore: The value of 'gTruth' is invalid
How to create ground turth object in 3 D volumetric with file extension nii. I know 2 D image, ground turth object create labele...
4 years ago | 0
What is Error occupy for pixellabeldatastore code is following. ?
I create this function using matlab 2018b. Dataset is Brats 2016 and 2017 3 D volumetric brain tumor.
4 years ago | 0
Question
What is Error occupy for pixellabeldatastore code is following. ?
for 3 D volumetric mri brain tumor image and file extension is nii. with my matlab code as following classNames = ["backgrou...
4 years ago | 2 answers | 0
2
answersQuestion
pixel data in 3 D volumetric nii image for using pixellabeldatastore?
I create pixellabeldatastore for nii file. My research image is 3 d volumetric mri images. But i do not research pixel label d...
4 years ago | 0 answers | 0