Modify ClassificationAggregationCalculator to output new unified formats.

PiperOrigin-RevId: 485546547
This commit is contained in:
MediaPipe Team
2022-11-02 03:11:20 -07:00
committed by Copybara-Service
parent f1f123d255
commit 475e6b4fd5
9 changed files with 373 additions and 25 deletions
@@ -38,7 +38,7 @@ message ClassificationPostprocessingGraphOptions {
// Options for the ClassificationAggregationCalculator encapsulated by the
// ClassificationPostprocessing subgraph.
optional ClassificationAggregationCalculatorOptions
optional mediapipe.ClassificationAggregationCalculatorOptions
classification_aggregation_options = 2;
// Whether output tensors are quantized (kTfLiteUint8) or not (kFloat32).