Change target size.
This commit is contained in:
parent
600bda3df2
commit
f42c8fd442
|
@ -57,8 +57,9 @@ node: {
|
||||||
output_stream: "scaled_frames"
|
output_stream: "scaled_frames"
|
||||||
node_options: {
|
node_options: {
|
||||||
[type.googleapis.com/mediapipe.ScaleImageCalculatorOptions]: {
|
[type.googleapis.com/mediapipe.ScaleImageCalculatorOptions]: {
|
||||||
target_height: 256
|
target_width: 224
|
||||||
preserve_aspect_ratio: true
|
target_height: 224
|
||||||
|
preserve_aspect_ratio: false
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user