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

Image display exception kills paged / subsequent queries? #41

Open fire-eggs opened 3 years ago

fire-eggs commented 3 years ago
  1. Filter tags to 'comi%'
  2. Select 'comic' - 305,401 items. This is with getPagedImagesForTag without the is_deleted=0 clause.
  3. The first image in the list (49) is missing - exception.

At this point, the image set is limited to 100 images [is not paging further through the database]. Attempts to select a different tag in the list comes up blank.