Ayush Chaurasia 1cb92d7f42
ultralytics 8.0.65 YOLOv8 Pose models (#1347)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Glenn Jocher <glenn.jocher@ultralytics.com>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Mert Can Demir <validatedev@gmail.com>
Co-authored-by: Laughing <61612323+Laughing-q@users.noreply.github.com>
Co-authored-by: Fabian Greavu <fabiangreavu@gmail.com>
Co-authored-by: Yonghye Kwon <developer.0hye@gmail.com>
Co-authored-by: Eric Pedley <ericpedley@gmail.com>
Co-authored-by: JustasBart <40023722+JustasBart@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Aarni Koskela <akx@iki.fi>
Co-authored-by: Sergio Sanchez <sergio.ssm.97@gmail.com>
Co-authored-by: Bogdan Gheorghe <112427971+bogdan-galileo@users.noreply.github.com>
Co-authored-by: Jaap van de Loosdrecht <jaap@vdlmv.nl>
Co-authored-by: Noobtoss <96134731+Noobtoss@users.noreply.github.com>
Co-authored-by: nerdyespresso <106761627+nerdyespresso@users.noreply.github.com>
Co-authored-by: Farid Inawan <frdteknikelektro@gmail.com>
Co-authored-by: Laughing-q <1185102784@qq.com>
Co-authored-by: Alexander Duda <Alexander.Duda@me.com>
Co-authored-by: Mehran Ghandehari <mehran.maps@gmail.com>
Co-authored-by: Snyk bot <snyk-bot@snyk.io>
Co-authored-by: majid nasiri <majnasai@gmail.com>
2023-04-06 00:25:32 +02:00

3.1 KiB

This module contains optimized deep learning related operations used in the Ultralytics YOLO framework

Non-max suppression

:::ultralytics.yolo.utils.ops.non_max_suppression handler: python options: show_source: false show_root_toc_entry: false

Scale boxes

:::ultralytics.yolo.utils.ops.scale_boxes handler: python options: show_source: false show_root_toc_entry: false

Scale image

:::ultralytics.yolo.utils.ops.scale_image handler: python options: show_source: false show_root_toc_entry: false

clip boxes

:::ultralytics.yolo.utils.ops.clip_boxes handler: python options: show_source: false show_root_toc_entry: false

Box Format Conversion

xyxy2xywh

:::ultralytics.yolo.utils.ops.xyxy2xywh handler: python options: show_source: false show_root_toc_entry: false

xywh2xyxy

:::ultralytics.yolo.utils.ops.xywh2xyxy handler: python options: show_source: false show_root_toc_entry: false

xywhn2xyxy

:::ultralytics.yolo.utils.ops.xywhn2xyxy handler: python options: show_source: false show_root_toc_entry: false

xyxy2xywhn

:::ultralytics.yolo.utils.ops.xyxy2xywhn handler: python options: show_source: false show_root_toc_entry: false

xyn2xy

:::ultralytics.yolo.utils.ops.xyn2xy handler: python options: show_source: false show_root_toc_entry: false

xywh2ltwh

:::ultralytics.yolo.utils.ops.xywh2ltwh handler: python options: show_source: false show_root_toc_entry: false

xyxy2ltwh

:::ultralytics.yolo.utils.ops.xyxy2ltwh handler: python options: show_source: false show_root_toc_entry: false

ltwh2xywh

:::ultralytics.yolo.utils.ops.ltwh2xywh handler: python options: show_source: false show_root_toc_entry: false

ltwh2xyxy

:::ultralytics.yolo.utils.ops.ltwh2xyxy handler: python options: show_source: false show_root_toc_entry: false

segment2box

:::ultralytics.yolo.utils.ops.segment2box handler: python options: show_source: false show_root_toc_entry: false

Mask Operations

resample_segments

:::ultralytics.yolo.utils.ops.resample_segments handler: python options: show_source: false show_root_toc_entry: false

crop_mask

:::ultralytics.yolo.utils.ops.crop_mask handler: python options: show_source: false show_root_toc_entry: false

process_mask_upsample

:::ultralytics.yolo.utils.ops.process_mask_upsample handler: python options: show_source: false show_root_toc_entry: false

process_mask

:::ultralytics.yolo.utils.ops.process_mask handler: python options: show_source: false show_root_toc_entry: false

process_mask_native

:::ultralytics.yolo.utils.ops.process_mask_native handler: python options: show_source: false show_root_toc_entry: false

scale_coords

:::ultralytics.yolo.utils.ops.scale_coords handler: python options: show_source: false show_root_toc_entry: false

masks2segments

:::ultralytics.yolo.utils.ops.masks2segments handler: python options: show_source: false show_root_toc_entry: false

clip_coords

:::ultralytics.yolo.utils.ops.clip_coords handler: python options: show_source: false show_root_toc_entry: false