cutcutcodec.core.analysis.video.quality.vmaf_torch.vif

VIF metric

Based on:

http://live.ece.utexas.edu/research/Quality/vifvec_release.zip https://github.com/Netflix/vmaf/blob/master/libvmaf/src/feature/vif.c

References:

https://ieeexplore.ieee.org/abstract/document/1576816/

Todo:

check that padding modes are the same as C code for nonstandard resolutions

Classes

VIF([NEG])

Initialize internal Module state, shared by both nn.Module and ScriptModule.

Details

class cutcutcodec.core.analysis.video.quality.vmaf_torch.vif.VIF(NEG=False)[source]

Initialize internal Module state, shared by both nn.Module and ScriptModule.