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 ( 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. |
| IoError | Unable to connect to Deep Learning Service. Please check if service is up and running. |
| IoError | Connection with service lost. |


