MingxingLi commited on
Commit
bff4bf0
·
verified ·
1 Parent(s): 7526505

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -3
README.md CHANGED
@@ -1,3 +1,14 @@
1
- ---
2
- license: cc-by-4.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-4.0
3
+ ---
4
+
5
+ For IQA and IAA, we use AVA, TAD66K, Koniq-10k, livec and spaq datasets, which are captured in the **real world**. For UGC assessment, we propose the RealQA dataset.
6
+ 📚 All image related data can be loaded in this repo.
7
+ 📚 The training and test conversation template can be found in the [hugging face](https://huggingface.co/datasets/MingxingLi/RealQA-conversation).
8
+
9
+
10
+ ```bash
11
+ unzip dataset_split.zip
12
+ ```
13
+
14
+ > The unzip program will intelligently recognize that dataset_split.zip is the first part of a multi-volume compressed package, and then it will automatically search for subsequent volumes such as dataset_split.z01 in the same directory, merge them together, and finally decompress the original complete dataset.zip file.