Netflix / vmaf

Perceptual video quality assessment based on multi-method fusion.
Other
4.34k stars 735 forks source link

increase max feature count to 64 #1360

Closed cosmin closed 2 months ago

cosmin commented 2 months ago

During the implementation of FUNQUE+ feature extractors we ran into the 32 max limit for JSON features and hand to bump this up to 64. In practice this may not be needed as not all exposed features are likely to be used, but we needed this to exhaustively exercise the feature extractor.

Co-authored-by: Mallikarjun Kamble mallikarjun.kamble@ittiam.com