Skip to content

DarrenR96/Differentiable-PVQM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Differentiable-PVQM

This repo consists of the code and trained model for an updated version of the Differentiable VMAF using Tensorflow.

The model was trained used the luma channel which is of the range 0-1 and with 3 frames. The patch sized used for training is 128x128.

When using the model, ensure the input data matches these characteristics (Y channel, 0-1, 3 frames at a time)

The input data to this model should be of the size BatchSizexNumberOfFramesxHeightxWidthxChannels.

To load the model, first clone this repo, and ensure you have all required packages installed. The file test.py shows how to use this model.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages