Jetson Inference
DNN Vision Library

Semantic segmentation DNN (FCN or Fully-Convolutional Networks) More...

Classes

class  segNet
 Image segmentation with FCN-Alexnet or custom models, using TensorRT. More...
 

Macros

#define SEGNET_DEFAULT_INPUT   "data"
 Name of default input blob for segmentation model. More...
 
#define SEGNET_DEFAULT_OUTPUT   "score_fr_21classes"
 Name of default output blob for segmentation model. More...
 

Detailed Description

Semantic segmentation DNN (FCN or Fully-Convolutional Networks)

Macro Definition Documentation

◆ SEGNET_DEFAULT_INPUT

#define SEGNET_DEFAULT_INPUT   "data"

Name of default input blob for segmentation model.

◆ SEGNET_DEFAULT_OUTPUT

#define SEGNET_DEFAULT_OUTPUT   "score_fr_21classes"

Name of default output blob for segmentation model.