narugo commited on
Commit
8bdffa7
·
1 Parent(s): f372b38

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -3
README.md CHANGED
@@ -6,7 +6,8 @@ license: mit
6
 
7
  This is a dataset used for training models to determine whether two anime images (containing only one person) depict the same character. The dataset includes the following versions:
8
 
9
- | Version | Filename | Characters | Images | Information |
10
- | :-----: | :--------------: | :--------: | :----: | ------------------------------------------------------------ |
11
- | v0 | images_v0.tar.xz | 2059 | 162116 | Crawled from [zerochan.net](https://www.zerochan.net/), includes images of Arknights, Fate/Grand Order, Genshin Impact, Girls' Frontline, and Azur Lane, as well as over 1500 other game or anime characters. The images are all small preview thumbnails. |
 
12
 
 
6
 
7
  This is a dataset used for training models to determine whether two anime images (containing only one person) depict the same character. The dataset includes the following versions:
8
 
9
+ | Version | Filename | Characters | Images | Information |
10
+ |:-------:|:---------------------:|:----------:|:------:|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
11
+ | v0 | images_v0.tar.xz | 2059 | 162116 | Crawled from [zerochan.net](https://www.zerochan.net/), includes images of Arknights, Fate/Grand Order, Genshin Impact, Girls' Frontline, and Azur Lane, as well as over 1500 other game or anime characters. The images are all small preview thumbnails. |
12
+ | v0_tiny | images_tiny_v0.tar.xz | 514 | 10036 | The dataset `v0` has been simplified by randomly selecting 1/4 of the anime characters and 1/4 of the images for each character. It is recommended to use this dataset for model training and validation. |
13