Skip to content

v2.1.0

Compare
Choose a tag to compare
@kylophone kylophone released this 30 Dec 18:24
· 534 commits to master since this release

(2020-12-30) [v2.1.0]

This is a minor release for the initial AOM CTC. Support has been added for templated feature names. While this is a general purpose software feature, templated feature names are immediately useful for simultaneous computation of VMAF and VMAF NEG since the two metrics rely on slightly different VIF/ADM variations. Global feature overrides via the --feature flag are no longer supported, instead individual models can have their features overloaded individually, the syntax for which is as follows:

--model version=vmaf_v0.6.1:vif.vif_enhn_gain_limit=1.0:adm.adm_enhn_gain_limit=1.0

New features:

  • Per-model feature overloading via new API vmaf_model_feature_overload().
  • Multiple unique configurations of the same feature extractor may be registered run at the same time.
  • --aom_ctc v1.0 preset, encompassing all metrics specified by the AOM CTC.