Perform Dataset Testing in Batches under Operation Mode
Introduction
You can perform batch-wise testing on the dataset in the Operation Mode. This feature is for the Defect Segmentation module and the Classification module. It is unavailable under the cascade mode.
After model training, select
in the menu bar to open the window of Operation Mode.Once data is imported, you can select the automatic check by presetting images as OK or NG, or you can choose to perform a manual check.
After data check, click the Export report button to get a report on accuracy, GPU usage, inference time, etc.
Use the Operation Mode
Steps
-
Select data source
Regarding Data Source, you can select Mech-DLK or Folder.
Mech-DLK Use all images in the current project to demonstrate the performance of the trained model.
Folder Use massive new data for model testing. After selecting the image folder path, import all images in the folder as a new dataset. The new dataset imported will be independent of the original datasets in the project.
If some new images were imported into the current project, in addition to the training set and validation set, these new images will also be imported when you select Mech-DLK as the data source. -
Load the model
Click Load Model. After model loading is completed, click Next to enter the inference interface.
-
Preset data
When Preset as OK or Preset as NG is selected, an automatic check will be performed after inference. When Check manually is selected, a manual check should be performed after inference.
-
Inference
After presetting, click to start the inference. Once inference is completed, relevant data such as inference time and GPU usage will be displayed under Running information.
-
Perform a manual check (Skip this step if data are preset)
Perform a manual check on inference results. Click when the inference result is correct and click when the inference result is incorrect. Upon the check, you can view the statistics of false positives (FPs) and false negatives (FNs) under Running information.
-
Export the report
After the data check, you can click Export report to learn about accuracy, FN rate, FP rate, etc.
Running Information
-
Inference time
Display of Image inference time and Average inference time.
-
Num of FN/FP images
-
When images are preset as OK, the image inferred to be NG will be counted as an FP; when images are preset as NG, the image inferred to be OK will be counted as an FN.
-
During the manual check, if the image inferred to be OK is actually NG, which means the inference result is incorrect, the image will be counted as an FN; if the image inferred to be NG is actually OK, also an incorrect inference result, the image will be counted as an FP.
-
-
GPU usage
Display of Current GPU usage.