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

Update doc #195

Merged
merged 29 commits into from
Jul 16, 2018
Merged
Changes from 1 commit
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
8b0ab27
Update docs; add models.md.
li-zhi Jul 15, 2018
26919a2
Update vmafossexec.md; move h5py dependency out of mixin.py.
li-zhi Jul 15, 2018
68deb49
Make loading svmutil on-demand in quality_runner.py.
li-zhi Jul 15, 2018
28c6c8e
Make loading svmutil on-demand in train_test_model.py.
li-zhi Jul 15, 2018
009374d
Update vmafossexec.md.
li-zhi Jul 15, 2018
bb4198b
Fix wrapper link.
li-zhi Jul 15, 2018
9afd2ad
Update vmafossexec.md.
li-zhi Jul 15, 2018
b298115
Update libvmaf.md.
li-zhi Jul 15, 2018
a068690
Update VMAF_Python_library.md; move models part to models.md.
li-zhi Jul 15, 2018
18ad448
Update VMAF_Python_library.md.
li-zhi Jul 15, 2018
b435c52
Update VMAF_Python_library.md.
li-zhi Jul 15, 2018
84563b0
Update VMAF_Python_library.md.
li-zhi Jul 15, 2018
08b713c
Add references.md and conf_interval.md; re-org docs.
li-zhi Jul 15, 2018
004e031
Misc.
li-zhi Jul 16, 2018
6958469
Update FAQ.md; misc.
li-zhi Jul 16, 2018
53f3df3
Update models.md.
li-zhi Jul 16, 2018
51cf3f5
Update models.md.
li-zhi Jul 16, 2018
814cfe6
Update conf_interval.md.
li-zhi Jul 16, 2018
b749cce
Add CI plot to conf_interval.md.
li-zhi Jul 16, 2018
0dd595b
Update image size.
li-zhi Jul 16, 2018
51015d7
Update image.
li-zhi Jul 16, 2018
7b79fee
Update conf_interval.md.
li-zhi Jul 16, 2018
908a578
Update references.md.
li-zhi Jul 16, 2018
ed890fb
Update references.md.
li-zhi Jul 16, 2018
eee1d81
Update references.md.
li-zhi Jul 16, 2018
bf9f458
Update references.md.
li-zhi Jul 16, 2018
5fbe097
Update references.md.
li-zhi Jul 16, 2018
aeffd08
Update references.md.
li-zhi Jul 16, 2018
2c824cf
Misc update of docs.
li-zhi Jul 16, 2018
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update vmafossexec.md.
  • Loading branch information
li-zhi committed Jul 15, 2018
commit 009374d9415ffa5e7d39a7bfdbfb0ead654cb932
5 changes: 5 additions & 0 deletions resource/doc/vmafossexec.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,9 @@ The options `--psnr`, `--ssim` and `--ms-ssim` also allow reporting PSNR, SSIM a

![subsample](/resource/images/subsample.png)

Optionally, one can test `vmafossexec` by running the [`vmafossexec_test.py`](python/test/vmafossexec_test.py) script (this requires Python and the `numpy`, `scipy` and `pandas` packages):

```
pip install --user numpy scipy pandas
PYTHONPATH=python/src python python/test/vmafossexec_test.py
```