TensorRT  7.2.1.6
NVIDIA TensorRT
Looking for a C++ dev who knows TensorRT?
I'm looking for work. Hire me!
All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Pages
SampleUffFasterRcnnParams Struct Reference
Inheritance diagram for SampleUffFasterRcnnParams:
Collaboration diagram for SampleUffFasterRcnnParams:

Public Attributes

std::string uffFileName
 The file name of the UFF model to use. More...
 
std::string inputNodeName
 
std::string outputClsName
 
std::string outputRegName
 
std::string outputProposalName
 
std::vector< std::string > inputImages
 
int inputChannels
 
int inputHeight
 
int inputWidth
 
int outputClassSize
 
int outputBboxSize
 
float nmsIouThresholdClassifier
 
float visualizeThreshold
 
std::vector< float > classifierRegressorStd
 
std::vector< std::string > classNames
 
int postNmsTopN
 
int calBatchSize
 
int nbCalBatches
 
int repeat
 
bool profile
 
std::string saveEngine
 
std::string loadEngine
 
int32_t batchSize {1}
 Number of inputs in a batch. More...
 
int32_t dlaCore {-1}
 Specify the DLA core to run network on. More...
 
bool int8 {false}
 Allow runnning the network in Int8 mode. More...
 
bool fp16 {false}
 Allow running the network in FP16 mode. More...
 
std::vector< std::string > dataDirs
 Directory paths where sample data files are stored. More...
 
std::vector< std::string > inputTensorNames
 
std::vector< std::string > outputTensorNames
 

Member Data Documentation

◆ uffFileName

std::string SampleUffFasterRcnnParams::uffFileName

The file name of the UFF model to use.

◆ inputNodeName

std::string SampleUffFasterRcnnParams::inputNodeName

◆ outputClsName

std::string SampleUffFasterRcnnParams::outputClsName

◆ outputRegName

std::string SampleUffFasterRcnnParams::outputRegName

◆ outputProposalName

std::string SampleUffFasterRcnnParams::outputProposalName

◆ inputImages

std::vector<std::string> SampleUffFasterRcnnParams::inputImages

◆ inputChannels

int SampleUffFasterRcnnParams::inputChannels

◆ inputHeight

int SampleUffFasterRcnnParams::inputHeight

◆ inputWidth

int SampleUffFasterRcnnParams::inputWidth

◆ outputClassSize

int SampleUffFasterRcnnParams::outputClassSize

◆ outputBboxSize

int SampleUffFasterRcnnParams::outputBboxSize

◆ nmsIouThresholdClassifier

float SampleUffFasterRcnnParams::nmsIouThresholdClassifier

◆ visualizeThreshold

float SampleUffFasterRcnnParams::visualizeThreshold

◆ classifierRegressorStd

std::vector<float> SampleUffFasterRcnnParams::classifierRegressorStd

◆ classNames

std::vector<std::string> SampleUffFasterRcnnParams::classNames

◆ postNmsTopN

int SampleUffFasterRcnnParams::postNmsTopN

◆ calBatchSize

int SampleUffFasterRcnnParams::calBatchSize

◆ nbCalBatches

int SampleUffFasterRcnnParams::nbCalBatches

◆ repeat

int SampleUffFasterRcnnParams::repeat

◆ profile

bool SampleUffFasterRcnnParams::profile

◆ saveEngine

std::string SampleUffFasterRcnnParams::saveEngine

◆ loadEngine

std::string SampleUffFasterRcnnParams::loadEngine

◆ batchSize

int32_t samplesCommon::SampleParams::batchSize {1}
inherited

Number of inputs in a batch.

◆ dlaCore

int32_t samplesCommon::SampleParams::dlaCore {-1}
inherited

Specify the DLA core to run network on.

◆ int8

bool samplesCommon::SampleParams::int8 {false}
inherited

Allow runnning the network in Int8 mode.

◆ fp16

bool samplesCommon::SampleParams::fp16 {false}
inherited

Allow running the network in FP16 mode.

◆ dataDirs

std::vector<std::string> samplesCommon::SampleParams::dataDirs
inherited

Directory paths where sample data files are stored.

◆ inputTensorNames

std::vector<std::string> samplesCommon::SampleParams::inputTensorNames
inherited

◆ outputTensorNames

std::vector<std::string> samplesCommon::SampleParams::outputTensorNames
inherited

The documentation for this struct was generated from the following file: