alanqrwang/keymorph

Cannot find the saved registered image

Closed this issue · 3 comments

Hi team

I'm using the registering code to register the example data as the instruction

python register.py \ --moving ./example_data/images/IXI_001.nii.gz \ --fixed ./example_data/images/IXI_002.nii.gz \ --load_path ./weights/numkey512_tps0_dice.4760.h5 \ --num_keypoints 512 \ --moving_seg ./example_data/labels/IXI_001.nii.gz \ --fixed_seg ./example_data/labels/IXI_002.nii.gz

I've also trigger the --save_preds, but the same, we cannot find the saved registered image. Is there a output folder?

Best,
Zeyu

Hi team,

I have also tried --save_dir configure followed by a /path/to/output e.g. ./output, and still I cannot find any inference image/registered image in the output folder.

Any response?

Thanks,
Zeyu

Apologies for the confusion. It should save to disk now with this commit: 7cbdc54.

I updated the README as well. Please let me know if there are any issues.

Closing for now. Please feel free to open a separate issue if necessary.