hayden-donnelly commited on
Commit
19cc603
1 Parent(s): 62119a1

Update README.md

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