SegmentationDecodeTensors Struct
Decoded instance-segmentation tensors for one BoxDecode output tensor. More...
Declaration
struct simaai::neat::SegmentationDecodeTensors { ... }
Included Headers
#include <DetectionTypes.h>
Public Member Attributes Index
| simaai::neat::Tensor | boxes |
| simaai::neat::Tensor | masks |
Description
Decoded instance-segmentation tensors for one BoxDecode output tensor.
boxes is a dense CPU float32 tensor of shape [N, 6] with the same columns as decode_bbox. masks is a dense CPU uint8 tensor of shape [N, 160, 160].
Definition at line 95 of file DetectionTypes.h.
Public Member Attributes
boxes
|
Definition at line 96 of file DetectionTypes.h.
masks
|
Definition at line 97 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.