Skip to content

Files

Latest commit

1e27b64 · Jan 14, 2021

History

History

example_image_segmentation_tensorflow_lite

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Jan 14, 2021
Jul 21, 2020
Jul 21, 2020
Sep 2, 2020
Jul 21, 2020
Jul 21, 2020

README.md


title: Image Segmentation (edgeTPU) ...

NNStreamer Edge-AI Apllication - Image Segmentation (edgeTPU)

Introduction

Image segmentation is the process of partitioning a digital image into multiple segments. The purpose of this app is show how to send the flatbuf to the edge device and perform inferences on the edgeTPU.

Graphical description of the pipeline

pipeline-img

How to run

  • Preparing nnstreamer for execution, refer this link
  • Install Prerequisites
    • Install flatbuffers runtime library
    $ sudo apt-get update
    $ sudo apt-get install libflatbuffers
    
    • Install GStreamer Data Protocol (libgstgdp.so)
      • For tizen device, download gst-plugins-bad*.rpm from here
      • For ubuntu, $ sudo apt-get install libgstreamer-plugins-bad1.0-0
  • Download model files
    $ cd $NNST_ROOT/bin/
    $ ./get-model.sh image-segmentation-tflite