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

FilterView should allow filtering on rating #43

Open fire-eggs opened 3 years ago

fire-eggs commented 3 years ago

Can't filter on rating (safe, questionable, etc) using filterView.

Rating doesn't apply to the tags, but can be applied to the images. [The count of images for the tag wouldn't necessarily match the count of images shown.]

fire-eggs commented 3 years ago

I forgot [because it is completely un-intuitive!]: the rating control in postsFilterView will affect which images are shown!

  1. Need to add rating controls
  2. Need to pass rating to callback in addition to tag
  3. In tagview.py, filterCall / producer extended to use rating from filterView instead of postsFilterView