Defaulting to advanced GPU
For now probably our best bet
This commit is contained in:
parent
c2858f9b21
commit
0385ad49d1
|
@ -140,6 +140,11 @@ node {
|
||||||
input_side_packet: "MODEL:model"
|
input_side_packet: "MODEL:model"
|
||||||
input_stream: "TENSORS:input_tensors"
|
input_stream: "TENSORS:input_tensors"
|
||||||
output_stream: "TENSORS:output_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
|
# Decodes the tensors into the corresponding landmark and segmentation mask
|
||||||
|
|
Loading…
Reference in New Issue
Block a user