Welcome to QualityLIB!ΒΆ
QualityLIB is a library that simplifies running quality assessment experiments on video datasets in Python. QualityLIB library interfaces with the VideoLIB package to provide an easy API that simplifies quality assessment research tasks such as
Specifying and reading datasets of videos, conforming to various ITU standards.
Standardizing the implementation of quality models using the
FeatureExtractorclass.Simplifying the execution of feature extraction over datasets using the
Runnerclass.Standardizing the results of quality modeling using the
Resultclass.Easy interfacing with Scikit-Learn regressor models for routines such as
cross_validation.