Back to Adaptive Vision Library website

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

DeepLearning_LoadModel


Header:AVL.h
Namespace:avl

Loads Deep Learning model for further usage.

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

List of possible exceptions:

Error type Description
DomainError Invalid DeepModel in DeepLearning_LoadModel.