PoseDecodeTensors Struct
Decoded pose tensors for one BoxDecode output tensor. More...
Declaration
struct simaai::neat::PoseDecodeTensors { ... }
Included Headers
#include <DetectionTypes.h>
Public Member Attributes Index
| simaai::neat::Tensor | boxes |
| simaai::neat::Tensor | keypoints |
Description
Decoded pose tensors for one BoxDecode output tensor.
boxes is a dense CPU float32 tensor of shape [N, 6] with the same columns as decode_bbox. keypoints is a dense CPU float32 tensor of shape [N, 17, 3] with per-keypoint columns (x, y, visibility).
Definition at line 84 of file DetectionTypes.h.
Public Member Attributes
boxes
|
Definition at line 85 of file DetectionTypes.h.
keypoints
|
Definition at line 86 of file DetectionTypes.h.
The documentation for this struct was generated from the following file:
Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.9.8.