Closed kikyou123 closed 7 years ago
the network input is [224,224,3],should the imread images imresize [224,224,3]? and the network input should scale [0,1], or just [0, 255]?
Thanks for asking. Yes, you should resize the image size so that it matches the input size. For scaling, we use [0, 255].
the network input is [224,224,3],should the imread images imresize [224,224,3]? and the network input should scale [0,1], or just [0, 255]?