docs/html/actionNet_8h.html
| | Jetson Inference
DNN Vision Library |
actionNet.h File Reference
#include "tensorNet.h"
Go to the source code of this file.
|
|
| class | actionNet |
| | Action/activity classification on a sequence of images or video, using TensorRT. More...
|
| |
|
|
| #define | ACTIONNET_DEFAULT_INPUT "input" |
| | Name of default input blob for actionNet model. More...
|
| |
| #define | ACTIONNET_DEFAULT_OUTPUT "output" |
| | Name of default output confidence values for actionNet model. More...
|
| |
| #define | ACTIONNET_MODEL_TYPE "action" |
| | The model type for actionNet in data/networks/models.json. More...
|
| |
| #define | ACTIONNET_USAGE_STRING |
| | Standard command-line options able to be passed to [actionNet::Create()](group__actionNet.html#a981fd607b193866dd90a3e824539a961 "Load a pre-trained model, either "resnet-18" or "resnet-34".")More...
|
| |