imgutils

Tutorials

  • Installation
  • Quick Start

Information

  • Run Environment Information

API Documentation

  • imgutils.config
  • imgutils.ascii
  • imgutils.data
  • imgutils.detect
  • imgutils.edge
  • imgutils.generic
  • imgutils.metadata
  • imgutils.metrics
  • imgutils.ocr
  • imgutils.operate
  • imgutils.pose
  • imgutils.preprocess
  • imgutils.resource
  • imgutils.restore
  • imgutils.sd
  • imgutils.segment
  • imgutils.tagging
    • imgutils.tagging.mldanbooru
    • imgutils.tagging.wd14
    • imgutils.tagging.camie
    • imgutils.tagging.deepdanbooru
    • imgutils.tagging.deepgelbooru
    • imgutils.tagging.format
    • imgutils.tagging.overlap
    • imgutils.tagging.blacklist
    • imgutils.tagging.character
    • imgutils.tagging.order
    • imgutils.tagging.match
  • imgutils.upscale
  • imgutils.utils
  • imgutils.validate
imgutils
  • imgutils.tagging
  • View page source

imgutils.tagging

Overview:

Get tags for anime images.

This is an overall benchmark of all the danbooru models:

../../_images/tagging_benchmark.plot.py.svg
  • imgutils.tagging.mldanbooru
    • get_mldanbooru_tags
      • get_mldanbooru_tags()
  • imgutils.tagging.wd14
    • get_wd14_tags
      • get_wd14_tags()
    • convert_wd14_emb_to_prediction
      • convert_wd14_emb_to_prediction()
    • denormalize_wd14_emb
      • denormalize_wd14_emb()
  • imgutils.tagging.camie
    • get_camie_tags
      • get_camie_tags()
    • convert_camie_emb_to_prediction
      • convert_camie_emb_to_prediction()
  • imgutils.tagging.deepdanbooru
    • get_deepdanbooru_tags
      • get_deepdanbooru_tags()
  • imgutils.tagging.deepgelbooru
    • get_deepgelbooru_tags
      • get_deepgelbooru_tags()
  • imgutils.tagging.format
    • add_underline
      • add_underline()
    • remove_underline
      • remove_underline()
    • tags_to_text
      • tags_to_text()
  • imgutils.tagging.overlap
    • drop_overlap_tags
      • drop_overlap_tags()
  • imgutils.tagging.blacklist
    • is_blacklisted
      • is_blacklisted()
    • drop_blacklisted_tags
      • drop_blacklisted_tags()
  • imgutils.tagging.character
    • CHAR_WHITELIST_SUFFIX
      • CHAR_WHITELIST_SUFFIX
    • CHAR_WHITELIST_PREFIX
      • CHAR_WHITELIST_PREFIX
    • CHAR_WHITELIST_WORD
      • CHAR_WHITELIST_WORD
    • CHAR_SUFFIXES
      • CHAR_SUFFIXES
    • CHAR_PREFIXES
      • CHAR_PREFIXES
    • CharacterTagPool
      • CharacterTagPool
    • is_basic_character_tag
      • is_basic_character_tag()
    • drop_basic_character_tags
      • drop_basic_character_tags()
  • imgutils.tagging.order
    • sort_tags
      • sort_tags()
  • imgutils.tagging.match
    • tag_match_suffix
      • tag_match_suffix()
    • tag_match_prefix
      • tag_match_prefix()
    • tag_match_full
      • tag_match_full()
Previous Next

© Copyright 2025, narugo1992, 7eu7d7.

Built with Sphinx using a theme provided by Read the Docs.
Other Versions v: dev/multilabel
Tags
v0.12.0
v0.13.0
v0.14.0
v0.14.1
v0.15.0
v0.16.0
Branches
dev/multilabel
HEAD
dev/attachments
dev/pt
main