cutcutcodec.core.analysis.video.quality.uvq_google.contentnet.ContentNetInference

class cutcutcodec.core.analysis.video.quality.uvq_google.contentnet.ContentNetInference(eval_mode=True, **kwargs)[source]

Find the features in the image.

get_features_for_all_frames(video: ndarray) tuple[ndarray, ndarray][source]

Eval the model.

predict_and_get_features(frame) tuple[ndarray, ndarray][source]

Eval the model and get the features.