vitis::ai::TFRefineDetPostProcess - 1.4.1 English

Vitis AI Library User Guide (UG1354)

Document ID
UG1354
Release Date
2021-12-11
Version
1.4.1 English
Class of the tfrefinedet post-process. It initializes the parameters once instead of computing them each time the program executes.

Quick Function Reference

The following table lists all the functions defined in the vitis::ai::TFRefineDetPostProcess class:

Table 1. Quick Function Reference
Type Name Arguments
std::unique_ptr< TFRefineDetPostProcess > create
  • const std::vector< vitis::ai::library::InputTensor > & input_tensors
  • const std::vector< vitis::ai::library::OutputTensor > & output_tensors
  • const vitis::ai::proto::DpuModelParam & config
std::vector< RefineDetResult > tfrefinedet_post_process
  • void