-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix bug for imcompartible B0 direction between SEPIA and LPCNN
- Loading branch information
Kwok-Shing Chan
committed
Oct 9, 2023
1 parent
9083249
commit 2937400
Showing
7 changed files
with
11 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
%% This file specifies the Checkpoint of xQSM | ||
|
||
% Specify the directory of the xQSM code from Github | ||
deepMRI_HOME = '/project/3015069.05/bids/code/deepMRI/'; | ||
deepMRI_HOME = '/home/common/matlab/sepia/external/deepMRI/'; | ||
% If you have your own trained network, specify the file that contains the trained parameters | ||
% otherwise, uses the one provided with the tool | ||
checkpoints = '/project/3015069.05/bids/code/deepMRI/BFRNet_data/checkpoints/BFRnet_L2_64PS_24BS_45Epo_NewHCmix.mat'; | ||
checkpoints = '/home/common/matlab/sepia/external/deepMRI/BFRNet_data/checkpoints/BFRnet_L2_64PS_24BS_45Epo_NewHCmix.mat'; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
%% This file specifies the Python environment and Checkpoint of QSMnet+ | ||
|
||
% Specify the directory of the QSMnet+ code from Github | ||
QSMnet_HOME = '/project/3015069.05/bids/code/QSMnet/'; | ||
QSMnet_HOME = '/home/common/matlab/sepia/external/QSMnet/QSMnet-9ca283a'; | ||
% Specify the Python environment that has QSMnet+ installed | ||
python_interpreter = '/project/3015069.05/bids/code/QSMnet/qsmnet/bin/python'; | ||
python_interpreter = '/home/common/matlab/sepia/external/QSMnet/QSMnet-9ca283a/qsmnet/bin/python'; | ||
% Specify the directory that contains the trained parameters | ||
dir_net = fullfile(QSMnet_HOME,'Checkpoints/'); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters