Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 597982016
  • Loading branch information
MediaPipe Team authored and copybara-github committed Jan 13, 2024
1 parent 3ba2cb0 commit 945948c
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,6 @@ TEST(ImageCroppingCalculatorTest, IdentityFunctionCropWithOriginalSizeGPU) {

// Get and process results.
const ImageFrame& output_image = output_packets[0].Get<ImageFrame>();
std::cout << output_image.Width();

const auto expected_output = GetInputFrame(input_width, input_height, 4);
cv::Mat output_mat = formats::MatView(&output_image);
Expand Down

0 comments on commit 945948c

Please sign in to comment.