Update README.md
Browse files
README.md
CHANGED
@@ -1,18 +1,40 @@
|
|
1 |
---
|
2 |
-
tags:
|
3 |
-
- art
|
4 |
size_categories:
|
5 |
- 1M<n<10M
|
6 |
---
|
|
|
7 |
# Danbooru2023_metadata
|
8 |
|
9 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
10 |
|
11 |
-
|
12 |
-
- Scores are not included in this dataset. Danbooru scores are unreliable for assessing aesthetic quality.
|
13 |
-
- Utilize the parent_id to identify the representative image among similar images. [See link](https://danbooru.donmai.us/wiki_pages/help%3Apost_relationships)
|
14 |
|
15 |
-
|
16 |
|
17 |
- If you aim to create your own anime-based image dataset from danbooru posts, you should definitely exclude posts with the following tags: `cosplay_photo third-party_edit text-only_page`
|
18 |
- Also consider excluding posts with the following tags, if you are aiming for high quality: `photo_(medium) 3d no_humans comic`
|
|
|
1 |
---
|
|
|
|
|
2 |
size_categories:
|
3 |
- 1M<n<10M
|
4 |
---
|
5 |
+
|
6 |
# Danbooru2023_metadata
|
7 |
|
8 |
+
Lastest update: `2024-01-12`
|
9 |
+
Latest post #: `7081619`
|
10 |
+
|
11 |
+
Metadata of posts from [Danbooru](https://danbooru.donmai.us), into a single sqlite3 file.
|
12 |
+
|
13 |
+
[Looking for parquet files?](https://huggingface.co/datasets/Jakaline/Danbooru2023_metadata/tree/refs%2Fconvert%2Fparquet/default/train)
|
14 |
+
Looking for images? [nyanko7/danbooru2023](https://huggingface.co/datasets/nyanko7/danbooru2023)
|
15 |
+
|
16 |
+
## Columns
|
17 |
+
|
18 |
+
`id, md5, created_at, updated_at, score, up_score, down_score, rating, image_width, image_height, file_ext, parent_id, pixiv_id, duration, pixel_hash, tag_string_general, tag_string_character, tag_string_copyright, tag_string_artist, tag_string_meta`
|
19 |
+
|
20 |
+
## Specifics of Danbooru
|
21 |
+
|
22 |
+
### Status
|
23 |
+
|
24 |
+
Every danbooru posts could be categorized to four types of status.
|
25 |
+
|
26 |
+
1. Active: Approved posts.
|
27 |
+
2. Pending: Posts that are waiting to be approved. If a post is pending for more than 3 days without a moderator's approval, it is deleted.
|
28 |
+
3. Deleted: Posts that do not meet danbooru's criteria (Non-anime, low quality, etc)
|
29 |
+
4. Banned: Posts that are copyright-claimed or off-limit content.
|
30 |
+
|
31 |
+
Therefore, we should only use images from active posts. (Banned posts cannot be downloaded by normal users.)
|
32 |
+
|
33 |
+
Sadly, the [Danbooru2021 dataset](https://gwern.net/danbooru2021) did not filter any deleted posts, and a lot of text-to-image models were trained with those trash.
|
34 |
|
35 |
+
This metadata only contains active posts.
|
|
|
|
|
36 |
|
37 |
+
## Misc
|
38 |
|
39 |
- If you aim to create your own anime-based image dataset from danbooru posts, you should definitely exclude posts with the following tags: `cosplay_photo third-party_edit text-only_page`
|
40 |
- Also consider excluding posts with the following tags, if you are aiming for high quality: `photo_(medium) 3d no_humans comic`
|