Commit 76d44bec by samrobinson Committed by Ian Baker

Remove SSIM calculation on SEF videos.

SEF is similar to frame editing, where the input and output videos are
not intended to match, so SSIM will not provide a reliable value. To
check SSIM correctly in future, we would need to provide
golden/expected video files to compare output against.

PiperOrigin-RevId: 436707240
parent bda66047
......@@ -162,7 +162,6 @@ public class TransformationTest {
new TransformationRequest.Builder().setFlattenForSlowMotion(true).build())
.build();
new TransformerAndroidTestRunner.Builder(context, transformer)
.setCalculateSsim(true)
.build()
.run(testId, MP4_ASSET_SEF_URI_STRING);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment