deserialize_dl_model — 反序列化深度学习模型。
deserialize_dl_model( : : SerializedItemHandle : DLModelHandle)
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 深度学习 / 模型。
SerializedItemHandle (输入控制) serialized_item → (handle)
Handle of the serialized item.
DLModelHandle (输出控制) dl_model → (handle)
深度学习模型的句柄。
如果参数有效,算子 deserialize_dl_model 返回值 2 ( H_MSG_TRUE )。如有必要,则抛出异常。
fread_serialized_item,
receive_serialized_item,
serialize_dl_model
apply_dl_model,
train_dl_model_batch,
train_dl_model_anomaly_dataset,
set_dl_model_param,
get_dl_model_param
基础。该算子采用动态许可机制(详见《安装指南》)。所需模块取决于算子的具体使用场景:
三维计量学、光学字符识别/光学字符验证、匹配、深度学习推理