Git Product home page Git Product logo

Comments (4)

ledyba-z avatar ledyba-z commented on June 3, 2024

libaomを上げたところさらに増えたのでフラグだけ追加してみて実際に使われるか調べます

/*!\brief Model tuning parameters
 *
 * Changes the encoder to tune for certain types of input material.
 *
 */
typedef enum {
  AOM_TUNE_PSNR,
  AOM_TUNE_SSIM,
  AOM_TUNE_CDEF_DIST,
  AOM_TUNE_DAALA_DIST,
  AOM_TUNE_VMAF_WITH_PREPROCESSING,
  AOM_TUNE_VMAF_WITHOUT_PREPROCESSING,
  AOM_TUNE_VMAF_MAX_GAIN
} aom_tune_metric;

from cavif.

ledyba-z avatar ledyba-z commented on June 3, 2024

VMAFは別ライブラリが更に必要らしい、、、うーむ

from cavif.

ledyba-z avatar ledyba-z commented on June 3, 2024

VMAF can indeed be run on two images. In this case, compute_motion will return 0 value. The implication is that it will treat the single image as a static video shot.

意味は無くはなさそう

Can vmaf wrapper support compare 2 images · Issue #286 · Netflix/vmaf
Netflix/vmaf#286

from cavif.

ledyba-z avatar ledyba-z commented on June 3, 2024

https://aomedia.googlesource.com/aom/+/8afb8548a5153dfa5cf6436fa17bc4bf716f6a77

「使ってないenum消したぜ!」のコミットが入ったのでcavifからも消しました。

from cavif.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.