Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Extend benchmarks with computation of scores for NR and DB metrics (#270
) * add evaluation on NR and DB metrics Signed-off-by: Sergey Kastryulin <[email protected]> * fix flake8 style Signed-off-by: Sergey Kastryulin <[email protected]> * add GS and PR metrics to the evaluation Signed-off-by: Sergey Kastryulin <[email protected]> * the currest state of things Signed-off-by: Sergey Kastryulin <[email protected]> * updates to compute DB metrics with different feature extractors Signed-off-by: Sergey Kastryulin <[email protected]> * address style check errors Signed-off-by: Sergey Kastryulin <[email protected]> * fix PieAPP initialization Signed-off-by: Sergey Kastryulin <[email protected]> * add values of correlations on TID2013 and KADID-10k Signed-off-by: Sergey Kastryulin <[email protected]> * try to round values of correlations to the second digit Signed-off-by: Sergey Kastryulin <[email protected]> * fix the two-digit formatting Signed-off-by: Sergey Kastryulin <[email protected]> * add normalization for computation o features with InceptionNet, remove batching in data loaders (since it does not work anyway) Signed-off-by: Sergey Kastryulin <[email protected]> * update values of DB metrics on PIPAL dataset Signed-off-by: Sergey Kastryulin <[email protected]> * fix the table formatting Signed-off-by: Sergey Kastryulin <[email protected]> * fix metrics initialization Signed-off-by: Sergey Kastryulin <[email protected]> * add description of how DB metrics are computed Signed-off-by: Sergey Kastryulin <[email protected]> * fix reference Signed-off-by: Sergey Kastryulin <[email protected]> * fix reference Signed-off-by: Sergey Kastryulin <[email protected]> * fix reference Signed-off-by: Sergey Kastryulin <[email protected]> * fix reference Signed-off-by: Sergey Kastryulin <[email protected]> * fix reference Signed-off-by: Sergey Kastryulin <[email protected]> * fix reference Signed-off-by: Sergey Kastryulin <[email protected]> * fix reference Signed-off-by: Sergey Kastryulin <[email protected]> * fix reference Signed-off-by: Sergey Kastryulin <[email protected]> * remove cross-reference after miserable failed attempt to include it Signed-off-by: Sergey Kastryulin <[email protected]> * Fix spelling of Jamil's name Signed-off-by: Sergey Kastryulin <[email protected]> * Update tests/results_benchmark.py Co-authored-by: Jamil Zakirov <[email protected]> * address review comments Signed-off-by: Sergey Kastryulin <[email protected]> * add iw-ssim to the benchmark Signed-off-by: Sergey Kastryulin <[email protected]> * allow to compute all metrics of all metrics from a particular category Signed-off-by: Sergey Kastryulin <[email protected]> * fix cli, clean up debug prints Signed-off-by: Sergey Kastryulin <[email protected]> * clean up debug info Signed-off-by: Sergey Kastryulin <[email protected]> * fix data range for mdsi init Signed-off-by: Sergey Kastryulin <[email protected]> * all direct link to the `results_benchmark.py` script Signed-off-by: Sergey Kastryulin <[email protected]> * edit readme Signed-off-by: Sergey Kastryulin <[email protected]> * edit readme - simplify the reference Signed-off-by: Sergey Kastryulin <[email protected]> * reduce the table of correlations Signed-off-by: Sergey Kastryulin <[email protected]> * fix the table Signed-off-by: Sergey Kastryulin <[email protected]> * fix the table Signed-off-by: Sergey Kastryulin <[email protected]> * fix the table values (reference) Signed-off-by: Sergey Kastryulin <[email protected]> * readme: fix title underline length for readthedocs Signed-off-by: Sergey Kastryulin <[email protected]> * incorporate requested changes Signed-off-by: Sergey Kastryulin <[email protected]> * remove code duplication (code smell) Signed-off-by: Sergey Kastryulin <[email protected]> * feat: minor change in doc * comparisons with reference values for IW-SSIM and BRISQUE Signed-off-by: Sergey Kastryulin <[email protected]> Co-authored-by: Jamil <[email protected]> Co-authored-by: Denis Prokopenko <[email protected]>
- Loading branch information