adversarial-robustness-toolbox icon indicating copy to clipboard operation
adversarial-robustness-toolbox copied to clipboard

Implement model-specific estimator for TensorFlow SSD object detection models

Open beat-buesser opened this issue 4 years ago • 0 comments

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

beat-buesser avatar Oct 08 '20 19:10 beat-buesser