Commit Graph

369 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
8ebe94d1e9 ultralytics 8.0.135 remove deprecated v5loader (#3744) 2023-07-15 01:38:32 +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
e2f9bba964 Update OpenVINO requirement to openvino>=2023.0 (#3722)
Co-authored-by: Glenn Jocher <glenn.jocher@ultralytics.com>
2023-07-13 18:13:55 +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
cfcae388f2 Add datetime to exported model metadata (#3694)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2023-07-12 19:05:06 +02:00
395cc47c53 Fix Classify train from arbitrary CWD (#3692) 2023-07-12 14:23:59 +02:00
5592a3abdf Fix PNNX debug filename (#3687)
Co-authored-by: Glenn Jocher <glenn.jocher@ultralytics.com>
2023-07-12 13:22:56 +02:00
18ada51931 Add tuner.py to Docs (#3689) 2023-07-12 13:19:40 +02:00
44aa18c99a Remove PNNX debug files (#3677)
Co-authored-by: Glenn Jocher <glenn.jocher@ultralytics.com>
2023-07-12 13:03:37 +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
e97958ef6f Update TASK2DATA defaults to COCO8 (#3603)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2023-07-08 19:48:32 +02:00
ff90081102 Fix StreamLoader variable FPS bug (#3602)
Co-authored-by: rnoriega <rnoriega@flameanalytics.com>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2023-07-08 19:13:21 +02:00
d9db6cd42d ultralytics 8.0.131 NCNN, HUB and FastSAM fixes (#3587) 2023-07-08 02:04:33 +02:00
23c7cd4c9f Avoid Python 3.9 with_stem (#3589)
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-08 00:16:42 +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
a254087fcd [pose]fix flip_idx (#3577) 2023-07-07 14:03:30 +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
400f3f72a1 ultralytics 8.0.127 add FastSAM model (#3390)
Co-authored-by: dingwenchao <12962189468@163.com>
Co-authored-by: 丁文超 <dingwenchao@dingwenchaodeMacBook-Pro.local>
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: Ayush Chaurasia <ayush.chaurarsia@gmail.com>
2023-07-06 00:16:22 +02:00
91905b4b0b Pass export=True to RTDETRDecoder (#3550)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2023-07-05 18:25:27 +02:00
74275655dc Update default.yaml imgsz comment (#3551) 2023-07-05 17:55:04 +02:00
ee6cf11378 Save Keypoints visible to text (#3547)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2023-07-05 17:14:53 +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
25159c9376 Set close_mosaic: 10 in default.yaml (#3525) 2023-07-04 13:17:31 +02:00
8c0a7440df [RTDETR]fix mosaic<1.0 (#3518) 2023-07-04 10:09: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
586c95b8a9 Add torch.Tensor results image saving (#3475)
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:08:02 +02:00
27a24b2796 Change key format for images dict in convert_coco (#3419) (#3420)
Co-authored-by: Glenn Jocher <glenn.jocher@ultralytics.com>
2023-06-27 21:01:26 +02:00
05760b04c4 Fix dataset multiple unzip behavior (#3413) 2023-06-27 17:14:39 +02:00
8b50b2a897 Fix video writing (#3379) 2023-06-25 23:11:00 +02:00
9b00d37022 FROM ubuntu:lunar-20230615 and lap install fixes (#3374) 2023-06-25 21:05:38 +02:00
15c027a9fc Add torch.Tensor checks and pip badges (#3368)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2023-06-25 02:52:00 +02:00
682c9ef70f ultralytics 8.0.122 Fix torch.Tensor inference (#3363)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: krzysztof.gonia <4281421+kgonia@users.noreply.github.com>
2023-06-25 01:36:07 +02:00
5381fc8a58 Warn save disabled for torch inference (#3361) 2023-06-24 15:57:17 +02:00
2ebd808b69 Increase NCCL timeout from 1 hour to 3 hours (#3343)
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-24 15:56:18 +02:00
137552996a ultralytics 8.0.121 RTDETR fix and Docs updates (#3314) 2023-06-22 00:58:37 +02:00
35c02c8319 Fix Pose export from YAML (#3312) 2023-06-21 18:04:22 +02:00
d8701b42ca ultralytics 8.0.120 CLI support for SAM, RTDETR (#3273)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2023-06-19 22:12:48 +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