UFLoss icon indicating copy to clipboard operation
UFLoss copied to clipboard

preprocessing single coil data

Open Aristot1e opened this issue 3 years ago • 1 comments

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 [email protected] Thanks for the help.

Aristot1e avatar Oct 12 '21 08:10 Aristot1e

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

KeWang0622 avatar Oct 20 '21 18:10 KeWang0622