![]() |
Jetson Inference
DNN Vision Library
|
C++ runtime library for supporting deep vision neural network models and inferencing with TensorRT. More...
Modules | |
| tensorNet | |
| DNN abstract base class that provides TensorRT functionality underneath. | |
| imageNet | |
| Image recognition DNN (GoogleNet, AlexNet, ResNet) | |
| detectNet | |
| Object detection DNN (SSD, DetectNet) | |
| segNet | |
| Semantic segmentation DNN (FCN or Fully-Convolutional Networks) | |
| homographyNet | |
| Homography estimation DNN for registering and aligning images. | |
| superResNet | |
| Super resolution DNN for upscaling images. | |
C++ runtime library for supporting deep vision neural network models and inferencing with TensorRT.
Available network primitives currently include:
The different primitives each inherit from the shared tensorNet object.