Siddhi Patil

Results 1 issues of Siddhi Patil

The peak_signal_noise_ratio function in the current implementation uses max_val=255.0. However, the images are normalized to the range [0, 1] in the read_image function: image = tf.cast(image, dtype=tf.float32) / 255.0 Since...