VIDEVAL icon indicating copy to clipboard operation
VIDEVAL copied to clipboard

[IEEE TIP'2021] "UGC-VQA: Benchmarking Blind Video Quality Assessment for User Generated Content", Zhengzhong Tu, Yilin Wang, Neil Birkbeck, Balu Adsumilli, Alan C. Bovik

Results 3 VIDEVAL issues
Sort by recently updated
recently updated
newest added

1. Maybe there is a line 'prev_YUV_frame = imresize(prev_YUV_frame, ratio);' lost in VIDEVAL/include/calc_VIDEVAL_feats_light.m line64-66? I found this problem when run this code on LIVE-VQC dataset. 2. Whether there is a...

Hi, I wonder if we need first normalize the features before using the sequential feature selection. As the regression model takes SVR, which requires the normalized input. I checked the...

Hi Zhengzhong, I noticed in your evaluate script (demo_eval_BVQA_feats_all_combined.py), a grid search is used to obtain a best [gamma, c] for each iteration. This may bring a problem: for each...