DeepLearning_LoadModel_ObjectClassification


Header:AVLDL.h
Namespace:avl

Loads Deep Learning model for further usage in Object Classification.

Syntax

void avl::DeepLearning_LoadModel_ObjectClassification
(
	const atl::Directory& inDeepModelLocation,
	avl::DeepModel_Classification& outDeepModel
)

Parameters

Name Type Default Description
inDeepModelLocation const Directory&
outDeepModel DeepModel_Classification&

Multithreaded environment

This function is not guaranteed to be thread-safe. When used in multithreaded environment, it has to be manually synchronized.