# eiq-apps-imx **Repository Path**: githubmap/eiq-apps-imx ## Basic Information - **Project Name**: eiq-apps-imx - **Description**: No description available - **Primary Language**: Unknown - **License**: LGPL-2.1 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-12-01 - **Last Updated**: 2023-12-01 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README GStreamer Neural Network Inference demo for NXP i.MX Processors =============================================================== ABOUT THIS SOFTWARE ------------------- This software demonstarates GStreamer Neural Network Inference for NXP i.MX processors. It uses an object detection model and a pose estimation model published in the internet. Binary distribution includes demo scripts, gstreamer plugin, TensorFlow Lite models and documents. Demo scripts: /usr/bin/gstnninferencedemo-mobilenet-ssd-camera /usr/bin/gstnninferencedemo-mobilenet-ssd-video /usr/bin/gstnninferencedemo-posenet-camera /usr/bin/gstnninferencedemo-posenet-video GStreamer plugin: /usr/lib/gstreamer-1.0/libgstnninferencedemo.so TensorFlow Lite models and documents /usr/share/gstnninferencedemo/* PLATFORM -------- This software is tested with below environment: 1) BSP - i.MX Linux BSP 5.4.47-2.2.0 - i.MX Linux BSP 5.10.x 2) Boards - i.MX 8M Plus EVK (CPU rev 1.1) - i.MX 8M Mini EVK 3) Camera - MIPI camera BUILD ----- The commands to build this software in x86_64 linux host PC are below: $ git clone {this-git} $ cd eiq-example-apps $ git submodule init $ git submodule update $ cd google-coral/ $ ./download_dependencies.sh $ cd edgetpu /* Setup the cross-build env with i.MX sdk. For example, source /opt/fsl-imx-internal-xwayland/5.10-gatesgarth/environment-setup-cortexa53-crypto-poky-linux. */ $ source