Zarxrax commited on
Commit
26cc8c7
1 Parent(s): bdad119

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -1
README.md CHANGED
@@ -3,6 +3,13 @@ task_categories:
3
  - image-segmentation
4
  size_categories:
5
  - 10K<n<100K
 
 
 
 
 
 
 
6
  ---
7
  This dataset consists of 26,000 anime style images, half of which are foreground characters or objects, and the other half of which are backgrounds. It is intended for training segmentation or matting models where the foreground subject can be extracted from the background.
8
  The foundation of this dataset is based upon https://huggingface.co/datasets/skytnt/anime-segmentation
@@ -13,4 +20,4 @@ For the foreground images, I have removed ones containing nudity or extreme lewd
13
 
14
  For the background images, I wanted to ensure that there was a stronger representation of backgrounds from actual anime videos. The original anime-segmentation dataset contained many abstract backgrounds and patterns, and most of the images were from anime-style illustrations rather than anime video. While some of those images have been preserved, I removed a large portion of them, and replaced them with backgrounds obtained from a variety of other sources, such as torrents and twitter, as well as manually capturing images from numerous anime videos myself. I also added a number of solid color background images, but these are located at the very end of the dataset and can be easily removed if you wish.
15
 
16
- Across the entire dataset, I have also made efforts to remove duplicate and similar images. The backgrounds all have a minimum size of 1024x1024. The foreground images are all various sizes, but should generally be small enough not to obscure the entire background image.
 
3
  - image-segmentation
4
  size_categories:
5
  - 10K<n<100K
6
+ configs:
7
+ - config_name: default
8
+ data_files:
9
+ - split: train
10
+ path:
11
+ - "bg-01.zip"
12
+ - "fg-01.zip"
13
  ---
14
  This dataset consists of 26,000 anime style images, half of which are foreground characters or objects, and the other half of which are backgrounds. It is intended for training segmentation or matting models where the foreground subject can be extracted from the background.
15
  The foundation of this dataset is based upon https://huggingface.co/datasets/skytnt/anime-segmentation
 
20
 
21
  For the background images, I wanted to ensure that there was a stronger representation of backgrounds from actual anime videos. The original anime-segmentation dataset contained many abstract backgrounds and patterns, and most of the images were from anime-style illustrations rather than anime video. While some of those images have been preserved, I removed a large portion of them, and replaced them with backgrounds obtained from a variety of other sources, such as torrents and twitter, as well as manually capturing images from numerous anime videos myself. I also added a number of solid color background images, but these are located at the very end of the dataset and can be easily removed if you wish.
22
 
23
+ Across the entire dataset, I have also made efforts to remove duplicate and similar images. The backgrounds all have a minimum size of 1024x1024. The foreground images are all various sizes, but should generally be small enough not to obscure the entire background image.