Commit Graph

248 Commits

Author SHA1 Message Date
620f3eb218 ultralytics 8.0.136 refactor and simplify package (#3748)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Glenn Jocher <glenn.jocher@ultralytics.com>
2023-07-16 17:47:45 +02:00
135a10f1fa Avoid CUDA round-trip for relevant export formats (#3727)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2023-07-14 20:38:31 +02:00
71f78a62b3 Fix check_requirements() console output (#3738)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2023-07-14 13:23:13 +02:00
fadbef84e1 Fix Arial.ttf threaded multi-download bug (#3725)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2023-07-13 18:56:10 +02:00
9aca61c465 Print CPU information (#3721) 2023-07-13 18:16:47 +02:00
201e69e4e4 ultralytics 8.0.134 add MobileSAM support (#3474)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Ayush Chaurasia <ayush.chaurarsia@gmail.com>
Co-authored-by: Laughing <61612323+Laughing-q@users.noreply.github.com>
Co-authored-by: Laughing-q <1185102784@qq.com>
Co-authored-by: Glenn Jocher <glenn.jocher@ultralytics.com>
2023-07-13 14:25:56 +02:00
c55a98ab8e ultralytics 8.0.133 add torchvision compatibility check (#3703)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2023-07-13 01:40:50 +02:00
1ae7f84394 Fix MLFLOW_EXPERIMENT_NAME env var (#3668) 2023-07-11 22:31:37 +02:00
495edc261f ultralytics 8.0.132 add AutoBackend NCNN inference (#3615)
Co-authored-by: triple Mu <gpu@163.com>
2023-07-10 16:49:51 +02:00
391b7e67cf Filter matplotlib>=3.7.2 tight layout warning (#3614) 2023-07-10 14:52:59 +02:00
10eb0b6229 Error -> Warn on non-deterministic ops (#3613) 2023-07-09 17:30:28 +02:00
d9db6cd42d ultralytics 8.0.131 NCNN, HUB and FastSAM fixes (#3587) 2023-07-08 02:04:33 +02:00
abb0939fe8 ultralytics 8.0.129 add YOLOv8 Tencent NCNN export (#3529)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2023-07-07 15:17:38 +02:00
e33d6522ab Use args.name as run_name for MLFlow system. (#3567)
Co-authored-by: Glenn Jocher <glenn.jocher@ultralytics.com>
2023-07-06 16:19:56 +02:00
3821d4a72c Add alias "best" for the model checkpoint artifact (#3558)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2023-07-06 14:23:55 +02:00
ad99246ff1 ultralytics 8.0.128 FastSAM autodownload and super() init (#3552)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2023-07-06 01:11:37 +02:00
4c22273198 ultralytics 8.0.126 Ray Tune refactoring (#3511)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2023-07-05 00:30:17 +02:00
8a11eda4a9 ultralytics 8.0.125 NMS speed improvements (#3463)
Co-authored-by: Compunet <117437050+dme-compunet@users.noreply.github.com>
2023-07-03 16:34:13 +02:00
0e5a6b8158 DVCLive cache images (#3459) 2023-07-03 16:29:40 +02:00
5e38c7d71b Improve NMS speed (#3467)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Glenn Jocher <glenn.jocher@ultralytics.com>
2023-07-03 16:20:49 +02:00
05760b04c4 Fix dataset multiple unzip behavior (#3413) 2023-06-27 17:14:39 +02:00
9b00d37022 FROM ubuntu:lunar-20230615 and lap install fixes (#3374) 2023-06-25 21:05:38 +02:00
137552996a ultralytics 8.0.121 RTDETR fix and Docs updates (#3314) 2023-06-22 00:58:37 +02:00
2e8313b032 Allow setting MLFlow experiment name through env var (#3266)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Glenn Jocher <glenn.jocher@ultralytics.com>
2023-06-19 22:09:17 +02:00
4c2033d7c3 Uninstall wandb from notebook environments (#3247)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2023-06-18 16:09:46 +02:00
9d38d2b044 Fix Classify confusion matrix (#3241) 2023-06-18 03:07:45 +02:00
21df296425 Fix PIL getsize() deprecation warning (#3234)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2023-06-17 20:10:47 +02:00
c8441a5422 Fix scipy.ndimage.filters deprecation warning (#3233) 2023-06-17 19:53:41 +02:00
bd0f7ecf6f Docstrings arguments cleanup (#3229)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2023-06-17 16:17:07 +02:00
a0ba8ef5f0 Add RTDETR Trainer (#2745)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Glenn Jocher <glenn.jocher@ultralytics.com>
Co-authored-by: Laughing-q <1185102784@qq.com>
Co-authored-by: Kayzwer <68285002+Kayzwer@users.noreply.github.com>
Co-authored-by: Laughing <61612323+Laughing-q@users.noreply.github.com>
2023-06-17 13:46:18 +02:00
03bce07848 Build reference for missing __init__.py files (#3227) 2023-06-17 13:31:46 +02:00
0dfafaf39b Fix batch=-1 for exports (#3217)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2023-06-17 01:07:24 +02:00
a5a34af2f4 ultralytics 8.0.118 updated Docs, OS and DDP fixes (#3197)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2023-06-16 02:30:58 +02:00
a0fa99c4db Comet Updates (#3186)
Co-authored-by: Glenn Jocher <glenn.jocher@ultralytics.com>
2023-06-16 02:06:28 +02:00
f8e1dcc43f Fix operating system to list (#3196) 2023-06-16 02:04:31 +02:00
b59342b81c Fix platform set to tuple (#3136)
Co-authored-by: Glenn Jocher <glenn.jocher@ultralytics.com>
2023-06-12 10:35:37 +02:00
f4e8b39fc2 ultralytics 8.0.116 NAS, DVC, YOLOv5u updates (#3124)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2023-06-11 20:39:32 +02:00
9e859c949e Use model_info_for_loggers() in DVC logger (#3127) 2023-06-11 17:59:42 +02:00
8e60fc9276 Add device=cuda support (#3133) 2023-06-11 17:58:10 +02:00
3892e38021 fix(loggers): DVCLive add package version check (#3112) 2023-06-09 11:19:34 +02:00
29c954a138 Remove Neptune run.stop() in on_train_end() (#3103) 2023-06-08 19:16:51 +02:00
e88c89d269 Fix RayTune for < 8 CPUs (#3102) 2023-06-08 18:50:05 +02:00
31281400dd Simplify remove_zero_areas() function (#3060) 2023-06-07 08:13:56 +02:00
6057b267af Add DVC experiments logger with DVCLive (#2792) 2023-06-05 17:10:43 +02:00
2b26572e42 Fix GlobalWheat2020.yaml auto download (#3007) 2023-06-05 01:37:36 +02:00
451cf8b647 Add Adamax, NAdam, RAdam optimizers (#2969)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2023-06-04 22:35:50 +02:00
f502b50365 fix overlap_mask in SegmentationLoss (#2985) 2023-06-04 22:35:33 +02:00
67cf53b475 Move check_amp() to checks.py (#2948)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Glenn Jocher <glenn.jocher@ultralytics.com>
2023-06-02 15:43:07 +02:00
6c65934b55 W&B updates (#2895)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2023-06-01 00:33:06 +02:00
305cde69d0 Update generate_ddp_file for improved overrides (#2909)
Co-authored-by: Glenn Jocher <glenn.jocher@ultralytics.com>
2023-05-30 19:41:44 +02:00