This repository contains several applications which invoke DNN inference with TensorFlow Lite and visualizes its result with OpenGLES.
App name | Descriptions |
---|---|
gl2detection | Object Detection using MobileNet SSD. |
gl2posenet | Pose Estimation. |
gl2segmentation | Semantic image segmentation using Deeplab. |
You can select the platform by editing Makefile.env.
- Linux PC (XWindow/Wayland/DRM)
- NVIDIA Jetson TX2 (XWindow/Wayland/EGLStream)
- RaspberryPi (Dispmanx)
For Linux X11:
> make TARGET_ENV=x11
> cd gl2detection
> ./gl2detection
For Raspberry Pi (native build on RaaspberryPi)
> make TARGET_ENV=raspi
> cd gl2detection
> ./gl2detection