narugo commited on
Commit
5fa06e7
1 Parent(s): 0f23208

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +17 -0
README.md CHANGED
@@ -1,3 +1,20 @@
1
  ---
2
  license: openrail
 
 
 
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: openrail
3
+ task_categories:
4
+ - image-classification
5
+ tags:
6
+ - art
7
+ size_categories:
8
+ - 100K<n<1M
9
  ---
10
+
11
+ The dataset is used for classifying portrait images in anime videos and is specifically divided into the following four categories:
12
+
13
+ * **Vision**: Overall character images (may include instances of facial drawing issues; not recommended to split when training LoRA).
14
+ * **Imagery**: Clear character images (both facial and upper-body features are clear).
15
+ * **Halfbody**: Upper-body character images (mostly dominated by the head, with a significant amount of upper-body features).
16
+ * **Face**: Close-up shots of character faces (close-up shots of faces with highly clear features in appearance and expression).
17
+
18
+ | Dataset | Vision | Imagery | Halfbody | Face |
19
+ |---------|--------|---------|----------|-------|
20
+ | v0 | 46866 | 49671 | 49685 | 49438 |