Back to Tensorflow

Module: tflite_support.task.vision

tensorflow/lite/g3doc/api_docs/python/tflite_support/task/vision.md

2.21.02.2 KB
Original Source

page_type: reference description: TensorFlow Lite Task Library Vision APIs.

<link rel="stylesheet" href="/site-assets/css/style.css"> <!-- DO NOT EDIT! Automatically generated file. --> <div itemscope itemtype="http://developers.google.com/ReferenceObject"> <meta itemprop="name" content="tflite_support.task.vision" /> <meta itemprop="path" content="Stable" /> </div>

Module: tflite_support.task.vision

<!-- Insert buttons and diff --> <table class="tfo-notebook-buttons tfo-api nocontent" align="left"> <td> <a target="_blank" href="https://github.com/tensorflow/tflite-support/blob/v0.4.4/tensorflow_lite_support/python/task/vision/__init__.py">
View source on GitHub
</a> </td> </table>

TensorFlow Lite Task Library Vision APIs.

This module provides interface to run TensorFlow Lite computer vision models.

Classes

class ImageClassifier: Class that performs classification on images.

class ImageClassifierOptions: Options for the image classifier task.

class ImageEmbedder: Class that performs dense feature vector extraction on images.

class ImageEmbedderOptions: Options for the image embedder task.

class ImageSearcher: Class to performs image search.

class ImageSearcherOptions: Options for the image search task.

class ImageSegmenter: Class that performs segmentation on images.

class ImageSegmenterOptions: Options for the image segmenter task.

class ObjectDetector: Class that performs object detection on images.

class ObjectDetectorOptions: Options for the object detector task.

class TensorImage: Wrapper class for the Image object.