QSMnet+¶
Setup QSMnet+ for SEPIA¶
- Download QSMnet+ from GitHub
- If you haven’t setup QSMnet+ in python, following the instruction in https://github.com/SNU-LIST/QSMnet, including downloading the pre-trained network and creating conda environment (see Section Manual in their GitHub page)
- Specify the full path to QSMnet+ code as ‘QSMnet_HOME’ in setup_qsmnet_environment.m in SEPIA_HOME/addons/qsm/QSMnet/
- Specify the full path of the Python interpreter that has QSMnet installed as ‘python_interpreter’ in setup_qsmnet_environment.m
Your setup_qsmnet_environment.m should look something like this:
Warning
The support this method is still in an early stage and only tested on a Linux machine.