cutcutcodec.core.analysis.video.metric.uvq_google

Universal Video Quality Model.

It comes from google uvq git.

For testing: python -c “from cutcutcodec.core.analysis.video.metric.uvq.inference import main; main()”

Details

Modules

aggregationnet

A modified version of the Google UVQ source file.

compressionnet

A modified version of the Google UVQ source file.

contentnet

A modified version of the Google UVQ source file.

custom_nn_layers

A modified version of the Google UVQ source file.

distortionnet

A modified version of the Google UVQ source file.

inference

A modified version of the Google UVQ source file.