Go to the source code of this file.
Data Structures | |
| class | deepstream::TensorMetaParser | 
Namespaces | |
| deepstream | |
Macros | |
| #define | PGIE_CLASS_ID_VEHICLE 0 | 
| #define | PGIE_CLASS_ID_PERSON 2 | 
Functions | |
| bool | NvDsInferParseCustomResnet (std::vector< NvDsInferLayerInfo > const &outputLayersInfo, NvDsInferNetworkInfo const &networkInfo, NvDsInferParseDetectionParams const &detectionParams, std::vector< NvDsInferObjectDetectionInfo > &objectList) | 
| #define PGIE_CLASS_ID_PERSON 2 | 
Definition at line 35 of file resnet_tensor_parser.hpp.
| #define PGIE_CLASS_ID_VEHICLE 0 | 
Definition at line 34 of file resnet_tensor_parser.hpp.
| bool NvDsInferParseCustomResnet | ( | std::vector< NvDsInferLayerInfo > const & | outputLayersInfo, | 
| NvDsInferNetworkInfo const & | networkInfo, | ||
| NvDsInferParseDetectionParams const & | detectionParams, | ||
| std::vector< NvDsInferObjectDetectionInfo > & | objectList | ||
| ) | 
Referenced by deepstream::TensorMetaParser::handleData().