Skip to main content

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::Tensorboxes
simaai::neat::Tensormasks

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

simaai::neat::Tensor simaai::neat::SegmentationDecodeTensors::boxes

Definition at line 96 of file DetectionTypes.h.

masks

simaai::neat::Tensor simaai::neat::SegmentationDecodeTensors::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.