Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

VMAF OpenSuse installation - unittest errors #58

Closed
stevescia opened this issue Jan 31, 2017 · 1 comment
Closed

VMAF OpenSuse installation - unittest errors #58

stevescia opened this issue Jan 31, 2017 · 1 comment

Comments

@stevescia
Copy link

Hello; i have installed VMAF on an OpenSuse server (version 13.1); I am seeing errors when running the unittest suite as described in the Readme @ github.com/Netflix/VMAF .

some score assertions have differences up to 4 places. for example:
FAIL: test_all (feature_test.FeatureTestYuv422p10le)

Traceback (most recent call last):
File "/home/vqeg/git/vqegjeg.git/netflix/vmaf/feature/test/feature_test.py", line 429, in test_all
self.assertAlmostEquals(score, 6899.24648475, places=4)
AssertionError: 6899.246359479167 != 6899.24648475 within 4 places

Are errors of this type okay and safely ignored? any information is appreciated.
Thank you very much for making this tool available!

I have attached the otput file to this posting:
unittest.txt

Regards,
steves

@li-zhi
Copy link
Collaborator

li-zhi commented Feb 24, 2017

@stevescia I was able to run VMAF with all test cases passed. Let me share with you my system info:

zli@linux-sbkq:~> cat /etc/SuSE-release
openSUSE 13.1 (x86_64)
VERSION = 13.1
CODENAME = Bottle

zli@linux-sbkq:~> uname -a

Linux linux-sbkq 3.11.6-4-desktop #1 SMP PREEMPT Wed Oct 30 18:04:56 UTC 2013 (e6d4a27) x86_64 x86_64 x86_64 GNU/Linux

zli@linux-sbkq:~/Projects/public/vmaf> python -c 'import numpy as pkg; print pkg.version; print pkg.file'

1.12.0

/usr/lib64/python2.7/site-packages/numpy/init.pyc

zli@linux-sbkq:~/Projects/public/vmaf> python -c 'import scipy as pkg; print pkg.version; print pkg.file'

0.17.0

/usr/lib64/python2.7/site-packages/scipy/init.pyc

zli@linux-sbkq:~/Projects/public/vmaf> python -c 'import matplotlib as pkg; print pkg.version; print pkg.file'

1.5.1

/usr/lib64/python2.7/site-packages/matplotlib/init.pyc

zli@linux-sbkq:~/Projects/public/vmaf> python -c 'import pandas as pkg; print pkg.version; print pkg.file'

0.17.1

/usr/lib64/python2.7/site-packages/pandas/init.pyc

zli@linux-sbkq:~/Projects/public/vmaf> python -c 'import sklearn as pkg; print pkg.version; print pkg.file'

0.18

/usr/lib64/python2.7/site-packages/sklearn/init.pyc

zli@linux-sbkq:~/Projects/public/vmaf> python -c 'import h5py as pkg; print pkg.version; print pkg.file'

2.6.0

/usr/lib64/python2.7/site-packages/h5py/init.pyc

@li-zhi li-zhi closed this as completed Aug 10, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants