NVIDIA DeepStream SDK API Reference

6.4 Release
GazeNet.h File Reference

Go to the source code of this file.

Data Structures

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

Namespaces

 cvcore
 
 cvcore::gazenet
 

Enumerations

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

Variables

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