We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f15d1d3 commit c141190Copy full SHA for c141190
torchvision/csrc/io/image/cpu/decode_avif.cpp
@@ -52,7 +52,6 @@ torch::Tensor decode_avif(
52
result == AVIF_RESULT_OK,
53
"avifDecoderParse failed: ",
54
avifResultToString(result));
55
- printf("avif num images = %d\n", decoder->imageCount);
56
TORCH_CHECK(
57
decoder->imageCount == 1, "Avif file contains more than one image");
58
0 commit comments