run - run - 2.5 English - UG1354

Vitis AI Library User Guide (UG1354)

Document_ID
UG1354
Release_Date
2022-06-15
Version
2.5 English

Function of get result of the pointpainting full flow in batch mode.

Prototype

std::vector< 
               PointPaintingResult
             > run(const std::vector< std::vector< cv::Mat > > &batch_input_images, const std::vector< vitis::ai::pointpillars_nus::PointsInfo > &batch_points_info)=0;

Parameters

The following table lists the run function arguments.

Table 1. run Arguments
Type Member Description
const std::vector< std::vector< cv::Mat > > & batch_input_images Batch input of images from different cameras for segmentation. The size should be equal to the result of get_pointpillars_batch.
const std::vector< vitis::ai::pointpillars_nus::PointsInfo > & batch_points_info Batch input of points datas and camera related params.The size should be equal to the result of get_pointpillars_batch.

Returns

A Vector of PointPaintingResult.