ultralytics 8.0.34 security updates and fixes (#924)

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: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
This commit is contained in:
Glenn Jocher
2023-02-11 01:26:44 +04:00
committed by GitHub
parent 254adfa652
commit d32b339373
31 changed files with 134 additions and 120 deletions

View File

@ -75,6 +75,7 @@ task.
| batch | 16 | number of images per batch (-1 for AutoBatch) |
| imgsz | 640 | size of input images as integer or w,h |
| save | True | save train checkpoints and predict results |
| save_period | -1 | Save checkpoint every x epochs (disabled if < 1) |
| cache | False | True/ram, disk or False. Use cache for data loading |
| device | null | device to run on, i.e. cuda device=0 or device=0,1,2,3 or device=cpu |
| workers | 8 | number of worker threads for data loading (per RANK if DDP) |

View File

@ -2,7 +2,7 @@ This module contains optimized deep learning related operations used in the Ultr
## Non-max suppression
:::ultralytics.ops.non_max_suppression
:::ultralytics.yolo.utils.ops.non_max_suppression
handler: python
options:
show_source: false
@ -11,7 +11,7 @@ show_root_toc_entry: false
## Scale boxes
:::ultralytics.ops.scale_boxes
:::ultralytics.yolo.utils.ops.scale_boxes
handler: python
options:
show_source: false
@ -20,7 +20,7 @@ show_root_toc_entry: false
## Scale image
:::ultralytics.ops.scale_image
:::ultralytics.yolo.utils.ops.scale_image
handler: python
options:
show_source: false
@ -29,7 +29,7 @@ show_root_toc_entry: false
## clip boxes
:::ultralytics.ops.clip_boxes
:::ultralytics.yolo.utils.ops.clip_boxes
handler: python
options:
show_source: false
@ -40,7 +40,7 @@ show_root_toc_entry: false
## xyxy2xywh
:::ultralytics.ops.xyxy2xywh
:::ultralytics.yolo.utils.ops.xyxy2xywh
handler: python
options:
show_source: false
@ -49,7 +49,7 @@ show_root_toc_entry: false
## xywh2xyxy
:::ultralytics.ops.xywh2xyxy
:::ultralytics.yolo.utils.ops.xywh2xyxy
handler: python
options:
show_source: false
@ -58,7 +58,7 @@ show_root_toc_entry: false
## xywhn2xyxy
:::ultralytics.ops.xywhn2xyxy
:::ultralytics.yolo.utils.ops.xywhn2xyxy
handler: python
options:
show_source: false
@ -67,7 +67,7 @@ show_root_toc_entry: false
## xyxy2xywhn
:::ultralytics.ops.xyxy2xywhn
:::ultralytics.yolo.utils.ops.xyxy2xywhn
handler: python
options:
show_source: false
@ -76,7 +76,7 @@ show_root_toc_entry: false
## xyn2xy
:::ultralytics.ops.xyn2xy
:::ultralytics.yolo.utils.ops.xyn2xy
handler: python
options:
show_source: false
@ -85,7 +85,7 @@ show_root_toc_entry: false
## xywh2ltwh
:::ultralytics.ops.xywh2ltwh
:::ultralytics.yolo.utils.ops.xywh2ltwh
handler: python
options:
show_source: false
@ -94,7 +94,7 @@ show_root_toc_entry: false
## xyxy2ltwh
:::ultralytics.ops.xyxy2ltwh
:::ultralytics.yolo.utils.ops.xyxy2ltwh
handler: python
options:
show_source: false
@ -103,7 +103,7 @@ show_root_toc_entry: false
## ltwh2xywh
:::ultralytics.ops.ltwh2xywh
:::ultralytics.yolo.utils.ops.ltwh2xywh
handler: python
options:
show_source: false
@ -112,7 +112,7 @@ show_root_toc_entry: false
## ltwh2xyxy
:::ultralytics.ops.ltwh2xyxy
:::ultralytics.yolo.utils.ops.ltwh2xyxy
handler: python
options:
show_source: false
@ -121,7 +121,7 @@ show_root_toc_entry: false
## segment2box
:::ultralytics.ops.segment2box
:::ultralytics.yolo.utils.ops.segment2box
handler: python
options:
show_source: false
@ -132,7 +132,7 @@ show_root_toc_entry: false
## resample_segments
:::ultralytics.ops.resample_segments
:::ultralytics.yolo.utils.ops.resample_segments
handler: python
options:
show_source: false
@ -141,7 +141,7 @@ show_root_toc_entry: false
## crop_mask
:::ultralytics.ops.crop_mask
:::ultralytics.yolo.utils.ops.crop_mask
handler: python
options:
show_source: false
@ -150,7 +150,7 @@ show_root_toc_entry: false
## process_mask_upsample
:::ultralytics.ops.process_mask_upsample
:::ultralytics.yolo.utils.ops.process_mask_upsample
handler: python
options:
show_source: false
@ -159,7 +159,7 @@ show_root_toc_entry: false
## process_mask
:::ultralytics.ops.process_mask
:::ultralytics.yolo.utils.ops.process_mask
handler: python
options:
show_source: false
@ -168,7 +168,7 @@ show_root_toc_entry: false
## process_mask_native
:::ultralytics.ops.process_mask_native
:::ultralytics.yolo.utils.ops.process_mask_native
handler: python
options:
show_source: false
@ -177,7 +177,7 @@ show_root_toc_entry: false
## scale_segments
:::ultralytics.ops.scale_segments
:::ultralytics.yolo.utils.ops.scale_segments
handler: python
options:
show_source: false
@ -186,7 +186,7 @@ show_root_toc_entry: false
## masks2segments
:::ultralytics.ops.masks2segments
:::ultralytics.yolo.utils.ops.masks2segments
handler: python
options:
show_source: false
@ -195,7 +195,7 @@ show_root_toc_entry: false
## clip_segments
:::ultralytics.ops.clip_segments
:::ultralytics.yolo.utils.ops.clip_segments
handler: python
options:
show_source: false