limacora45
limacora45
> import ants import antspynet import antspynet.architectures as apa import antspynet.utilities as apu import tensorflow as tf import numpy as np t1_file="/mnt/4e9ca5bb-8e5f-43b4-850a-00a96aa2d8b4/mri_upsample/MRISuperResolution/Data/Example/1097782_defaced_MPRAGE_downsampled.nii.gz" image = ants.image_read(t1_file) image_sr=apu.apply_super_resolution_model_to_image(image, apu.get_pretrained_network("mriSuperResolution")) **Still facing error:**...
Please let me know how I can troubleshoot this to get this module working. I am using pop os 21.10 (Linux) as the operating system, in case that is necessary....
Hi, I tried to see whether ANTsXNet cache had files that were not correct. So I cleaned the directory (~/.keras/ANTsXNet) and re run it in two different linux distros. **pop...
Hi, Ntustison, First of all thank you for such quick responses, happy that after your responses, I got the urge to dig deeper. Firstly, the keras/tensorflow version that i have...