Thank you for sharing the implementation. As mentioned in the paper, I see that you are normalizing the images with the mean and standard deviation of imagenet data. However, the Xray images are between the range 0-255, should'nt you be scaling the value of the image between 0-1 and then normalizing with the mean and standard.?
Hi;
Thank you for sharing the implementation. As mentioned in the paper, I see that you are normalizing the images with the mean and standard deviation of imagenet data. However, the Xray images are between the range 0-255, should'nt you be scaling the value of the image between 0-1 and then normalizing with the mean and standard.?