cutcutcodec.core.analysis.video.quality.uvq_google.contentnet¶
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/contentnet.py
Classes
|
Model to find the features. |
|
Find the features in the image. |
Details
- class cutcutcodec.core.analysis.video.quality.uvq_google.contentnet.ContentNet(dropout: float = 0.2, **kwargs)[source]
Model to find the features.
Initialize internal Module state, shared by both nn.Module and ScriptModule.
- class cutcutcodec.core.analysis.video.quality.uvq_google.contentnet.ContentNetInference(eval_mode=True, **kwargs)[source]
Find the features in the image.