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.

Header:AVL.h

Syntax

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

Parameters

Name Type Default Description
ioState DeepLearningConnectionState& Object used to maintain state of the function.
inDeepModelLocation const Directory&
outDeepModel DeepModel&

Errors

Error type Description
DomainError Invalid DeepModel in DeepLearning_LoadModel.