Closed mrchizx closed 5 years ago
Can you provide a sample code for calculating IE for color images? I cannot get the same number for Middlebury other dataset.
rec_rgb = imread(arguments_strOut) gt_rgb = imread(gt_path) diff_rgb = 0.0+rec_rgb - gt_rgb interp_error = np.mean(np.abs(diff_rgb))
rec_rgb = imread(arguments_strOut)
gt_rgb = imread(gt_path)
diff_rgb = 0.0+rec_rgb - gt_rgb
interp_error = np.mean(np.abs(diff_rgb))
Can you provide a sample code for calculating IE for color images? I cannot get the same number for Middlebury other dataset.