Skip to content

Repository to host TI's OpenVx modules used in EdgeAI SDK. These modules serve as the bridge between EdgeAI's custom GStreamer elements and underlying hardware accelerators and DSPs on Jacinto and Sitara class of processors

License

Notifications You must be signed in to change notification settings

ravi-rahul/edgeai-tiovx-modules

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

edgeai-tiovx-modules

Repository to host TI's OpenVx modules used in EdgeAI SDK. These modules serve as the bridge between EdgeAI's custom GStreamer elements and underlying hardware accelerator cores in Jacinto class of devices.

Dependencies

This OpenVx modules are validated only on TDA4VM/J721E/J7ES board using EdgeAI image built using PSDK-LINUX and PSDK-RTOS

These modules are used by edgeai-gst-plugins https://github.com/TexasInstruments/edgeai-gst-plugins/

Steps to clone and build on target

clone the repo under '/opt'

/opt# git clone https://github.com/TexasInstruments/edgeai-tiovx-modules.git
/opt/edgeai-tiovx-modules# mkdir build
/opt/edgeai-tiovx-modules# cd build
/opt/edgeai-tiovx-modules/build# cmake ..
/opt/edgeai-tiovx-modules/build# make -j2
/opt/edgeai-tiovx-modules/build# make install

This will install,

  • Shared library at /opt/lib/egeai-tiovx-modules/libedgeai-tiovx-modules.so
  • Headers at /opt/include/edgeai-tiovx-modules/include

About

Repository to host TI's OpenVx modules used in EdgeAI SDK. These modules serve as the bridge between EdgeAI's custom GStreamer elements and underlying hardware accelerators and DSPs on Jacinto and Sitara class of processors

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 99.9%
  • CMake 0.1%