Aldo Camargo
Aldo Camargo
test.py --config_path ./configs/test/SRGAN_x4-SRGAN_ImageNet-Set5.yaml Traceback (most recent call last): File "test.py", line 26, in from dataset import CUDAPrefetcher, PairedImageDataset File "/mnt/c/Users/User/Desktop/Personal/UNI/SRGAN/SRGAN-PyTorch-main/SRGAN-PyTorch-main/dataset.py", line 25, in from imgproc import image_to_tensor, image_resize File "/mnt/c/Users/User/Desktop/Personal/UNI/SRGAN/SRGAN-PyTorch-main/SRGAN-PyTorch-main/imgproc.py",...
I am trying to compute the gradient only for a specific ROI, for example frontal lobe. How can I do that with this toolbox? There is one paper that they...
from brainspace.gradient import GradientMaps from brainspace.plotting import plot_hemispheres from brainspace.mesh import mesh_io as mio # Create a GradientMaps object for the template Gt = GradientMaps(kernel='cosine', approach='dm') # Apply to template...
I am trying to show the results of the alignment of gradients in a structural template like MNI space. Does somebody know how to do it? Thanks a lot, Aldo...
I am having problems compiling the fcma-toolbox I did the following: 1) sudo cmake CMakeList.txt 2) sudo make and I got the following errors: .. . . [ 82%] Building...