![]() |
Jetson Inference
DNN Vision Library
|
#include "tensorNet.h"Go to the source code of this file.
Classes | |
| class | detectNet |
| Object recognition and localization networks with TensorRT support. More... | |
| struct | detectNet::Detection |
| Object Detection result. More... | |
Macros | |
| #define | DETECTNET_DEFAULT_INPUT "data" |
| Name of default input blob for DetectNet caffe model. More... | |
| #define | DETECTNET_DEFAULT_COVERAGE "coverage" |
| Name of default output blob of the coverage map for DetectNet caffe model. More... | |
| #define | DETECTNET_DEFAULT_BBOX "bboxes" |
| Name of default output blob of the grid of bounding boxes for DetectNet caffe model. More... | |
| #define | DETECTNET_DEFAULT_THRESHOLD 0.5f |
| Default value of the minimum detection threshold. More... | |
| #define | DETECTNET_USAGE_STRING |
| Command-line options able to be passed to imageNet::Create() More... | |