Skip to content

Class mediapipe::api2::TensorsToDetectionsCalculator

ClassList > mediapipe > api2 > TensorsToDetectionsCalculator

Inherits the following classes: mediapipe::api2::Node

Public Static Attributes

Type Name
constexpr SideInput< std::vector< Anchor > >::Optional kInAnchors = /* multi line expression */
constexpr Input< std::vector< Tensor > > kInTensors = {"TENSORS"}
constexpr Output< std::vector< Detection > > kOutDetections = {"DETECTIONS"}
constexpr SideInput< std::vector< int > >::Optional kSideInIgnoreClasses = /* multi line expression */

Public Functions

Type Name
absl::Status Close (CalculatorContext * cc) override
MEDIAPIPE_NODE_CONTRACT (kInTensors, kInAnchors, kSideInIgnoreClasses, kOutDetections)
absl::Status Open (CalculatorContext * cc) override
absl::Status Process (CalculatorContext * cc) override

Public Static Functions

Type Name
absl::Status UpdateContract (CalculatorContract * cc)

Public Static Attributes Documentation

variable kInAnchors

constexpr SideInput<std::vector<Anchor>>::Optional mediapipe::api2::TensorsToDetectionsCalculator::kInAnchors;

variable kInTensors

constexpr Input<std::vector<Tensor> > mediapipe::api2::TensorsToDetectionsCalculator::kInTensors;

variable kOutDetections

constexpr Output<std::vector<Detection> > mediapipe::api2::TensorsToDetectionsCalculator::kOutDetections;

variable kSideInIgnoreClasses

constexpr SideInput<std::vector<int>>::Optional mediapipe::api2::TensorsToDetectionsCalculator::kSideInIgnoreClasses;

Public Functions Documentation

function Close

absl::Status mediapipe::api2::TensorsToDetectionsCalculator::Close (
    CalculatorContext * cc
) override

function MEDIAPIPE_NODE_CONTRACT

mediapipe::api2::TensorsToDetectionsCalculator::MEDIAPIPE_NODE_CONTRACT (
    kInTensors,
    kInAnchors,
    kSideInIgnoreClasses,
    kOutDetections
) 

function Open

absl::Status mediapipe::api2::TensorsToDetectionsCalculator::Open (
    CalculatorContext * cc
) override

function Process

absl::Status mediapipe::api2::TensorsToDetectionsCalculator::Process (
    CalculatorContext * cc
) override

Public Static Functions Documentation

function UpdateContract

static absl::Status mediapipe::api2::TensorsToDetectionsCalculator::UpdateContract (
    CalculatorContract * cc
) 


The documentation for this class was generated from the following file /home/friedel/devel/ILLIXR-plugins/hand_tracking/mediapipe/calculators/tensor/tensors_to_detections_calculator.cc