I am trying to perform CNN for regression using grayscale images with continues pixel value in float32 data types. The value ranges for predictors:
img1= 0 to 790.65
img2= -2.74174 to 2.4126
img3= 150.87 to 260.45
The value range for response image:
resp_img= -32.927 to 69.333
Is it appropriate to convert the pixel values between [0-255], and also if I convert the data type/data range to another format how should I scale back to original floating-point values?