Glossary#
Acronyms and Abbreviations#
Abbreviation |
Description |
---|---|
API |
Application Programming Interface |
AVX |
Advanced Vector Extensions |
clDNN |
Compute Library for Deep Neural Networks |
CLI |
Command Line Interface |
CNN |
Convolutional Neural Network |
CPU |
Central Processing Unit |
CV |
Computer Vision |
DL |
Deep Learning |
DLL |
Dynamic Link Library |
DNN |
Deep Neural Networks |
ELU |
Exponential Linear rectification Unit |
FCN |
Fully Convolutional Network |
FP |
Floating Point |
GCC |
GNU Compiler Collection |
GPU |
Graphics Processing Unit |
HD |
High Definition |
IR |
Intermediate Representation |
JIT |
Just In Time |
JTAG |
Joint Test Action Group |
LPR |
License-Plate Recognition |
LRN |
Local Response Normalization |
mAP |
Mean Average Precision |
Intel® OneDNN |
Intel® OneAPI Deep Neural Network Library |
mo |
Command-line tool for model conversion, CLI for |
MVN |
Mean Variance Normalization |
NCDHW |
Number of images, Channels, Depth, Height, Width |
NCHW |
Number of images, Channels, Height, Width |
NHWC |
Number of images, Height, Width, Channels |
NMS |
Non-Maximum Suppression |
NN |
Neural Network |
NST |
Neural Style Transfer |
OD |
Object Detection |
OS |
Operating System |
ovc |
OpenVINO Model Converter, command line tool for model conversion |
PCI |
Peripheral Component Interconnect |
PReLU |
Parametric Rectified Linear Unit |
PSROI |
Position Sensitive Region Of Interest |
RCNN, R-CNN |
Region-based Convolutional Neural Network |
ReLU |
Rectified Linear Unit |
ROI |
Region Of Interest |
SDK |
Software Development Kit |
SSD |
Single Shot multibox Detector |
SSE |
Streaming SIMD Extensions |
USB |
Universal Serial Bus |
VGG |
Visual Geometry Group |
VOC |
Visual Object Classes |
WINAPI |
Windows Application Programming Interface |
Terms#
Glossary of terms used in OpenVINO™
openvino.convert_model()
method and ovc
command-line tool.