diff --git a/mediapipe/graphs/media_sequence/tvl1_flow_and_rgb_from_file.pbtxt b/mediapipe/graphs/media_sequence/tvl1_flow_and_rgb_from_file.pbtxt index 032fc3659..6edc60939 100644 --- a/mediapipe/graphs/media_sequence/tvl1_flow_and_rgb_from_file.pbtxt +++ b/mediapipe/graphs/media_sequence/tvl1_flow_and_rgb_from_file.pbtxt @@ -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 } } }