fire-eggs / Danbooru2021

Python scripts and tools for working with the Danbooru2022 data set. Note: this is a sqlite database and a viewer, not directly related to machine learning.
https://www.gwern.net/Danbooru2021
MIT License
42 stars 2 forks source link

Metadata set contains data for images not in the file set #1

Closed fire-eggs closed 4 years ago

fire-eggs commented 4 years ago

The image file set stops at 3368713, but the metadata set continues for 904 more images.

Update the database builder script to quit when image #3368714 is reached.

fire-eggs commented 4 years ago

Done.