Danbooru2021 icon indicating copy to clipboard operation
Danbooru2021 copied to clipboard

Python scripts and tools for working with the Danbooru2021 data set. Note: this is a sqlite database and a viewer, not directly related to machine learning.

Results 36 Danbooru2021 issues
Sort by recently updated
recently updated
newest added

The [Artists] table only has 0 values for the count column. Should be easy to populate: ``` set artists.count = (select count from tags where artists.tag_id = tags.tag_id) ```

enhancement
database

https://github.com/olesk75/AnimatedGIF http://code.activestate.com/recipes/580708-tkinter-animated-gif/ Not certain if pillow supports animated PNG frames out-of-the-box.

enhancement

Found using Datasette. In DB2022, there are 18,009 tags which have a count of zero images. 1. Verify. 2. Remove any true zero entries

enhancement
database

The DB2022 database has added a new Rating value to the images table. The new rating is 'g'. I say "new" because the 'g' rating doesn't exist in the DB2021...

bug

See image #155201. The note box is not very visible/obvious.

enhancement

o Notes with ``, `` other HTML tags o Long notes (requiring line wrap in current display mechanism) o multi-line notes

enhancement

The Note "visual rectangles" are drawn on the image before the image is resized. But the Note "mouse hit test" rectangles are currently sized assuming the image is at 100%...

The current label-above-the-image approach is functional [thou really weird with multi-line notes] but not great. A "tooltip" would be preferable.

Currently _always_ displaying notes. This should be toggle-able.