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:
- Todo:
check that padding modes are the same as C code for nonstandard resolutions
Classes
|
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.