cutcutcodec.core.analysis.video.metric.uvq_google.compressionnet

A modified version of the Google UVQ source file.

As the original file is under apache lisence, I should mention that this is a modified version of the source file:

https://github.com/google/uvq/blob/main/uvq_pytorch/utils/compressionnet.py

Classes

CompressionNet(**kwargs)

Model to eval the compresion artifacts.

CompressionNetInference([eval_mode, ...])

Give a score about compression artifact.

Details

class cutcutcodec.core.analysis.video.metric.uvq_google.compressionnet.CompressionNet(**kwargs)[source]

Model to eval the compresion artifacts.

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

class cutcutcodec.core.analysis.video.metric.uvq_google.compressionnet.CompressionNetInference(eval_mode=True, video_height=720, video_width=1280, video_channels=3, patch_height=180, patch_width=320, depth=5, feature_channels=100, feature_height=16, feature_width=16, label_dim=1, **kwargs)[source]

Give a score about compression artifact.