photo

mohd akmal masud


Last seen: 1일 전|2017 이후 활성

Image Segmentation for SPECT and PET. Deep Learning Practitioner

Programming Languages:
MATLAB
Spoken Languages:
English

Statistics

All
  • First Submission
  • Thankful Level 5
  • Explorer
  • First Review
  • Revival Level 1
  • First Answer

배지보기

Content Feed

보기 기준

질문


how to open nrrd format using matlab
Dear all, I have nrrd format images (Segmentation.nrrd as attached). How to open it? I have download the nrrd format fi...

12일 전 | 답변 수: 1 | 0

1

답변

질문


how to convert 4D into 3D?
Dear all, I have 4D images. Can get thru this link. ( https://drive.google.com/file/d/1qlj_6MIcjdN5a2eZXitvtD5dfGhSdt8t/view?...

14일 전 | 답변 수: 2 | 0

2

답변

질문


How to view the title image classification for 3D images?
Dear all, I have done trained the deep lerning clasification. so I want to test one of the data. %testing testing = ni...

14일 전 | 답변 수: 0 | 0

0

답변

질문


How to resize multiple images nifti?
Dear all, I have 75 folder. each folder have 5 set images. each set images have 240x240x155 size. how to resize all the im...

20일 전 | 답변 수: 1 | 0

1

답변

질문


GOT AN ERROR ON VGG19 FULLYCONNECTED LAYER
Dear All Anyone can help me to solve the problem? Below is my code for VGG19 net. I have 75 folder data. In each folder...

20일 전 | 답변 수: 0 | 0

0

답변

질문


VGG19 GOT ERROR
Dear all, Need your help. I want to run VGG19. But I got an error. (all data in ezyzip folder as attached, and matlab.m i...

21일 전 | 답변 수: 0 | 0

0

답변

질문


VGG19 net Error
Dear all, I was run the VGG19 using apps designer. But I got error. **The workspace of data as attached. (matlab.mat) Any...

약 1달 전 | 답변 수: 1 | 0

1

답변

질문


how to view 4D-single Image
Dear All, I have 4D-Single types of images. How to view it? my images can get as link below https://drive.google.com/fi...

약 1달 전 | 답변 수: 1 | 0

1

답변

질문


how to read imageDatastore for 4D-single.
Dear all, My data is 4D-single. Anyone know how to read imageDatastore for 4D-single. the code volds is for mage data set ...

약1달전|답변수:0 | 0

0

답변

질문


How to Convert 4D-Single to MxNXN
Dear all, I have 100 set data 4D-Single. anyone know how to convert it to MxNxN? Letsay my 4D-Single is cropVol, want to conve...

약1달전|답변수:0 | 0

0

답변

질문


Attention mechanism diagram For unet Deep Learning
Dear all, Anyone know how to add the Attention mechanism diagram using deep network design Matlab?

약 2달 전 | 답변 수: 0 | 0

0

답변

제출됨


Precision and Recall 3D Images
This is code for calculated the precision and recall for image classification after deep learning method segmentation

약 2달 전 | 다운로드 수: 1 |

Thumbnail

제출됨


Dice Similarity Coefficient
这段代码是the calculation of dice similarity coefficient for 2D images.

약 2달 전 | 다운로드 수: 3 |

Thumbnail

제출됨


Plot surf graph for 3DImages
This code for plotting the graph 3D images data set dicom.

약 2달 전 | 다운로드 수: 8 |

Thumbnail

제출됨


Convert3D set data to 4D
This function computes all 3D frame images to bulk 4D Images.

약 2달 전 | 다운로드 수: 3 |

Thumbnail

질문


How to calculate the precision and recall for prediction deep learning
Dear all, How to calculate the precision and recall for my prediction result deep learning? my groundTruth(g.mat) is logical...

약 2달 전 | 답변 수: 1 | 0

1

답변

질문


How to plot surf for 3D images.
Dear all, I have 3D image as attached. How to plot it using surf fucntion? so that i can get the graph as below. >> h = dicomre...

약 2달 전 | 답변 수: 2 | 0

2

답변

질문


HOW TO CALCULATE THE PRECISION AND RECALL AND IoU
Dear all, I have the groundTruthlabel(g.mat) and prediction (tempSeg1.mat). all attached. Anyone know how to calculate the p...

약 2달 전 | 답변 수: 0 | 0

0

답변

질문


How to convert cell to logical?
Dear all. I have the image grountruth as attached. the image categorical. Anyone know how to convert it into logical?

약 2달 전 | 답변 수: 1 | 0

1

답변

질문


HOW TO CALCULATE RECALL, PRECISION AND IoU test data deep learning
Dear all, I want to calculate precision and recall for my test data. But I gor Error. Because my data is 3D. (as attached) [pr...

약 2달 전 | 답변 수: 0 | 0

0

답변

질문


Error for Deep Learning Unet
Dear all, I was runmy coding..but got Error. The Data run as attached. clc clear all close all %testDataimages DATASetDir...

약 2달 전 | 답변 수: 1 | 0

1

답변

질문


An error when run Unet Model Deep learning
Dear all, I was develop my network thru apps design. then generate code. Like below. But I got error. clc clear all clo...

약 2달 전 | 답변 수: 1 | 0

1

답변

질문


How to know the number of filter
Dear all, I want to know the number of convulation that used in deep learning. Because there is no number show. The padding and ...

약 2달 전 | 답변 수: 1 | 0

1

답변

질문


Warning: GPU is low on memory
Dear All, I got this error when run data trained for Unet3Dlayer. Warning: GPU is low on memory, which can slow performanc...

약 2달 전 | 답변 수: 2 | 0

2

답변

질문


GOT ERROR WHEN USING MEDICAL IMAGE VIEWER TOOLBOX
Dear All, I used Medical Image Viewer Toolbox. But got error. Error using - Integers can only be combined with integer...

약 2달 전 | 답변 수: 0 | 0

0

답변

질문


How to calculate the volume image segmentation.
亲爱的,我已经将图片设置为附加(matlab.mat). Then I upload in Volume Viewer Apps. Anyone know how to calculate the ...

2달 전 | 답변 수: 0 | 0

0

답변

질문


Error trainNetwork for U net Deep learning.
Dear All, I tried to train U-Net Network Deep Learning. data for IMAGEDir(256x256x24single.mat) and matFileDir(256x256x24sing...

2달 전 | 답변 수: 0 | 0

0

답변

질문


Anyone know how to convert dicom file to mat file?
Dear all, Anyone know how convert dicom file to mat file? the dicom file as attached. I've tried this code. but got error....

2달 전 | 답변 수: 0 | 0

0

답변

질문


How to calculate average Dice score across the set of test volumes (Deep Learning, U Net Model)
Dear all, Based on Segment3DLungTumorUsingVnet as attached, below is the command to Calculate the average Dice score across ...

3달 전 | 답변 수: 0 | 0

0

답변

질문


What is different between CountsAccumulated(from dicominfo) and summation for the whole images??
Dear All, I have image as attached. the type is int16. have 45 frame, size 128x128. This is SPECT images. When I wrote the scr...

3달 전 | 답변 수: 0 | 0

0

답변

더로드