This commit is contained in:
Jules Youngberg 2022-06-16 12:42:46 -07:00
parent 2f1c40b494
commit 8964ec306f

View File

@ -37,7 +37,7 @@ node {
output_side_packet: "PACKET:1:with_attention" output_side_packet: "PACKET:1:with_attention"
node_options: { node_options: {
[type.googleapis.com/mediapipe.ConstantSidePacketCalculatorOptions]: { [type.googleapis.com/mediapipe.ConstantSidePacketCalculatorOptions]: {
packet { int_value: 1 } packet { int_value: 2 }
packet { bool_value: true } packet { bool_value: true }
} }
} }