I'm not sure if the Tensorflow ObjectDetection API automatically normalizes the input images (my own dataset). It seems to have an option called 'NormalizeImage' in the DataAugmentations. So far, I haven't specified it, and my models are doing reasonably well. Am I missing image normalization, or does Tensorflow do it automatically for me, or is it just not needed for this Object Detection API?
My models have used Faster RCNN and RetinaNet so far.