Glossary
-
ROI
A region of interest (ROI) is a region selected from an image. The region is the focus of the analyses of the images. Selecting regions of interest helps reduce processing time and improve accuracy.
-
Labeling
Labeling refers to the process of selecting object features or contours from images and adding labels indicating features or defects to the selections, and the process of adding labels to individual images, thus telling the model what contents it should learn.
-
Dataset
A dataset contains the original data and labels. In Mech-DLK, datasets are saved in dlkdb files.
-
Unlabeled data
Original data without labels.
-
Training set
The part of the dataset allocated for model training.
-
Validation set
The part of the dataset allocated for model validation.
-
Test set
The part of the dataset allocated during model validation to evaluate the generalization ability of a model. It is not involved in the training process.
-
OK image
In defect defection, an OK image is an image that contains no defects.
-
NG image
In defect detection, an NG image is an image that contains any defects.
-
Training
Training refers to the process of letting the model learn on the training set.
-
Validation
Validation refers to the process of verifying the trained model on the validation set.
-
Accuracy
Accuracy refers to the ratio of the number of correctly predicted samples to the total number of samples in the validation set when validating the trained model.
-
Loss
Loss is a measure of the inconsistency between the model’s predictions on the validation set and the ground truth of the validation set.
-
Epochs
The number of times the model goes through all data in the training set when training. The model completes one epoch when it has gone through all training data once.
-
False positive (FP)
The situation where an image not containing defects is predicted as an image containing defects.
-
False negative (FN)
The situation where an image containing defects is predicted as an image not containing defects.
-
Defect confidence
The probability that there are defects in an image.
-
Deep Learning Model
A universal model provided by Mech-Mind used to recognize cartons or sacks. If any one of them works poorly, Mech-DLK can be used to fine-tune the model.
-
Sentinel LDK
A comprehensive software development toolkit that helps you efficiently manage software licenses and usage rights.
-
Software Licensing Device
A USB-based licensing method that supports writing licenses for different software by using a product key. This device is similar to the dongle used in previous software versions.
-
Software Licensing Code
A virtual licensing method that supports writing licenses for different software by using a product key.
-
Permanent License
A license that allows for permanent use.
-
Temporary License
A license with a specified expiration date. You can update the license to extend the expiration date.
-
Product Key
A unique code used to activate a license and unlock all or part of its features.
-
Activate the License
Refers to authorizing a new software license on an unauthorized IPC using a product key.
-
Update the License
Refers to updating the software license to extend its validity period or change the software in use.
-
Fingerprint File
The file that is used to generate the V2C or V2CP file. This file contains information about the IPC.
-
C2V
A Customer to Vendor (C2V) file is used to generate the V2C or V2CP file. This file contains information about the software licensing device.
-
V2C
A Vendor to Customer (V2C) file is used to update the license offline. This file contains information about the license provided to you.
-
V2CP
A Vendor to Customer Package (V2CP) file is a package file that contains multiple V2C files.