############################### Object Detection - TensorFlow ############################### This is a supervised object detection algorithm which supports fine-tuning of many pre-trained models available in Tensorflow Hub. The following `sample notebook `__ demonstrates how to use the Sagemaker Python SDK for Object Detection for using these algorithms. For detailed documentation please refer :ref:`Use Built-in Algorithms with Pre-trained Models in SageMaker Python SDK ` .. list-table:: Available Models :widths: 50 20 20 20 20 :header-rows: 1 :class: datatable * - Model ID - Fine Tunable? - Latest Version - Min SDK Version - Source * - tensorflow-od-centernet-hourglass-1024x1024-1 - False - 3.0.6 - 2.189.0 - `Tensorflow Hub `__ * - tensorflow-od-centernet-hourglass-1024x1024-kpts-1 - False - 3.0.6 - 2.189.0 - `Tensorflow Hub `__ * - tensorflow-od-centernet-hourglass-512x512-1 - False - 3.0.6 - 2.189.0 - `Tensorflow Hub `__ * - tensorflow-od-centernet-hourglass-512x512-kpts-1 - False - 3.0.6 - 2.189.0 - `Tensorflow Hub `__ * - tensorflow-od-centernet-resnet101v1-fpn-512x512-1 - False - 3.0.6 - 2.189.0 - `Tensorflow Hub `__ * - tensorflow-od-centernet-resnet50v1-fpn-512x512-1 - False - 3.0.6 - 2.189.0 - `Tensorflow Hub `__ * - tensorflow-od-centernet-resnet50v1-fpn-512x512-kpts-1 - False - 3.0.6 - 2.189.0 - `Tensorflow Hub `__ * - tensorflow-od-centernet-resnet50v2-512x512-1 - False - 3.0.6 - 2.189.0 - `Tensorflow Hub `__ * - tensorflow-od-centernet-resnet50v2-512x512-kpts-1 - False - 3.0.6 - 2.189.0 - `Tensorflow Hub `__ * - tensorflow-od-efficientdet-d0-1 - False - 3.0.6 - 2.189.0 - `Tensorflow Hub `__ * - tensorflow-od-efficientdet-d1-1 - False - 3.0.6 - 2.189.0 - `Tensorflow Hub `__ * - tensorflow-od-efficientdet-d2-1 - False - 3.0.6 - 2.189.0 - `Tensorflow Hub `__ * - tensorflow-od-efficientdet-d3-1 - False - 3.0.6 - 2.189.0 - `Tensorflow Hub `__ * - tensorflow-od-efficientdet-d4-1 - False - 3.0.6 - 2.189.0 - `Tensorflow Hub `__ * - tensorflow-od-efficientdet-d5-1 - False - 3.0.6 - 2.189.0 - `Tensorflow Hub `__ * - tensorflow-od-faster-rcnn-inception-resnet-v2-1024x1024-1 - False - 3.0.6 - 2.189.0 - `Tensorflow Hub `__ * - tensorflow-od-faster-rcnn-inception-resnet-v2-640x640-1 - False - 3.0.6 - 2.189.0 - `Tensorflow Hub `__ * - tensorflow-od-faster-rcnn-resnet101-v1-1024x1024-1 - False - 3.0.6 - 2.189.0 - `Tensorflow Hub `__ * - tensorflow-od-faster-rcnn-resnet101-v1-640x640-1 - False - 3.0.6 - 2.189.0 - `Tensorflow Hub `__ * - tensorflow-od-faster-rcnn-resnet101-v1-800x1333-1 - False - 3.0.6 - 2.189.0 - `Tensorflow Hub `__ * - tensorflow-od-faster-rcnn-resnet152-v1-1024x1024-1 - False - 3.0.6 - 2.189.0 - `Tensorflow Hub `__ * - tensorflow-od-faster-rcnn-resnet152-v1-640x640-1 - False - 3.0.6 - 2.189.0 - `Tensorflow Hub `__ * - tensorflow-od-faster-rcnn-resnet152-v1-800x1333-1 - False - 3.0.6 - 2.189.0 - `Tensorflow Hub `__ * - tensorflow-od-faster-rcnn-resnet50-v1-1024x1024-1 - False - 3.0.6 - 2.189.0 - `Tensorflow Hub `__ * - tensorflow-od-faster-rcnn-resnet50-v1-640x640-1 - False - 3.0.6 - 2.189.0 - `Tensorflow Hub `__ * - tensorflow-od-faster-rcnn-resnet50-v1-800x1333-1 - False - 3.0.6 - 2.189.0 - `Tensorflow Hub `__ * - tensorflow-od-retinanet-resnet101-v1-fpn-1024x1024-1 - False - 3.0.6 - 2.189.0 - `Tensorflow Hub `__ * - tensorflow-od-retinanet-resnet101-v1-fpn-640x640-1 - False - 3.0.6 - 2.189.0 - `Tensorflow Hub `__ * - tensorflow-od-retinanet-resnet152-v1-fpn-1024x1024-1 - False - 3.0.6 - 2.189.0 - `Tensorflow Hub `__ * - tensorflow-od-retinanet-resnet152-v1-fpn-640x640-1 - False - 3.0.6 - 2.189.0 - `Tensorflow Hub `__ * - tensorflow-od-retinanet-resnet50-v1-fpn-1024x1024-1 - False - 3.0.6 - 2.189.0 - `Tensorflow Hub `__ * - tensorflow-od-retinanet-resnet50-v1-fpn-640x640-1 - False - 3.0.6 - 2.189.0 - `Tensorflow Hub `__ * - tensorflow-od-ssd-mobilenet-v1-fpn-640x640-1 - False - 3.0.6 - 2.189.0 - `Tensorflow Hub `__ * - tensorflow-od-ssd-mobilenet-v2-2 - False - 3.0.6 - 2.189.0 - `Tensorflow Hub `__ * - tensorflow-od-ssd-mobilenet-v2-fpnlite-320x320-1 - False - 3.0.6 - 2.189.0 - `Tensorflow Hub `__ * - tensorflow-od-ssd-mobilenet-v2-fpnlite-640x640-1 - False - 3.0.6 - 2.189.0 - `Tensorflow Hub `__