adversarial-robustness-toolbox
adversarial-robustness-toolbox copied to clipboard
Implement model-specific estimator for TensorFlow SSD object detection models
Implement a model-specific estimator for TensorFlow SSD object detection models (https://github.com/tensorflow/models/blob/master/research/object_detection/g3doc/tf1_detection_zoo.md). The implementation can likely follow a similar pattern as for TensorFlowFasterRCNN
estimator and we should investigate if multiple/all base architectures (e.g. MobileNet, etc.) can be supported in this new estimator for SSD. This estimator should be using TensorFlow 1.x