Skip to content

Commit

Permalink
Update VMAF_Python_library.md
Browse files Browse the repository at this point in the history
  • Loading branch information
li-zhi authored Oct 18, 2020
1 parent fed67e1 commit 7f1f48e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resource/doc/VMAF_Python_library.md
Original file line number Diff line number Diff line change
Expand Up @@ -365,7 +365,7 @@ A Bjøntegaard-Delta (BD) rate [implementation](../../python/vmaf/tools/bd_rate_

### LIME (Local-Explainer Model-Agnostic Explanation) Implementation

An implementation of [LIME](https://arxiv.org/pdf/1602.04938.pdf) is also added as part of the repository. For more information, refer to our [analysis tools](doc/VQEG_SAM_2018_111_AnalysisToolsInVMAF.pdf) presentation. The main idea is to perform a local linear approximation to any regressor or classifier and then use the coefficients of the linearized model as indicators of feature importance. LIME can be used as part of the VMAF regression framework, for example:
An implementation of [LIME](https://arxiv.org/pdf/1602.04938.pdf) is also added as part of the repository. For more information, refer to our [analysis tools](VQEG_SAM_2018_111_AnalysisToolsInVMAF.pdf) presentation. The main idea is to perform a local linear approximation to any regressor or classifier and then use the coefficients of the linearized model as indicators of feature importance. LIME can be used as part of the VMAF regression framework, for example:

```
PYTHONPATH=python ./python/vmaf/script/run_vmaf.py yuv420p 576 324 \
Expand Down

0 comments on commit 7f1f48e

Please sign in to comment.