Change target size.

This commit is contained in:
Cheoljun Lee 2021-06-28 16:02:00 +09:00
parent 600bda3df2
commit f42c8fd442

View File

@ -57,8 +57,9 @@ node: {
output_stream: "scaled_frames"
node_options: {
[type.googleapis.com/mediapipe.ScaleImageCalculatorOptions]: {
target_height: 256
preserve_aspect_ratio: true
target_width: 224
target_height: 224
preserve_aspect_ratio: false
}
}
}