Back to FabImage Deep Learning website

You are here: Start » Computer Vision » Deep Learning » DL_LocateText_Unload

DL_LocateText_Unload


Header: FILDL.h
Namespace: fil
Module: DL_OCR

Unloads a deep learning model and frees allocated memory.

Syntax

C++
C#
 
void fil::DL_LocateText_Unload
(
	const fil::LocateTextModelId& inModelId,
	const bool inLeaveForRedeploy
)

Parameters

Name Type Default Description
Input value inModelId const LocateTextModelId& Identifier of the deployed model
Input value inLeaveForRedeploy const bool True Do not unload the model completely to speed up redeploying the model in future. All allocated memory on device will be freed regardless, but it will not free allocated system memory.