![]() |
Jetson Inference
DNN Vision Library
|
This is the complete list of members for segNet, including all inherited members.
AllowGPUFallback() const | tensorNet | inline |
classify(const char *ignore_class) | segNet | protected |
Create(NetworkType networkType=FCN_ALEXNET_CITYSCAPES_SD, uint32_t maxBatchSize=DEFAULT_MAX_BATCH_SIZE, precisionType precision=TYPE_FASTEST, deviceType device=DEVICE_GPU, bool allowGPUFallback=true) | segNet | static |
Create(const char *prototxt_path, const char *model_path, const char *class_labels, const char *class_colors=NULL, const char *input=SEGNET_DEFAULT_INPUT, const char *output=SEGNET_DEFAULT_OUTPUT, uint32_t maxBatchSize=DEFAULT_MAX_BATCH_SIZE, precisionType precision=TYPE_FASTEST, deviceType device=DEVICE_GPU, bool allowGPUFallback=true) | segNet | static |
Create(int argc, char **argv) | segNet | static |
CreateStream(bool nonBlocking=true) | tensorNet | |
DetectNativePrecision(const std::vector< precisionType > &nativeTypes, precisionType type) | tensorNet | static |
DetectNativePrecision(precisionType precision, deviceType device=DEVICE_GPU) | tensorNet | static |
DetectNativePrecisions(deviceType device=DEVICE_GPU) | tensorNet | static |
EnableDebug() | tensorNet | |
EnableLayerProfiler() | tensorNet | |
FCN_ALEXNET_AERIAL_FPV_720p enum value | segNet | |
FCN_ALEXNET_CITYSCAPES_HD enum value | segNet | |
FCN_ALEXNET_CITYSCAPES_SD enum value | segNet | |
FCN_ALEXNET_PASCAL_VOC enum value | segNet | |
FCN_ALEXNET_SYNTHIA_CVPR16 enum value | segNet | |
FCN_ALEXNET_SYNTHIA_SUMMER_HD enum value | segNet | |
FCN_ALEXNET_SYNTHIA_SUMMER_SD enum value | segNet | |
FILTER_LINEAR enum value | segNet | |
FILTER_POINT enum value | segNet | |
FilterMode enum name | segNet | |
FilterModeFromStr(const char *str, FilterMode default_value=FILTER_LINEAR) | segNet | static |
FindClassID(const char *label_name) | segNet | |
FindFastestPrecision(deviceType device=DEVICE_GPU, bool allowInt8=true) | tensorNet | static |
GetClassColor(uint32_t id) const | segNet | inline |
GetClassLabel(uint32_t id) const | segNet | inline |
GetClassPath() const | segNet | inline |
GetDevice() const | tensorNet | inline |
GetGridHeight() const | segNet | inline |
GetGridWidth() const | segNet | inline |
GetModelPath() const | tensorNet | inline |
GetModelType() const | tensorNet | inline |
GetNetworkName() const | segNet | inline |
GetNetworkTime() | tensorNet | inline |
GetNetworkType() const | segNet | inline |
GetNumClasses() const | segNet | inline |
GetPrecision() const | tensorNet | inline |
GetProfilerTime(profilerQuery query) | tensorNet | inline |
GetProfilerTime(profilerQuery query, profilerDevice device) | tensorNet | inline |
GetPrototxtPath() const | tensorNet | inline |
GetStream() const | tensorNet | inline |
gLogger | tensorNet | protected |
gProfiler | tensorNet | protected |
IsModelType(modelType type) const | tensorNet | inline |
IsPrecision(precisionType type) const | tensorNet | inline |
loadClassColors(const char *filename) | segNet | protected |
loadClassLabels(const char *filename) | segNet | protected |
LoadNetwork(const char *prototxt, const char *model, const char *mean=NULL, const char *input_blob="data", const char *output_blob="prob", uint32_t maxBatchSize=DEFAULT_MAX_BATCH_SIZE, precisionType precision=TYPE_FASTEST, deviceType device=DEVICE_GPU, bool allowGPUFallback=true, nvinfer1::IInt8Calibrator *calibrator=NULL, cudaStream_t stream=NULL) | tensorNet | |
LoadNetwork(const char *prototxt, const char *model, const char *mean, const char *input_blob, const std::vector< std::string > &output_blobs, uint32_t maxBatchSize=DEFAULT_MAX_BATCH_SIZE, precisionType precision=TYPE_FASTEST, deviceType device=DEVICE_GPU, bool allowGPUFallback=true, nvinfer1::IInt8Calibrator *calibrator=NULL, cudaStream_t stream=NULL) | tensorNet | |
LoadNetwork(const char *prototxt, const char *model, const char *mean, const char *input_blob, const Dims3 &input_dims, const std::vector< std::string > &output_blobs, uint32_t maxBatchSize=DEFAULT_MAX_BATCH_SIZE, precisionType precision=TYPE_FASTEST, deviceType device=DEVICE_GPU, bool allowGPUFallback=true, nvinfer1::IInt8Calibrator *calibrator=NULL, cudaStream_t stream=NULL) | tensorNet | |
mAllowGPUFallback | tensorNet | protected |
Mask(uint8_t *output, uint32_t width, uint32_t height) | segNet | |
Mask(float *output, uint32_t width, uint32_t height, FilterMode filter=FILTER_LINEAR) | segNet | |
mCacheCalibrationPath | tensorNet | protected |
mCacheEnginePath | tensorNet | protected |
mClassColors | segNet | protected |
mClassLabels | segNet | protected |
mClassMap | segNet | protected |
mClassPath | segNet | protected |
mContext | tensorNet | protected |
mDevice | tensorNet | protected |
mEnableDebug | tensorNet | protected |
mEnableProfiler | tensorNet | protected |
mEngine | tensorNet | protected |
mEventsCPU | tensorNet | protected |
mEventsGPU | tensorNet | protected |
mHeight | tensorNet | protected |
mInfer | tensorNet | protected |
mInputBlobName | tensorNet | protected |
mInputCPU | tensorNet | protected |
mInputCUDA | tensorNet | protected |
mInputDims | tensorNet | protected |
mInputSize | tensorNet | protected |
mLastInputHeight | segNet | protected |
mLastInputImg | segNet | protected |
mLastInputWidth | segNet | protected |
mMaxBatchSize | tensorNet | protected |
mMeanPath | tensorNet | protected |
mModelPath | tensorNet | protected |
mModelType | tensorNet | protected |
mNetworkType | segNet | protected |
mOutputs | tensorNet | protected |
mPrecision | tensorNet | protected |
mProfilerQueriesDone | tensorNet | protected |
mProfilerQueriesUsed | tensorNet | protected |
mProfilerTimes | tensorNet | protected |
mPrototxtPath | tensorNet | protected |
mStream | tensorNet | protected |
mWidth | tensorNet | protected |
NetworkType enum name | segNet | |
NetworkTypeFromStr(const char *model_name) | segNet | static |
Overlay(float *output, uint32_t width, uint32_t height, FilterMode filter=FILTER_LINEAR) | segNet | |
overlayLinear(float *input, uint32_t in_width, uint32_t in_height, float *output, uint32_t out_width, uint32_t out_height, bool mask_only) | segNet | protected |
overlayPoint(float *input, uint32_t in_width, uint32_t in_height, float *output, uint32_t out_width, uint32_t out_height, bool mask_only) | segNet | protected |
PrintProfilerTimes() | tensorNet | inline |
Process(float *input, uint32_t width, uint32_t height, const char *ignore_class="void") | segNet | |
ProfileModel(const std::string &deployFile, const std::string &modelFile, const char *input, const Dims3 &inputDims, const std::vector< std::string > &outputs, uint32_t maxBatchSize, precisionType precision, deviceType device, bool allowGPUFallback, nvinfer1::IInt8Calibrator *calibrator, std::ostream &modelStream) | tensorNet | protected |
PROFILER_BEGIN(profilerQuery query) | tensorNet | inlineprotected |
PROFILER_END(profilerQuery query) | tensorNet | inlineprotected |
PROFILER_QUERY(profilerQuery query) | tensorNet | inlineprotected |
segNet() | segNet | protected |
SEGNET_CUSTOM enum value | segNet | |
SetClassColor(uint32_t classIndex, float r, float g, float b, float a=255.0f) | segNet | |
SetGlobalAlpha(float alpha, bool explicit_exempt=true) | segNet | |
SetStream(cudaStream_t stream) | tensorNet | |
tensorNet() | tensorNet | protected |
~segNet() | segNet | virtual |
~tensorNet() | tensorNet | virtual |