Back to Adaptive Vision Library website

You are here: Start » Function Reference » Deep Learning » DeepLearning_LoadModel

DeepLearning_LoadModel


Loads Deep Learning model for further usage.

Syntax

C++
C#
 
void avl::DeepLearning_LoadModel
(
	const atl::Directory& inDeepModelLocation,
	avl::DeepModel& outDeepModel
)

Parameters

Name Type Default Description
inDeepModelLocation const Directory&
outDeepModel DeepModel&

Errors

Error type Description
DomainError Invalid DeepModel in DeepLearning_LoadModel.
IoError Unable to connect to Deep Learning Serivce. Please check if service is up and running.
IoError Connection with service lost.