vitis::ai::CenterPoint - 1.4 English

Vitis AI Library User Guide (UG1354)

Document ID
UG1354
Release Date
2021-07-22
Version
1.4 English

Quick Function Reference

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

Table 1. Quick Function Reference
Type Name Arguments
std::unique_ptr< CenterPoint > create
  • void
int getInputWidth
  • void
int getInputHeight
  • void
size_t get_input_batch
  • void
std::vector< CenterPointResult > run
  • void
std::vector< std::vector< CenterPointResult > > run
  • void