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 3Dsegmentation.

Prototype

std::unique_ptr< Segmentation3D > create(const std::string &model_name, bool need_mean_scale_process=false);

Parameters

The following table lists the create function arguments.

Table 1. create Arguments
Type Name Description
bool need_mean_scale_process Normalize with mean/scale or not, true by default.

Returns

An instance of the 3Dsegmentation class.