2025-09-21 6:57 AM
Hey,
Looking at the image classification application example, I couldn't find any part of the code that handles the normalization of pixel value from [0,255] to [-1,1] or [0,1] that I would expect from a CV model of that kind.
Do you mind explaining how this implementation that is based on the mobilenet_v2_0 skips the need for normalization?
Thanks.