help
help > RE: WMH Map Output
Mar 19, 2016 07:03 PM | Thiago Maciel - Universidade Federal de Minas Gerais
RE: WMH Map Output
I've got the same problem as you, John.
I've figured, after hours of debugging, that the problem lies in the script WhyD_detect.m of the new version (W2MHS v1.3 [Linux]).
If you use the older version of it (e.g, W2MHS v1.1 [Linux] Source and Training Data) with the following change,
then, you will get the expected WMH map.
Right now, I am trying some hybrid version to figure out where they differ essentially, but with no success at present moment.
I've figured, after hours of debugging, that the problem lies in the script WhyD_detect.m of the new version (W2MHS v1.3 [Linux]).
If you use the older version of it (e.g, W2MHS v1.1 [Linux] Source and Training Data) with the following change,
%% loading image data and options for
training
input = load_nii(sprintf('%s/%s',names.directory_path,names.WM_mod));
sub_image = double(input.img); sub_dim = size(sub_image);
input = load_nii(sprintf('%s/%s',names.directory_path,names.WM_mod));
sub_image = double(input.img); sub_dim = size(sub_image);
then, you will get the expected WMH map.
Right now, I am trying some hybrid version to figure out where they differ essentially, but with no success at present moment.
Threaded View
| Title | Author | Date |
|---|---|---|
| John Morris | Nov 20, 2015 | |
| Thiago Maciel | Mar 19, 2016 | |
| Vamsi Ithapu | Mar 20, 2016 | |
| John Morris | Mar 19, 2016 | |
| Thiago Maciel | Mar 19, 2016 | |
| Vamsi Ithapu | Mar 20, 2016 | |
| John Morris | Dec 13, 2015 | |
| Vamsi Ithapu | Dec 3, 2015 | |
| Dan Liu | Dec 4, 2015 | |
| Vamsi Ithapu | Dec 6, 2015 | |
| Dan Liu | Jan 14, 2016 | |
| Vamsi Ithapu | Jan 19, 2016 | |
| Dan Liu | Feb 23, 2016 | |
| Dan Liu | Feb 5, 2016 | |
| Dan Liu | Dec 7, 2015 | |
| Vamsi Ithapu | Dec 3, 2015 | |
