clear_dl_model
— Clear a deep learning model.
clear_dl_model( : : DLModelHandle : )
clear_dl_model
clears the handle of the deep learning model given
by DLModelHandle
and frees all memory required for the model.
After calling clear_dl_model
, the model can no longer be used
and the handle DLModelHandle
becomes invalid.
For further explanations to deep learning models in HALCON, see the chapter Deep Learning / Model.
This operator modifies the state of the following input parameter:
During execution of this operator, access to the value of this parameter must be synchronized if it is used across multiple threads.
DLModelHandle
(input_control, state is modified) dl_model(-array) →
(handle)
Handle of the deep learning model.
If the parameters are valid, the operator clear_dl_model
returns the value 2 (
H_MSG_TRUE)
. If necessary, an exception is raised.
read_dl_model
,
apply_dl_model
,
train_dl_model_batch
,
train_dl_model_anomaly_dataset
Foundation. This operator uses dynamic licensing (see the ``Installation Guide''). Which of the following modules is required depends on the specific usage of the operator:
3D Metrology, OCR/OCV, Matching, Deep Learning Inference