[링크 : https://docs.nvidia.com/metropolis/deepstream/sdk-api/nvdsinfer__custom__impl_8h.html]
NvDsInferLayerInfo Struct
[링크 : https://docs.nvidia.com/metropolis/deepstream/sdk-api/structNvDsInferLayerInfo.html]
45 typedef struct 46 { 48 unsigned int numDims; 50 unsigned int d[NVDSINFER_MAX_DIMS]; 52 unsigned int numElements; 53 } NvDsInferDims; 71 typedef enum 72 { 74 FLOAT = 0, 76 HALF = 1, 78 INT8 = 2, 80 INT32 = 3 81 } NvDsInferDataType; 86 typedef struct 87 { 89 NvDsInferDataType dataType; 91 union { 92 NvDsInferDims inferDims; 93 NvDsInferDims dims _DS_DEPRECATED_("dims is deprecated. Use inferDims instead"); 94 }; 96 int bindingIndex; 98 const char* layerName; 100 void *buffer; 103 int isInput; 104 } NvDsInferLayerInfo; |
[링크 : https://docs.nvidia.com/metropolis/deepstream/sdk-api/nvdsinfer_8h_source.html]
'embeded > jetson' 카테고리의 다른 글
deepstream nvinfer (0) | 2022.04.18 |
---|---|
deepstream SSD (0) | 2022.04.15 |
ssd_inception_v2_coco_2017_11_17.tar.gz (0) | 2022.04.13 |
nvidia jetson deepstream objectDetector_SSD 플러그인 분석 (0) | 2022.04.13 |
nvidia jetson deepstream objectDetector_SSD 실행 스크립트 분석 (0) | 2022.04.13 |