hayden-donnelly commited on
Commit
bc51d92
1 Parent(s): 517548f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -0
README.md CHANGED
@@ -5,6 +5,20 @@ size_categories:
5
  - 1K<n<10K
6
  ---
7
  # Danbooru SFW 512 Crop Dataset V1
 
 
 
 
 
 
 
 
 
 
 
 
 
 
8
 
9
  ## Original Dataset Citation
10
  ```bibtex
 
5
  - 1K<n<10K
6
  ---
7
  # Danbooru SFW 512 Crop Dataset V1
8
+ This dataset includes image and bounding box pairs where the images are samples from
9
+ Danbooru 2021 SFW and the bounding boxes are crops of the central character(s). It can
10
+ be used to train a model that automatically crops the base dataset in order to create a cleaner
11
+ and more character-centric version. Importantly, the crops aim to remove artifacts such as
12
+ horizontal/vertical bars that could negatively impact performance on image generation tasks.
13
+
14
+ ## Bounding Boxes
15
+ The base images are all 512x512, the bounding boxes represent crops with a maximium size of
16
+ 512x512 and a minimum size of 128x128. Each bounding box is represented as a 3-dimensional
17
+ vector [x, y, l] where x is the left coordinate of the box, y is the top coordinate of the box,
18
+ and l is the side length of the box. These elements have been converted to floats and
19
+ normalized according to their maximum possible values (512). For example, [16, 28, 256] would
20
+ have been converted to [16/512, 28/512, 256/512], or [0.03125, 0.0546875, 0.5]. Using this
21
+ conversion, the minimum value of x, y, and l is 128/512, or 0.25.
22
 
23
  ## Original Dataset Citation
24
  ```bibtex