ODHUB-LV: Key features and installation

What is ODHUB-LV?

ODHUB-LV is LabVIEW Application Programming Interface (API) that includes a set of LabVIEW functions to deploy ODHUB trained object detection models to LabVIEW applications (Deployment Target)  

Key features

  • ODHUB-LV does not require complicated object detection design tasks, including design, train, evaluate, and verify a neural network model since they are handled in ODHUB.
  • ODHUB-LV contains simple functions to create, perform a prediction, and destroy objects.
  • Support GPU for object detection inference.

System Requirement (for deployment target)

  • Windows 7 or above (x64 recommended).
  • 8GB of RAM (16GB recommended).
  • Intel x86 based architectures (Core-i7 or above recommended).
  • 2GB of free disk space.
  • 1024x768 screen resolution or higher.
  • NVIDIA GPU (optional)
  • LabVIEW 2018 or above (64bit version recommended).
  • Visual C++ 2017 Redistributable Package
  • cudnn64_7.dll, cublas64_90.dll, cudart64_90.dll, curand64_90.dll, and cusparse64_90.dll

Download ODHUB-LV API

After purchasing the ODHUB-LV license, log in to our website, click Portal ➡ APIs, find the ODHUB-LV and download its API 

The ODHUB-LV API has .vip extension and will be installed with JKI VI Package Manager (VIPM)


Click here to download and install VIPM

Install ODHUB-LV (ANSOD)

After installing VIPM, double click on anscenter_lib_object_detection-xxxx to load ANSOD into VI Package Manager.


When the JKI VIPM - Object Detection window opens, click Install to start the installation

After installation, you can access the ANSOD in the Functions menu of Block Diagram

We also include some example LabVIEW projects so you can use and modify them for similar applications