blob: bc2e242ce8029228f2cdab8344c01d7cc43c485f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
|
pkgbase = python-vmaf
pkgdesc = Perceptual video quality assessment algorithm based on multi-method fusion (python implementation)
pkgver = 3.0.0
pkgrel = 1
url = https://github.com/netflix/vmaf/
arch = x86_64
license = BSD
makedepends = cython
makedepends = python-build
makedepends = python-installer
makedepends = python-setuptools
makedepends = python-wheel
depends = libsvm
depends = python
depends = python-dill
depends = python-h5py
depends = python-matplotlib
depends = python-numpy
depends = python-pandas
depends = python-pillow
depends = python-scikit-learn
depends = python-scipy
depends = python-slugify
depends = python-pywavelets
depends = python-scikit-image
depends = python-sureal
optdepends = python-tensorflow: for neural network support in model traning and testing
source = https://github.com/Netflix/vmaf/archive/v3.0.0/vmaf-3.0.0.tar.gz
sha256sums = 7178c4833639e6b989ecae73131d02f70735fdb3fc2c7d84bc36c9c3461d93b1
pkgname = python-vmaf
|