The SampleUffSSDParams structure groups the additional parameters required by the Uff SSD sample.
More...
The SampleUffSSDParams structure groups the additional parameters required by the Uff SSD sample.
◆ uffFileName
std::string SampleUffSSDParams::uffFileName |
The file name of the UFF model to use.
◆ labelsFileName
std::string SampleUffSSDParams::labelsFileName |
The file namefo the class labels.
◆ outputClsSize
int32_t SampleUffSSDParams::outputClsSize |
The number of output classes.
◆ calBatchSize
int32_t SampleUffSSDParams::calBatchSize |
The size of calibration batch.
◆ nbCalBatches
int32_t SampleUffSSDParams::nbCalBatches |
The number of batches for calibration.
◆ keepTopK
int32_t SampleUffSSDParams::keepTopK |
The maximum number of detection post-NMS.
◆ visualThreshold
float SampleUffSSDParams::visualThreshold |
The minimum score threshold to consider a detection.
◆ 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: