Add https://youtu.be/SArFQs6CHwk to docs (#10014)
Co-authored-by: UltralyticsAssistant <web@ultralytics.com>
This commit is contained in:
parent
42416bc608
commit
0f4a4fdf5f
19 changed files with 30 additions and 4 deletions
|
|
@ -4,7 +4,6 @@
|
|||
from collections import defaultdict
|
||||
from copy import deepcopy
|
||||
|
||||
|
||||
# Trainer callbacks ----------------------------------------------------------------------------------------------------
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -7,6 +7,7 @@ import torch.nn.functional as F
|
|||
from ultralytics.utils.metrics import OKS_SIGMA
|
||||
from ultralytics.utils.ops import crop_mask, xywh2xyxy, xyxy2xywh
|
||||
from ultralytics.utils.tal import RotatedTaskAlignedAssigner, TaskAlignedAssigner, dist2bbox, dist2rbox, make_anchors
|
||||
|
||||
from .metrics import bbox_iou, probiou
|
||||
from .tal import bbox2dist
|
||||
|
||||
|
|
|
|||
|
|
@ -13,6 +13,7 @@ from PIL import Image, ImageDraw, ImageFont
|
|||
from PIL import __version__ as pil_version
|
||||
|
||||
from ultralytics.utils import LOGGER, TryExcept, ops, plt_settings, threaded
|
||||
|
||||
from .checks import check_font, check_version, is_ascii
|
||||
from .files import increment_path
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue