Back to Jetson Inference

Jetson Inference: jetson

docs/html/imageNet_8h.html

latest2.2 KB
Original Source

| | Jetson Inference

DNN Vision Library |

Classes | Macros

imageNet.h File Reference

#include "tensorNet.h"

Go to the source code of this file.

|

Classes

| | class | imageNet | | | Image recognition with classification networks, using TensorRT. More...
| | |

|

Macros

| | #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...
| | |