create - create - 1.3 English - UG1354

Vitis AI Library User Guide (UG1354)

Document_ID
UG1354
Release_Date
2021-02-03
Version
1.3 English

Factory function to get an instance of derived classes of class PointPillars.

Prototype

std::unique_ptr< PointPillars > create(const std::string &model_name, const std::string &model_name1);

Parameters

The following table lists the create function arguments.

Table 1. create Arguments
Type Name Description
const std::string & model_name Model name for PointNet
const std::string & model_name1 Model name for RPN

Returns

An instance of PointPillars class.