表示由封装有宽度/高度信息的 pointpillars 神经网络返回的最终结果的结构体。
声明
typedef struct
{
int width;
int height;
PPResult
ppresult;
} vitis::ai::PointPillarsResult;
成员 | 描述 |
---|---|
width | 网络输入的宽度。 |
height | 网络输入的高度。 |
ppresult | 由 pointpillars 神经网络返回的最终结果。 |
声明
typedef struct
{
int width;
int height;
PPResult
ppresult;
} vitis::ai::PointPillarsResult;
成员 | 描述 |
---|---|
width | 网络输入的宽度。 |
height | 网络输入的高度。 |
ppresult | 由 pointpillars 神经网络返回的最终结果。 |