Package

org.platanios.tensorflow.data

models

Permalink

package models

Visibility
  1. Public
  2. All

Type Members

  1. class ObjectDetectionModel extends AnyRef

    Permalink

    Convenience access to object detection model input and output placeholders.

  2. class ObjectDetectionModelLoader extends Loader

    Permalink

    Loader for object detection models compatible with the TensorFlow object detection API.

    Loader for object detection models compatible with the TensorFlow object detection API.

    The loader first looks if a model with the given name exists locally, enabling to use of custom models. If no model is found locally, the loader tries to download it from the TensorFlow detection model zoo.

    See https://github.com/tensorflow/models/blob/master/research/object_detection/g3doc/detection_model_zoo.md for details about the models available.

    Currently, it only supports loading the frozen inference graph for doing predictions.

Ungrouped