NVIDIA DeepStream SDK API Reference

6.4 Release
cvcore::gazenet Namespace Reference

Data Structures

class  GazeNet
 Interface for loading and running GazeNet. More...
 
class  GazeNetPreProcessor
 Interface for running pre-processing on GazeNet. More...
 
class  GazeNetVisualizer
 Interface for visualize the results of GazeNet. More...
 
struct  GazeNetVisualizerParams
 Parameters for GazeNetVisualizer. More...
 

Enumerations

enum  FeatureType {
  FeatureType::FACEGRID,
  FeatureType::LANDMARKS
}
 Describes the type of model for Gazenet. More...
 

Variables

const CVCORE_API ImagePreProcessingParams defaultPreProcessorParams
 Default parameters for the preprocessing pipeline. More...
 
const CVCORE_API ModelInputParams defaultModelInputParams
 Default parameters to describe the input expected for the model. More...
 
const CVCORE_API ModelInferenceParams defaultInferenceParams
 Default parameters to describe the model inference parameters. More...
 

Enumeration Type Documentation

◆ FeatureType

Describes the type of model for Gazenet.

Enumerator
FACEGRID 
LANDMARKS 

Definition at line 58 of file GazeNet.h.

Variable Documentation

◆ defaultInferenceParams

const CVCORE_API ModelInferenceParams cvcore::gazenet::defaultInferenceParams

Default parameters to describe the model inference parameters.

◆ defaultModelInputParams

const CVCORE_API ModelInputParams cvcore::gazenet::defaultModelInputParams

Default parameters to describe the input expected for the model.

◆ defaultPreProcessorParams

const CVCORE_API ImagePreProcessingParams cvcore::gazenet::defaultPreProcessorParams

Default parameters for the preprocessing pipeline.