Disable augmentation in tensorflow training pipeline
问题 I googled around a bit but I only found questions about enabling data augmentation. I followed this tutorial but with my own dataset (only one class). I already performed data augmentation on my dataset so I deleted the responsible lines from the pipeline.config. Now my pipeline looks like this model { ssd { num_classes: 1 image_resizer { fixed_shape_resizer { height: 640 width: 640 } } feature_extractor { type: "ssd_resnet50_v1_fpn_keras" depth_multiplier: 1.0 min_depth: 16 conv_hyperparams