Validation
After model training, you can configure validation parameters, validate and view the recognition results of models on the Validation parameter bar. In addition, you can set the confidence in the Object Detection and Instance Segmentation modules to filter results.
Validation Parameters
Click Validation parameter settings to open the window for validation parameter settings.
-
Hardware type
-
CPU: Use CPU for deep learning model inference, which will increase inference time and reduce recognition accuracy compared with GPU.
-
GPU (default): Do model inference without optimizing according to the hardware, and the model inference will not be accelerated.
-
GPU (optimization): Do model inference after optimizing according to the hardware. The optimization only needs to be done once and is expected to take 5–15 minutes. The inference time will be reduced after optimization.
-
-
GPU ID
The graphics card information of the device deployed by the user. If multiple GPUs are available on the model deployment device, the model can be deployed on a specified GPU.
-
Float precision
-
FP32: high model accuracy, low inference speed.
-
FP16: low model accuracy, high inference speed.
-
-
Max num of training objects (only visible in the Instance Segmentation module and Object Detection module)
It refers to the maximum number of training objects during a round of inference, which is 50 by default.
-
Class activation map (CAM) (only visible in the Classification module)
The inference will slow down when the model saved with CAMs is used in Mech-Vision.
After parameter setting, click
and wait for the validation to complete.