Back to Aurora Vision Deep Learning website

You are here: Start » Computer Vision » Deep Learning » DL_LocatePoints_AccessModel

DL_LocatePoints_AccessModel


Header: AVLDL.h
Namespace: avl
Module: DL_LP

Returns the names of the classes used in training and other information about the model.

Syntax

void avl::DL_LocatePoints_AccessModel
(
	const avl::LocatePointsModelDirectory& inModelDirectory,
	int& outTrainingInputHeight,
	int& outTrainingInputWidth,
	float& outFeatureSize,
	float& outPooling,
	atl::Array<atl::String>& outClassNames,
	atl::Conditional<int>& outModelVersion
)

Parameters

Name Type Default Description
Input value inModelDirectory const LocatePointsModelDirectory& A Locate Points model stored in a specific disk directory
Output value outTrainingInputHeight int& Image height used in training
Output value outTrainingInputWidth int& Image width used in training
Output value outFeatureSize float& Size of the features used in training
Output value outPooling float& Spatial reduction factor used in training
Output value outClassNames Array<String>& Array with the names of the classes used in the training
Output value outModelVersion Conditional<int>& Model version