Metadata-Version: 2.4
Name: vmaf
Version: 3.0.0
Summary: Video Multimethod Assessment Fusion
Home-page: https://github.com/Netflix/vmaf
Author: Zhi Li
Author-email: zli@netflix.com
Description-Content-Type: text/x-rst
Requires-Dist: numpy>=1.18.2
Requires-Dist: scipy>=1.4.1
Requires-Dist: matplotlib>=3.2.1
Requires-Dist: pandas>=1.0.3
Requires-Dist: scikit-learn>=0.22.2
Requires-Dist: scikit-image>=0.16.2
Requires-Dist: h5py>=2.6.0
Requires-Dist: sureal>=0.4.2
Requires-Dist: dill>=0.3.1
Dynamic: author
Dynamic: author-email
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: requires-dist
Dynamic: summary

VMAF - Video Multimethod Assessment Fusion
==========================================

.. image:: https://travis-ci.org/Netflix/vmaf.svg?branch=master
    :target: https://travis-ci.org/Netflix/vmaf
    :alt: Travis Build Status

.. image:: https://ci.appveyor.com/api/projects/status/68i57b8ssasttngg?svg=true
    :target: https://ci.appveyor.com/project/li-zhi/vmaf
    :alt: AppVeyor Build Status

VMAF is a perceptual video quality assessment algorithm developed by Netflix.

VMAF Development Kit (VDK) is a software package that contains the VMAF algorithm implementation,
as well as a set of tools that allows a user to train and test a custom VMAF model.
