visualize_with_fourier_diff#
- radionets.plotting.visualization.visualize_with_fourier_diff(i, img_pred, img_truth, amp_phase, out_path, plot_format='png')[source]#
Visualizing, if the target variables are displayed in fourier space.
- Parameters:
- iint
Current index given form the loop
- img_inputarray_like
Current input image as a numpy array in shape (2*img_size^2)
- img_predarray_like
Current prediction image as a numpy array with shape (2*img_size^2)
- img_truth: array_like
Current true image as a numpy array with shape (2*img_size^2)
- out_path: str
Which contains the output path