hayden-donnelly commited on
Commit
14c28c1
1 Parent(s): 791384a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +25 -0
README.md CHANGED
@@ -5,6 +5,31 @@ size_categories:
5
  - 10K<n<100K
6
  ---
7
  # Danbooru SFW 512 Character Filter Dataset V1
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
8
 
9
  ## Original Dataset Citation
10
  ```bibtex
 
5
  - 10K<n<100K
6
  ---
7
  # Danbooru SFW 512 Character Filter Dataset 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
+ This dataset is meant to be used for training a simple binary classifier than can filter the
14
+ Danboor SFW 2021 dataset. It is similar to [db-sfw-512-general-filter-dataset-v1](https://huggingface.co/datasets/hayden-donnelly/db-sfw-512-general-filter-dataset-v1)
15
+ but it has different narrower class criteria. Just like the general dataset there are two
16
+ classes: "accepted" and "rejected", with "accepted" representing samples that should pass
17
+ through the filter and "rejected" representing samples that should not.
18
+
19
+ To be accepted, a sample should meet the following criteria:
20
+
21
+ 1. Focused on a character or set of characters. This includes non-humans like animals, humanoid
22
+ mechs, and anthropomorphized robots, but not vehicles and other non-anthropomorphized machines.
23
+ For example, pokemon, gundams, and r2-d2, but not tanks, robotic arms, and helicopter drones.
24
+
25
+ 2. Character(s) are clear and not overwhelmed by the background. This means the character(s)
26
+ should not be tiny compared to a large background. They should also have enough contrast with
27
+ the background that they don't blend into it.
28
+
29
+ 3. Character(s) are not presented in a noisy comic strip. Comic strips are allowed if they
30
+ are simple and the central character(s) are easy to extract via cropping. The second part of
31
+ this criterion is a bit inconsistent and generally errs on the side of rejecting all comic
32
+ strips.
33
 
34
  ## Original Dataset Citation
35
  ```bibtex