deserialize_dl_modelπ
Short descriptionπ
deserialize_dl_model β Deserialize a deep learning model.
Signatureπ
deserialize_dl_model( serialized_item SerializedItemHandle, out dl_model DLModelHandle )
Descriptionπ
deserialize_dl_model deserializes the deep learning model defined
by the handle SerializedItemHandle and previously serialized by
serialize_dl_model.
The operator acts the same as read_dl_model except that the input
is a serialized item instead of a file.
For a detailed description please refer to the documentation of
read_dl_model.
For further explanations to deep learning models in HALCON, see the chapter Deep Learning / Model.
Execution informationπ
Execution information
-
Multithreading type: reentrant (runs in parallel with non-exclusive operators).
-
Multithreading scope: global (may be called from any thread).
-
Processed without parallelization.
Parametersπ
SerializedItemHandle (input_control) serialized_item β (handle)
Handle of the serialized item.
DLModelHandle (output_control) dl_model β (handle)
Handle of the deep learning model.
Resultπ
If the parameters are valid, the operator deserialize_dl_model
returns the value 2 (H_MSG_TRUE). If necessary, an exception is raised.
Combinations with other operatorsπ
Combinations
Possible predecessors
fread_serialized_item, receive_serialized_item, serialize_dl_model
Possible successors
apply_dl_model, train_dl_model_batch, train_dl_model_anomaly_dataset, set_dl_model_param, get_dl_model_param
See also
Moduleπ
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, Deep Learning Enhanced, Deep Learning Professional, Matching