Save tensorflow object detection augmented images
问题 Is there a way to view the images that tensorflow object detection api trains on after all preprocessing/augmentation. I'd like to verify that things look correctly. I was able to verify the resizing my looking at the graph post resize in inference but I obviously can't do that for augmentation options. In the past with Keras I've been able to do that and I've found that I was to aggressive. 回答1: The API provides test code for augmentation options. In input_test.py file, the function test