Back to FabImage Deep Learning website

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

DL_ClassifyObject_AccessDeepModel


Header: FILDL.h
Namespace: fil
Module: DL_CO

Returns the names of the classes used in training.

Syntax

C++
C#
 
void fil::DL_ClassifyObject_AccessDeepModel
(
	const fil::ClassifyObjectModelDirectory& inModelDirectory,
	ftl::Array<ftl::String>& outClassNames
)

Parameters

Name Type Default Description
Input value inModelDirectory const ClassifyObjectModelDirectory& A Classify Object model stored in a specific disk directory
Output value outClassNames Array<String>& Returns array with the names of the classes used in the training