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 928ae4c commit a95dd4cCopy full SHA for a95dd4c
src/torchcodec/_core/Transform.cpp
@@ -28,8 +28,6 @@ std::string toFilterGraphInterpolation(
28
} // namespace
29
30
std::string ResizeTransform::getFilterGraphCpu() const {
31
- // Note that we turn on gamma correct scaling. This produces results that are
32
- // closer to what TorchVision's resize produces.
33
return "scale=" + std::to_string(outputDims_.width) + ":" +
34
std::to_string(outputDims_.height) +
35
":flags=" + toFilterGraphInterpolation(interpolationMode_);
0 commit comments