Skip to content

Commit bf0ba6b

Browse files
committed
updated README
1 parent 819eb48 commit bf0ba6b

File tree

1 file changed

+19
-6
lines changed

1 file changed

+19
-6
lines changed

README.md

Lines changed: 19 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,11 @@ For more evaluation codes, please check out [VIDEVAL](https://github.com/vztu/VI
2727

2828
Scatter plots and fitted logistic curves on these datasets:
2929

30-
![KONVID-1K](https://github.com/vztu/RAPIQUE/blob/main/figures/KONVID_1K_kfCV_corr.png)
31-
![LIVE-VQC](https://github.com/vztu/RAPIQUE/blob/main/figures/LIVE_VQC_kfCV_corr.png)
32-
![YouTube-UGC](https://github.com/vztu/RAPIQUE/blob/main/figures/YOUTUBE_UGC_kfCV_corr.png)
33-
![All-Combined](https://github.com/vztu/RAPIQUE/blob/main/figures/ALL_COMBINED_kfCV_corr.png)
30+
31+
| KonVid-1k | LIVE-VQC | YouTube-UGC | All-Combined |
32+
|:-------------------------:|:-------------------------:
33+
|![](https://github.com/vztu/RAPIQUE/blob/main/figures/KONVID_1K_kfCV_corr.png) | ![](https://github.com/vztu/RAPIQUE/blob/main/figures/LIVE_VQC_kfCV_corr.png) | ![](https://github.com/vztu/RAPIQUE/blob/main/figures/YOUTUBE_UGC_kfCV_corr.png) | ![](https://github.com/vztu/RAPIQUE/blob/main/figures/ALL_COMBINED_kfCV_corr.png)
34+
3435

3536
### Speed
3637

@@ -43,11 +44,15 @@ The unit is average `secs/video`.
4344
| TLVQM | 34.5 | 78.9 | 183.8 | 969.3 |
4445
| RAPIQUE | 13.5 | 17.3 | 18.3 | 112 |
4546

46-
![Speed w.r.t. input sizes](https://github.com/vztu/RAPIQUE/blob/main/figures/speed_scales.jpg)
47+
<p float="left">
48+
<img src="https://github.com/vztu/RAPIQUE/blob/main/figures/speed_scales.jpg" width="100" />
49+
</p>
4750

4851
### Performance vs. Speed
4952

50-
![Performance vs. Speed](https://github.com/vztu/RAPIQUE/blob/main/figures/perf_n_speed.jpg)
53+
<p float="left">
54+
<img src="https://github.com/vztu/RAPIQUE/blob/main/figures/perf_n_speed.jpg" width="100" />
55+
</p>
5156

5257
## Demos
5358

@@ -97,6 +102,14 @@ If you use this code for your research, please cite our papers.
97102
year={2021},
98103
organization={IEEE}
99104
}
105+
@inproceedings{tu2021temporal,
106+
title={A Temporal Statistics Model For UGC Video Quality Prediction},
107+
author={Tu, Zhengzhong and Chen, Chia-Ju and Wang, Yilin and Birkbeck, Neil and Adsumilli, Balu and Bovik, Alan C},
108+
booktitle={2021 IEEE International Conference on Image Processing (ICIP)},
109+
pages={1454--1458},
110+
year={2021},
111+
organization={IEEE}
112+
}
100113
@inproceedings{tu2021regression,
101114
title={Regression or classification? New methods to evaluate no-reference picture and video quality models},
102115
author={Tu, Zhengzhong and Chen, Chia-Ju and Chen, Li-Heng and Wang, Yilin and Birkbeck, Neil and Adsumilli, Balu and Bovik, Alan C},

0 commit comments

Comments
 (0)