Datasets:
Update README.md
Browse files
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 |
|
10 |
-
|
11 |
-
|
|
|
|
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 |
|