Yirui Wang

Results 13 comments of Yirui Wang

Hi, The data is from a public dataset called ADNI (http://adni.loni.usc.edu/). The model input image is actually being preprocessed by using registration (details can be found in our report). Due...

> > Hi, > > The data is from a public dataset called ADNI (http://adni.loni.usc.edu/). The model input image is actually being preprocessed by using registration (details can be found...

I can help you check that. Since this batch file is implemented by another teammate, I am not sure if he still keeps this file. I'll let you know if...

> > I can help you check that. Since this batch file is implemented by another teammate, I am not sure if he still keeps this file. I'll let you...

@hanhuili @Hannah-Yao Thanks for your inquiry and sorry for the very late reply. I asked my teammate several months ago, but unfortunately, he cannot find the matlab batch file. At...

> Hi, > > I'm Esha, a highschooler using this for Alzheimer's and neural networks research work. I just downloaded the zip file: AD_Prediction-master.zip. After I extracted the zip I...

@esheee Hi Esha, we didn't add setup.py in this project so you cannot install it. Sorry for the inconvenience. We may reimplement the code later and make it cleaner. @FaRe3...

Hi, thanks for your interest in our project. I just remember we normalize our image to the range [0,1] to perform tensor computation in PyTorch. We checked several images, and...

So your question is: after constructing a 'RGB' image, you want to visualize it, right? What means "do not make sense"? The color or the alignment? To form a RGB...

> Hello, I would like to ask. Is this sliced and converted into three channels and sent to a network for training for average? thanks Thanks for your question. The...