You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are some problems when I run data_preprocessing.py using single-coil data. The program will report an error : (Calibration region not found!)
/home/img/anaconda3/bin/python /home/img/Desktop/lff/UFLoss-main/UFloss_training/data_preprocessing.py
fatal: Needed a single revision
cuda:0
the last dimension 372, coil dimensional: 640: 0%| | 0/199 [00:00<?, ?it/s]ERROR: Calibration region not found!
Aborted (core dumped)
the last dimension 372, coil dimensional: 640: 0%| | 0/199 [06:34<?, ?it/s]
Traceback (most recent call last):
File "/home/img/Desktop/lff/UFLoss-main/UFloss_training/data_preprocessing.py", line 82, in
sens = bart.bart(
File "/home/img/Desktop/lff/UFLoss-main/UFloss_training/bart_/bart.py", line 94, in bart
raise Exception("Command exited with an error.")
Exception: Command exited with an error.
Process finished with exit code 1
I don’t know why ERROR:Calibration region not found and how to deal with it, so, please.
And I have another request if it's possible, may I get the code that you have trained. This will be of great help to my study.
This is my email 2020110200@mail.scuec.edu.cn Thanks for the help.
The text was updated successfully, but these errors were encountered:
Please make sure your BART works fine. Also, I don't think our code supports single-coil, it can be easily implemented by getting rid of all sensmaps related stuff. Hope it helps
There are some problems when I run data_preprocessing.py using single-coil data. The program will report an error : (Calibration region not found!)
/home/img/anaconda3/bin/python /home/img/Desktop/lff/UFLoss-main/UFloss_training/data_preprocessing.py
fatal: Needed a single revision
cuda:0
the last dimension 372, coil dimensional: 640: 0%| | 0/199 [00:00<?, ?it/s]ERROR: Calibration region not found!
Aborted (core dumped)
the last dimension 372, coil dimensional: 640: 0%| | 0/199 [06:34<?, ?it/s]
Traceback (most recent call last):
File "/home/img/Desktop/lff/UFLoss-main/UFloss_training/data_preprocessing.py", line 82, in
sens = bart.bart(
File "/home/img/Desktop/lff/UFLoss-main/UFloss_training/bart_/bart.py", line 94, in bart
raise Exception("Command exited with an error.")
Exception: Command exited with an error.
Process finished with exit code 1
I don’t know why ERROR:Calibration region not found and how to deal with it, so, please.
And I have another request if it's possible, may I get the code that you have trained. This will be of great help to my study.
This is my email 2020110200@mail.scuec.edu.cn Thanks for the help.
The text was updated successfully, but these errors were encountered: