hayden-donnelly commited on
Commit
cfcc410
1 Parent(s): 8b43545

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +20 -0
README.md CHANGED
@@ -5,6 +5,26 @@ size_categories:
5
  - 10K<n<100K
6
  ---
7
  # Danbooru SFW 512 General Filter Datset V1
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
8
 
9
  ## Original Dataset Citation
10
  ```bibtex
 
5
  - 10K<n<100K
6
  ---
7
  # Danbooru SFW 512 General Filter Datset V1
8
+ This dataset is meant to be used for training a simple binary classifier that can filter the
9
+ Danbooru SFW 2021 dataset. There are two classes: "accepted" and "rejected", with "accepted"
10
+ representing samples that should pass through the filter and "rejected" representing samples
11
+ that should not.
12
+
13
+ Generallly, to be accepted a sample should meet the following criteria:
14
+
15
+ 1. No horizontal/vertical bars, or bars that can be removed easily by filling in the background
16
+ color. This precludes any samples with bars which cut through any part of the image that is not
17
+ a solid color block (i.e. patterns, detailed backgrounds, and foreground elements).
18
+
19
+ 2. Not overtly sexual. The SFW subset of Danbooru 2021 which this dataset is based on has
20
+ already removed almost all nudity, this criterion simply removes some of the borderline NSFW images.
21
+
22
+ 3. Somewhat aesthetic.
23
+
24
+ Please note that dataset samples were selected manually, so there was somewhat of a tradeoff between
25
+ speed and accuracy. Despite this, I've managed to train a binary classifier up to 85% test
26
+ accuracy on this dataset. I've also observed pretty good performance when using that classifier on
27
+ entirely new portions of the base dataset.
28
 
29
  ## Original Dataset Citation
30
  ```bibtex