imgalz
  • imgalz.utils
  • imgalz.models
    • Subpackages
      • imgalz.models.detector package
      • imgalz.models.pose package
      • imgalz.models.tracker
    • Module contents
imgalz
  • imgalz.models
  • View page source

imgalz.models¶

Subpackages¶

  • imgalz.models.detector package
    • Submodules
    • imgalz.models.detector.yolov5 module
      • YOLOv5
        • YOLOv5.model_path
        • YOLOv5.mean
        • YOLOv5.std
        • YOLOv5.detect()
    • imgalz.models.detector.yolov8 module
      • YOLOv8
        • YOLOv8.model_path
        • YOLOv8.mean
        • YOLOv8.std
        • YOLOv8.nc
        • YOLOv8.detect()
    • imgalz.models.detector.yolov8pose module
      • YOLOv8Pose
        • YOLOv8Pose.detect()
    • imgalz.models.detector.yolov8seg module
      • YOLOv8Seg
        • YOLOv8Seg.detect()
    • Module contents
  • imgalz.models.pose package
    • Subpackages
    • imgalz.models.pose.heatmap_pose module
      • HeatmapPose
        • HeatmapPose.detect()
        • HeatmapPose.detect_with_label()
    • Module contents
  • imgalz.models.tracker
    • Subpackages
    • imgalz.models.tracker.bytetracker
      • ByteTrack
        • ByteTrack.track()
    • imgalz.models.tracker.norfair
      • NorFair
        • NorFair.track()
    • imgalz.models.tracker.motpy
      • Motpy
        • Motpy.track()
    • imgalz.models.tracker.oc_sort
      • OcSort
        • OcSort.track()
    • Module contents

Module contents¶

Previous Next

© Copyright 2025, pleb631.

Built with Sphinx using a theme provided by Read the Docs.