Welcome to our Support Center

Yolo v3/4 Process

Description

Execute Yolo v3/4 model, directly including the appropriate preproc and postproc, then add the detected framing rectangles. Type : polymorphic.

 

Input parameters

 

DNN Src : class
Image Src : class, type accepted RGB.
Class Names Files : path, 
path of classes file on which the model is trained.

 Process Parameters : cluster,

 Confidence Threshold : float, a threshold used to filter boxes by score.
 NMS Threshold : float, a threshold used in non maximum suppression.
 Additional Display : boolean, displays the result in a window external to LabVIEW.
 Display Class Name : boolean, displays class name on box(es)

Output parameters

 

DNN Dst : class
Image Dst : class

Example

All these exemples are snippets PNG, you can drop these Snippet onto the block diagram and get the depicted code added to your VI (Do not forget to install TIGR library to run it).

Use Yolo process

Table of Contents