xujz0703 commited on
Commit
ca08511
1 Parent(s): e56a1c5

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -9
README.md CHANGED
@@ -34,19 +34,19 @@ The text in the dataset is all in English.
34
  ### Four Subsets
35
 
36
  Considering that the ImageRewardDB contains a large number of images, we provide four subsets in different scales to support different needs.
37
- For all subsets, the validation and test splits remain the same. The validation split(1.08GB) contains 412 prompts and 3,255 images (10.5K pairs) and
38
- the test(1.14GB) split contains 466 prompts and 3,461 images (10.6K pairs). The information on the train split in different scales is as follows:
39
 
40
- |Subset|Num of Pairs|Num of Images|Num of Prompts|Size|
41
- |:--|--:|--:|--:|--:|
42
- |ImageRewardDB 1K|25.1K|7.8K|1K|2.7GB|
43
- |ImageRewardDB 2K|50.5K|15.7K|2K|5.4GB|
44
- |ImageRewardDB 4K|101.0K|31.4K|4K|10.6GB|
45
- |ImageRewardDB 8K|201.1K|62.7K|8K|20.6GB|
46
 
47
  ## Dataset Structure
48
 
49
- All the data in this repository is stored in a well-organized way. The 62.7K images in ImageRewardDB are split into several folders,
50
  stored in corresponding directories under "./images" according to its split. Each folder contains around 500 prompts, their corresponding
51
  images, and a JSON file. The JSON file links the image with its corresponding prompt and annotation.
52
  The file structure is as follows:
 
34
  ### Four Subsets
35
 
36
  Considering that the ImageRewardDB contains a large number of images, we provide four subsets in different scales to support different needs.
37
+ For all subsets, the validation and test splits remain the same. The validation split(1.08GB) contains 412 prompts and 3.2K images and
38
+ the test(1.14GB) split contains 466 prompts and 3.4K images. The information on the train split in different scales is as follows:
39
 
40
+ |Subset|Num of Images|Num of Prompts|Size|
41
+ |:--|--:|--:|--:|
42
+ |ImageRewardDB 1K|7.8K|1K|2.7GB|
43
+ |ImageRewardDB 2K|15.6K|2K|5.4GB|
44
+ |ImageRewardDB 4K|31.4K|4K|10.6GB|
45
+ |ImageRewardDB 8K|62.6K|8K|20.6GB|
46
 
47
  ## Dataset Structure
48
 
49
+ All the data in this repository is stored in a well-organized way. The 62.6K images in ImageRewardDB are split into several folders,
50
  stored in corresponding directories under "./images" according to its split. Each folder contains around 500 prompts, their corresponding
51
  images, and a JSON file. The JSON file links the image with its corresponding prompt and annotation.
52
  The file structure is as follows: