fixup TfLiteTensorsToClassificationCalculatorOptions example
Signed-off-by: Pierre Fenoll <pierrefenoll@gmail.com>
This commit is contained in:
parent
c6fea4c9d9
commit
9a36802c00
|
@ -51,9 +51,9 @@ namespace mediapipe {
|
|||
// input_stream: "TENSORS:tensors"
|
||||
// output_stream: "CLASSIFICATIONS:classifications"
|
||||
// options: {
|
||||
// [mediapipe.TfLiteTensorsToClassificationCalculatorOptions.ext] {
|
||||
// num_classes: 1024
|
||||
// [type.googleapis.com/mediapipe.TfLiteTensorsToClassificationCalculatorOptions] {
|
||||
// min_score_threshold: 0.1
|
||||
// top_k: 5
|
||||
// label_map_path: "labelmap.txt"
|
||||
// }
|
||||
// }
|
||||
|
|
Loading…
Reference in New Issue
Block a user