Defaulting to advanced GPU

For now probably our best bet
This commit is contained in:
udamaster 2022-10-15 11:59:08 -04:00
parent c2858f9b21
commit 0385ad49d1

View File

@ -140,6 +140,11 @@ node {
input_side_packet: "MODEL:model"
input_stream: "TENSORS:input_tensors"
output_stream: "TENSORS:output_tensors"
options: {
[mediapipe.InferenceCalculatorOptions.ext] {
delegate { gpu { use_advanced_gpu_api: true } }
}
}
}
# Decodes the tensors into the corresponding landmark and segmentation mask