Add global settings.yaml in USER_CONFIG_DIR (#125)
This commit is contained in:
parent
a9b9fe7618
commit
598f17a472
16 changed files with 127 additions and 45 deletions
|
|
@ -12,10 +12,10 @@ import numpy as np
|
|||
import torch
|
||||
from PIL import ExifTags, Image, ImageOps
|
||||
|
||||
from ultralytics.yolo.utils import LOGGER, ROOT, colorstr
|
||||
from ultralytics.yolo.utils import LOGGER, ROOT, colorstr, yaml_load
|
||||
from ultralytics.yolo.utils.checks import check_file, check_font, is_ascii
|
||||
from ultralytics.yolo.utils.downloads import download
|
||||
from ultralytics.yolo.utils.files import unzip_file, yaml_load
|
||||
from ultralytics.yolo.utils.files import unzip_file
|
||||
|
||||
from ..utils.ops import segments2boxes
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue