teowu commited on
Commit
b3197d3
1 Parent(s): ee88a9e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +20 -0
README.md CHANGED
@@ -1,3 +1,23 @@
1
  ---
2
  license: mit
 
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: mit
3
+ task_categories:
4
+ - video-classification
5
+ tags:
6
+ - video quality assessment
7
  ---
8
+
9
+ This is an **unofficial** copy of the videos in the *LSVQ dataset (Ying et al, CVPR, 2021)*, the largest dataset available for Non-reference Video Quality Assessment (NR-VQA); this is to facilitate research studies on this dataset given that we have received several reports that the original links of the dataset is not available anymore.
10
+
11
+ *See [FAST-VQA](https://github.com/VQAssessment/FAST-VQA-and-FasterVQA) (Wu et al, ECCV, 2022) or [DOVER](https://github.com/VQAssessment/DOVER) (Wu et al, ICCV, 2023) repo on its converted labels (i.e. quality scores for videos).*
12
+
13
+ The file links to the labels in either of the repositories above are as follows:
14
+
15
+ ```
16
+ --- examplar_data_labels
17
+ --- --- train_labels.txt (this is the training set labels of LSVQ)
18
+ --- --- LSVQ
19
+ --- --- --- labels_test.txt (this is the LSVQ_test test subset)
20
+ --- --- --- labels_1080p.txt (this is the LSVQ_1080p test subset)
21
+ ```
22
+
23
+ It should be noticed that the copyright of this dataset still belongs to the Facebook Research and LIVE Laboratory in UT Austin, and we may delete this unofficial repo at any time if requested by the copyright holders.