docs/html/imageNet_8h.html
| | Jetson Inference
DNN Vision Library |
imageNet.h File Reference
#include "tensorNet.h"
Go to the source code of this file.
|
|
| class | imageNet |
| | Image recognition with classification networks, using TensorRT. More...
|
| |
|
|
| #define | IMAGENET_DEFAULT_INPUT "data" |
| | Name of default input blob for imageNet model. More...
|
| |
| #define | IMAGENET_DEFAULT_OUTPUT "prob" |
| | Name of default output confidence values for imageNet model. More...
|
| |
| #define | IMAGENET_DEFAULT_THRESHOLD 0.01f |
| | Default value of the minimum confidence threshold for classification. More...
|
| |
| #define | IMAGENET_MODEL_TYPE "classification" |
| | The model type for imageNet in data/networks/models.json. More...
|
| |
| #define | IMAGENET_USAGE_STRING |
| | Standard command-line options able to be passed to imageNet::Create()More...
|
| |