disabled segmentation in graph

This commit is contained in:
Mautisim Munir 2022-10-05 18:10:47 +05:00
parent 1b375a7242
commit f7f3329505

View File

@ -14,7 +14,7 @@ node {
output_side_packet: "PACKET:enable_segmentation"
node_options: {
[type.googleapis.com/mediapipe.ConstantSidePacketCalculatorOptions]: {
packet { bool_value: true }
packet { bool_value: false }
}
}
}