Welcome to our Support Center
-
Quick start
-
API
-
Updated
DNN resume
In this section you’ll find a list of DNN function available.
ICONS | RESUME | |
Load Model | Read deep learning network represented in one of the supported formats. | |
Change Platform | Sets the type of execution of the model and how it works. | |
Classic Forward | Execute the forward of your Network. | |
Faster R-CNN Process | Execute Faster R-CNN model, directly including the appropriate preproc and postproc, then add the detected framing rectangles. | |
Mask R-CNN Process | Execute Mask R-CNN model, directly including the appropriate preproc and postproc, then add the detected mask. | |
Yolo v3/4 Process | Execute Yolo v3/4 model, directly including the appropriate preproc and postproc, then add the detected framing rectangles. | |
Free Model | Close the DNN reference. |
Table of Contents