Skip to main content

ODHUB-LV Function

You can get started with the Object Detection project provided in Example to review all ODHUB-LV VIs

Models trained from ODHUB version 2.x and later

The Create.vi will auto-detect the runtime engine to run model inference. However, if users want to use the same ODHUB engine, please specify the ModelType = ODHUB

Models trained from ODHUB version 1.x

You need to use ANS Model Conversion from ANS License Manager to convert them to the compatible format for ANSDL.

Otherwise, you need to provide the Model Zip Password in the Create.vi if you don't want to use the conversion method.

info

To get the Model Zip Password, please contact the ANSCENTER support team at support@anscenter.com.

Application that uses old ODHUB-LV version

For old applications that are currently deployed using previous ODHUB API versions (anscenter_lib_object_detection-2.0.0.x.vip), you may encounter an authentication problem.

To fix it, please follow these steps:

  1. Replace the current license with a new license key

    You need to activate the PCs running old applications with a new ODHUB-LV license with actual key detail (eg.XXXX-XXXX-XXXX-XXXX-XXXX-XXXX). Please contact us if you don't have the valid license key

  2. Remove old engine

    Delete folder C:\ProgramData\mt5P9nTe5vG and its subfolders to remove the old engine:

  3. Install new engine

Extract the anscenter_lib_object_detection v2.1.0.2 and follow these steps:

  • Extract ANSOODHUB_Run-Time_Engine.zip and install this runtime engine
  • From the CustomApp\data folder, copy these two files (ANSOD.lvlibp; ANSODDLL.dll) and replace the corresponding ones in the installed applications on the target PCs
info

If possible, we recommend using our latest ODHUB and API version for best support