imgutils

Tutorials

  • Installation
  • Quick Start

Information

  • Run Environment Information

API Documentation

  • imgutils.config
  • imgutils.ascii
  • imgutils.data
  • imgutils.detect
    • imgutils.detect.booru_yolo
    • imgutils.detect.censor
    • imgutils.detect.eye
    • imgutils.detect.face
    • imgutils.detect.halfbody
    • imgutils.detect.hand
    • imgutils.detect.head
    • imgutils.detect.nudenet
    • imgutils.detect.person
    • imgutils.detect.similarity
    • imgutils.detect.text
    • imgutils.detect.visual
  • 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.upscale
  • imgutils.utils
  • imgutils.validate
imgutils
  • imgutils.detect
  • View page source

imgutils.detect

Overview:

Detect targets from the given anime image.

For example, you can detect the heads with imgutils.head.detect_heads() and visualize it with imgutils.visual.detection_visualize() like this

../../_images/head_detect_demo.plot.py.svg
  • imgutils.detect.booru_yolo
    • detect_with_booru_yolo
      • detect_with_booru_yolo()
  • imgutils.detect.censor
    • detect_censors
      • detect_censors()
  • imgutils.detect.eye
    • detect_eyes
      • detect_eyes()
  • imgutils.detect.face
    • detect_faces
      • detect_faces()
  • imgutils.detect.halfbody
    • detect_halfbody
      • detect_halfbody()
  • imgutils.detect.hand
    • detect_hands
      • detect_hands()
  • imgutils.detect.head
    • detect_heads
      • detect_heads()
  • imgutils.detect.nudenet
    • detect_with_nudenet
      • detect_with_nudenet()
  • imgutils.detect.person
    • detect_person
      • detect_person()
  • imgutils.detect.similarity
    • calculate_iou
      • calculate_iou()
    • bboxes_similarity
      • bboxes_similarity()
    • detection_similarity
      • detection_similarity()
  • imgutils.detect.text
    • detect_text
      • detect_text()
  • imgutils.detect.visual
    • detection_visualize
      • detection_visualize()
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